me.wxss 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538
  1. .personal {
  2. width: 100%;
  3. background: #f5f5f5;
  4. position: relative;
  5. overflow: hidden;
  6. }
  7. .personal .basicInform {
  8. width: 100%;
  9. height: 340rpx;
  10. }
  11. .personal .basicInform .back-img {
  12. width: 100%;
  13. height: 340rpx;
  14. }
  15. .personal .basicInform .modify {
  16. width: 120rpx;
  17. height: 36rpx;
  18. line-height: 36rpx;
  19. margin-top: 10rpx;
  20. padding: 0 6rpx;
  21. background: #dd4b48;
  22. font-size: 24rpx;
  23. color: #f6d1d0;
  24. border-radius: 16rpx;
  25. float: left;
  26. border: none;
  27. }
  28. .personal .basicInform .modify::after {
  29. border: none;
  30. }
  31. .personal .basicInform .updateWx {
  32. color: #fff;
  33. margin-left: 190rpx;
  34. }
  35. .personal .order {
  36. position: relative;
  37. height: 260rpx;
  38. width: 710rpx;
  39. border-radius: 20rpx;
  40. margin: -180rpx 0 0 20rpx;
  41. background: #fff;
  42. z-index: 5;
  43. box-shadow: 0 0 40rpx rgba(0, 0, 0, 0.1);
  44. }
  45. .personal .order .my-order {
  46. padding: 22rpx 30rpx;
  47. display: flex;
  48. align-items: center;
  49. }
  50. .personal .order .my-order .my-order-title {
  51. flex: 1;
  52. font-weight: 500;
  53. color: #444;
  54. }
  55. .personal .order .my-order .to-order {
  56. font-size: 24rpx;
  57. color: #aaa;
  58. margin-right: 20rpx;
  59. }
  60. .personal .order .orderTab {
  61. border-top: 0.1rpx solid #efefef;
  62. padding: 32rpx 42rpx 0;
  63. background-color: #fff;
  64. overflow: hidden;
  65. display: flex;
  66. align-items: center;
  67. justify-content: space-between;
  68. }
  69. .personal .order .orderTab .order_status {
  70. position: relative;
  71. color: #58595b;
  72. font-size: 24rpx;
  73. display: flex;
  74. justify-content: center;
  75. align-items: center;
  76. flex-direction: column;
  77. }
  78. .personal .order .orderTab .order_status .num {
  79. width: 28rpx;
  80. height: 28rpx;
  81. background: #fff;
  82. font-size: 20rpx;
  83. color: #fff;
  84. border: 2rpx solid #fff;
  85. background: #ff6557;
  86. border-radius: 50%;
  87. position: absolute;
  88. right: 0;
  89. top: -10rpx;
  90. display: flex;
  91. justify-content: center;
  92. align-items: center;
  93. }
  94. .personal .order .orderTab .order_status .icon-img {
  95. height: 56rpx;
  96. width: 56rpx;
  97. margin-bottom: 20rpx;
  98. }
  99. .personal .icon-right {
  100. width: 12rpx;
  101. height: 22rpx;
  102. }
  103. .personal .tool {
  104. width: 710rpx;
  105. border-radius: 20rpx;
  106. margin: 20rpx 0 0 20rpx;
  107. background: #fff;
  108. box-shadow: 0 0 40rpx rgba(0, 0, 0, 0.1);
  109. }
  110. .personal .tool .border-top-bottom {
  111. border-top: 1rpx solid #efefef;
  112. border-bottom: 1rpx solid #efefef;
  113. }
  114. .personal .tool .item-main {
  115. padding: 32rpx 40rpx;
  116. border-bottom: 1rpx solid #efefef;
  117. }
  118. .personal .tool .item-main .item-title {
  119. height: 40rpx;
  120. width: 400rpx;
  121. color: #444;
  122. font-size: 28rpx;
  123. display: flex;
  124. align-items: center;
  125. }
  126. .personal .tool .item-main .item-title .groupCenterIcon {
  127. height: 38rpx;
  128. width: 40rpx;
  129. margin-right: 20rpx;
  130. }
  131. .personal .tool .item-main .item-title .supplier {
  132. width: 36rpx;
  133. height: 44rpx;
  134. }
  135. .personal .tool .item-main .item-title .serviceIcon {
  136. height: 42rpx;
  137. width: 42rpx;
  138. margin-right: 16rpx;
  139. }
  140. .personal .tool .item-main .item-title .protocolIcon {
  141. height: 40rpx;
  142. width: 36rpx;
  143. margin-right: 20rpx;
  144. }
  145. .personal .tool .item-main .item-title .aboutUsIcon {
  146. height: 42rpx;
  147. width: 42rpx;
  148. margin-right: 16rpx;
  149. }
  150. .personal .tool .item-main .item-title .couponIcon {
  151. height: 36rpx;
  152. width: 42rpx;
  153. margin-right: 16rpx;
  154. }
  155. .personal .tool .item-main .tool-right {
  156. float: right;
  157. display: flex;
  158. align-items: center;
  159. margin-top: -30rpx;
  160. }
  161. .personal .tool .item-fav {
  162. background: #fff;
  163. margin: 0;
  164. padding: 0;
  165. height: 108rpx;
  166. }
  167. .personal .tool button::after {
  168. border: none;
  169. }
  170. .personal .canvas-content {
  171. width: 710rpx;
  172. height: 316rpx;
  173. border-radius: 20rpx;
  174. margin: 20rpx 0 0 20rpx;
  175. background: #fff;
  176. text-align: center;
  177. box-shadow: 0 0 40rpx rgba(0, 0, 0, 0.1);
  178. overflow: hidden;
  179. display: flex;
  180. font-family: PingFangSC-Regular;
  181. font-weight: 400;
  182. }
  183. .personal .canvas-content .left {
  184. position: relative;
  185. }
  186. .personal .canvas-content .right {
  187. flex: 1;
  188. }
  189. .personal .canvas-content .icon-sm-logo {
  190. position: absolute;
  191. height: 56rpx;
  192. width: 56rpx;
  193. top: 122rpx;
  194. left: 122rpx;
  195. }
  196. .personal .canvas-content .canvas {
  197. height: 220rpx;
  198. width: 220rpx;
  199. margin: 48rpx 0 0 44rpx;
  200. }
  201. .personal .canvas-content .title1 {
  202. text-align: center;
  203. margin-top: 158rpx;
  204. font-size: 28rpx;
  205. line-height: 28rpx;
  206. color: #f75451;
  207. margin-left: -20rpx;
  208. }
  209. .personal .canvas-content .title2 {
  210. text-align: center;
  211. margin-top: 20rpx;
  212. font-size: 24rpx;
  213. line-height: 24rpx;
  214. color: #949494;
  215. }
  216. .personal .canvas-content .btn {
  217. text-align: center;
  218. box-sizing: border-box;
  219. border-radius: 26rpx;
  220. border: 2rpx solid #ff695c;
  221. padding: 14rpx 0;
  222. margin: 20rpx auto 0;
  223. width: 184rpx;
  224. font-size: 24rpx;
  225. line-height: 24rpx;
  226. color: #ff5344;
  227. }
  228. .version {
  229. width: 100%;
  230. font-size: 24rpx;
  231. color: #aaa;
  232. text-align: center;
  233. margin: 80rpx auto;
  234. display: flex;
  235. justify-content: center;
  236. align-items: center;
  237. flex-direction: column;
  238. }
  239. .personal .basicInform .personalCon {
  240. width: 100%;
  241. height: 210rpx;
  242. padding-top: 30rpx;
  243. position: absolute;
  244. left: 0;
  245. top: 0;
  246. z-index: 3;
  247. }
  248. .personal .basicInform .personalCon .userInfo {
  249. display: flex;
  250. justify-content: flex-start;
  251. }
  252. .personal .basicInform .personalCon .userInfo .userAvatarUrl {
  253. border-radius: 50%;
  254. width: 80rpx;
  255. height: 80rpx;
  256. margin-left: 40rpx;
  257. margin-right: 20rpx;
  258. }
  259. .personal .basicInform .personalCon .userInfo .user-name {
  260. height: 40rpx;
  261. line-height: 40rpx;
  262. color: #fff;
  263. }
  264. .personal .basicInform .personalCon .userInfo .user-name .user-name-top {
  265. font-size: 30rpx;
  266. font-weight: bold;
  267. display: flex;
  268. align-items: center;
  269. }
  270. .personal .basicInform .personalCon .userInfo .user-name .user-name-top view:first-of-type {
  271. max-width: 400rpx;
  272. overflow: hidden;
  273. text-overflow: ellipsis;
  274. white-space: nowrap;
  275. }
  276. .personal .basicInform .personalCon .userInfo .user-name .user-name-top .refresh {
  277. position: relative;
  278. }
  279. .personal .basicInform .personalCon .userInfo .user-name .user-name-top .refresh .modify {
  280. width: 24rpx;
  281. height: 24rpx;
  282. background: #ea544c;
  283. opacity: 0;
  284. border: none;
  285. position: absolute;
  286. left: 0;
  287. top: 0;
  288. padding: 20rpx 40rpx;
  289. }
  290. .personal .basicInform .personalCon .userInfo .user-name .user-name-top .refresh .modify::after {
  291. border: none;
  292. }
  293. .personal .basicInform .personalCon .userInfo .user-name .user-name-top .refresh .updateWx {
  294. color: #fff;
  295. margin-left: 190rpx;
  296. }
  297. .personal .basicInform .personalCon .userInfo .user-name .user-name-top .refreshImg {
  298. width: 24rpx;
  299. height: 24rpx;
  300. margin-left: 20rpx;
  301. }
  302. .personal .basicInform .personalCon .userInfo .user-name .member {
  303. font-size: 24rpx;
  304. color: #fff;
  305. margin-top: 4rpx;
  306. }
  307. .personal .basicInform .personalCon .pineCones {
  308. padding: 0 50rpx;
  309. margin-top: 60rpx;
  310. display: flex;
  311. justify-content: space-between;
  312. }
  313. .personal .basicInform .personalCon .pineCones .myPineCones {
  314. color: #e9cc95;
  315. font-size: 28rpx;
  316. font-weight: bold;
  317. display: flex;
  318. align-items: center;
  319. }
  320. .personal .basicInform .personalCon .pineCones .myPineCones .pineConesImg {
  321. width: 28rpx;
  322. height: 30rpx;
  323. margin-right: 10rpx;
  324. }
  325. .personal .basicInform .personalCon .pineCones .myPineCones .pineConeRules {
  326. font-size: 20rpx;
  327. margin-left: 28rpx;
  328. text-decoration: underline;
  329. }
  330. .personal .basicInform .personalCon .pineCones .myPineCones navigator {
  331. margin-top: -8rpx;
  332. }
  333. .personal .basicInform .personalCon .pineCones .pineconeDetail {
  334. color: #e9cc95;
  335. font-size: 24rpx;
  336. padding: 2rpx 20rpx;
  337. border: 0.1rpx solid #e9cc95;
  338. border-radius: 22rpx;
  339. }
  340. .personal .order.close-yue {
  341. position: relative;
  342. margin-top: -100rpx;
  343. z-index: 2;
  344. }
  345. .yueIcon {
  346. width: 34rpx;
  347. height: 36rpx;
  348. margin-right: 24rpx;
  349. }
  350. .yuenav .tool-right {
  351. margin-top: -38rpx !important;
  352. }
  353. /* 会员分销 */
  354. .disModal {
  355. width: 90%;
  356. }
  357. .modal-content {
  358. position: relative;
  359. background-color: #fff;
  360. box-sizing: border-box;
  361. border-radius: 10rpx;
  362. font-size: 28rpx;
  363. }
  364. .modal-head {
  365. position: relative;
  366. padding: 20rpx 30rpx;
  367. }
  368. .modal-foot {
  369. position: relative;
  370. padding: 20rpx 30rpx;
  371. /* border-bottom:1rpx solid #efefef; */
  372. }
  373. .modal-head::after,.modal-foot::before {
  374. content: '';
  375. position: absolute;
  376. left: 0;
  377. right: 0;
  378. height: 1px;
  379. transform: scaleY(.5);
  380. }
  381. .modal-head::after {
  382. border-bottom: 1px solid #c8c7cc;
  383. bottom: 0;
  384. }
  385. .modal-foot::before {
  386. border-top: 1px solid #c8c7cc;
  387. top: 0;
  388. }
  389. .modal-foot .tot, .modal-head-r {
  390. color: #ff5344;
  391. }
  392. .modal-head-l {
  393. color: #333;
  394. font-size: 30rpx;
  395. font-weight: bold;
  396. }
  397. .modal-body {
  398. padding: 50rpx 30rpx;
  399. color: #333;
  400. }
  401. .modal-foot-r.btn {
  402. color: #fff;
  403. background-color: #ff5344;
  404. padding: 6rpx 30rpx;
  405. border-radius: 8rpx;
  406. }
  407. .distribut-new {
  408. text-align: center;
  409. }
  410. .bor-r {
  411. position: relative;
  412. padding-right: 20rpx;
  413. margin-right: 20rpx;
  414. }
  415. .bor-r::after {
  416. content: '';
  417. position: absolute;
  418. top: 0;
  419. bottom: 0;
  420. right: 0;
  421. width: 1px;
  422. transform: scaleX(.5);
  423. border-right: 1px solid #c8c7cc;
  424. }
  425. .distribut-tot {
  426. font-size: 58rpx;
  427. font-weight: bold;
  428. padding-left: 30rpx;
  429. }
  430. .model-close {
  431. text-align: center;
  432. margin: 30rpx 0;
  433. }
  434. .model-close .close {
  435. width: 60rpx;
  436. height: 60rpx;
  437. }
  438. /* 20190603 */
  439. .personal .distribution .my-distribution {
  440. padding: 22rpx 30rpx;
  441. display: flex;
  442. align-items: center;
  443. }
  444. .personal .distribution .my-distribution .my-distribution-title {
  445. flex: 1;
  446. font-weight: 500;
  447. color: #444;
  448. }
  449. .personal .distribution .my-distribution .to-distribution {
  450. font-size: 24rpx;
  451. color: #aaa;
  452. margin-right: 20rpx;
  453. }
  454. .personal .distribution .item-main {
  455. padding: 20rpx 30rpx;
  456. }
  457. .toolList {
  458. border-top:1rpx solid #efefef;
  459. }