index.scss 636 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. @import "../../../../static/common-head.scss";
  2. .count {
  3. font-size: 30rpx !important;
  4. font-weight: bold;
  5. }
  6. .item {
  7. width: 100vw;
  8. display: flex;
  9. background-color: #ffffff;
  10. padding: 20rpx 30rpx;
  11. box-sizing: border-box;
  12. margin-bottom: 20rpx;
  13. .dec {
  14. flex: 1;
  15. width: 0;
  16. min-height: 128rpx;
  17. height: 100%;
  18. font-size: 24rpx;
  19. font-family: PingFang SC-Regular, PingFang SC;
  20. color: #999999;
  21. .title {
  22. display: flex;
  23. width: 90%;
  24. height: 40rpx;
  25. font-size: 28rpx;
  26. font-weight: 600;
  27. color: #333333;
  28. }
  29. .subfield {
  30. display: flex;
  31. margin-top: 8rpx;
  32. height: 34rpx;
  33. line-height: 34rpx;
  34. }
  35. }
  36. }