memberConvert.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. .convert-top{
  2. background: url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/memberCard-1229/member-pay-bg.png') no-repeat center top;
  3. background-size: 100%;
  4. height: 560rpx;
  5. width:750rpx;
  6. padding:30rpx 0 0;
  7. }
  8. .jz-member{
  9. height: 44rpx;
  10. display: flex;
  11. align-items: center;
  12. justify-content: center;
  13. margin:0 0 30rpx 0;
  14. }
  15. .jz-member image{
  16. width:52rpx;
  17. height: 44rpx;
  18. margin:0 24rpx 0 0;
  19. }
  20. .jz-member text{
  21. line-height: 44rpx;
  22. font-size: 44rpx;
  23. font-weight: bold;
  24. background: linear-gradient(78deg, #F1E3C8 0%, #E6C162 100%);
  25. -webkit-background-clip: text;
  26. -webkit-text-fill-color: transparent;
  27. }
  28. .activity-rule-title{
  29. /* height:112rpx; */
  30. padding:36rpx 28rpx 20rpx;
  31. /* display: flex;
  32. align-items:center; */
  33. font-size: 34rpx;
  34. font-weight: bold;
  35. }
  36. .title-hardline{
  37. height:2rpx;
  38. background: #85868A;
  39. flex:1;
  40. }
  41. .activity-rule-title text{
  42. font-size: 33rpx;
  43. margin:0 16rpx;
  44. }
  45. .activity-rule-content{
  46. padding:0 40rpx 0 36rpx;
  47. font-size: 24rpx;
  48. color:#85868A;
  49. line-height: 44rpx;
  50. text-align: justify;
  51. }
  52. .jz-slogan{
  53. /* background: linear-gradient(78deg, #F1E3C8 0%, #E6C162 100%);
  54. -webkit-background-clip: text;
  55. -webkit-text-fill-color: transparent; */
  56. font-size: 22rpx;
  57. text-align: center;
  58. margin-top:38rpx;
  59. color: #BABABA;
  60. }
  61. .code-wrapper{
  62. width: 530rpx;
  63. height: 100rpx;
  64. margin:52rpx auto 30rpx;
  65. background: #fff;
  66. border-radius: 100rpx;
  67. }
  68. .code-input{
  69. height: 100rpx;
  70. text-align: center;
  71. font-size: 32rpx;
  72. }
  73. .confirm-convert{
  74. width: 530rpx;
  75. height: 100rpx;
  76. line-height: 100rpx;
  77. background: linear-gradient(0deg, #E4CFA8, #E4CFA8);
  78. box-shadow: 0rpx 6rpx 8rpx 0rpx rgba(111, 111, 111, 0.06);
  79. border-radius: 100rpx;
  80. color: #663315;
  81. margin:0 auto;
  82. text-align: center;
  83. font-size: 36rpx;
  84. text-shadow: 2rpx 6rpx 8rpx rgba(30, 4, 4, 0.18);
  85. }
  86. .user-info{
  87. height: 112rpx;
  88. margin:0 0 32rpx;
  89. display: flex;
  90. justify-content: space-between;
  91. align-items: flex-end;
  92. padding-left:40rpx;
  93. }
  94. .user-avatar{
  95. width:112rpx;
  96. height: 112rpx;
  97. background-color: #fff;
  98. border-radius: 112rpx;
  99. margin:0 20rpx 0 0;
  100. }
  101. .user-detail{
  102. flex:1;
  103. padding:0 0 12rpx;
  104. color: #fff;
  105. font-size:26rpx;
  106. }
  107. .user-name{
  108. height: 30rpx;
  109. display: flex;
  110. align-items: center;
  111. margin:0 0 20rpx 0;
  112. }
  113. .user-name text{
  114. font-size: 32rpx;
  115. }
  116. .member-date{
  117. height: 30rpx;
  118. font-size: 22rpx;
  119. line-height:30rpx;
  120. color: #828387;
  121. display: flex;
  122. align-items: center;
  123. }