expert.wxss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page .container {
  12. background-color: #ffffff;
  13. }
  14. .sub-bottom {
  15. background: #6786FB;
  16. box-shadow: 0px 0px 13rpx 3rpx rgba(209, 212, 217, 0.31);
  17. border-radius: 35rpx;
  18. width: 80%;
  19. font-size: 30rpx;
  20. font-weight: 500;
  21. color: white;
  22. text-align: center;
  23. padding: 20rpx 0rpx;
  24. margin: 0rpx auto;
  25. margin-top: 50rpx;
  26. }
  27. .mar-b {
  28. margin-bottom: 33rpx;
  29. }
  30. .top {
  31. width: 750rpx;
  32. height: 250rpx;
  33. background: -webkit-linear-gradient(38deg, #978ffa 0%, #7e99fe 100%);
  34. background: linear-gradient(52deg, #978ffa 0%, #7e99fe 100%);
  35. }
  36. .user-box {
  37. width: 690rpx;
  38. margin: -130rpx auto;
  39. background: #fbfbfb;
  40. box-shadow: 1rpx 4rpx 40rpx 0rpx rgba(51, 51, 51, 0.14);
  41. border-radius: 26rpx;
  42. display: -webkit-box;
  43. display: -webkit-flex;
  44. display: flex;
  45. padding: 65rpx 54rpx;
  46. }
  47. .user-box image {
  48. width: 147rpx;
  49. height: 147rpx;
  50. border-radius: 50%;
  51. }
  52. .user-box .user-right {
  53. padding-left: 25rpx;
  54. }
  55. .user-box .user-right .user-name {
  56. font-size: 30rpx;
  57. font-weight: bold;
  58. color: #333333;
  59. line-height: 40rpx;
  60. }
  61. .user-box .user-right .user-address {
  62. padding: 10rpx 0rpx;
  63. font-size: 26rpx;
  64. color: #666666;
  65. }
  66. .user-box .user-right .user-num {
  67. font-size: 26rpx;
  68. font-weight: 500;
  69. color: #333333;
  70. line-height: 40rpx;
  71. }
  72. .user-box .user-right .user-num text {
  73. color: #6786FB;
  74. }
  75. .list-box {
  76. margin-top: 180rpx;
  77. padding: 25rpx 25rpx;
  78. }
  79. .list-box .item-box {
  80. margin-bottom: 54rpx;
  81. }
  82. .list-box .item-box .icon-box {
  83. margin-bottom: 32rpx;
  84. }
  85. .left-icon {
  86. width: 12rpx;
  87. height: 42rpx;
  88. background: #6786FB;
  89. border-radius: 6rpx;
  90. }
  91. .left-box {
  92. width: 100%;
  93. }
  94. .left-tit {
  95. font-size: 30rpx;
  96. font-weight: bold;
  97. color: #333333;
  98. line-height: 42rpx;
  99. margin-left: 14rpx;
  100. }
  101. .more {
  102. font-size: 24rpx;
  103. color: #666666;
  104. }
  105. .left-txt {
  106. font-size: 28rpx;
  107. font-weight: 500;
  108. color: #666666;
  109. line-height: 52rpx;
  110. }
  111. .ask-list {
  112. margin-bottom: 25rpx;
  113. }
  114. .ask-list .ask-img {
  115. width: 92rpx;
  116. height: 92rpx;
  117. border-radius: 50%;
  118. }
  119. .ask-list .ask-txt {
  120. font-size: 28rpx;
  121. font-weight: 500;
  122. width: 90%;
  123. padding-left: 15rpx;
  124. color: #666666;
  125. line-height: 48rpx;
  126. }
  127. .popup {
  128. width: 536rpx;
  129. }
  130. .popup .img {
  131. width: 100%;
  132. }
  133. .popup .row {
  134. background: #ffffff;
  135. overflow: hidden;
  136. border-radius: 0 0 10rpx 10rpx;
  137. padding: 45rpx 45rpx;
  138. margin-top: -15rpx;
  139. }
  140. .popup .row .row-1 {
  141. font-size: 36rpx;
  142. font-weight: 500;
  143. color: #333333;
  144. line-height: 53rpx;
  145. text-align: center;
  146. }
  147. .popup .row .row-2 {
  148. font-size: 32rpx;
  149. font-weight: 500;
  150. color: #303133;
  151. line-height: 44rpx;
  152. text-align: center;
  153. margin-top: 35rpx;
  154. }
  155. .popup .row .row-3 {
  156. width: 80%;
  157. height: 70rpx;
  158. margin: 0 auto;
  159. margin-top: 40rpx;
  160. background: -webkit-linear-gradient(bottom, #7e99fe, #978ffa);
  161. background: linear-gradient(0deg, #7e99fe, #978ffa);
  162. border-radius: 34rpx;
  163. -webkit-box-pack: center;
  164. -webkit-justify-content: center;
  165. justify-content: center;
  166. font-size: 36rpx;
  167. font-weight: 500;
  168. color: #f8f9f9;
  169. }
  170. .close_icon {
  171. width: 52rpx;
  172. height: 52rpx;
  173. margin: 88rpx auto 0;
  174. }
  175. .close_icon image {
  176. width: 100%;
  177. height: 100%;
  178. }
  179. .dots {
  180. padding-left: 0rpx !important;
  181. }
  182. .pay-type-list {
  183. margin-top: 20rpx;
  184. background-color: #fff;
  185. padding-left: 40rpx;
  186. }
  187. .pay-type-list .type-item {
  188. height: 120rpx;
  189. padding: 20rpx 0;
  190. display: -webkit-box;
  191. display: -webkit-flex;
  192. display: flex;
  193. -webkit-box-pack: justify;
  194. -webkit-justify-content: space-between;
  195. justify-content: space-between;
  196. -webkit-box-align: center;
  197. -webkit-align-items: center;
  198. align-items: center;
  199. padding-right: 60rpx;
  200. font-size: 30rpx;
  201. position: relative;
  202. }
  203. .pay-type-list .type-item1 {
  204. height: 120rpx;
  205. padding: 20rpx 0;
  206. -webkit-box-pack: justify;
  207. -webkit-justify-content: space-between;
  208. justify-content: space-between;
  209. -webkit-box-align: center;
  210. -webkit-align-items: center;
  211. align-items: center;
  212. padding-right: 60rpx;
  213. font-size: 30rpx;
  214. position: relative;
  215. }
  216. .pay-type-list .type-item1 .row-1 {
  217. display: -webkit-box;
  218. display: -webkit-flex;
  219. display: flex;
  220. }
  221. .pay-type-list .type-item1 .row-2 {
  222. margin-top: 12rpx;
  223. font-size: 28rpx;
  224. color: #C0C4CC;
  225. text-align: center;
  226. }
  227. .pay-type-list .icon {
  228. width: 100rpx;
  229. font-size: 52rpx;
  230. }
  231. .pay-type-list .img {
  232. color: #fe8e2e;
  233. width: 50rpx;
  234. height: 50rpx;
  235. }
  236. .pay-type-list .img image {
  237. width: 100%;
  238. height: 100%;
  239. }
  240. .pay-type-list .tit {
  241. font-size: 32rpx;
  242. color: #303133;
  243. margin-bottom: 4rpx;
  244. }
  245. .pay-type-list .con {
  246. -webkit-box-flex: 1;
  247. -webkit-flex: 1;
  248. flex: 1;
  249. display: -webkit-box;
  250. display: -webkit-flex;
  251. display: flex;
  252. -webkit-box-orient: vertical;
  253. -webkit-box-direction: normal;
  254. -webkit-flex-direction: column;
  255. flex-direction: column;
  256. padding-left: 25rpx;
  257. font-size: 24rpx;
  258. color: #909399;
  259. }
  260. .payment {
  261. background-color: #ffffff;
  262. border-radius: 15rpx 15rpx 0rpx 0rpx;
  263. }
  264. .payment .first {
  265. border-bottom: 2rpx solid #ebeef5;
  266. padding: 38rpx 25rpx;
  267. }
  268. .payment .first .word {
  269. font-size: 28rpx;
  270. font-weight: bold;
  271. color: #303133;
  272. }
  273. .payment .first image {
  274. width: 25rpx;
  275. height: 25rpx;
  276. }
  277. .payment .one {
  278. height: 20rpx;
  279. background-color: #f6f6f6;
  280. }
  281. .payment .Third .two1 {
  282. width: 55%;
  283. background-color: #ffffff;
  284. padding-left: 25rpx;
  285. }
  286. .payment .Third .two1 .two1-1 {
  287. font-size: 28rpx;
  288. font-weight: 400;
  289. color: #303133;
  290. }
  291. .payment .Third .two1 .two1-2 {
  292. font-size: 24rpx;
  293. font-weight: bold;
  294. color: #FC4141;
  295. }
  296. .payment .Third .two1 .size {
  297. font-size: 36rpx;
  298. }
  299. .payment .Third .two2 {
  300. width: 45%;
  301. background: #FC4141;
  302. color: #ffffff;
  303. font-size: 32rpx;
  304. font-weight: 550;
  305. text-align: center;
  306. padding: 30rpx 0rpx;
  307. }
  308. .payment .Third .clickbg {
  309. background-color: #999999 !important;
  310. }