PickerViews.scss 581 B

1234567891011121314151617181920212223242526
  1. /* #ifdef weapp */
  2. .picker-mask {
  3. max-width: auto;
  4. // background: linear-gradient(0deg, rgba(28, 28, 28, 1) 0%,
  5. // rgba(28, 28, 28, 0) 45%,
  6. // rgba(28, 28, 28, 0) 55%,
  7. // rgba(28, 28, 28, 1) 100%);
  8. background-size: 750px 340px !important;
  9. height: 340px;
  10. background-position: center center;
  11. background-repeat: no-repeat;
  12. z-index: 9;
  13. // color: #000 !important;
  14. }
  15. .picker{
  16. background-size: 750px 340px !important;
  17. height: 340px;
  18. // color: #000 !important;
  19. }
  20. /* #endif */
  21. /* #ifdef rn */
  22. /* #endif */