style.scss 510 B

123456789101112131415161718192021222324252627
  1. @import "../../style/common";
  2. /* 容器 */
  3. .modal-select-container{
  4. width: 100%;
  5. height: 100%;
  6. }
  7. .modal-select-footer{
  8. background-color: #fff;
  9. border-radius: 30upx 30upx 0 0;
  10. }
  11. .modal-select-margin{
  12. height: 10upx;
  13. background-color: #F1F1F1;
  14. }
  15. .modal-select-for-item{
  16. border-bottom: 1upx solid #EEEEEE !important;
  17. }
  18. .modal-select-for-item:last-of-type{
  19. border-bottom: none;
  20. }
  21. .modal-select-item{
  22. height: 87upx !important;
  23. font-size: 30upx;
  24. line-height: 40upx;
  25. color: #333;
  26. }
  27. /* 容器 */