style.scss 208 B

12345678910111213
  1. @import "../../style/common";
  2. .select-modal{
  3. background-color: #fff;
  4. width: 580upx;
  5. border-radius: 10upx;
  6. padding: 0 40upx;
  7. }
  8. .select-modal-item{
  9. height: 90upx;
  10. font-size: 30upx;
  11. color: #333;
  12. }