pay-success.wxss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343
  1. @import "../public-view.wxss";
  2. Page {
  3. background-color: white;
  4. }
  5. .top {
  6. width: 100%;
  7. display: flex;
  8. flex-direction: column;
  9. }
  10. .top>image {
  11. width: 120rpx;
  12. height: 120rpx;
  13. margin: 80rpx auto 34rpx;
  14. }
  15. .top>text:nth-child(2){
  16. font-family: PingFangSC-Regular;
  17. font-size: 40rpx;
  18. color: #333333;
  19. text-align: center;
  20. }
  21. .top>text:nth-child(3) {
  22. font-family: PingFangSC-Regular;
  23. font-size: 32rpx;
  24. color: #999999;
  25. text-align: center;
  26. line-height: 52rpx;
  27. margin-top: 30rpx;
  28. }
  29. .share {
  30. width: 100%;
  31. display: flex;
  32. flex-direction: column;
  33. margin-top: 64rpx;
  34. }
  35. .share>button {
  36. font-family: PingFangSC-Medium;
  37. font-size: 32rpx;
  38. color: #3296FB;
  39. text-align: center;
  40. }
  41. .interval {
  42. width: 100%;
  43. height: 24rpx;
  44. background-color: #f5f5f5;
  45. margin-top: 76rpx;
  46. }
  47. .interval+text {
  48. display: block;
  49. font-family: PingFangSC-Regular;
  50. font-size: 36rpx;
  51. color: #333333;
  52. text-align: center;
  53. margin-top: 84rpx;
  54. }
  55. .interval+text+text {
  56. display: block;
  57. font-family: PingFangSC-Regular;
  58. font-size: 32rpx;
  59. color: #999999;
  60. text-align: center;
  61. margin: 14rpx 120rpx 0;
  62. }
  63. .interval+text+text+view,
  64. .addCard>view,
  65. .survey-button {
  66. background: #3296FB;
  67. border-radius: 44rpx;
  68. width: 360rpx;
  69. height: 88rpx;
  70. margin: 60rpx auto 0;
  71. font-family: PingFangSC-Medium;
  72. font-size: 32rpx;
  73. line-height: 88rpx;
  74. color: #FFFFFF;
  75. text-align: center;
  76. }
  77. .interval+text+text+view+view {
  78. width: 360rpx;
  79. height: 88rpx;
  80. margin: 32rpx auto 0;
  81. font-family: PingFangSC-Medium;
  82. font-size: 32rpx;
  83. line-height: 88rpx;
  84. color: #3296FB;
  85. text-align: center;
  86. }
  87. .addCard {
  88. width: 100%;
  89. display: flex;
  90. flex-direction: column;
  91. }
  92. .addCard>text {
  93. margin-left: auto;
  94. margin-right: auto;
  95. }
  96. .addCard>text:nth-child(1) {
  97. font-family: PingFangSC-Light;
  98. font-size: 42rpx;
  99. color: #FF5E5E;
  100. line-height: 64rpx;
  101. margin-top: 74rpx;
  102. }
  103. .addCard>text:nth-child(2) {
  104. font-family: PingFangSC-Regular;
  105. font-size: 36rpx;
  106. color: #151515;
  107. line-height: 64rpx;
  108. }
  109. .addCard>text:nth-child(3) {
  110. font-family: PingFangSC-Regular;
  111. font-size: 32rpx;
  112. color: #999999;
  113. line-height: 48rpx;
  114. margin-top: 20rpx;
  115. margin-left: 120rpx;
  116. margin-right: 120rpx;
  117. text-align: center;
  118. }
  119. /* survey */
  120. .survey-view {
  121. width: 100%;
  122. height: 100%;
  123. position: fixed;
  124. background-color: rgba(0,0,0,0.56);
  125. top: 0rpx;
  126. display: flex;
  127. /* flex-direction: column; */
  128. }
  129. .survey-bottom-view {
  130. position: fixed;
  131. width: 100%;
  132. height: 100rpx;
  133. background-color: white;
  134. bottom: 0;
  135. }
  136. .survey-view>view:nth-child(2) {
  137. width: 100%;
  138. height: 1000rpx;
  139. /* position: fixed; */
  140. background-color: white;
  141. margin-top: auto;
  142. margin-bottom: env(safe-area-inset-bottom);
  143. /* margin-top: -800rpx; */
  144. /* bottom: -800rpx; */
  145. display: flex;
  146. flex-direction: column;
  147. }
  148. .survey-view>view:nth-child(2)>view:nth-child(1) {
  149. width: 100%;
  150. height: 108rpx;
  151. display: flex;
  152. }
  153. .survey-view>view:nth-child(2)>view:nth-child(1)>view {
  154. width: 6rpx;
  155. height: 32rpx;
  156. margin: auto 20rpx auto 30rpx;
  157. background-color: #3296FB;
  158. }
  159. .survey-view>view:nth-child(2)>view:nth-child(1)>text {
  160. font-family: PingFangSC-Medium;
  161. font-size: 32rpx;
  162. color: #333333;
  163. width: 600rpx;
  164. line-height: 56rpx;
  165. margin-right: auto;
  166. margin: auto auto auto 0;
  167. }
  168. .survey-view>view:nth-child(2)>view:nth-child(1)>image {
  169. width: 92rpx;
  170. height: 92rpx;
  171. margin: auto 0;
  172. }
  173. .survey-view>view:nth-child(2)>view:nth-child(2),
  174. .survey-answer-item+view,
  175. .survey-answer-bottom {
  176. width: 100%;
  177. height: 0.7px;
  178. background-color: #eeeeee;
  179. margin-top: -0.7px;
  180. }
  181. .survey-answer-item+view {
  182. margin-left: 126rpx;
  183. }
  184. .survey-question-view {
  185. width: 750rpx;
  186. height: 112rpx;
  187. background-color: #F5F5F5;
  188. }
  189. .survey-question-view>text:nth-child(1) {
  190. font-family: PingFangSC-Medium;
  191. font-size: 30rpx;
  192. color: #333333;
  193. line-height: 112rpx;
  194. margin-left: 32rpx;
  195. }
  196. .survey-question-view>text:nth-child(2) {
  197. font-family: PingFangSC-Regular;
  198. font-size: 30rpx;
  199. color: #3F3F3F;
  200. line-height: 112rpx;
  201. }
  202. .d-bg-view,
  203. .t-bg-view {
  204. height: 892rpx;
  205. display: flex;
  206. }
  207. .d-bg-view {
  208. width: 300%;
  209. }
  210. .t-bg-view {
  211. width: 400%;
  212. }
  213. .survey-answer-view,
  214. .survey-result-view {
  215. width: 750rpx;
  216. height: 892rpx;
  217. display: flex;
  218. flex-direction: column;
  219. }
  220. .survey-answer-scroll-view {
  221. width: 750rpx;
  222. height: 648rpx;
  223. }
  224. .survey-answer-item {
  225. width: 100%;
  226. height: 100rpx;
  227. display: flex;
  228. }
  229. .survey-answer-item>image {
  230. width: 48rpx;
  231. height: 48rpx;
  232. margin: auto 0 auto 32rpx;
  233. }
  234. .survey-answer-item>text {
  235. font-family: PingFangSC-Regular;
  236. font-size: 32rpx;
  237. color: #333333;
  238. line-height: 100rpx;
  239. margin-left: 46rpx;
  240. }
  241. .survey-button-view {
  242. width: 100%;
  243. height: 132rpx;
  244. display: flex;
  245. }
  246. .survey-button-view>view {
  247. background-color: #3296FB;
  248. border-radius: 50rpx;
  249. margin: auto auto;
  250. width: 710rpx;
  251. height: 90rpx;
  252. font-family: PingFangSC-Medium;
  253. font-size: 32rpx;
  254. color: #FFFFFF;
  255. text-align: center;
  256. line-height: 90rpx;
  257. }
  258. .survey-result-view>view:nth-child(1) {
  259. width: 750rpx;
  260. height: 510rpx;
  261. display: flex;
  262. flex-direction: column;
  263. }
  264. .survey-result-view>view:nth-child(1)>image {
  265. width: 108rpx;
  266. height: 108rpx;
  267. margin: auto auto 0;
  268. }
  269. .survey-result-view>view:nth-child(1)>text {
  270. margin: 34rpx auto auto;
  271. font-family: PingFangSC-Regular;
  272. font-size: 30rpx;
  273. color: #333333;
  274. text-align: center;
  275. line-height: 50rpx;
  276. }
  277. .survey-result-view>view:nth-child(2) {
  278. width: 750rpx;
  279. height: 112rpx;
  280. display: flex;
  281. flex-direction: column;
  282. }
  283. .survey-result-view>view:nth-child(2)>view {
  284. width: 750rpx;
  285. height: 100rpx;
  286. font-family: PingFangSC-Regular;
  287. font-size: 24rpx;
  288. color: #FF801A;
  289. text-align: center;
  290. line-height: 100rpx;
  291. background-color: #FDF8EC;
  292. }
  293. .survey-result-view>view:nth-child(2)>image {
  294. width: 26rpx;
  295. height: 12rpx;
  296. margin: 0 0 0 150rpx;
  297. }