index.scss 877 B

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