index.rpx.scss 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. .h-content-step-end {
  2. height: 300px;
  3. text-align: center;
  4. padding-top: 60px;
  5. font-family: PingFangSC-Regular, PingFang SC;
  6. .h-success {
  7. margin: 0 auto;
  8. display: flex;
  9. justify-content: center;
  10. height: 80px;
  11. width: 80px;
  12. background: #f7fbf3;
  13. border-radius: 40px;
  14. }
  15. .h-name {
  16. margin-top: 20px;
  17. height: 22px;
  18. font-size: 14px;
  19. font-weight: 400;
  20. color: #666666;
  21. line-height: 22px;
  22. }
  23. .btn1{
  24. margin: 0 auto;
  25. margin-top: 40px;
  26. width: 240rpx;
  27. height: 84rpx;
  28. background: #EEEEEE;
  29. border-radius: 54rpx;
  30. display: flex;
  31. justify-content: center;
  32. align-items: center;
  33. font-size: 14px;
  34. }
  35. .h-btn {
  36. margin: 0 auto;
  37. margin-top: 40px;
  38. width: 319px;
  39. height: 42px;
  40. background: #FFE05C;
  41. border-radius: 27px;
  42. display: flex;
  43. justify-content: center;
  44. align-items: center;
  45. font-size: 14px;
  46. }
  47. }
  48. .letter-commitment {
  49. padding: 12px;
  50. background: #fff;
  51. .h-title {
  52. text-align: center;
  53. font-size: 14px;
  54. }
  55. }
  56. .col-border-2 {
  57. margin-top: 12px;
  58. .sign-wrap {
  59. display: flex;
  60. justify-content: center;
  61. align-items: center;
  62. height: 120px;
  63. background: #FFFFFF;
  64. }
  65. }
  66. .sign-agree {
  67. font-size: 14px;
  68. font-weight: 400;
  69. color: #666666;
  70. line-height: 50px;
  71. text-align: center;
  72. }
  73. .h-content-wrap {
  74. background: #fff;
  75. border-radius: 20rpx;
  76. padding-left: 12px;
  77. padding-right: 12px;
  78. }
  79. .h-content {
  80. margin-bottom: 12px;
  81. background-color: #fff;
  82. .h-basic-info {
  83. padding: 12px;
  84. background: whitesmoke;
  85. border-radius: 6px;
  86. margin: 20rpx;
  87. .h-value {
  88. display: flex;
  89. font-family: PingFangSC-Regular, PingFang SC;
  90. font-size: 14px;
  91. font-weight: 400;
  92. .h-name {
  93. width: 56px;
  94. height: 22px;
  95. color: #999999;
  96. line-height: 22px;
  97. margin-right: 12px;
  98. }
  99. .h-text {
  100. height: 22px;
  101. color: #333333;
  102. line-height: 22px;
  103. }
  104. }
  105. }
  106. .h-record {
  107. margin-top: 24rpx;
  108. /* 服务订单内容*/
  109. .service-order-tab-bar {
  110. background: #FAFAFA;
  111. display: flex;
  112. justify-content: space-around;
  113. height: 50px;
  114. .service-order-tab-item {
  115. flex: 1;
  116. display: flex;
  117. align-items: center;
  118. justify-content: center;
  119. font-size: 16px;
  120. color: #333;
  121. line-height: 26px;
  122. margin: 10 rpx;
  123. border-radius: 10 rpx;
  124. }
  125. .service-order-tab-item.active {
  126. background-color: #fbe262;
  127. }
  128. }
  129. }
  130. }
  131. .store-order-wrap {
  132. padding: 12px;
  133. .store-order {
  134. background: #fff;
  135. padding: 10px;
  136. border-radius: 3px;
  137. font-family: PingFangSC-Regular, PingFang SC;
  138. .h-content {
  139. .h-row {
  140. display: flex;
  141. justify-content: space-between;
  142. }
  143. .h-text {
  144. font-size: 12px;
  145. font-weight: 400;
  146. color: #999999;
  147. line-height: 20px;
  148. }
  149. }
  150. }
  151. }
  152. .h-footer {
  153. text-align: right;
  154. }
  155. .signature-wrap {
  156. height: 120px;
  157. width: 300px;
  158. }
  159. .step-bar {
  160. padding: 12px;
  161. display: flex;
  162. justify-content: space-between;
  163. margin-bottom: 20px;
  164. }
  165. .step {
  166. position: relative;
  167. /* width: 100%; */
  168. // height: 40px;
  169. /* background-color: #ccc; */
  170. display: flex;
  171. align-items: center;
  172. justify-content: center;
  173. color: #fff;
  174. height: 30px;
  175. width: 30px;
  176. background: green;
  177. border-radius: 15px;
  178. margin: 0 auto;
  179. }
  180. .h-num {
  181. margin: 0 auto;
  182. }
  183. .head-ball {
  184. transform: translateX(50%);
  185. width: 60rpx;
  186. height: 60rpx;
  187. line-height: 60rpx;
  188. border-radius: 30rpx;
  189. background-color: #fbe362;
  190. text-align: center;
  191. }
  192. .step.default {
  193. color: #333;
  194. background: #fff;
  195. }
  196. .step.active {
  197. color: #333;
  198. background: #FFE05C;
  199. }
  200. .separator {
  201. position: absolute;
  202. top: 50%;
  203. left: 130%;
  204. transform: translateY(-50%);
  205. width: 50px;
  206. height: 2px;
  207. border: 1px dashed #000;
  208. }
  209. .form {
  210. margin-bottom: 20px;
  211. border-radius: 6px;
  212. }
  213. .button-popup {
  214. height: 60px;
  215. display: flex;
  216. justify-content: space-between;
  217. background: #fff;
  218. .h-btn {
  219. margin: 0 auto;
  220. margin-top: 8px;
  221. width: 240rpx;
  222. height: 84rpx;
  223. border-radius: 27px;
  224. display: flex;
  225. justify-content: center;
  226. align-items: center;
  227. font-size: 14px;
  228. }
  229. }
  230. .button-group {
  231. height: 60px;
  232. position: fixed;
  233. bottom: 0px;
  234. left: 0px;
  235. right: 0px;
  236. display: flex;
  237. justify-content: space-between;
  238. background: #fff;
  239. .h-btn {
  240. margin: 0 auto;
  241. margin-top: 8px;
  242. width: 200px;
  243. height: 42px;
  244. background: #FFE05C;
  245. border-radius: 27px;
  246. display: flex;
  247. justify-content: center;
  248. align-items: center;
  249. font-size: 14px;
  250. }
  251. }
  252. .identifying-code {
  253. image {
  254. width: 80px;
  255. height: 30px;
  256. }
  257. }
  258. .popup-content {
  259. width: 622rpx;
  260. background-color: #FFFFFF;
  261. border-radius: 20rpx;
  262. padding: 24rpx;
  263. .popupItem {
  264. width: 558rpx;
  265. height: 100rpx;
  266. background-color: #FAFAFA;
  267. border-radius: 16rpx;
  268. margin:24rpx ;
  269. display: flex;
  270. align-items: center;
  271. justify-content: space-around;
  272. }
  273. }