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

377 lines
5.2 KiB

  1. page{
  2. height: 100%;
  3. overflow: hidden;
  4. }
  5. .icons {
  6. width: 40rpx;
  7. margin-right: 20rpx;
  8. vertical-align: middle;
  9. }
  10. .user {
  11. background: #fff;
  12. min-height: 100vh;
  13. }
  14. .navigator-hover {
  15. opacity: 1 !important;
  16. background: #fff;
  17. }
  18. .user-title {
  19. position: relative;
  20. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10);
  21. border-radius: 8px;
  22. width: 728rpx;
  23. padding-left: 30rpx;
  24. display: flex;
  25. flex-direction: row;
  26. box-sizing: border-box;
  27. background: #fff;
  28. margin: -116rpx auto 0;
  29. border-bottom: 6rpx solid #02c0ff;
  30. }
  31. /*
  32. .user-avatar {
  33. padding-right: 30rpx;
  34. width: 126rpx;
  35. height: 126rpx;
  36. border-radius: 16rpx;
  37. overflow: hidden;
  38. border: 1px solid red;
  39. } */
  40. .version {
  41. width: 500rpx;
  42. height: 300rpx;
  43. line-height: 300rpx;
  44. text-align: center;
  45. font-size: 30rpx;
  46. color: #999;
  47. margin: 0 auto;
  48. }
  49. .couponnum {
  50. display: inline-block;
  51. position: absolute;
  52. top: 39rpx;
  53. bottom: 0;
  54. right: 20px;
  55. width: 16rpx;
  56. height: 16rpx;
  57. border-radius: 50%;
  58. background: red;
  59. font-size: 22rpx;
  60. }
  61. .user-avatar open-data {
  62. display: block;
  63. width: 100%;
  64. height: 100%;
  65. }
  66. .user-phone {
  67. font-family: PingFangSC-Regular;
  68. height: 120rpx;
  69. margin-left: 149rpx;
  70. letter-spacing: 0.64rpx;
  71. line-height: 44rpx;
  72. margin-top: 43rpx;
  73. font-size: 36rpx;
  74. color: #000;
  75. }
  76. .user-avatar {
  77. position: absolute;
  78. left: 30rpx;
  79. top: 0;
  80. bottom: 0;
  81. width: 120rpx;
  82. height: 120rpx;
  83. border-radius: 50%;
  84. overflow: hidden;
  85. margin: auto;
  86. }
  87. .chengzhang {
  88. font-size: 24rpx;
  89. font-weight: 400;
  90. color: rgba(122, 122, 122, 1);
  91. margin-left: 10rpx;
  92. }
  93. .chengzhang1 {
  94. position: absolute;
  95. right: 0;
  96. bottom: 0;
  97. top: 24rpx;
  98. text-align: center;
  99. }
  100. .chengzhang1 text {
  101. display: block;
  102. }
  103. .view {
  104. font-size: 24rpx;
  105. color: #01bffe;
  106. }
  107. .view image {
  108. width: 12rpx;
  109. vertical-align: middle;
  110. margin-top: -6rpx;
  111. }
  112. .chengzhang1 text {
  113. text-align: center;
  114. font-size: 26rpx;
  115. color: #333;
  116. line-height: 33rpx;
  117. margin-right: 30rpx;
  118. }
  119. .bannerbg {
  120. width: 100%;
  121. }
  122. .bannerbg image {
  123. display: block;
  124. width: 100%;
  125. }
  126. .open01 {
  127. display: block;
  128. width: 120rpx;
  129. height: 120rpx;
  130. }
  131. .user-btns {
  132. background: #fff;
  133. margin-top: 65rpx;
  134. padding: 0 30rpx;
  135. }
  136. .user-btns .user-btn {
  137. display: flex;
  138. height: 88rpx;
  139. font-size: 30rpx;
  140. color: #333;
  141. letter-spacing: 1.16rpx;
  142. line-height: 88rpx;
  143. border-bottom: 1rpx solid #efefef;
  144. }
  145. .user-btns .user-btn > view {
  146. flex: 1;
  147. padding: 0 10px 0 0;
  148. font-size: 30rpx;
  149. color: #333;
  150. letter-spacing: 1.16rpx;
  151. }
  152. .user-btns .user-btn > view:last-child {
  153. font-size: 28rpx;
  154. color: #888;
  155. letter-spacing: 1.16rpx;
  156. text-align: right;
  157. }
  158. .iconfont {
  159. position: absolute;
  160. right: 0;
  161. top: 0;
  162. bottom: 0;
  163. width: 44rpx;
  164. height: 44rpx;
  165. line-height: 44rpx;
  166. color: #c7c7cc;
  167. font-size: 44rpx;
  168. margin: auto;
  169. }
  170. .look {
  171. display: inline-block;
  172. padding-right: 25rpx;
  173. }
  174. .user-out-btn {
  175. background-color: #fff;
  176. height: 88rpx;
  177. line-height: 88rpx;
  178. font-family: PingFangSC-Semibold;
  179. font-size: 30rpx;
  180. color: #000;
  181. text-align: center;
  182. border-radius: 0;
  183. border: none;
  184. }
  185. .user-out-btn.button-hover {
  186. background-color: rgba(237, 237, 237, 1);
  187. }
  188. .user-out-btn::after {
  189. opacity: 0;
  190. }
  191. .gzh {
  192. display: none;
  193. position: absolute;
  194. bottom: 6%;
  195. width: 90%;
  196. left: 0;
  197. right: 0;
  198. margin: auto;
  199. z-index: 10;
  200. background: #ccc;
  201. border-radius: 16rpx;
  202. overflow: hidden;
  203. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  204. }
  205. .act {
  206. display: none;
  207. }
  208. .of {
  209. display: block;
  210. }
  211. .activeimg {
  212. width: 200rpx !important;
  213. position: absolute;
  214. bottom: 0;
  215. right: 0;
  216. z-index: 10000;
  217. }
  218. .edit {
  219. width: 26rpx;
  220. vertical-align: middle;
  221. }
  222. .qrcode image {
  223. width: 70rpx;
  224. margin-right: 20rpx;
  225. }
  226. .edits {
  227. margin-top: -20rpx;
  228. }
  229. .showQrcode {
  230. position: fixed;
  231. top: 0;
  232. left: 0;
  233. right: 0;
  234. bottom: 0;
  235. z-index: 1000;
  236. background: rgba(0, 0, 0, 0.6);
  237. }
  238. .qrcodes {
  239. position: absolute;
  240. width: 400rpx;
  241. height: 440rpx;
  242. top: 0;
  243. left: 0;
  244. right: 0;
  245. bottom: 0;
  246. border-radius: 15rpx;
  247. margin: auto;
  248. background: #fff;
  249. text-align: center;
  250. }
  251. .qrcodes text {
  252. text-align: center;
  253. font-size: 26rpx;
  254. display: inline-block;
  255. line-height: 40rpx;
  256. }
  257. .container-box {
  258. width: 100%;
  259. height: 100%;
  260. background: 0 0 0 0.6;
  261. position: relative;
  262. }
  263. .img-box {
  264. width: 500rpx;
  265. margin: 200rpx auto 0;
  266. background-color: #fff;
  267. border-radius: 16rpx;
  268. }
  269. .img-box text {
  270. display: block;
  271. text-align: center;
  272. font-size: 28rpx;
  273. }
  274. .img-box image {
  275. display: block;
  276. width: 500rpx;
  277. }
  278. .input-row {
  279. border-bottom: 1rpx solid #e5e5e5;
  280. border-top: 1rpx solid #e5e5e5;
  281. display: flex;
  282. align-items: center;
  283. height: 88rpx;
  284. padding: 0 32rpx;
  285. background-color: #fff;
  286. font-size: 34rpx;
  287. color: #000;
  288. }
  289. .input-row input {
  290. margin-left: 100rpx;
  291. flex: 1;
  292. }
  293. .mybtn {
  294. width: 686rpx;
  295. margin: 60rpx auto;
  296. }
  297. .mask {
  298. position: fixed;
  299. top: 0;
  300. left: 0;
  301. z-index: 3;
  302. width: 100%;
  303. height: 100%;
  304. opacity: 0;
  305. }
  306. .canvas-box {
  307. position: fixed;
  308. width: 500rpx;
  309. height: 587rpx;
  310. overflow: hidden;
  311. left: 0;
  312. top: 0;
  313. bottom: 0;
  314. right: 0;
  315. margin: auto;
  316. background: #fff;
  317. border-radius: 16rpx;
  318. }
  319. .showQrcode text{
  320. display: block;
  321. text-align: center;
  322. font-size: 28rpx;
  323. }
  324. .membercode {
  325. margin-top: 20rpx;
  326. }
  327. .memberIds {
  328. }