C端小程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

428 righe
6.3 KiB

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