new_timepicker.scss 284 B

123456789101112131415
  1. /* #ifdef weapp */
  2. .pick_sel_item {
  3. height: 80px !important;
  4. background-color: #FF2E661A !important;
  5. border: solid 1px #ffffff00 !important;
  6. // border-radius: 40px !important;
  7. color: aqua !important;
  8. }
  9. /* #endif */
  10. /* #ifdef rn */
  11. .pick_sel_item {}
  12. /* #endif */