user.wxss 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  1. page{
  2. background-color: #F4F5F7!important;
  3. }
  4. .user .header {
  5. padding: 0 30rpx;
  6. height: 316rpx;
  7. position: relative;
  8. }
  9. .bgcolor{
  10. background:linear-gradient(135deg,rgba(253,136,0,1) 0%,rgba(253,84,0,1) 100%);
  11. opacity:1;
  12. }
  13. /* .user .header:after {
  14. position: absolute;
  15. left: 0;
  16. right: 0;
  17. bottom: -98rpx;
  18. z-index: -1;
  19. content: '';
  20. height: 100rpx;
  21. width: 100%;
  22. border-radius: 0 0 50% 50%;
  23. background-color: #e93323;
  24. } */
  25. .header_a{
  26. position: absolute;
  27. bottom: 0;
  28. left: 50%;
  29. transform: translateX(-50%);
  30. width:696rpx;
  31. height:234rpx;
  32. background:rgba(255,255,255,1);
  33. opacity:0.69;
  34. border-radius:22rpx 22rpx 0rpx 0rpx;
  35. }
  36. .header_b{
  37. position: absolute;
  38. bottom: 0;
  39. left: 50%;
  40. transform: translateX(-50%);
  41. width:632rpx;
  42. height:284rpx;
  43. background:rgba(255,251,251,1);
  44. opacity:1;
  45. border-radius:22rpx 22rpx 0rpx 0rpx;
  46. padding-top: 30rpx;
  47. padding-left: 60rpx;
  48. padding-right: 60rpx;
  49. box-sizing: border-box;
  50. }
  51. .header_c{
  52. display: flex;
  53. justify-content: start;
  54. z-index: 999;
  55. }
  56. .header_img{
  57. width:124rpx;
  58. height:124rpx;
  59. background:rgba(0,0,0,0);
  60. border-radius:50%;
  61. opacity:1;
  62. }
  63. .header_d{
  64. margin-left: 25rpx;
  65. padding: 15rpx 0;
  66. box-sizing: border-box;
  67. }
  68. .header_p{
  69. font-size:30rpx;
  70. font-family:PingFang SC;
  71. font-weight:500;
  72. line-height:52rpx;
  73. color:rgba(51,51,51,1);
  74. opacity:1;
  75. }
  76. .header_p1{
  77. font-size:24rpx;
  78. font-family:PingFang SC;
  79. font-weight:500;
  80. line-height:54rpx;
  81. color:rgba(204,204,204,1);
  82. opacity:1;
  83. margin-top: 5rpx;
  84. }
  85. .header_p text{
  86. /* width:72rpx; */
  87. display: inline-block;
  88. height:36rpx;
  89. line-height: 36rpx;
  90. text-align: center;
  91. background:rgba(253,84,0,1);
  92. opacity:1;
  93. padding:0 10rpx ;
  94. border-radius:20rpx;
  95. font-size:20rpx;
  96. font-family:PingFang SC;
  97. font-weight:400;
  98. color:rgba(255,255,255,1);
  99. opacity:1;
  100. margin-left: 30rpx;
  101. }
  102. .header_img image{
  103. width:124rpx;
  104. height:124rpx;
  105. border-radius:50%;
  106. }
  107. .head_a{
  108. display: flex;
  109. justify-content: space-between;
  110. margin-top: 18rpx;
  111. }
  112. .head_b{
  113. width: 120rpx;
  114. text-align: center;
  115. }
  116. .head_p{
  117. font-size:30rpx;
  118. font-family:PingFang SC;
  119. font-weight:bold;
  120. line-height:42rpx;
  121. color:rgba(29,29,29,1);
  122. opacity:1;
  123. }
  124. .head_p1{
  125. font-size:26rpx;
  126. font-family:PingFang SC;
  127. font-weight:400;
  128. line-height:52rpx;
  129. color:rgba(29,29,29,1);
  130. opacity:1;
  131. }
  132. .user .header .picTxt .pictrue {
  133. width: 120rpx;
  134. height: 120rpx;
  135. }
  136. .user .header .picTxt .pictrue image {
  137. width: 100%;
  138. height: 100%;
  139. border-radius: 50%;
  140. border: 2px solid #f5f5f5;
  141. }
  142. .user .header .picTxt .text {
  143. width: 434rpx;
  144. color: rgba(255, 255, 255, 1);
  145. margin-left: 35rpx;
  146. }
  147. .user .header .picTxt .text .name {
  148. font-size: 32rpx;
  149. max-width: 270rpx;
  150. }
  151. .user .header .picTxt .text .member {
  152. padding: 0 10rpx;
  153. height: 36rpx;
  154. background-color: rgba(0, 0, 0, 0.2);
  155. font-size: 20rpx;
  156. border-radius: 30rpx;
  157. margin-left: 17rpx;
  158. }
  159. .user .header .picTxt .text .member image {
  160. width: 28rpx;
  161. height: 28rpx;
  162. font-size: 20rpx;
  163. margin-right: 8rpx;
  164. }
  165. .user .header .picTxt .text .id {
  166. color: rgba(255, 255, 255, 0.6);
  167. font-size: 26rpx;
  168. margin-top: 15rpx;
  169. }
  170. .user .header .picTxt .text .id .iconfont {
  171. font-size: 30rpx;
  172. margin-left: 12rpx;
  173. }
  174. .user .header .icon-shezhi {
  175. font-size: 36rpx;
  176. color: #fff;
  177. margin-top: -52rpx;
  178. }
  179. .user .wrapper {
  180. /* padding: 0 20rpx; */
  181. }
  182. .user .wrapper .nav {
  183. background-color: #fff;
  184. border-radius: 6rpx;
  185. height: 140rpx;
  186. }
  187. .user .wrapper .nav .item {
  188. flex: 1;
  189. text-align: center;
  190. font-size: 26rpx;
  191. color: #aaa;
  192. }
  193. .user .wrapper .nav .item~.item {
  194. border-left: 1px solid #eee;
  195. }
  196. .user .wrapper .nav .item .num {
  197. margin-top: 10rpx;
  198. font-size: 36rpx;
  199. color: #282828;
  200. }
  201. .user .wrapper .myOrder {
  202. background-color: #fff;
  203. border-radius: 10rpx;
  204. }
  205. .user .wrapper .myOrder .title,
  206. .user .wrapper .myService .title {
  207. height: 88rpx;
  208. padding: 0 30rpx;
  209. /* border-bottom: 1px dashed #ddd; */
  210. font-size: 30rpx;
  211. color: #333333;
  212. font-weight: bold;
  213. }
  214. .user .wrapper .myOrder .title .allOrder {
  215. font-size: 26rpx;
  216. color: #CCCCCC;
  217. font-weight: 400;
  218. }
  219. .user .wrapper .myOrder .title .allOrder .iconfont {
  220. font-size:24rpx;
  221. margin-left: 7rpx;
  222. }
  223. .user .wrapper .myOrder .orderState {
  224. width: 690rpx;
  225. margin: 0 auto;
  226. height: 160rpx;
  227. }
  228. .user .wrapper .myOrder .orderState .item {
  229. font-size: 26rpx;
  230. color: #454545;
  231. flex: 1;
  232. text-align: center;
  233. }
  234. .user .wrapper .myOrder .orderState .item .pictrue {
  235. width: 52rpx;
  236. height: 52rpx;
  237. margin: 0 auto 18rpx auto;
  238. position: relative;
  239. }
  240. .user .wrapper .myOrder .orderState .item .pictrue image {
  241. width: 100%;
  242. height: 100%;
  243. }
  244. .user .wrapper .myService {
  245. background-color: #fff;
  246. margin-top: 15rpx;
  247. border-radius: 10rpx;
  248. }
  249. .user .wrapper .myService .serviceList {
  250. width: 650rpx;
  251. margin: 0 auto;
  252. padding: 8rpx 0 27rpx 0;
  253. }
  254. .user .wrapper .myService .serviceList .item {
  255. width: 100%;
  256. margin-top: 32rpx;
  257. display: flex;
  258. justify-content: start;
  259. font-size: 30rpx;
  260. font-family: PingFang SC, PingFang SC-Regular;
  261. font-weight: 400;
  262. text-align: left;
  263. color: #333333;
  264. border-bottom: 2rpx solid rgba(233,232,235,0.25);
  265. padding-bottom: 32rpx;
  266. }
  267. .user .wrapper .myService .serviceList .item:last-child{
  268. border-bottom: 0;
  269. }
  270. .user .wrapper .myService .serviceList .item .pictrue {
  271. width: 44rpx;
  272. height: 44rpx;
  273. margin-right: 40rpx;
  274. }
  275. .user .wrapper .myService .serviceList .item .pictrue image {
  276. width: 100%;
  277. height: 100%;
  278. }
  279. .user .support {
  280. width: 219rpx;
  281. height: 74rpx;
  282. margin: 54rpx auto;
  283. display: block;
  284. }
  285. .switchWindow {
  286. width: 560rpx;
  287. border-radius: 20rpx;
  288. background-color: #fff;
  289. position: fixed;
  290. top: 50%;
  291. left: 50%;
  292. margin-left: -280rpx;
  293. margin-top: -300rpx;
  294. z-index: 99;
  295. padding: 50rpx 30rpx 40rpx 30rpx;
  296. text-align: center;
  297. box-sizing: border-box;
  298. transition: all 0.3s ease-in-out 0s;
  299. opacity: 0;
  300. transform: scale(0);
  301. }
  302. .switchWindow.on {
  303. opacity: 1;
  304. transform: scale(1);
  305. }
  306. .switchWindow .pictrue {
  307. width: 236rpx;
  308. height: 236rpx;
  309. margin: 0 auto;
  310. }
  311. .switchWindow .pictrue image {
  312. width: 100%;
  313. height: 100%;
  314. }
  315. .switchWindow .info {
  316. font-size: 32rpx;
  317. color: #282828;
  318. margin-top: 44rpx;
  319. font-weight: bold;
  320. }
  321. .switchWindow .switchBnt {
  322. font-size: 32rpx;
  323. color: #fff;
  324. width: 360rpx;
  325. height: 82rpx;
  326. border-radius: 41rpx;
  327. margin: 57rpx auto 0 auto;
  328. background-image: linear-gradient(to right, #f67a38 0%, #f11b09 100%);
  329. line-height: 82rpx;
  330. }
  331. .switchWindow .switchBnt.cancelBnt {
  332. background-color: #fff;
  333. color: #999;
  334. background-image: none;
  335. margin-top: 10rpx;
  336. }
  337. .order-status-num {
  338. min-width: 18rpx;
  339. background-color: #fff;
  340. color: #ee5a52;
  341. border-radius: 15rpx;
  342. position: absolute;
  343. right: -5rpx;
  344. top: -16rpx;
  345. font-size: 23rpx;
  346. padding: 0 5rpx;
  347. border: 1rpx solid #ee5a52;
  348. }
  349. .user .binding {
  350. padding: 2rpx 18rpx;
  351. background-color: #ca1f10;
  352. border-radius: 50px;
  353. font-size: 22rpx;
  354. border: 1px solid #e8695e;
  355. color: #ffffff;
  356. }