pay-success.css 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  1. html,
  2. body {
  3. background: #FFFFFF;
  4. font-family: PingFangSC-Regular;
  5. color: #333333;
  6. }
  7. .container {
  8. width: 100%;
  9. }
  10. .container > .success {
  11. width: 100%;
  12. display: flex;
  13. flex-direction: column;
  14. align-items: center;
  15. margin-top: 78rpx;
  16. padding-bottom: 70rpx;
  17. }
  18. .container > .success > image {
  19. width: 120rpx;
  20. height: 120rpx;
  21. margin-bottom: 34rpx;
  22. }
  23. .container > .success > text {
  24. font-size: 40rpx;
  25. margin-bottom: 20rpx;
  26. }
  27. .container > .success > .call {
  28. width: 488rpx;
  29. font-family: PingFangSC-Regular;
  30. font-size: 32rpx;
  31. color: #999999;
  32. text-align: center;
  33. line-height: 52rpx;
  34. }
  35. .btn {
  36. font-family: PingFangSC-Medium;
  37. font-size: 32rpx;
  38. color: #FFFFFF;
  39. text-align: center;
  40. background: #3296FB;
  41. border-radius: 45rpx;
  42. height: 90rpx;
  43. line-height: 90rpx;
  44. }
  45. .survey > .btn {
  46. width: 400rpx;
  47. margin: 0 auto;
  48. }
  49. .share {
  50. font-family: PingFangSC-Medium;
  51. font-size: 16px;
  52. color: #3296FB;
  53. text-align: center;
  54. }
  55. .repair {
  56. display: flex;
  57. flex-direction: column;
  58. align-items: center;
  59. }
  60. .empty {
  61. width: 100%;
  62. height: 24rpx;
  63. background: #f5f5f5;
  64. margin-bottom: 84rpx;
  65. }
  66. .repair > .btn {
  67. width: 360rpx;
  68. margin-bottom: 54rpx;
  69. }
  70. .repair > text:nth-of-type(1),
  71. .salary > text:nth-of-type(1) {
  72. font-family: PingFangSC-Regular;
  73. font-size: 36rpx;
  74. color: #333333;
  75. margin-bottom: 14rpx;
  76. }
  77. .repair > text:nth-of-type(2),
  78. .salary > text:nth-of-type(2) {
  79. font-family: PingFangSC-Regular;
  80. font-size: 32rpx;
  81. color: #999999;
  82. margin-bottom: 60rpx;
  83. }
  84. .repair > text:nth-of-type(3) {
  85. font-family: PingFangSC-Medium;
  86. font-size: 32rpx;
  87. color: #3296FB;
  88. }
  89. .salary {
  90. display: flex;
  91. flex-direction: column;
  92. align-items: center;
  93. }
  94. .salary > .btn {
  95. width: 360rpx;
  96. }
  97. .salary > text:nth-of-type(2) {
  98. width: 488rpx;
  99. text-align: center;
  100. }
  101. .addCard {
  102. display: flex;
  103. flex-direction: column;
  104. align-items: center;
  105. }
  106. .addCard > .btn {
  107. width: 360rpx;
  108. }
  109. .addCard > text {
  110. line-height: 64rpx;
  111. }
  112. .addCard > text:nth-of-type(1) {
  113. font-family: PingFangSC-Light;
  114. font-size: 42rpx;
  115. color: #FF5E5E;
  116. }
  117. .addCard > text:nth-of-type(2) {
  118. font-size: 36rpx;
  119. color: #151515;
  120. }
  121. .addCard > text:nth-of-type(3) {
  122. width: 510rpx;
  123. font-size: 32rpx;
  124. color: #999999;
  125. margin-top: 20rpx;
  126. margin-bottom: 60rpx;
  127. text-align: center;
  128. line-height: 48rpx;
  129. }
  130. .modal {
  131. width: 100%;
  132. height: 100%;
  133. position: fixed;
  134. top: 0;
  135. left: 0;
  136. z-index: 900;
  137. display: flex;
  138. flex-direction: column;
  139. background: rgba(0, 0, 0, 0.56);
  140. }
  141. .modal > view:first-child {
  142. flex: 1;
  143. }
  144. .modal > .detail {
  145. width: 100%;
  146. position: absolute;
  147. bottom: -600px;
  148. background: #ffffff;
  149. }
  150. .modal > .detail > .header {
  151. display: flex;
  152. justify-content: space-between;
  153. align-items: center;
  154. padding: 26rpx 20rpx 26rpx 32rpx;
  155. border-bottom: 2rpx solid #eeeeee;
  156. background: #ffffff;
  157. }
  158. .modal > .detail > .header > view {
  159. font-family: PingFangSC-Medium;
  160. font-size: 32rpx;
  161. display: flex;
  162. align-items: center;
  163. }
  164. .modal > .detail > .header > view > view {
  165. width: 6rpx;
  166. height: 32rpx;
  167. background: #3296fb;
  168. margin-right: 22rpx;
  169. }
  170. .modal > .detail > .header > image {
  171. width: 48rpx;
  172. height: 48rpx;
  173. }
  174. .modal > .detail > .content {
  175. width: 750rpx;
  176. }
  177. .modal > .detail > .content .scroll {
  178. width: 400%;
  179. display: flex;
  180. }
  181. .modal > .detail > .content .scroll > view {
  182. width: 750rpx;
  183. height: 944rpx;
  184. position: relative;
  185. }
  186. .topic-X {
  187. padding-bottom: 68rpx;
  188. }
  189. .question {
  190. width: 100%;
  191. height: 112rpx;
  192. line-height: 112rpx;
  193. background: #F5F5F5;
  194. }
  195. .question > text:first-child,
  196. .question > text:nth-child(2) {
  197. font-family: PingFangSC-Medium;
  198. font-size: 15px;
  199. color: #333333;
  200. }
  201. .question > text:first-child {
  202. margin-left: 32rpx;
  203. }
  204. .question > text:last-child {
  205. font-family: PingFangSC-Regular;
  206. font-size: 30rpx;
  207. color: #3f3f3f;
  208. }
  209. .answer {
  210. width: 100%;
  211. height: 100rpx;
  212. background: #ffffff;
  213. display: flex;
  214. align-items: center;
  215. }
  216. .answer > image {
  217. width: 48rpx;
  218. height: 48rpx;
  219. margin: 0 46rpx 0 32rpx;
  220. }
  221. .answer > view {
  222. flex: 1;
  223. height: 100%;
  224. line-height: 100rpx;
  225. border-bottom: 2rpx solid #eeeeee;
  226. }
  227. .btnBox {
  228. width: 100%;
  229. height: 100rpx;
  230. box-sizing: border-box;
  231. padding: 0 20rpx;
  232. position: absolute;
  233. bottom: 0;
  234. }
  235. .disable {
  236. background: #DDDDDD;
  237. color: #AAAAAA;
  238. }
  239. .result-X {
  240. padding-bottom: 68rpx;
  241. }
  242. .result > .top,
  243. .result-X > .top {
  244. width: 100%;
  245. height: 560rpx;
  246. display: flex;
  247. flex-direction: column;
  248. align-items: center;
  249. }
  250. .result > .top > image,
  251. .result-X > .top > image {
  252. width: 108rpx;
  253. height: 108rpx;
  254. margin: 164rpx 0 34rpx;
  255. }
  256. .result > .top > view,
  257. .result-X > .top > view {
  258. width: 542rpx;
  259. font-family: PingFangSC-Regular;
  260. font-size: 30rpx;
  261. text-align: center;
  262. line-height: 50rpx;
  263. margin: 0 auto;
  264. }
  265. .result > .middle,
  266. .result-X > .middle {
  267. height: 112rpx;
  268. background: #FDF8EC;
  269. font-family: PingFangSC-Regular;
  270. font-size: 24rpx;
  271. color: #FF801A;
  272. text-align: center;
  273. line-height: 112rpx;
  274. margin-bottom: 20rpx;
  275. }
  276. .result > .bottom,
  277. .result-X > .bottom {
  278. width: 690rpx;
  279. height: 200rpx;
  280. display: flex;
  281. margin: 0 auto;
  282. }
  283. .bottom > .left {
  284. width: 220rpx;
  285. height: 100%;
  286. color: #ffffff;
  287. background-image: linear-gradient(-179deg, #21BFD5 3%, #2C8FD8 100%);
  288. border-top-left-radius: 8rpx;
  289. border-bottom-left-radius: 8rpx;
  290. text-align: center;
  291. }
  292. .bottom > .left > view {
  293. margin-top: 34rpx;
  294. font-family: DINAlternate-Bold;
  295. text-align: center;
  296. }
  297. .bottom > .left > view > text:first-child {
  298. font-size: 34rpx;
  299. }
  300. .bottom > .left > view > text:last-child {
  301. font-size: 80rpx;
  302. }
  303. .bottom > .left > text {
  304. font-family: PingFangSC-Regular;
  305. font-size: 20rpx;
  306. color: #FFFFFF;
  307. }
  308. .bottom > .right {
  309. flex: 1;
  310. display: flex;
  311. box-shadow: 2rpx 4rpx 16rpx #dedede;
  312. border-top-right-radius: 8rpx;
  313. border-bottom-right-radius: 8rpx;
  314. }
  315. .bottom > .right > .desc {
  316. flex: 1;
  317. box-sizing: border-box;
  318. padding: 32rpx 0 0 32rpx;
  319. }
  320. .bottom > .right > .desc > text {
  321. font-family: PingFangSC-Regular;
  322. font-size: 30rpx;
  323. color: #666666;
  324. line-height: 42rpx;
  325. }
  326. .bottom > .right > .desc > view {
  327. display: flex;
  328. flex-direction: column;
  329. font-family: PingFangSC-Regular;
  330. font-size: 24rpx;
  331. color: #999999;
  332. line-height: 46rpx;
  333. margin-top: 8rpx;
  334. }
  335. .bottom > .right > .use {
  336. width: 84rpx;
  337. height: 100%;
  338. writing-mode: vertical-rl;
  339. text-align: center;
  340. border-left: 1px dashed #DDDDDD;
  341. font-family: PingFangSC-Regular;
  342. font-size: 26rpx;
  343. color: #3296FB;
  344. line-height: 84rpx;
  345. letter-spacing: 8rpx;
  346. }