Pop-upMulti-select.scss 665 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .box {
  2. width: 488rpx;
  3. height: 100%;
  4. view {
  5. width: 100%;
  6. }
  7. text {
  8. color: #cbcbcc;
  9. }
  10. }
  11. .value-class {
  12. flex: none !important;
  13. }
  14. .title-class {
  15. text-align: left;
  16. }
  17. .scroll-view {
  18. height: 588rpx;
  19. width: 750rpx;
  20. overflow: hidden;
  21. }
  22. .but-box {
  23. width: 750rpx;
  24. padding: 16rpx 0;
  25. text-align: center;
  26. .but {
  27. width: 500rpx !important;
  28. height: 90rpx !important;
  29. background: #3874F6 !important;
  30. border-radius: 45rpx !important;
  31. font-size: 28rpx;
  32. font-family: PingFang SC-Bold, PingFang SC;
  33. font-weight: bold;
  34. color: #FFFFFF;
  35. }
  36. }