newRevisit.wxss 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. page {
  2. background: #F3F3F3;
  3. padding-bottom:80rpx;
  4. color: #333;
  5. }
  6. view,text{
  7. font-size: 30rpx;
  8. }
  9. .top-img{
  10. width:750rpx;
  11. height: 178rpx;
  12. display: block;
  13. }
  14. .top-block{
  15. margin:12rpx 0 12rpx;
  16. background: #FFFFFF;
  17. padding:24rpx 24rpx 14rpx;
  18. }
  19. .top-block .title{
  20. line-height: 42rpx;
  21. height: 42rpx;
  22. white-space: nowrap;
  23. }
  24. .top-block .slogan{
  25. height: 42rpx;
  26. line-height: 42rpx;
  27. color:#999;
  28. margin-top:12rpx;
  29. }
  30. .bottom-img{
  31. position: fixed;
  32. bottom:0;
  33. left:0;
  34. right:0;
  35. width:750rpx;
  36. }
  37. .service-satisfy{
  38. padding:24rpx 24rpx 34rpx;
  39. background:#fff;
  40. margin:0 0 24rpx;
  41. }
  42. .satisfy-title{
  43. height: 48rpx;
  44. display: flex;
  45. align-items: center;
  46. }
  47. .satisfy-title .dot{
  48. width: 12rpx;
  49. height: 12rpx;
  50. background: #09AFFF;
  51. border-radius:12rpx;
  52. margin-right:16rpx;
  53. }
  54. .satisfy-title .text{
  55. font-size: 34rpx;
  56. line-height: 48rpx;
  57. }
  58. .satisfy-title .name {
  59. font-size: 36rpx;
  60. line-height: 48rpx;
  61. font-weight: bold;
  62. }
  63. .satisfy-title .skill {
  64. font-size: 26rpx;
  65. /* line-height: 48rpx; */
  66. margin-left: 20rpx;
  67. width:300rpx;
  68. overflow: hidden;
  69. color:#A9A9A9;
  70. }
  71. .satisfy-title .msg {
  72. font-size: 26rpx;
  73. /* line-height: 48rpx; */
  74. width:200rpx;
  75. position: absolute;
  76. right:0;
  77. color:#A9A9A9;
  78. }
  79. .satisfy-select{
  80. margin:24rpx 0;
  81. display: flex;
  82. height: 72rpx;
  83. justify-content: space-between;
  84. }
  85. .satisfy-select view{
  86. width: 218rpx;
  87. height: 72rpx;
  88. line-height: 72rpx;
  89. background: #F5F5F5;
  90. border-radius: 8rpx;
  91. text-align: center;
  92. }
  93. .satisfy-select view.yes{
  94. background: url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/revisit-check.png') no-repeat right bottom;
  95. background-size:40rpx 32rpx ;
  96. background-color: #E7F1FF;
  97. color: #1677FF;
  98. }
  99. .satisfy-select view.no{
  100. background: url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/qw/icon-no.png') no-repeat right bottom;
  101. background-size:40rpx 32rpx ;
  102. background-color: #FFF1F0;
  103. color: #F5222D;
  104. }
  105. .satisfy-select view.common{
  106. background: url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/qw/icon-common.png') no-repeat right bottom;
  107. background-size:40rpx 32rpx ;
  108. background-color: #F0F5FF;
  109. color: rgba(0,0,0,0.45);
  110. }
  111. .satisfy-result view{
  112. line-height: 46rpx;
  113. color:#999;
  114. }
  115. .satisfy-result image{
  116. margin:6rpx 0 -34rpx;
  117. width:702rpx;
  118. height: 142rpx;
  119. }
  120. .satisfy-common{
  121. color: #6AACC2;
  122. line-height: 46rpx;
  123. }
  124. .remark-wrapper{
  125. padding:24rpx;
  126. background:#fff;
  127. margin-bottom:24rpx;
  128. }
  129. .remark-wrapper .tips{
  130. font-size: 34rpx;
  131. line-height: 48tpx;
  132. margin-bottom:18rpx;
  133. }
  134. .remark-wrapper .textarea{
  135. width: 702rpx;
  136. height: 174rpx;
  137. border-radius: 12rpx;
  138. border: 1rpx solid #DADADA;
  139. padding:12rpx 12rpx 12rpx 24rpx;
  140. line-height: 42rpx;
  141. box-sizing: border-box;
  142. color:#666;
  143. }
  144. .upload-wrapper{
  145. margin:18rpx -20rpx 56rpx 0;
  146. display: flex;
  147. flex-wrap: wrap;
  148. }
  149. .upload{
  150. width: 160rpx;
  151. height: 160rpx;
  152. background: #FAFAFA;
  153. border-radius: 2rpx;
  154. border: 1rpx solid #D9D9D9;
  155. display:flex;
  156. align-items: center;
  157. flex-direction: column;
  158. justify-content: center;
  159. margin-right:16rpx;
  160. box-sizing: border-box;
  161. }
  162. .upload image{
  163. width:38rpx;
  164. height: 38rpx;
  165. margin-bottom:22rpx;
  166. }
  167. .upload view{
  168. font-weight: 400;
  169. color: #C5C3C3;
  170. line-height: 48rpx;
  171. font-size: 26rpx;
  172. }
  173. .img-item{
  174. width: 160rpx;
  175. height: 160rpx;
  176. background: #fff;
  177. border-radius: 2rpx;
  178. border: 1rpx solid #D9D9D9;
  179. margin:0 20rpx 24rpx 0;
  180. padding:8rpx;
  181. position: relative;
  182. box-sizing: border-box;
  183. }
  184. .img-item .user-upload{
  185. width:144rpx;
  186. height:144rpx;
  187. }
  188. .img-item .close-img{
  189. width:28rpx;
  190. height:28rpx;
  191. position:absolute;
  192. top:0;
  193. right:0;
  194. }
  195. .service-block{
  196. margin-bottom:10rpx;
  197. background:#fff;
  198. font-size: 30rpx;
  199. }
  200. .service-block .title{
  201. height: 90rpx;
  202. line-height: 90rpx;
  203. padding:0 24rpx;
  204. border-bottom: 1rpx solid #EEEEEE;
  205. display: flex;
  206. align-items: center;
  207. justify-content: space-between;
  208. }
  209. view.view-detail{
  210. color: #09afff;
  211. font-size: 28rpx;
  212. }
  213. .service-block .content{
  214. padding:20rpx 24rpx;
  215. position: relative;
  216. }
  217. .service-block .item{
  218. line-height: 56rpx;
  219. color: #666;
  220. }
  221. .service-block .item text{
  222. color: #999;
  223. }
  224. .service-times{
  225. position: absolute;
  226. top:22rpx;
  227. right:48rpx;
  228. color: #666;
  229. }
  230. .topic-block{
  231. /* margin-bottom:114rpx; */
  232. }
  233. .topic-item{
  234. padding:24rpx 24rpx 32rpx;
  235. background: #fff;
  236. margin-bottom:12rpx;
  237. font-size: 34rpx;
  238. }
  239. .topic-item .issue{
  240. /* height: 48rpx; */
  241. line-height: 48rpx;
  242. margin-bottom:22rpx;
  243. display: flex;
  244. }
  245. .issue .dot{
  246. width: 12rpx;
  247. height: 12rpx;
  248. background: #09AFFF;
  249. border-radius:12rpx;
  250. margin-right:12rpx;
  251. margin-top:18rpx;
  252. }
  253. .issue text{
  254. font-size: 34rpx;
  255. }
  256. .issue .refer{
  257. color: #C5C5C5;
  258. margin-left:12rpx;
  259. font-size: 30rpx;
  260. font-weight: 400;
  261. }
  262. .topic-item .answer{
  263. flex-wrap: wrap;
  264. display: flex;
  265. /* justify-content: space-between; */
  266. }
  267. .answer .answer-item{
  268. /* width: 218rpx; */
  269. min-width:160rpx;
  270. padding:0 20rpx;
  271. height: 72rpx;
  272. line-height: 72rpx;
  273. border-radius: 8rpx;
  274. text-align: center;
  275. color: #333;
  276. font-size: 28rpx;
  277. margin:0 20rpx 24rpx 0;
  278. box-sizing: border-box;
  279. }
  280. .answer .common-answer{
  281. background: #F5F5F5;
  282. color: #333;
  283. }
  284. .topic-item .answer .selected-answer{
  285. background: url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/revisit-check.png') no-repeat right bottom;
  286. background-size:40rpx 32rpx ;
  287. background-color: #E7F1FF;
  288. color: #1677FF;
  289. }
  290. .submit-btn{
  291. width: 702rpx;
  292. height: 88rpx;
  293. background: #3D7FFF linear-gradient(270deg, rgba(0,202,255,0.5) 0%, rgba(9,175,255,0.5) 100%);
  294. border-radius: 88rpx;
  295. margin:0 24rpx 60rpx;
  296. line-height: 88rpx;
  297. font-size: 32rpx;
  298. color: #fff;
  299. text-align: center;
  300. margin-top:100rpx;
  301. }
  302. .submit-btn.disable-btn{
  303. background: #ccc;
  304. box-shadow: 4rpx 4rpx 10rpx 0rpx rgba(201, 205, 207, 0.25);
  305. }
  306. .topic-item .answer.unmask{
  307. justify-content: flex-start;
  308. }
  309. .topic-item .answer.unmask view{
  310. margin-right:24rpx;
  311. }
  312. .wrapper {
  313. display: flex;
  314. align-items: center;
  315. justify-content: center;
  316. height: 100%;
  317. }
  318. .block {
  319. width: 700rpx;
  320. height: 300rpx;
  321. padding-top:200rpx;
  322. background-color: #fff;
  323. border-radius:20rpx;
  324. }
  325. .block .submit-btn{
  326. width:600rpx;
  327. margin:0 50rpx 0;
  328. }
  329. .qr-title {
  330. padding: 20rpx 0;
  331. display: flex;
  332. flex-direction: column;
  333. justify-content: center;
  334. align-items: center;
  335. /* background-image: url(https://7a68-zhaijieshi-3guecm78383ca692-1307626841.tcb.qcloud.la/wx/img/bk.png); */
  336. background-size: 100% 100%;
  337. width: 575rpx;
  338. margin-top: -50px;
  339. }
  340. .qr-title1 {
  341. height: 22px;
  342. line-height: 22px;
  343. font-size: 15px;
  344. font-weight: 400;
  345. /* color: #8E9499; */
  346. margin: 10rpx 0;
  347. letter-spacing: 8rpx;
  348. }
  349. .qr-title2 {
  350. height: 24px;
  351. font-size: 15px;
  352. line-height: 25px;
  353. font-weight: 400;
  354. /* color: #8E9499; */
  355. }
  356. .sub-title2 {
  357. height: 34px;
  358. line-height: 34px;
  359. font-size: 20px;
  360. color: #000000;
  361. margin: 10rpx 0;
  362. font-weight: 600;
  363. margin-top:20px;
  364. }
  365. .qrcode {
  366. width: 393rpx;
  367. height: 393rpx;
  368. }
  369. .duoren{
  370. background-color: rgb(215, 229, 250);
  371. color: rgb(16, 162, 237);
  372. padding-left: 20rpx;
  373. margin-top: 8rpx;
  374. margin-bottom: 20rpx;
  375. }