C端小程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

225 rader
3.3 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: 698rpx;
  19. padding: 0 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: 28rpx;
  85. color: #999;
  86. line-height: 40rpx;
  87. }
  88. .chengzhang1 {
  89. position: absolute;
  90. right: 24rpx;
  91. bottom: 0;
  92. top: 32rpx;
  93. }
  94. .chengzhang1 text {
  95. display: block;
  96. }
  97. .chengzhang1 image {
  98. width: 30rpx;
  99. height: 30rpx;
  100. vertical-align: top;
  101. }
  102. .chengzhang1 .view {
  103. font-size: 44rpx;
  104. color: #01bffe;
  105. line-height: 67rpx;
  106. }
  107. .chengzhang1 text {
  108. text-align: center;
  109. font-size: 24rpx;
  110. color: #333;
  111. line-height: 33rpx;
  112. }
  113. .bannerbg {
  114. width: 100%;
  115. }
  116. .bannerbg image {
  117. display: block;
  118. width: 100%;
  119. }
  120. .open01 {
  121. display: block;
  122. width: 120rpx;
  123. height: 120rpx;
  124. }
  125. .user-btns {
  126. background: #fff;
  127. margin-top: 65rpx;
  128. padding: 0 30rpx;
  129. }
  130. .user-btns .user-btn {
  131. display: flex;
  132. height: 88rpx;
  133. font-size: 30rpx;
  134. color: #333;
  135. letter-spacing: 1.16rpx;
  136. line-height: 88rpx;
  137. border-bottom: 1rpx solid #efefef;
  138. }
  139. .user-btns .user-btn > view {
  140. flex: 1;
  141. padding: 0 10px 0 0;
  142. font-size: 30rpx;
  143. color: #333;
  144. letter-spacing: 1.16rpx;
  145. }
  146. .user-btns .user-btn > view:last-child {
  147. font-size: 28rpx;
  148. color: #888;
  149. letter-spacing: 1.16rpx;
  150. text-align: right;
  151. }
  152. .iconfont {
  153. position: absolute;
  154. right: 0;
  155. top: 0;
  156. bottom: 0;
  157. width: 44rpx;
  158. height: 44rpx;
  159. line-height: 44rpx;
  160. color: #c7c7cc;
  161. font-size: 44rpx;
  162. margin: auto;
  163. }
  164. .look {
  165. display: inline-block;
  166. padding-right: 25rpx;
  167. }
  168. .user-out-btn {
  169. background-color: #fff;
  170. height: 88rpx;
  171. line-height: 88rpx;
  172. font-family: PingFangSC-Semibold;
  173. font-size: 30rpx;
  174. color: #000;
  175. text-align: center;
  176. border-radius: 0;
  177. border: none;
  178. }
  179. .user-out-btn.button-hover {
  180. background-color: rgba(237, 237, 237, 1);
  181. }
  182. .user-out-btn::after {
  183. opacity: 0;
  184. }
  185. .gzh{
  186. display: none;
  187. position: absolute;
  188. bottom: 6%;
  189. width: 90%;
  190. left: 0;
  191. right: 0;
  192. margin: auto;
  193. z-index: 1000000;
  194. background: #ccc;
  195. border-radius: 16rpx;
  196. overflow: hidden;
  197. box-shadow:0 6px 20px 0 rgba(0,0,0,0.15);
  198. }
  199. .of{
  200. display: block;
  201. }