C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

148 regels
2.3 KiB

  1. @import "../../app.wxss";
  2. .head {
  3. height: 232rpx;
  4. padding-top: 20rpx;
  5. background: #fc5b24;
  6. position: relative;
  7. }
  8. .growRule {
  9. position: absolute;
  10. right: 0;
  11. top: -60rpx;
  12. bottom: 0;
  13. margin: auto;
  14. width: 180rpx;
  15. height: 48rpx;
  16. line-height: 48rpx;
  17. text-align: center;
  18. background: #fff;
  19. font-size: 28rpx;
  20. font-weight: 400;
  21. color: #fc5b24;
  22. border-bottom-left-radius: 50rpx;
  23. border-top-left-radius: 50rpx;
  24. }
  25. .markRule {
  26. position: absolute;
  27. right: 0;
  28. top: 60rpx;
  29. bottom: 0;
  30. margin: auto;
  31. width: 180rpx;
  32. height: 48rpx;
  33. line-height: 48rpx;
  34. text-align: center;
  35. background: #fff;
  36. font-size: 28rpx;
  37. font-weight: 400;
  38. color: #fc5b24;
  39. border-bottom-left-radius: 50rpx;
  40. border-top-left-radius: 50rpx;
  41. }
  42. .head text {
  43. display: block;
  44. text-align: center;
  45. color: #fff;
  46. }
  47. .head text:nth-of-type(1) {
  48. font-size: 28rpx;
  49. font-family: PingFang-SC-Regular;
  50. font-weight: 400;
  51. color: rgba(255, 255, 255, 1);
  52. padding-top: 25rpx;
  53. }
  54. .head text:nth-of-type(2) {
  55. font-size: 70rpx;
  56. font-family: PingFang-SC-Bold;
  57. font-weight: bold;
  58. color: rgba(255, 255, 255, 1);
  59. }
  60. .bg {
  61. position: absolute;
  62. bottom: 0;
  63. left: 0;
  64. right: 0;
  65. width: 100%;
  66. height: 55rpx;
  67. z-index: 100;
  68. }
  69. .content {
  70. position: relative;
  71. padding: 0 35rpx;
  72. height: 145rpx;
  73. border-bottom: 1px solid #eaeaea;
  74. }
  75. .content>view:nth-of-type(2n+1) text {
  76. display: block;
  77. }
  78. .content>view:nth-of-type(2n+1) text:nth-of-type(1) {
  79. margin-top: 24rpx;
  80. }
  81. .content>view:nth-of-type(2n+1) text:nth-of-type(2) {
  82. margin-top: 10rpx;
  83. font-size: 26rpx;
  84. font-family: PingFang-SC-Bold;
  85. color: rgba(153, 153, 153, 1);
  86. }
  87. .content>view:nth-of-type(2n+1) {
  88. float: left;
  89. width: 60%;
  90. height: 145rpx;
  91. overflow: hidden;
  92. }
  93. .content>view:nth-of-type(2n) {
  94. width: 38%;
  95. float: right;
  96. text-align: right;
  97. height: 145rpx;
  98. line-height: 145rpx;
  99. overflow: hidden;
  100. }
  101. .title {
  102. display: block;
  103. text-align: center;
  104. font-size: 30rpx;
  105. font-family: PingFang-SC-Regular;
  106. font-weight: 400;
  107. color: rgba(51, 51, 51, 1);
  108. }
  109. .fr text {
  110. color: #FF3535;
  111. }
  112. .loading {
  113. text-align: center;
  114. height: 80rpx;
  115. line-height: 80rpx;
  116. font-size: 26rpx;
  117. color: #999;
  118. }
  119. .loading image {
  120. width: 60rpx;
  121. height: 60rpx;
  122. vertical-align: middle;
  123. margin-right: 10rpx;
  124. }
  125. .nonecontent {
  126. text-align: center;
  127. font-size: 30rpx;
  128. color: #999;
  129. margin-top: 30rpx;
  130. }