C端小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

238 行
4.3 KiB

  1. /* pages/spellGroup/mySpellGroup/index.wxss */
  2. .top-img{
  3. width: 100%;
  4. height: 533rpx;
  5. z-index: 1;
  6. }
  7. .top-img image{
  8. width: 100%;
  9. height: 533rpx;
  10. }
  11. .content-box{
  12. box-sizing: content-box;
  13. height: auto;
  14. overflow: hidden;
  15. }
  16. .content{
  17. position: relative;
  18. width: 100%;
  19. height: auto;
  20. background: #fff;
  21. overflow: hidden;
  22. padding-bottom: 130rpx;
  23. }
  24. .text{
  25. padding: 0 30rpx;
  26. }
  27. .title{
  28. position: absolute;
  29. top: 503rpx;
  30. background-color: #fff;
  31. z-index: 100;
  32. width: 750rpx;
  33. padding-top: 30rpx;
  34. padding-left: 30rpx;
  35. line-height: 50rpx;
  36. border-radius:20rpx 20rpx 0px 0px;
  37. opacity: 1;
  38. font-size:32rpx;
  39. font-family:PingFang-SC-Bold;
  40. font-weight:bold;
  41. color:rgba(51,51,51,1);
  42. box-sizing: border-box;
  43. }
  44. .remark{
  45. margin-top: 48rpx;
  46. font-size:24rpx;
  47. font-family:PingFang-SC-Medium;
  48. font-weight:500;
  49. color:rgba(134,134,134,1);
  50. margin-bottom: 12rpx;
  51. }
  52. .des{
  53. width: 100%;
  54. height: auto;
  55. padding-top: 6rpx;
  56. border-top: 2rpx solid rgb(240, 238, 238);
  57. }
  58. .des-peoplenum{
  59. display: inline;
  60. font-size:24rpx;
  61. font-family:PingFang-SC-Medium;
  62. font-weight:500;
  63. color:rgba(0,0,0,1);
  64. line-height:44rpx;
  65. margin-right: 30rpx;
  66. }
  67. .des-saleprice{
  68. display: inline;
  69. font-size:40rpx;
  70. font-family:PingFang-SC-Medium;
  71. font-weight:500;
  72. color:rgba(255,53,53,1);
  73. }
  74. .status{
  75. width: 100%;
  76. border-radius: 15rpx;
  77. background:rgba(255,235,229,1);
  78. margin: 30rpx 0;
  79. overflow: hidden;
  80. }
  81. .status01{
  82. float: left;
  83. width: 130rpx;
  84. height: 130rpx;
  85. }
  86. .status01 image{
  87. width: 90rpx;
  88. height: 90rpx;
  89. border-radius: 45rpx;
  90. margin: 20rpx 0 0 20rpx;
  91. }
  92. .status02{
  93. margin-top: 20rpx;
  94. float: left;
  95. width: 140rpx;
  96. font-size:28rpx;
  97. font-family:PingFang-SC-Medium;
  98. font-weight:500;
  99. color:rgba(51,51,51,1);
  100. }
  101. .r-p-num{
  102. display: inline;
  103. color: #FF3535;
  104. }
  105. .status03{
  106. /* width: 160rpx; */
  107. float: left;
  108. padding-left: 80rpx;
  109. color: #F74812;
  110. }
  111. .hh,.mm,.ss{
  112. display: inline-block;
  113. font-size:26rpx;
  114. font-family:PingFang-SC-Medium;
  115. font-weight:500;
  116. color:rgba(255,255,255,1);
  117. height: 38rpx;
  118. width: 38rpx;
  119. background: #F74812;
  120. border-radius:10rpx;
  121. margin: 46rpx 8rpx 0 0;
  122. text-align: center;
  123. line-height: 38rpx;
  124. }
  125. .status04{
  126. float: left;
  127. width: 163rpx;
  128. }
  129. .s-button{
  130. background:#ED3D2E;
  131. width: 120rpx;
  132. height: 48rpx;
  133. font-size:28rpx;
  134. font-family:PingFang-SC-Medium;
  135. font-weight:500;
  136. color:rgba(255,255,255,1);
  137. text-align: center;
  138. line-height: 48rpx;
  139. border-radius: 24rpx;
  140. margin: 40rpx auto 0;
  141. }
  142. .p-title{
  143. font-size:32rpx;
  144. font-family:PingFang-SC-Bold;
  145. font-weight:bold;
  146. color:rgba(51,51,51,1);
  147. margin: 10rpx 0 20rpx 0;
  148. }
  149. .p-list{
  150. font-size:24rpx;
  151. font-family:PingFang-SC-Medium;
  152. font-weight:500;
  153. color:rgba(51,51,51,1);
  154. line-height:50rpx;
  155. }
  156. .edit{
  157. position: fixed;
  158. width: 690rpx;
  159. bottom: 20rpx;
  160. left: 30rpx;
  161. }
  162. .edit-left{
  163. float: left;
  164. width: 330rpx;
  165. height: 95rpx;
  166. background:rgba(255,169,2,1);
  167. box-shadow:0px 8rpx 8rpx 1rpx rgba(255,169,2,0.32);
  168. border-radius:48rpx;
  169. }
  170. .edit-right{
  171. float: right;
  172. width: 330rpx;
  173. height: 95rpx;
  174. background:linear-gradient(90deg,rgba(236,59,45,1) 0%,rgba(248,98,52,1) 100%);
  175. box-shadow:0px 8rpx 8rpx 1rpx rgba(246,93,51,0.32);
  176. border-radius:48rpx;
  177. }
  178. .edit-left-top{
  179. height: 46rpx;
  180. text-align: center;
  181. }
  182. .price{
  183. display: inline;
  184. font-size:32rpx;
  185. line-height: 32rpx;
  186. font-family:PingFang-SC-Medium;
  187. font-weight:500;
  188. color:rgba(254,254,254,1);
  189. margin-top: 6rpx;
  190. }
  191. .price-unit{
  192. display: inline;
  193. font-size:27rpx;
  194. line-height: 27rpx;
  195. margin-top: 11rpx;
  196. font-family:PingFang-SC-Medium;
  197. font-weight:500;
  198. color:rgba(254,254,254,1);
  199. }
  200. .edit-left-bottom{
  201. text-align: center;
  202. font-size:30rpx;
  203. line-height: 40rpx;
  204. font-family:PingFang-SC-Medium;
  205. font-weight:500;
  206. color:rgba(254,254,254,1);
  207. }
  208. .edit-right-top{
  209. height: 46rpx;
  210. text-align: center;
  211. }
  212. .real-price{
  213. display: inline;
  214. font-size:32rpx;
  215. line-height: 32rpx;
  216. font-family:PingFang-SC-Medium;
  217. font-weight:500;
  218. color:rgba(254,254,254,1);
  219. margin-top: 6rpx;
  220. }
  221. .real-price-unit{
  222. display: inline;
  223. font-size:27rpx;
  224. line-height: 27rpx;
  225. margin-top: 11rpx;
  226. font-family:PingFang-SC-Medium;
  227. font-weight:500;
  228. color:rgba(254,254,254,1);
  229. }
  230. .edit-right-bottom{
  231. text-align: center;
  232. font-size:30rpx;
  233. line-height: 40rpx;
  234. font-family:PingFang-SC-Medium;
  235. font-weight:500;
  236. color:rgba(254,254,254,1);
  237. }