index.rpx.scss 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
  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. }
  142. .allMoney{
  143. font-size: 24rpx;
  144. font-family: PingFangSC-Regular, PingFang SC;
  145. font-weight: 400;
  146. color: #333333;
  147. line-height: 40rpx;
  148. margin-top: 24rpx;
  149. margin-left: 64rpx;
  150. }
  151. .unpaid{
  152. font-size: 24rpx;
  153. font-family: PingFangSC-Regular, PingFang SC;
  154. font-weight: 400;
  155. color: #333333;
  156. line-height: 108rpx;
  157. margin-left: 32rpx;
  158. }
  159. .preferentialPrice{
  160. font-size: 36rpx;
  161. font-family: PingFangSC-Medium, PingFang SC;
  162. font-weight: 500;
  163. color: #111111;
  164. line-height: 108rpx;
  165. margin-left: 16rpx;
  166. }
  167. .originalPrice{
  168. font-size: 24rpx;
  169. font-family: PingFangSC-Regular, PingFang SC;
  170. font-weight: 400;
  171. color: #d65d58;
  172. line-height: 108rpx;
  173. margin-left: 16rpx;
  174. //text-decoration:line-through;
  175. }
  176. .priceDetail{
  177. font-size: 24rpx;
  178. font-family: PingFangSC-Regular, PingFang SC;
  179. font-weight: 400;
  180. color: #333333;
  181. line-height: 108rpx;
  182. margin-left: 32rpx;
  183. }
  184. .bottomBtn{
  185. width: 686rpx;
  186. height: 108rpx;
  187. background: #FFF6CE;
  188. border-radius: 60rpx;
  189. margin-left: 32rpx;
  190. }
  191. .btn{
  192. width: 220rpx;
  193. height: 108rpx;
  194. background: #FFE05C;
  195. border-radius: 0rpx 60rpx 60rpx 0rpx;
  196. font-size: 32rpx;
  197. font-family: PingFangSC-Medium, PingFang SC;
  198. font-weight: bold;
  199. color: #111111;
  200. line-height: 108rpx;
  201. text-align: center;
  202. }
  203. .borderBottom{
  204. margin-top: 32rpx;
  205. border-bottom: 1px solid #F7F7F7;
  206. padding-bottom: 32rpx;
  207. }
  208. .appealView{
  209. width: 700rpx;
  210. height: 500rpx;
  211. border-radius: 15rpx;
  212. background: #FFFFFF;
  213. }
  214. .popupTitle{
  215. font-size: 28rpx;
  216. font-family: PingFangSC-Medium, PingFang SC;
  217. margin-top: 24rpx;
  218. text-align: center;
  219. }
  220. .leftBtn{
  221. width: 140rpx;
  222. height: 70rpx;
  223. background: #F7F7F7;
  224. line-height: 70rpx;
  225. text-align: center;
  226. }
  227. .rightBtn{
  228. width: 140rpx;
  229. height: 70rpx;
  230. border-radius: 15rpx;
  231. background: #F7F7F7;
  232. line-height: 70rpx;
  233. text-align: center;
  234. }
  235. .textareaView{
  236. width: 650rpx;
  237. height: 350rpx;
  238. }
  239. .textarea{
  240. background: #f7f7f7;
  241. font-size: 28rpx;
  242. line-height: 40rpx;
  243. padding: 24rpx;
  244. }
  245. .payView{
  246. height: 638rpx;
  247. background: #FFFFFF;
  248. box-shadow: 0rpx -4rpx 8rpx 0rpx rgba(0,0,0,0.03);
  249. border-radius: 24rpx 24rpx 0rpx 0rpx;
  250. padding: 24rpx 32rpx;
  251. }
  252. .payType{
  253. font-size: 32rpx;
  254. font-family: PingFangSC-Medium, PingFang SC;
  255. font-weight: bord;
  256. color: #111111;
  257. line-height: 48rpx;
  258. }
  259. .x{
  260. width: 35rpx;
  261. height: 35rpx;
  262. border-radius: 18rpx;
  263. }
  264. .payTitle{
  265. font-size: 24rpx;
  266. font-family: PingFangSC-Regular, PingFang SC;
  267. font-weight: 400;
  268. color: #666666;
  269. line-height: 40rpx;
  270. margin-top: 8rpx;
  271. }
  272. .payItem{
  273. background: #FAFAFA;
  274. border-radius: 20rpx;
  275. padding: 34rpx 32rpx;
  276. margin-top: 32rpx;
  277. }
  278. .payName{
  279. margin-left: 24rpx;
  280. }
  281. .balance{
  282. font-size: 24rpx;
  283. font-family: PingFangSC-Regular, PingFang SC;
  284. font-weight: 400;
  285. color: #999999;
  286. line-height: 40rpx;
  287. }
  288. .commitBtn{
  289. width: 686rpx;
  290. height: 108rpx;
  291. background: #FFE05C;
  292. border-radius: 60rpx;
  293. margin-top: 32rpx;
  294. font-size: 32rpx;
  295. font-family: PingFangSC-Medium, PingFang SC;
  296. font-weight: bold;
  297. color: #111111;
  298. line-height: 108rpx;
  299. text-align: center;
  300. }
  301. .passwordView{
  302. background: #FFFFFF;
  303. width: 686rpx;
  304. height: 400rpx;
  305. border-radius: 20rpx;
  306. padding: 34rpx 0;
  307. }
  308. .h-tab-bar{
  309. margin-top: 80rpx;
  310. }
  311. .h-operate-btn{
  312. width: 550rpx;
  313. height: 80rpx;
  314. border-radius: 40rpx;
  315. background: #FFE05C;
  316. line-height: 80rpx;
  317. text-align: center;
  318. margin-top: 80rpx;
  319. }
  320. .yuyue{
  321. height: 164rpx;
  322. background: #FFFEF7;
  323. padding-left: 28rpx;
  324. padding-right: 62rpx;
  325. margin-top: 24rpx;
  326. }
  327. .jishi{
  328. padding-right: 62rpx;
  329. }