growth-template.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. .two-max {
  2. position: relative;
  3. width: 100%;
  4. margin-top: 35rpx;
  5. /* height:381rpx; */
  6. background-color: #fff;
  7. /* border:1px solid #eaeaea; */
  8. }
  9. .two-max image {
  10. position: relative;
  11. height: 292rpx;
  12. border-radius:28rpx;
  13. }
  14. .box-activity-title {
  15. display: flex;
  16. justify-content: space-between;
  17. position: relative;
  18. padding-left: 20rpx;
  19. box-sizing: border-box;
  20. height: 34rpx;
  21. line-height: 28rpx;
  22. margin-top: 40rpx;
  23. width: 98%;
  24. }
  25. .box-activity-title::after{
  26. position: absolute;
  27. content:'';
  28. left:0;
  29. top:50%;
  30. transform: translateY(-50%);
  31. width: 8rpx;
  32. height: 8rpx;
  33. opacity: 1;
  34. background: #9DDB52;
  35. border-radius: 50%;
  36. }
  37. .box-activity-titleone {
  38. display: flex;
  39. justify-content: space-between;
  40. /* margin: 23rpx 20rpx 23rpx 20rpx; */
  41. margin-left: 8rpx;
  42. padding-left: 12rpx;
  43. box-sizing: border-box;
  44. margin-top: 10rpx;
  45. }
  46. .activity-font{
  47. font-size: 35rpx;
  48. font-weight: 700;
  49. font-family: PingFang-SC-Bold;
  50. }
  51. .box-activity-audio {
  52. /* padding: 8rpx 22rpx; */
  53. font-size: 14px;
  54. color: #ffffff;
  55. border-radius: 25rpx;
  56. background: #9DDB52;
  57. height: 36rpx;
  58. padding-top: 8rpx;
  59. padding-bottom: 8rpx;
  60. padding-right: 15rpx;
  61. padding-left: 15rpx;
  62. }
  63. .box-activity-progress {
  64. display: flex;
  65. justify-content: space-between;
  66. margin: 23rpx 16rpx 23rpx 20rpx;
  67. }
  68. .box-activity-progress text:first-child {
  69. font-size: 27rpx;
  70. color: grey;
  71. letter-spacing: 1rpx;
  72. padding-top: 10rpx;
  73. width: 65%;
  74. }
  75. .box-activity-progress text:last-child {
  76. font-size: 34rpx;
  77. color: #ff8000;
  78. font-weight: 700;
  79. }