3
0

index.scss 169 B

12345678910
  1. :not(not) {
  2. box-sizing: border-box;
  3. font-family: OPPOSans-Bold, OPPOSans;
  4. }
  5. .dis_flex{
  6. display: flex;
  7. align-items: center;
  8. justify-content: space-between;
  9. }