index.rpx.scss 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  1. .page{
  2. background: #F7F7F7;
  3. }
  4. .state{
  5. background: #FFFFFF;
  6. padding: 24rpx 0;
  7. font-size: 32rpx;
  8. font-family: PingFangSC-Regular, PingFang SC;
  9. font-weight: 400;
  10. color: #93D21A;
  11. line-height: 44rpx;
  12. }
  13. .box_4{
  14. font-size: 28rpx;
  15. font-family: PingFangSC-Regular, PingFang SC;
  16. font-weight: 400;
  17. color: #333333;
  18. line-height: 44rpx;
  19. margin-top: 18rpx;
  20. }
  21. .detail{
  22. margin-top: 24rpx;
  23. background: #FFFFFF;
  24. padding: 0 32rpx;
  25. }
  26. .serviceAttrDesc{
  27. width: 108rpx;
  28. height: 56rpx;
  29. background: #FFE05C;
  30. border-radius: 0rpx 0rpx 12rpx 12rpx;
  31. font-size: 24rpx;
  32. font-family: PingFangSC-Regular, PingFang SC;
  33. font-weight: 400;
  34. color: #333333;
  35. line-height: 56rpx;
  36. text-align: center;
  37. }
  38. .serviceAttrDesc1{
  39. width: 108rpx;
  40. height: 56rpx;
  41. background: #E9F6D1;
  42. border-radius: 0rpx 0rpx 12rpx 12rpx;
  43. font-size: 24rpx;
  44. font-family: PingFangSC-Regular, PingFang SC;
  45. font-weight: 400;
  46. color: #93D21A;
  47. line-height: 56rpx;
  48. text-align: center;
  49. }
  50. .serviceType{
  51. font-size: 28rpx;
  52. font-family: PingFangSC-Medium, PingFang SC;
  53. font-weight: bold;
  54. color: #333333;
  55. line-height: 40rpx;
  56. }
  57. .key{
  58. font-size: 24rpx;
  59. font-family: PingFangSC-Regular, PingFang SC;
  60. font-weight: 400;
  61. color: #666666;
  62. line-height: 44rpx;
  63. }
  64. .value{
  65. height: 36rpx;
  66. font-size: 24rpx;
  67. font-family: PingFangSC-Regular, PingFang SC;
  68. font-weight: 400;
  69. color: #333333;
  70. line-height: 44rpx;
  71. }
  72. .planNumber{
  73. font-size: 40rpx;
  74. font-family: PingFangSC-Semibold, PingFang SC;
  75. font-weight: 600;
  76. color: #333333;
  77. text-align: center;
  78. }
  79. .plan{
  80. font-size: 20rpx;
  81. font-family: PingFangSC-Regular, PingFang SC;
  82. font-weight: 400;
  83. color: #999999;
  84. line-height: 28rpx;
  85. }
  86. .scan{
  87. width: 200rpx;
  88. height: 64rpx;
  89. background: #FFE05C;
  90. border-radius: 32rpx;
  91. margin-top: 32rpx;
  92. font-size: 24rpx;
  93. font-family: PingFangSC-Regular, PingFang SC;
  94. font-weight: 400;
  95. color: #333333;
  96. line-height: 64rpx;
  97. text-align: center;
  98. }
  99. .line{
  100. width: 686rpx;
  101. height: 2rpx;
  102. background: #EEEEEE;
  103. margin-top: 32rpx;
  104. }
  105. .right{
  106. width: 620rpx;
  107. }
  108. .projectState{
  109. font-size: 24rpx;
  110. font-family: PingFangSC-Regular, PingFang SC;
  111. font-weight: 400;
  112. color: #93D21A;
  113. line-height: 44rpx;
  114. }
  115. .projectMoney{
  116. font-size: 28rpx;
  117. font-family: PingFangSC-Medium, PingFang SC;
  118. font-weight: 500;
  119. color: #353535;
  120. line-height: 44rpx;
  121. }
  122. .lineMoney{
  123. font-size: 20rpx;
  124. font-family: PingFangSC-Medium, PingFang SC;
  125. font-weight: 500;
  126. color: #959595;
  127. line-height: 44rpx;
  128. margin-left: 8rpx;
  129. text-decoration:line-through;
  130. }
  131. .bottom1{
  132. width: 750rpx;
  133. height: 212rpx;
  134. background: #FFFFFF;
  135. position: fixed;
  136. bottom: 0;
  137. z-index: 5;
  138. }
  139. .bottomHeight{
  140. height: 236rpx;
  141. background: #F7F7F7;
  142. }
  143. .allMoney{
  144. font-size: 24rpx;
  145. font-family: PingFangSC-Regular, PingFang SC;
  146. font-weight: 400;
  147. color: #333333;
  148. line-height: 40rpx;
  149. margin-top: 24rpx;
  150. margin-left: 64rpx;
  151. }
  152. .unpaid{
  153. font-size: 24rpx;
  154. font-family: PingFangSC-Regular, PingFang SC;
  155. font-weight: 400;
  156. color: #333333;
  157. line-height: 108rpx;
  158. margin-left: 32rpx;
  159. }
  160. .preferentialPrice{
  161. font-size: 36rpx;
  162. font-family: PingFangSC-Medium, PingFang SC;
  163. font-weight: 500;
  164. color: #111111;
  165. line-height: 108rpx;
  166. margin-left: 16rpx;
  167. }
  168. .originalPrice{
  169. font-size: 24rpx;
  170. font-family: PingFangSC-Regular, PingFang SC;
  171. font-weight: 400;
  172. color: #d65d58;
  173. line-height: 108rpx;
  174. margin-left: 16rpx;
  175. //text-decoration:line-through;
  176. }
  177. .priceDetail{
  178. font-size: 24rpx;
  179. font-family: PingFangSC-Regular, PingFang SC;
  180. font-weight: 400;
  181. color: #333333;
  182. line-height: 108rpx;
  183. margin-left: 32rpx;
  184. }
  185. .bottomBtn{
  186. width: 686rpx;
  187. height: 108rpx;
  188. background: #FFF6CE;
  189. border-radius: 60rpx;
  190. margin-left: 32rpx;
  191. }
  192. .btn{
  193. width: 220rpx;
  194. height: 108rpx;
  195. background: #FFE05C;
  196. border-radius: 0rpx 60rpx 60rpx 0rpx;
  197. font-size: 32rpx;
  198. font-family: PingFangSC-Medium, PingFang SC;
  199. font-weight: bold;
  200. color: #111111;
  201. line-height: 108rpx;
  202. text-align: center;
  203. }
  204. .borderBottom{
  205. margin-top: 32rpx;
  206. border-bottom: 1px solid #F7F7F7;
  207. padding-bottom: 32rpx;
  208. }
  209. .appealView{
  210. width: 700rpx;
  211. height: 500rpx;
  212. border-radius: 15rpx;
  213. background: #FFFFFF;
  214. }
  215. .popupTitle{
  216. font-size: 28rpx;
  217. font-family: PingFangSC-Medium, PingFang SC;
  218. margin-top: 24rpx;
  219. text-align: center;
  220. }
  221. .leftBtn{
  222. width: 140rpx;
  223. height: 70rpx;
  224. background: #F7F7F7;
  225. line-height: 70rpx;
  226. text-align: center;
  227. }
  228. .rightBtn{
  229. width: 140rpx;
  230. height: 70rpx;
  231. border-radius: 15rpx;
  232. background: #F7F7F7;
  233. line-height: 70rpx;
  234. text-align: center;
  235. }
  236. .textareaView{
  237. width: 650rpx;
  238. height: 350rpx;
  239. }
  240. .textarea{
  241. background: #f7f7f7;
  242. font-size: 28rpx;
  243. line-height: 40rpx;
  244. padding: 24rpx;
  245. }
  246. .payView{
  247. height: 638rpx;
  248. background: #FFFFFF;
  249. box-shadow: 0rpx -4rpx 8rpx 0rpx rgba(0,0,0,0.03);
  250. border-radius: 24rpx 24rpx 0rpx 0rpx;
  251. padding: 24rpx 32rpx;
  252. }
  253. .payType{
  254. font-size: 32rpx;
  255. font-family: PingFangSC-Medium, PingFang SC;
  256. font-weight: bord;
  257. color: #111111;
  258. line-height: 48rpx;
  259. }
  260. .x{
  261. width: 35rpx;
  262. height: 35rpx;
  263. border-radius: 18rpx;
  264. }
  265. .payTitle{
  266. font-size: 24rpx;
  267. font-family: PingFangSC-Regular, PingFang SC;
  268. font-weight: 400;
  269. color: #666666;
  270. line-height: 40rpx;
  271. margin-top: 8rpx;
  272. }
  273. .payItem{
  274. background: #FAFAFA;
  275. border-radius: 20rpx;
  276. padding: 34rpx 32rpx;
  277. margin-top: 32rpx;
  278. }
  279. .payName{
  280. margin-left: 24rpx;
  281. }
  282. .balance{
  283. font-size: 24rpx;
  284. font-family: PingFangSC-Regular, PingFang SC;
  285. font-weight: 400;
  286. color: #999999;
  287. line-height: 40rpx;
  288. }
  289. .commitBtn{
  290. width: 686rpx;
  291. height: 108rpx;
  292. background: #FFE05C;
  293. border-radius: 60rpx;
  294. margin-top: 32rpx;
  295. font-size: 32rpx;
  296. font-family: PingFangSC-Medium, PingFang SC;
  297. font-weight: bold;
  298. color: #111111;
  299. line-height: 108rpx;
  300. text-align: center;
  301. }
  302. .passwordView{
  303. background: #FFFFFF;
  304. width: 686rpx;
  305. height: 400rpx;
  306. border-radius: 20rpx;
  307. padding: 34rpx 0;
  308. }
  309. .h-tab-bar{
  310. margin-top: 80rpx;
  311. }
  312. .h-operate-btn{
  313. width: 550rpx;
  314. height: 80rpx;
  315. border-radius: 40rpx;
  316. background: #FFE05C;
  317. line-height: 80rpx;
  318. text-align: center;
  319. margin-top: 80rpx;
  320. }
  321. .yuyue{
  322. height: 164rpx;
  323. background: #FFFEF7;
  324. padding-left: 28rpx;
  325. padding-right: 62rpx;
  326. margin-top: 24rpx;
  327. }
  328. .jishi{
  329. padding-right: 62rpx;
  330. }