C端小程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

380 wiersze
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: 0;
  98. margin: auto;
  99. text-align: center;
  100. }
  101. .chengzhang1 text {
  102. display: block;
  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: 100rpx;
  140. font-size: 30rpx;
  141. color: #333;
  142. letter-spacing: 1.16rpx;
  143. line-height: 100rpx;
  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: 30rpx;
  165. height: 30rpx;
  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: 100rpx;
  178. line-height: 100rpx;
  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: 10;
  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: 200rpx !important;
  214. position: absolute;
  215. bottom: 0;
  216. right: 0;
  217. z-index: 10000;
  218. }
  219. .edit {
  220. width: 26rpx;
  221. vertical-align: middle;
  222. }
  223. .qrcode{
  224. display: none;
  225. }
  226. .qrcode image {
  227. width: 70rpx;
  228. margin-right: 20rpx;
  229. }
  230. .edits {
  231. margin-top: 44rpx;
  232. }
  233. .showQrcode {
  234. position: fixed;
  235. top: 0;
  236. left: 0;
  237. right: 0;
  238. bottom: 0;
  239. z-index: 1000;
  240. background: rgba(0, 0, 0, 0.6);
  241. }
  242. .qrcodes {
  243. position: absolute;
  244. width: 400rpx;
  245. height: 440rpx;
  246. top: 0;
  247. left: 0;
  248. right: 0;
  249. bottom: 0;
  250. border-radius: 15rpx;
  251. margin: auto;
  252. background: #fff;
  253. text-align: center;
  254. }
  255. .qrcodes text {
  256. text-align: center;
  257. font-size: 26rpx;
  258. display: inline-block;
  259. line-height: 40rpx;
  260. }
  261. .container-box {
  262. width: 100%;
  263. height: 100%;
  264. background: 0 0 0 0.6;
  265. position: relative;
  266. }
  267. .img-box {
  268. width: 500rpx;
  269. margin: 200rpx auto 0;
  270. background-color: #fff;
  271. border-radius: 16rpx;
  272. }
  273. .img-box text {
  274. display: block;
  275. text-align: center;
  276. font-size: 28rpx;
  277. }
  278. .img-box image {
  279. display: block;
  280. width: 500rpx;
  281. }
  282. .input-row {
  283. border-bottom: 1rpx solid #e5e5e5;
  284. border-top: 1rpx solid #e5e5e5;
  285. display: flex;
  286. align-items: center;
  287. height: 100rpx;
  288. padding: 0 32rpx;
  289. background-color: #fff;
  290. font-size: 34rpx;
  291. color: #000;
  292. }
  293. .input-row input {
  294. margin-left: 100rpx;
  295. flex: 1;
  296. }
  297. .mybtn {
  298. width: 686rpx;
  299. margin: 60rpx auto;
  300. }
  301. .mask {
  302. position: fixed;
  303. top: 0;
  304. left: 0;
  305. z-index: 3;
  306. width: 100%;
  307. height: 100%;
  308. opacity: 0;
  309. }
  310. .canvas-box {
  311. position: fixed;
  312. width: 500rpx;
  313. height: 587rpx;
  314. overflow: hidden;
  315. left: 0;
  316. top: 0;
  317. bottom: 0;
  318. right: 0;
  319. margin: auto;
  320. background: #fff;
  321. border-radius: 16rpx;
  322. }
  323. .showQrcode text{
  324. display: block;
  325. text-align: center;
  326. font-size: 28rpx;
  327. }
  328. .membercode {
  329. margin-top: 20rpx;
  330. }
  331. .memberIds {
  332. }