index.wxss 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
  1. page {
  2. height: 100%;
  3. width: 100%;
  4. background: #f4f4f4;
  5. }
  6. .myqr{
  7. position: absolute;
  8. z-index: 999;
  9. width: 100%;
  10. text-align: center;
  11. height: auto;
  12. }
  13. .myqr .cancel{
  14. width: 60rpx;
  15. height: 60rpx;
  16. margin-top: 30rpx;
  17. margin-left: 480rpx;
  18. }
  19. .myqr .img{
  20. width: 480rpx;
  21. /* margin-top: 150rpx; */
  22. }
  23. .myqr .btn{
  24. width: 120rpx;
  25. height: 120rpx;
  26. line-height: 120rpx;
  27. margin-top: 40rpx;
  28. padding: 30rpx;
  29. background: #ffffff;
  30. border-radius:60rpx;
  31. }
  32. .container {
  33. background-color: transparent;
  34. margin: 0 30rpx;
  35. /* width: 694rpx; */
  36. min-height: 750rpx;
  37. margin-top:-208rpx;
  38. padding-bottom: 30rpx;
  39. /* background: #f4f4f4;
  40. height: auto;
  41. overflow: hidden;
  42. width: 100%;
  43. padding:20rpx 24rpx; */
  44. /* filter: blur(5rpx);*/
  45. }
  46. .center-top{
  47. height:240rpx;
  48. background: #09afff;
  49. }
  50. .top{
  51. height: 280rpx;
  52. width:694rpx;
  53. border-radius: 10rpx;
  54. /* margin:15rpx ; */
  55. background: url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/distribution/distribution-bg.png') no-repeat center top;
  56. background-size: 100% 100%;
  57. }
  58. .profile-info {
  59. /*background-color: #ab956d; */
  60. color: #f4f4f4;
  61. display: flex;
  62. align-items: center;
  63. font-size: 28rpx;
  64. height: 166rpx;
  65. padding:18rpx 14rpx 36rpx;
  66. /* border-radius: 10rpx;
  67. margin:15rpx ;
  68. position: absolute;
  69. margin-top: -260rpx;*/
  70. }
  71. .profile-info-backimg{
  72. width: 100%;
  73. height: 360rpx;
  74. z-index: -1;
  75. }
  76. .profile-info .avatar {
  77. height: 112rpx;
  78. width: 112rpx;
  79. margin:0 44rpx 0 0;
  80. border-radius: 112rpx;
  81. background: #fff;
  82. border:2rpx solid #fff
  83. }
  84. .profile-info .info {
  85. flex: 1;
  86. height: 108rpx;
  87. }
  88. .profile-info .name {
  89. display: block;
  90. height: 52rpx;
  91. line-height: 52rpx;
  92. color: #fff;
  93. font-size: 34rpx;
  94. font-weight: bold;
  95. margin-bottom: 5rpx;
  96. /* width:184rpx; */
  97. overflow: hidden;
  98. white-space: nowrap;
  99. text-overflow: ellipsis;
  100. }
  101. .profile-info .cert {
  102. /* display: flex; */
  103. height: 52rpx;
  104. line-height: 52rpx;
  105. color: #fff;
  106. font-size: 26rpx;
  107. /* margin-bottom: 5rpx; */
  108. }
  109. .profile-info .plus {
  110. font-size: 21.5rpx;
  111. width: 120rpx;
  112. padding-left: 2rpx;
  113. padding-right: 2rpx;
  114. line-height: 40rpx;
  115. margin:4rpx;
  116. }
  117. .profile-info-img-star{
  118. width: 10rpx;
  119. height: 10rpx;
  120. }
  121. .profile-info .level {
  122. /* color: #333;
  123. flex: 1;
  124. display: flex;
  125. height: 108rpx; */
  126. color: #333;
  127. height: 108rpx;
  128. text-align: right;
  129. }
  130. .profile-info .level .lname{
  131. /* width:68rpx; */
  132. padding: 0 12rpx;
  133. height: 30rpx;
  134. line-height: 30rpx;
  135. background: #EFD671;
  136. border-radius: 30rpx;
  137. font-size: 20rpx;
  138. color:#2a2a2a;
  139. margin:0 14rpx 0 60rpx;
  140. text-align: center;
  141. }
  142. .profile-info .level .lvalue{
  143. width: 96rpx;
  144. height: 48rpx;
  145. background: url(https://jzmall.lifejingzhi.com/file/jzmall/weixin/distribution/icon-member.png) no-repeat center top;
  146. background-size: 100% 100%;
  147. font-size: 22rpx;
  148. text-align: right;
  149. padding: 0 16rpx 0 0;
  150. color: #2a2a2a;
  151. line-height: 48rpx;
  152. }
  153. .profile-info-qr-image {
  154. width: 80rpx;
  155. height: 80rpx;
  156. margin-top: 30rpx;
  157. margin-left: 150rpx;
  158. }
  159. .main-module{
  160. margin:28rpx 0 0;
  161. width:696rpx;
  162. height:106rpx;
  163. border-radius:10rpx;
  164. display: flex;
  165. justify-content: space-around;
  166. background: #fff;
  167. padding:20rpx 0 12rpx;
  168. }
  169. .coupon-block,.favor-good{
  170. flex:1;
  171. font-size: 24rpx;
  172. display: flex;
  173. flex-direction: column;
  174. justify-content: space-between;
  175. align-items: center;
  176. height: 74rpx;
  177. }
  178. .main-module .num{
  179. font-weight: bold;
  180. }
  181. .tool-module{
  182. background: #FFFFFF;
  183. border-radius: 10rpx;
  184. margin:28rpx 0 30rpx;
  185. }
  186. .tool-img{
  187. width:40rpx;
  188. height:40rpx;
  189. margin:0 16rpx 0 0;
  190. }
  191. .tool-item{
  192. height: 78rpx;
  193. display: flex;
  194. align-items: center;
  195. padding:0 10rpx;
  196. font-size: 24rpx;
  197. justify-content: space-between;
  198. border-top:2rpx solid #E4E4E4;
  199. }
  200. .tool-item:first-child{
  201. border:none;
  202. }
  203. .tool-item .tool-text{
  204. flex:1;
  205. font-size: 26rpx;
  206. }
  207. .arrow{
  208. width: 10px;
  209. height: 10px;
  210. border-top: 2px solid #85868A;
  211. border-right: 2px solid #85868A;
  212. position:absolute;
  213. right:40rpx;
  214. transform:rotate(45deg);
  215. margin-top: 10rpx;
  216. }
  217. .tb{
  218. padding:0 36rpx 0 38rpx;
  219. margin:0 0 4rpx;
  220. display: flex;
  221. justify-content: space-between;
  222. height: 44rpx;
  223. }
  224. .tb .poster{
  225. background-color: #EFD671;
  226. width: 82px;
  227. height: 21px;
  228. /* float: right; */
  229. margin-right: 20rpx;
  230. border-radius: 20rpx;
  231. color: #333;
  232. text-align: center;
  233. display: flex;
  234. }
  235. .invite-left{
  236. display: flex;
  237. align-items: center;
  238. color: #fff;
  239. font-size: 24rpx;
  240. line-height: 24rpx;
  241. }
  242. .invite-left image{
  243. width:20rpx;
  244. height:20rpx;
  245. margin:0 0 0 14rpx;
  246. }
  247. .invite-right{
  248. display: flex;
  249. align-items: center;
  250. justify-content: center;
  251. width:166rpx;
  252. height: 44rpx;
  253. line-height: 40rpx;
  254. border-radius: 44rpx;
  255. font-size: 24rpx;
  256. background: #EFD671;
  257. }
  258. .adv-text{
  259. height:66rpx;
  260. line-height: 68rpx;
  261. font-size: 24rpx;
  262. color:#fff;
  263. padding:0 0 0 40rpx;
  264. }
  265. /* 会员卡蒙层的样式 */
  266. .poster{
  267. position: fixed;
  268. top: 0;
  269. bottom: 0;
  270. right: 0;
  271. left: 0;
  272. background-color: #333333d1;
  273. /* padding: 0rpx 80rpx;
  274. padding-top: 20%;*/
  275. z-index: 9999;
  276. height: 100%;
  277. text-align: center;
  278. justify-content: center;
  279. align-items: center;
  280. display: flex;
  281. }
  282. .title{
  283. color: #fff;
  284. margin: 20rpx 0;
  285. font-size: 30rpx;
  286. }
  287. .ads{
  288. margin: 10rpx 0rpx;
  289. color: #fff;
  290. }
  291. .tool{
  292. display: flex;
  293. text-align: center;
  294. justify-content: baseline;
  295. width: 100%;
  296. margin-top: 20rpx;
  297. }
  298. .tool view{
  299. flex: 1;
  300. }
  301. .img{
  302. width: 99rpx;
  303. }
  304. .closeImg{
  305. width: 57rpx;
  306. height: 57rpx;
  307. }
  308. .share-btn{
  309. background-color:transparent;
  310. }
  311. .share-btn::after {
  312. border: none;
  313. }
  314. .m-card{
  315. width: 100%;
  316. height: 230rpx;
  317. margin: 20rpx 0;
  318. }
  319. .m-card image{
  320. width: 100%;
  321. height: 230rpx;
  322. }