index.wxss 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482
  1. page {
  2. height: 100%;
  3. width: 100%;
  4. background: #f4f4f4;
  5. }
  6. .container {
  7. background: #f4f4f4;
  8. height: auto;
  9. /* overflow: hidden; */
  10. width: 100%;
  11. padding:0 28rpx 40rpx;
  12. /* filter: blur(5rpx);*/
  13. }
  14. .top{
  15. height: 210rpx;
  16. /* border-radius: 10rpx; */
  17. /* position: relative; */
  18. /* margin:15rpx ; */
  19. background: #09afff;
  20. }
  21. .profile-info {
  22. /*background-color: #ab956d; */
  23. /* color: #f4f4f4; */
  24. display: flex;
  25. align-items: center;
  26. padding: 30rpx 0 0 42rpx;
  27. font-size: 28rpx;
  28. /* border-radius: 10rpx;
  29. margin:15rpx ;*/
  30. /* position: absolute; */
  31. /* margin-top: -180rpx; */
  32. }
  33. .profile-info-backimg{
  34. width: 100%;
  35. height: 180rpx;
  36. /* z-index: -1; */
  37. position: absolute;
  38. }
  39. .profile-info .avatar {
  40. height: 108rpx;
  41. width: 108rpx;
  42. border-radius: 50%;
  43. border:2rpx solid #fff
  44. }
  45. .profile-info .info {
  46. flex: 1;
  47. height: 108rpx;
  48. padding: 16rpx 0 0 48rpx;
  49. /* width: 414rpx; */
  50. color: #fff;
  51. margin:0 20rpx 0 0;
  52. }
  53. .user-name-wrapper{
  54. height: 36rpx;
  55. margin:0 0 20rpx 0;
  56. display: flex;
  57. align-items: center;
  58. }
  59. .profile-info .name {
  60. /* font-weight: bold; */
  61. font-size: 34rpx;
  62. margin-bottom: 5rpx;
  63. max-width:340rpx;
  64. overflow: hidden;
  65. white-space: nowrap;
  66. text-overflow: ellipsis;
  67. }
  68. .profile-info .cert {
  69. display: flex;
  70. height: 26rpx;
  71. line-height: 26rpx;
  72. font-size: 26rpx;
  73. /* margin-bottom: 5rpx; */
  74. }
  75. .profile-info .plus {
  76. font-size: 21.5rpx;
  77. width: 120rpx;
  78. padding-left: 2rpx;
  79. padding-right: 2rpx;
  80. line-height: 40rpx;
  81. margin:4rpx;
  82. }
  83. .profile-info-img-star{
  84. width: 10rpx;
  85. height: 10rpx;
  86. }
  87. .profile-info .level {
  88. display: block;
  89. height: 30rpx;
  90. line-height: 30rpx;
  91. margin-bottom: 10rpx;
  92. color: #7f7f7f;
  93. font-size: 30rpx;
  94. }
  95. .profile-info-qr-image {
  96. width: 80rpx;
  97. height: 80rpx;
  98. margin-top: 30rpx;
  99. margin-left: 150rpx;
  100. }
  101. .process{
  102. border-radius: 2rpx;
  103. }
  104. .user_tool{
  105. height: 250rpx;
  106. background: #fff;
  107. border-radius: 10rpx;
  108. margin: 15rpx 0;
  109. }
  110. .user_tool_row {
  111. /* border: 1px solid black;
  112. border-bottom: 1px solid #fafafa;*/
  113. height: 86rpx;
  114. line-height: 86rpx;
  115. }
  116. .user_tool_row_title{
  117. height: 86rpx;
  118. font-weight: 550;
  119. line-height: 86rpx;
  120. margin-left: 35rpx;
  121. font-size: 32rpx;
  122. color: #000;
  123. }
  124. .user_tool_row_title_left{
  125. float: left;
  126. }
  127. .user_tool_column{
  128. height: 140rpx;
  129. display: flex;
  130. justify-content: center;
  131. align-items: center;
  132. }
  133. .user_tool_column_item {
  134. width: 25%;
  135. height: 100rpx;
  136. background: #fff;
  137. text-align: center;
  138. position: relative;
  139. margin-top: 5rpx;
  140. }
  141. .user_tool_column_item_text {
  142. /* border: 1px solid black; */
  143. margin-top: 5rpx;
  144. font-size: 26rpx;
  145. color: #555;
  146. }
  147. .user_tool_column_item_image {
  148. width: 50rpx;
  149. height: 50rpx;
  150. margin-top: 5rpx;
  151. }
  152. .user_area {
  153. /* border: 1px solid black; */
  154. width: 100%;
  155. height: 226rpx;
  156. /* margin: 0 auto; */
  157. margin-top: -8rpx;
  158. background: #fff;
  159. /* border-top: 1px solid #f4f4f4; */
  160. }
  161. .user_row {
  162. /* border: 1px solid black; */
  163. height: 86rpx;
  164. line-height: 86rpx;
  165. border-bottom: 1px solid #fafafa;
  166. }
  167. .user_row_left {
  168. /* border: 1px solid #757575; */
  169. float: left;
  170. height: 86rpx;
  171. font-weight: 550;
  172. line-height: 86rpx;
  173. margin-left: 35rpx;
  174. font-size: 26rpx;
  175. letter-spacing: 1rpx;
  176. color: #000;
  177. font-size: 32rpx;
  178. }
  179. .user_row_right {
  180. /* border: 1px solid #757575; */
  181. float: right;
  182. height: 40rpx;
  183. width: 40rpx;
  184. font-weight: 550;
  185. line-height: 86rpx;
  186. margin-right: 30rpx;
  187. margin-top: 24rpx;
  188. }
  189. .user_column {
  190. /* border: 1px solid black; */
  191. height: 140rpx;
  192. display: flex;
  193. justify-content: center;
  194. align-items: center;
  195. }
  196. .user_column_item {
  197. width: 30%;
  198. height: 140rpx;
  199. background: #fff;
  200. text-align: center;
  201. position: relative;
  202. }
  203. .user_column_item_badge {
  204. height: 30rpx;
  205. width: 30rpx;
  206. position: absolute;
  207. background: #b4282d;
  208. color: #fff;
  209. border-radius: 50%;
  210. margin-top: 20rpx;
  211. margin-left: 40rpx;
  212. font-size:20rpx;
  213. }
  214. .user_column_item_image {
  215. width: 50rpx;
  216. height: 50rpx;
  217. margin-top: 30rpx;
  218. }
  219. .user_column_item_text {
  220. /* border: 1px solid black; */
  221. margin-top: 5rpx;
  222. font-size: 24rpx;
  223. color: #555;
  224. /*color: #252a48;*/
  225. }
  226. .separate {
  227. background: #e0e3da;
  228. width: 100%;
  229. height: 6rpx;
  230. }
  231. .user_column_item_phone {
  232. width: 30%;
  233. height: 140rpx;
  234. text-align: center;
  235. display: flex;
  236. justify-content: center;
  237. align-items: center;
  238. flex-wrap: wrap;
  239. float: left;
  240. background: #fff;
  241. border-radius: 0;
  242. }
  243. .user_column_item_phone::after {
  244. border: none;
  245. border-radius: 0;
  246. }
  247. .logout {
  248. margin-top: 28rpx;
  249. height: 72rpx;
  250. width: 100%;
  251. line-height: 72rpx;
  252. text-align: center;
  253. background: #fff;
  254. font-size: 24rpx;
  255. border-radius: 10rpx;
  256. }
  257. /* 新版页面 */
  258. .main-module{
  259. border-radius:10rpx;
  260. background:#fff;
  261. height: 106rpx;
  262. margin:28rpx 0;
  263. padding:24rpx 40rpx 16rpx;
  264. display: flex;
  265. justify-content: space-around;
  266. align-items: center;
  267. }
  268. .coupon-block,.favor-good{
  269. display: flex;
  270. flex-direction: column;
  271. height: 66rpx;
  272. justify-content: space-between;
  273. align-items: center;
  274. flex:1;
  275. line-height: 24rpx;
  276. }
  277. .devide-line{
  278. height: 80rpx;
  279. width:2rpx;
  280. background:#bbb;
  281. }
  282. .main-module .num{
  283. font-weight: bold;
  284. font-size: 24rpx;
  285. }
  286. .main-module .module-text{
  287. color:#000;
  288. font-size: 24rpx;
  289. }
  290. .order-block{
  291. height: 200rpx;
  292. padding:24rpx 22rpx;
  293. border-radius:10rpx;
  294. background:#fff;
  295. margin:0 0 28rpx;
  296. }
  297. .my-order-title{
  298. height: 28rpx;
  299. font-size: 26rpx;
  300. display: flex;
  301. justify-content: space-between;
  302. align-items: center;
  303. margin:0 0 40rpx 0;
  304. }
  305. .my-order-title>view:first-child{
  306. font-weight: bold;
  307. }
  308. .whole-order{
  309. color: #85868A;
  310. font-size: 24rpx;
  311. display: flex;
  312. align-items: center;
  313. }
  314. .order-module{
  315. height:80rpx;
  316. display: flex;
  317. justify-content: space-between;
  318. align-items: center;
  319. }
  320. .tool-module{
  321. height: 80rpx;
  322. /* padding:24rpx 22rpx; */
  323. display: flex;
  324. justify-content: space-between;
  325. align-items: center;
  326. /* margin:28rpx 0; */
  327. }
  328. .middle-module-wrapper{
  329. padding:40rpx 22rpx 30rpx;
  330. border-radius:10rpx;
  331. background:#fff;
  332. }
  333. .tool-img{
  334. width:60rpx;
  335. height: 50rpx;
  336. }
  337. .tool-item{
  338. display: flex;
  339. justify-content: space-between;
  340. align-items: center;
  341. flex-direction: column;
  342. height: 82rpx;
  343. width:110rpx;
  344. /* flex:1; */
  345. }
  346. .tool-item .tool-text{
  347. font-size: 24rpx;
  348. line-height: 24rpx;
  349. }
  350. .tool-item .middle-module{
  351. }
  352. .tool-module.bottom-module{
  353. margin:40rpx 0 0;
  354. }
  355. .member-crown{
  356. width:48rpx;
  357. height:48rpx;
  358. z-index:999;
  359. }
  360. .jz-badge{
  361. width: 34rpx;
  362. height: 34rpx;
  363. background: linear-gradient(0deg, #F1E3C8 0%, #E6C162 100%);
  364. border-radius: 50%;
  365. margin:0 0 14rpx 0;
  366. font-size: 32rpx;
  367. color: #5D3A11;
  368. line-height: 32rpx;
  369. text-align:center;
  370. margin:0 0 0 14rpx;
  371. }
  372. .jz-member-wrappe{
  373. max-width:210rpx;
  374. }
  375. .not-member{
  376. width: 210rpx;
  377. height: 42rpx;
  378. background: linear-gradient(78deg, #F1E3C8, #E6C162);
  379. border-radius: 22rpx 0 0 22rpx;
  380. display: flex;
  381. align-items: center;
  382. justify-content: flex-end;
  383. font-size: 24rpx;
  384. color: #5D3A11;
  385. }
  386. .is-member{
  387. width: 200rpx;
  388. height: 48rpx;
  389. display: flex;
  390. align-items: center;
  391. font-size: 24rpx;
  392. color: #5D3A11;
  393. }
  394. .is-member .is-member-right{
  395. background: url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/member/member-star1.png') no-repeat center center;
  396. background-size: 100% 100%;
  397. height: 48rpx;
  398. display: flex;
  399. align-items: center;
  400. width: 200rpx;
  401. padding-left: 52rpx;
  402. }
  403. .is-member .is-member-right text{
  404. font-size: 24rpx;
  405. }
  406. .recommend-module{
  407. height: 750rpx;
  408. height: 148rpx;
  409. padding:0 28rpx;
  410. margin:-28rpx 0 0;
  411. background: #09afff;
  412. }
  413. .recommend-main{
  414. width:696rpx;
  415. height: 148rpx;
  416. padding:0 28rpx;
  417. background: url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/member/recommend-bg.png') no-repeat center top;
  418. background-size: 100% 100%;
  419. color:#fff;
  420. }
  421. .recommend-top{
  422. height: 84rpx;
  423. display: flex;
  424. font-size: 30rpx;
  425. font-weight: bold;
  426. align-items: center;
  427. justify-content: space-between;
  428. }
  429. .recommend-top image{
  430. width:42rpx;
  431. height: 42rpx;
  432. margin:0 30rpx 0 0;
  433. }
  434. .recommend-top>text{
  435. flex:1;
  436. }
  437. .recomend-center{
  438. width:168rpx;
  439. height: 44rpx;
  440. background: #EFD671;
  441. border-radius: 22rpx;
  442. display: flex;
  443. align-items: center;
  444. justify-content: center;
  445. font-size: 24rpx;
  446. color: #2A2A2A;
  447. }
  448. .adv-text{
  449. height: 64rpx;
  450. line-height: 64rpx;
  451. font-size:24rpx;
  452. }