user.css 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. /* pages/user/user.wxss */
  2. page {background: #F0F0F0;}
  3. .mine {/* height: 388rpx; */position: relative;background: linear-gradient(180deg, #64C991 0%, #63C477 100%);}
  4. .wdbg {display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;}
  5. .minec {position: relative;z-index: 2;display: flex;display: -webkit-flex;align-items: center;padding: 20rpx 0 0 30rpx;}
  6. .minec-img{position: relative;width: 130rpx;margin-right: 25rpx;}
  7. .user {display: block;width: 120rpx;height: 120rpx;border: 4rpx solid #fff;border-radius: 50%;margin-right: 30rpx;background: #fff;}
  8. .rz-sta{width: 82rpx;height: 35rpx;background: linear-gradient(270deg, #FF7F34 0%, #FF5126 100%);border-radius: 12rpx 0 12rpx 0;font-size: 20rpx;color: #fff;text-align: center;line-height: 32rpx;position: absolute;right: -20rpx;top: -5rpx;}
  9. .mines {flex: 1;-webkit-flex: 1;margin-right: 20rpx;}
  10. .mines view {font-size: 36rpx;color: #fff;}
  11. .common-vip{width: 142rpx;height: 38rpx;margin-left: 15rpx;}
  12. .edu {display: block;font-size: 24rpx;color: #fff;margin: 5rpx 0 0;}
  13. .set {width: 45rpx;height: 45rpx;}
  14. .set image {display: block;width: 45rpx;height: 45rpx;}
  15. .datas {margin: 0 30rpx;position: relative;z-index: 3;}
  16. .datas .li {text-align: center;font-size: 26rpx;color: #fff;width: 33.33%;position: relative;padding: 30rpx 0;}
  17. .datas .li text {display: block;font-size: 36rpx;font-weight: bold;margin-bottom: 10rpx;}
  18. .auth-img{
  19. width: 36rpx;height: 36rpx;margin-left: 10rpx;
  20. }
  21. .order {margin: 20rpx 30rpx 20rpx;border-radius: 20rpx;background: #fff;position: relative;z-index: 3;}
  22. .order-item{
  23. line-height: 40rpx;
  24. font-size: 28rpx;
  25. font-family: PingFang SC-Medium, PingFang SC;
  26. font-weight: 500;
  27. color: #333333;
  28. }
  29. .order-item image{
  30. width: 64rpx;
  31. height: 64rpx;
  32. background: linear-gradient(360deg, #FF985A 0%, #FF5700 100%);
  33. opacity: 1;
  34. border-radius: 100%;
  35. margin-right: 20rpx;
  36. }
  37. .order-line{
  38. width: 1rpx;
  39. height: 30rpx;
  40. opacity: 1;
  41. background-color: #DEDEDE;
  42. }
  43. .tits {font-size: 24rpx;color: #999;align-items: center;height: 47rpx;line-height: 47rpx;position: relative;z-index: 2;padding: 0 30rpx;padding-top: 20rpx;}
  44. .tits view {font-size: 32rpx;color: #333;font-weight: bold;}
  45. .role{font-size: 24rpx;color: #333;align-items: center;height: 47rpx;line-height: 47rpx;position: relative;z-index: 2;padding: 10rpx 0rpx;justify-content: space-between;border-bottom: 1px solid #E9E9E9;}
  46. .role:last-child{border: none;}
  47. .role_icon{width: 44rpx;height: 44rpx;margin-right: 20rpx;}
  48. .rico {display: block;width: 14rpx;height: 21rpx;margin-left: 16rpx;}
  49. .list1 {display: flex;display: -webkit-flex;}
  50. .list1 .li {width: 20%;text-align: center;font-size: 26rpx;color: #333;padding: 32rpx 0;position: relative;box-sizing: border-box;}
  51. .list1 .li image {display: block;width: 62rpx;height: 54rpx;margin: 0 auto 20rpx;}
  52. .new {display: block;width: 28rpx;height: 28rpx;background: #ED462F;border-radius: 50%;font-size: 20rpx;color: #fff;text-align: center;line-height: 28rpx;position: absolute;top: 29rpx;right: 30%;}
  53. .list2 {flex-wrap: wrap;padding-bottom: 25rpx;}
  54. .list2 .li {width: 25% !important;text-align: center;font-size: 26rpx !important;color: #666;padding: 30rpx 0 !important;}
  55. .list2 .li image {width: 40rpx;height: 40rpx;margin: 0 auto 8rpx;}
  56. .list2 .li button{font-size: 26rpx;color: #666;}
  57. .tuig {padding-bottom: 25rpx;}
  58. .fenxiao {width: 630rpx;height: 107rpx;margin: 0 auto;}
  59. .list3 .li {width: 25%;text-align: center;font-size: 26rpx;color: #555;padding: 32rpx 0;}
  60. .list3 .li image {width: 64rpx;height: 57rpx;margin: 0 auto 20rpx;}
  61. .shopname {padding: 0 0 30rpx;position: relative;}
  62. .md_ic_bg {position: absolute;top: 17rpx;right: 0;width: 132rpx;height: 187rpx;z-index: 1;}
  63. .tits .flex {align-items: center;}
  64. .bico {width: 22rpx;height: 26rpx;margin-right: 15rpx;}
  65. .datasw {margin: 0 30rpx;position: relative;z-index: 2;background: #F8F8F8;}
  66. .datasw .li {text-align: center;font-size: 24rpx;color: #999;width: 33.33%;position: relative;padding: 20rpx 0;}
  67. .datasw .li text {display: block;font-size: 32rpx;color: #333;font-weight: bold;margin-top: 8rpx;}
  68. .con {/* margin-top: -120rpx; */margin-top: 30rpx;position: relative;z-index: 4;}
  69. .vip {margin: 20rpx 40rpx 30rpx;position: relative;
  70. /* background-image: linear-gradient(to left, #FFC957, #FFEA73); */
  71. border-radius: 20rpx;}
  72. .vipbg {position: absolute;top: 0;left: 0;width: 100%;height: 100rpx;z-index: 1;}
  73. .vipc {position: relative;z-index: 2;font-size: 30rpx;color: #915D31;height: 100rpx;align-items: center;padding: 0 30rpx;}
  74. .vipc .flex {align-items: center;}
  75. .vipc image {width: 44rpx;height: 37rpx;margin: 0 13rpx;}
  76. .level {font-size: 36rpx;}
  77. .cheng {font-size: 24rpx;color: #FFDEC2;opacity: .5;}
  78. .ling {
  79. /* padding: 15rpx 24rpx; */
  80. width: 122rpx;height: 44rpx;line-height: 44rpx;border-radius: 22rpx;font-size: 24rpx;color: #915D31;text-align: center;background: #FFFFFF;background: linear-gradient(270deg, #FCBC85 0%, #FFE2C9 100%);}
  81. .vipimg {width: 33rpx;height: 29rpx;}
  82. .huiyuan {font-size: 28rpx;color: #FFDEC2;}
  83. .rule {font-size: 30rpx;color: #FC9816;background: linear-gradient(90deg, #FFF6E9 0%, #FCEEDB 60%, #FFDFB5 100%);height: 64rpx;border-radius: 32rpx 0 0 32rpx;padding: 0 30rpx 0 27rpx;align-items: center;justify-content: center;}
  84. .rule image {width: 34rpx;height: 32rpx;margin-right: 11rpx;}
  85. /* 注册会员 */
  86. /* .regi{position: fixed;left: 0;bottom: 0;right: 0;padding: 0 30rpx 30rpx;background: #fff;z-index: 100;}
  87. .regi-tit{border-bottom: 2rpx solid #D8D8D8;font-size: 30rpx;color: #333;padding: 25rpx 0 15rpx;text-align: center;}
  88. .regi-close{width: 37rpx;height: 37rpx;position: absolute;top: 20rpx;right: 22rpx;}
  89. .phone{align-items: center;margin: 30rpx 0 40rpx;}
  90. .phone input{font-size: 30rpx;color: #333;}
  91. .getphone{background: #62B23F;width: 216rpx !important;height: 60rpx !important;border-radius: 30rpx !important;font-size: 24rpx;color: #fff;align-items: center;justify-content: center;}
  92. .getphone image{width: 33rpx;height: 27rpx;margin-right: 10rpx;}
  93. .regi-btn{background: #EA6739;height: 70rpx;line-height: 70rpx;font-size: 30rpx;color: #fff;text-align: center;}
  94. */
  95. /* vip */
  96. .login-btn {border: 2rpx solid #fff;height: 60rpx;line-height: 60rpx;border-radius: 30rpx;font-size: 30rpx;color: #fff;padding: 0 30rpx;display: inline-block;}
  97. /* 设置主页面颜色为黑白 */
  98. .not-color{background: #fff !important;}
  99. .not-color .login-btn{border-color: #333;color: #333;}
  100. .not-color .datas .li,.not-color .mines view{color: #333;}
  101. .not-color .edu{color: #999;}
  102. /* 会员升级 */
  103. .upgrade{position: relative;z-index: 5;padding: 30rpx 40rpx;font-size: 26rpx;color: #333;justify-content: space-between;text-align: center;flex-wrap: nowrap;}
  104. .upgrade::before{content: '';display: block;height: 6rpx;background: rgba(0,0,0,.3);border-radius: 3rpx;position: absolute;left: 88rpx;right: 85rpx;bottom: 32rpx;}
  105. .upgrade .li{position: relative;}
  106. .upgrade .li::after{content: '';display: block;width: 10rpx;height: 10rpx;background: #333;border-radius: 50%;margin: 20rpx auto 0;}
  107. .upgrade .li.active::after{background: var(--mina);}
  108. .upgrade .li.active{color: var(--mina);}
  109. .vip-info{position: absolute;width: 380rpx;top: 115%;left: 50%;transform: translateX(-50%);background: rgba(0,0,0,.9);padding: 10rpx 20rpx;border-radius: 10rpx;font-size: 24rpx;color: #fff;box-shadow: 0 0 10rpx rgba(0,0,0,.1);z-index: 10;display: inline-block;}
  110. .vip-info text{display: block;}
  111. .vip-info::before{content: '';display: block;width: 0;height: 0;border: 10rpx solid transparent;border-bottom-color: rgba(0,0,0,.9);border-top: none;position: absolute;left: 50%;transform: translateX(-50%);top: -10rpx;z-index: 10;}
  112. .upgrade .li:last-child .vip-info{right: 0;left: auto;transform: inherit;}
  113. .upgrade .li:last-child .vip-info::before{right: 45rpx;left: auto;transform: inherit;}
  114. .box {background: #fff;border-radius: 24rpx;padding: 0 30rpx;margin: 0 30rpx;}
  115. .mlist {margin-top: 30rpx;}
  116. .mlist .li {font-size: 30rpx;color: #000;border-bottom: 1rpx solid #E9E9E9;padding: 25rpx 0 !important;text-align: left;}
  117. .mlist .li:last-child {border-bottom: none;}
  118. .mlist .li text{display: block;font-size: 24rpx;color: var(--main);margin-right: 10rpx;}
  119. .mlist .li button{font-size: 30rpx;color: #000;}
  120. .mlist .li button image{width: 49rpx;height: 49rpx;margin-right: 25rpx;}
  121. .mlistBtn{font-size: 30rpx;text-align: left !important;}
  122. .mico {width: 49rpx;height: 49rpx;margin-right: 25rpx;}
  123. .service-person{
  124. padding: 43rpx 0 0rpx;
  125. }
  126. .service-person-header{
  127. width: 116rpx;
  128. height: 116rpx;
  129. margin: 0 30rpx;
  130. }
  131. .service-person-name{
  132. font-size: 32rpx;
  133. font-weight: bold;
  134. color: #333333;
  135. line-height: 45rpx;
  136. }
  137. .service-person-number{
  138. font-size: 20rpx;
  139. font-weight: 500;
  140. color: #333333;
  141. line-height: 28rpx;
  142. }
  143. .service-person-options{
  144. font-size: 20rpx;
  145. font-family: PingFang SC-Regular, PingFang SC;
  146. font-weight: 400;
  147. color: #333333;
  148. line-height: 28rpx;
  149. margin-top: 14rpx;
  150. }
  151. .service-person-option{
  152. margin-right: 17rpx;
  153. }
  154. .service-person-option image{
  155. width: 28rpx;
  156. height: 28rpx;
  157. margin-right: 3rpx;
  158. }
  159. .service-person-phone{
  160. margin: 37rpx 30rpx 0;
  161. border-top: 2rpx solid #F1F1F1;
  162. padding: 38rpx 0;
  163. font-size: 24rpx;
  164. }
  165. .service-person-phone image{
  166. width: 28rpx;
  167. height: 28rpx;
  168. margin-right: 10rpx;
  169. }
  170. .lt{
  171. width: 92rpx;
  172. height: 92rpx;
  173. line-height: 92rpx;
  174. background: #FFFFFF;
  175. box-shadow: 0rpx 5rpx 15rpx 1rpx rgba(0,0,0,0.15);
  176. opacity: 1;
  177. position: fixed;
  178. bottom:200rpx;
  179. right: 30rpx;
  180. border-radius: 100%;
  181. z-index: 5;
  182. }
  183. .lt image{
  184. width: 48rpx;
  185. height: 48rpx;
  186. margin: auto;
  187. }
  188. .lt-num{
  189. width: 38rpx;
  190. height: 38rpx;
  191. background: #FF5700;
  192. opacity: 1;
  193. border: 2rpx solid #FFFFFF;
  194. position: absolute;
  195. top: -8rpx;
  196. right: -8rpx;
  197. border-radius: 100%;
  198. text-align: center;
  199. line-height: 38rpx;
  200. font-size: 20rpx;
  201. font-weight: 500;
  202. color: #FFFFFF;
  203. }