index.rpx.scss 6.3 KB

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