C端小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

367 lignes
5.1 KiB

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