C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

195 lines
2.8 KiB

  1. .margin {
  2. /* background: #f8f8f8; *//* height: 20rpx; */
  3. }
  4. .user {
  5. background: #fff;
  6. min-height: 100vh;
  7. }
  8. .user-title {
  9. position: relative;
  10. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10);
  11. border-radius: 8px;
  12. width: 698rpx;
  13. padding: 0 30rpx;
  14. display: flex;
  15. flex-direction: row;
  16. box-sizing: border-box;
  17. background: #fff;
  18. margin: -116rpx auto 0;
  19. border-bottom: 6rpx solid #02c0ff;
  20. }
  21. /*
  22. .user-avatar {
  23. padding-right: 30rpx;
  24. width: 126rpx;
  25. height: 126rpx;
  26. border-radius: 16rpx;
  27. overflow: hidden;
  28. border: 1px solid red;
  29. } */
  30. .couponnum {
  31. display: inline-block;
  32. position: absolute;
  33. top: 39rpx;
  34. bottom: 0;
  35. right: 26px;
  36. width: 16rpx;
  37. height: 16rpx;
  38. border-radius: 50%;
  39. background: red;
  40. font-size: 22rpx;
  41. }
  42. .user-avatar open-data {
  43. display: block;
  44. width: 100%;
  45. height: 100%;
  46. }
  47. .user-phone {
  48. font-family: PingFangSC-Regular;
  49. height: 120rpx;
  50. margin-left: 149rpx;
  51. letter-spacing: 0.64rpx;
  52. line-height: 44rpx;
  53. margin-top: 43rpx;
  54. font-size: 36rpx;
  55. color: #000;
  56. }
  57. .user-avatar {
  58. position: absolute;
  59. left: 30rpx;
  60. top: 0;
  61. bottom: 0;
  62. width: 120rpx;
  63. height: 120rpx;
  64. border-radius: 50%;
  65. overflow: hidden;
  66. margin: auto;
  67. }
  68. .chengzhang {
  69. font-size: 28rpx;
  70. color: #999;
  71. line-height: 40rpx;
  72. }
  73. .chengzhang1 {
  74. position: absolute;
  75. right: 24rpx;
  76. bottom: 0;
  77. top: 32rpx;
  78. }
  79. .chengzhang1 text {
  80. display: block;
  81. }
  82. .chengzhang1 image {
  83. width: 24rpx;
  84. height: 24rpx;
  85. vertical-align: top;
  86. margin-top: 10rpx;
  87. }
  88. .chengzhang1 .view {
  89. font-size: 48rpx;
  90. color: #01bffe;
  91. line-height: 67rpx;
  92. }
  93. .chengzhang1 text {
  94. font-size: 24rpx;
  95. color: #333;
  96. line-height: 33rpx;
  97. }
  98. .bannerbg {
  99. width: 100%;
  100. }
  101. .bannerbg image {
  102. display: block;
  103. width: 100%;
  104. }
  105. .open01 {
  106. display: block;
  107. width: 120rpx;
  108. height: 120rpx;
  109. }
  110. .user-btns {
  111. background: #fff;
  112. margin-top: 65rpx;
  113. padding: 0 30rpx;
  114. }
  115. .user-btns .user-btn {
  116. display: flex;
  117. height: 88rpx;
  118. font-size: 30rpx;
  119. color: #333;
  120. letter-spacing: 1.16rpx;
  121. line-height: 88rpx;
  122. border-bottom: 1rpx solid #efefef;
  123. }
  124. .user-btns .user-btn > view {
  125. flex: 1;
  126. padding: 0 10px 0 0;
  127. font-size: 30rpx;
  128. color: #333;
  129. letter-spacing: 1.16rpx;
  130. }
  131. .user-btns .user-btn > view:last-child {
  132. font-size: 28rpx;
  133. color: #888;
  134. letter-spacing: 1.16rpx;
  135. text-align: right;
  136. }
  137. .iconfont {
  138. position: absolute;
  139. right: 0;
  140. top: 0;
  141. bottom: 0;
  142. width: 44rpx;
  143. height: 44rpx;
  144. line-height: 44rpx;
  145. color: #c7c7cc;
  146. font-size: 44rpx;
  147. margin: auto;
  148. }
  149. .look {
  150. display: inline-block;
  151. padding-right: 25rpx;
  152. }
  153. .user-out-btn {
  154. background-color: #fff;
  155. height: 88rpx;
  156. line-height: 88rpx;
  157. font-family: PingFangSC-Semibold;
  158. font-size: 30rpx;
  159. color: #000;
  160. text-align: center;
  161. border-radius: 0;
  162. border: none;
  163. }
  164. .user-out-btn.button-hover {
  165. background-color: rgba(237, 237, 237, 1);
  166. }
  167. .user-out-btn::after {
  168. opacity: 0;
  169. }