select.scss 294 B

12345678910111213141516171819202122
  1. .item {
  2. background-color: #fff;
  3. padding: 20rpx 30rpx;
  4. box-sizing: border-box;
  5. .title {
  6. line-height: 40rpx;
  7. font-size: 28rpx;
  8. color: #000000;
  9. font-weight: 600;
  10. margin-bottom: 10rpx;
  11. }
  12. .row {
  13. line-height: 34rpx;
  14. font-size: 24rpx;
  15. color: #333333;
  16. margin-top: 8rpx;
  17. }
  18. }