C端小程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

247 lines
3.6 KiB

  1. .icons {
  2. width: 40rpx;
  3. margin-right: 20rpx;
  4. vertical-align: middle;
  5. }
  6. .user {
  7. background: #fff;
  8. min-height: 100vh;
  9. }
  10. .navigator-hover {
  11. opacity: 1 !important;
  12. background: #fff;
  13. }
  14. .user-title {
  15. position: relative;
  16. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10);
  17. border-radius: 8px;
  18. width: 728rpx;
  19. padding-left: 30rpx;
  20. display: flex;
  21. flex-direction: row;
  22. box-sizing: border-box;
  23. background: #fff;
  24. margin: -116rpx auto 0;
  25. border-bottom: 6rpx solid #02c0ff;
  26. }
  27. /*
  28. .user-avatar {
  29. padding-right: 30rpx;
  30. width: 126rpx;
  31. height: 126rpx;
  32. border-radius: 16rpx;
  33. overflow: hidden;
  34. border: 1px solid red;
  35. } */
  36. .version {
  37. width: 600rpx;
  38. height: 300rpx;
  39. line-height: 300rpx;
  40. text-align: center;
  41. font-size: 30rpx;
  42. color: #999;
  43. margin: 0 auto;
  44. }
  45. .couponnum {
  46. display: inline-block;
  47. position: absolute;
  48. top: 39rpx;
  49. bottom: 0;
  50. right: 20px;
  51. width: 16rpx;
  52. height: 16rpx;
  53. border-radius: 50%;
  54. background: red;
  55. font-size: 22rpx;
  56. }
  57. .user-avatar open-data {
  58. display: block;
  59. width: 100%;
  60. height: 100%;
  61. }
  62. .user-phone {
  63. font-family: PingFangSC-Regular;
  64. height: 120rpx;
  65. margin-left: 149rpx;
  66. letter-spacing: 0.64rpx;
  67. line-height: 44rpx;
  68. margin-top: 43rpx;
  69. font-size: 36rpx;
  70. color: #000;
  71. }
  72. .user-avatar {
  73. position: absolute;
  74. left: 30rpx;
  75. top: 0;
  76. bottom: 0;
  77. width: 120rpx;
  78. height: 120rpx;
  79. border-radius: 50%;
  80. overflow: hidden;
  81. margin: auto;
  82. }
  83. .chengzhang {
  84. font-size: 24rpx;
  85. font-weight: 400;
  86. color: rgba(122, 122, 122, 1);
  87. margin-left: 10rpx;
  88. }
  89. .chengzhang1 {
  90. position: absolute;
  91. right: 0;
  92. bottom: 0;
  93. /* top: 19rpx; */
  94. top: 42rpx;
  95. }
  96. .chengzhang1 text {
  97. display: block;
  98. }
  99. .chengzhang1 image {
  100. width: 30rpx;
  101. height: 30rpx;
  102. vertical-align: top;
  103. }
  104. .view {
  105. font-size: 24rpx;
  106. color: #01bffe;
  107. }
  108. .view image{
  109. width: 12rpx;
  110. vertical-align: middle;
  111. margin-top: -6rpx;
  112. }
  113. .chengzhang1 text {
  114. text-align: center;
  115. font-size: 26rpx;
  116. color: #333;
  117. line-height: 33rpx;
  118. margin-right: 30rpx;
  119. }
  120. .bannerbg {
  121. width: 100%;
  122. }
  123. .bannerbg image {
  124. display: block;
  125. width: 100%;
  126. }
  127. .open01 {
  128. display: block;
  129. width: 120rpx;
  130. height: 120rpx;
  131. }
  132. .user-btns {
  133. background: #fff;
  134. margin-top: 65rpx;
  135. padding: 0 30rpx;
  136. }
  137. .user-btns .user-btn {
  138. display: flex;
  139. height: 88rpx;
  140. font-size: 30rpx;
  141. color: #333;
  142. letter-spacing: 1.16rpx;
  143. line-height: 88rpx;
  144. border-bottom: 1rpx solid #efefef;
  145. }
  146. .user-btns .user-btn > view {
  147. flex: 1;
  148. padding: 0 10px 0 0;
  149. font-size: 30rpx;
  150. color: #333;
  151. letter-spacing: 1.16rpx;
  152. }
  153. .user-btns .user-btn > view:last-child {
  154. font-size: 28rpx;
  155. color: #888;
  156. letter-spacing: 1.16rpx;
  157. text-align: right;
  158. }
  159. .iconfont {
  160. position: absolute;
  161. right: 0;
  162. top: 0;
  163. bottom: 0;
  164. width: 44rpx;
  165. height: 44rpx;
  166. line-height: 44rpx;
  167. color: #c7c7cc;
  168. font-size: 44rpx;
  169. margin: auto;
  170. }
  171. .look {
  172. display: inline-block;
  173. padding-right: 25rpx;
  174. }
  175. .user-out-btn {
  176. background-color: #fff;
  177. height: 88rpx;
  178. line-height: 88rpx;
  179. font-family: PingFangSC-Semibold;
  180. font-size: 30rpx;
  181. color: #000;
  182. text-align: center;
  183. border-radius: 0;
  184. border: none;
  185. }
  186. .user-out-btn.button-hover {
  187. background-color: rgba(237, 237, 237, 1);
  188. }
  189. .user-out-btn::after {
  190. opacity: 0;
  191. }
  192. .gzh {
  193. display: none;
  194. position: absolute;
  195. bottom: 6%;
  196. width: 90%;
  197. left: 0;
  198. right: 0;
  199. margin: auto;
  200. z-index: 1000000;
  201. background: #ccc;
  202. border-radius: 16rpx;
  203. overflow: hidden;
  204. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  205. }
  206. .act {
  207. display: none;
  208. }
  209. .of {
  210. display: block;
  211. }
  212. .activeimg{
  213. width: 176rpx!important;
  214. position: absolute;
  215. bottom: 0;
  216. right: 0;
  217. z-index: 10000;
  218. }