C端小程序
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

user.wxss 9.0 KiB

há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
há 1 ano
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639
  1. page {
  2. overflow-y: scroll !important;
  3. /* height: none; */
  4. background: #f6f6f6;
  5. }
  6. .outSide {
  7. position: fixed;
  8. top: 0;
  9. left: 0;
  10. width: 100%;
  11. height: 100%;
  12. background-color: #00000059;
  13. }
  14. .showPrivacy {
  15. position: fixed;
  16. width: 520rpx;
  17. background-color: #fff;
  18. left: 50%;
  19. top: 50%;
  20. transform: translate(-50%, -50%);
  21. padding: 60rpx 40rpx;
  22. border-radius: 20rpx;
  23. box-shadow: #00000047 2px 1px 2px 2px;
  24. }
  25. .showPrivacy .title {
  26. text-align: center;
  27. }
  28. .showPrivacy .content {
  29. text-indent: 2em;
  30. margin: 30rpx 0;
  31. }
  32. .showPrivacy button {
  33. width: 350rpx;
  34. }
  35. .showPrivacy button.agree {
  36. margin-bottom: 25rpx;
  37. }
  38. .showPrivacy button.check {
  39. background-color: #ffffff00;
  40. font-size: 21rpx;
  41. text-decoration: underline;
  42. padding: 0;
  43. }
  44. .showPrivacy button.check::after {
  45. border: none;
  46. }
  47. .showPrivacy .delete {
  48. position: absolute;
  49. top: 15rpx;
  50. right: 15rpx;
  51. width: 65rpx;
  52. height: 65rpx;
  53. }
  54. .icons {
  55. display: block;
  56. width: 50rpx;
  57. margin: 0 auto 10rpx;
  58. }
  59. .particulars_list {
  60. overflow: hidden;
  61. border-bottom: 1rpx #f6f6f6 solid;
  62. width: 90%;
  63. margin: auto;
  64. height: 80rpx;
  65. line-height: 80rpx;
  66. color: #888;
  67. font-family: PingFangSC-Regular;
  68. }
  69. .particulars_name {
  70. float: left
  71. }
  72. .particulars_go {
  73. color: rgba(0, 0, 0, 0.1);
  74. float: right;
  75. }
  76. .navigator-hover {
  77. opacity: 1 !important;
  78. background: #fff;
  79. }
  80. .couponnum {
  81. display: inline-block;
  82. position: absolute;
  83. top: 18rpx;
  84. bottom: 0;
  85. right: 45px;
  86. width: 16rpx;
  87. height: 16rpx;
  88. border-radius: 50%;
  89. background: red;
  90. font-size: 22rpx;
  91. }
  92. .user-avatar image {
  93. display: block;
  94. width: 100%;
  95. height: 100%;
  96. }
  97. .user-name {
  98. font-family: PingFangSC-Medium;
  99. height: 42rpx;
  100. margin-top: 66rpx;
  101. line-height: 44rpx;
  102. font-size: 32rpx;
  103. color: #FFFFFF;
  104. /* font-weight: 600; */
  105. display: flex;
  106. align-items: center;
  107. vertical-align: center;
  108. justify-content: center;
  109. flex-direction: row;
  110. position: absolute;
  111. top: -190rpx;
  112. left: 200rpx;
  113. }
  114. .user_phone {
  115. font-family: PingFangSC-Medium;
  116. height: 42rpx;
  117. line-height: 44rpx;
  118. font-size: 32rpx;
  119. color: #FFFFFF;
  120. display: flex;
  121. align-items: center;
  122. vertical-align: center;
  123. justify-content: center;
  124. flex-direction: row;
  125. position: absolute;
  126. top: -96rpx;
  127. left: 200rpx;
  128. }
  129. .user_growth_box {
  130. overflow: hidden;
  131. }
  132. .RQcode {
  133. width: 80rpx;
  134. height: 80rpx;
  135. margin: 20rpx 10rpx 0 40rpx;
  136. float: left;
  137. }
  138. .memberLogo {
  139. max-width: 150rpx;
  140. height: 80rpx;
  141. margin: 20rpx 10rpx 0 30rpx;
  142. float: left;
  143. }
  144. .memberBox {
  145. float: left;
  146. margin-left: 20rpx;
  147. margin-top: 10rpx;
  148. margin-bottom: 10rpx;
  149. }
  150. .memberCode {
  151. font-size: 24rpx;
  152. font-family: PingFangSC-Regular;
  153. font-weight: 400;
  154. color: #888;
  155. line-height: 34rpx;
  156. }
  157. .user-phone {
  158. font-family: PingFangSC-Regular;
  159. line-height: 44rpx;
  160. font-size: 36rpx;
  161. color: #000;
  162. }
  163. .user-avatar {
  164. position: absolute;
  165. width: 119rpx;
  166. height: 119rpx;
  167. border-radius: 50%;
  168. overflow: hidden;
  169. top: -133rpx;
  170. left: -500rpx;
  171. right: 0;
  172. margin: auto;
  173. }
  174. .marketTitleBox {
  175. border-radius: 16rpx 16rpx 0 0;
  176. background-color: #007cc1;
  177. overflow: hidden;
  178. height: 172rpx;
  179. position: relative;
  180. }
  181. .share {
  182. position: absolute;
  183. bottom: 20rpx;
  184. right: 0;
  185. font-size: 26rpx;
  186. border-radius: 10rpx 0 0 10rpx;
  187. background-color: #f6f6f6;
  188. color: #993300;
  189. padding: 5rpx 10rpx;
  190. }
  191. .marketName {
  192. margin: 30rpx 40rpx;
  193. font-weight: 600;
  194. width: 80%;
  195. font-size: 32rpx;
  196. color: #fff;
  197. }
  198. .levelName {
  199. font-size: 34rpx;
  200. font-weight: 600;
  201. margin: 0 40rpx 20rpx 40rpx;
  202. width: 80%;
  203. color: #fff;
  204. }
  205. .chengzhang {
  206. font-size: 24rpx;
  207. font-weight: 400;
  208. color: #FFFFFF;
  209. padding: 0 8rpx;
  210. }
  211. .view {
  212. font-size: 24rpx;
  213. }
  214. .view image {
  215. width: 12rpx;
  216. vertical-align: middle;
  217. margin-top: -6rpx;
  218. }
  219. .bannerbg {
  220. width: 100%;
  221. }
  222. .bannerbg image {
  223. display: block;
  224. width: 100%;
  225. }
  226. .open01 {
  227. display: block;
  228. width: 120rpx;
  229. height: 120rpx;
  230. }
  231. .user-btns {
  232. display: flex;
  233. text-align: center;
  234. flex-wrap: wrap;
  235. width: 94%;
  236. background: #fff;
  237. border-radius: 16rpx;
  238. margin: 30rpx auto;
  239. /* box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10); */
  240. }
  241. .user-btns .link {
  242. width: 25%;
  243. height: 160rpx;
  244. }
  245. .user-btns:nth-of-type(3) {
  246. margin-bottom: 0;
  247. }
  248. .user-btns .user-btn {
  249. font-size: 30rpx;
  250. letter-spacing: 1.16rpx;
  251. }
  252. .top-content {
  253. width: 100%;
  254. height: auto;
  255. }
  256. .user_title {
  257. position: relative;
  258. width: 94%;
  259. background: #fff;
  260. border-radius: 16rpx;
  261. margin: -100rpx auto 0;
  262. /* box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10); */
  263. }
  264. .btns_bg {
  265. width: 94%;
  266. background: #fff;
  267. border-radius: 16rpx;
  268. margin: 30rpx auto;
  269. padding: 20rpx 0;
  270. /* box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10); */
  271. }
  272. .user-btns .user-btn>view {
  273. padding: 30rpx 10px;
  274. font-size: 28rpx;
  275. color: #888;
  276. letter-spacing: 1.16rpx;
  277. text-align: center;
  278. }
  279. .iconfont {
  280. position: absolute;
  281. right: 0;
  282. top: 0;
  283. bottom: 0;
  284. width: 30rpx;
  285. height: 30rpx;
  286. line-height: 44rpx;
  287. color: #c7c7cc;
  288. font-size: 44rpx;
  289. margin: auto;
  290. }
  291. .look {
  292. display: inline-block;
  293. padding-right: 25rpx;
  294. }
  295. .user {
  296. position: relative;
  297. }
  298. .user .version {
  299. position: absolute;
  300. top: 140rpx;
  301. left: 30rpx;
  302. width: 307rpx;
  303. height: 50rpx;
  304. text-align: center;
  305. font-size: 30rpx;
  306. color: #999;
  307. z-index: 100;
  308. }
  309. .user-out-btn {
  310. background-color: #fff;
  311. height: 100rpx;
  312. line-height: 100rpx;
  313. font-family: PingFangSC-Semibold;
  314. font-size: 30rpx;
  315. color: #000;
  316. text-align: center;
  317. border-radius: 0;
  318. border: none;
  319. }
  320. .user-out-btn.button-hover {
  321. background-color: rgba(237, 237, 237, 1);
  322. }
  323. .user-out-btn::after {
  324. opacity: 0;
  325. }
  326. .gzh button::after {
  327. border: none !important;
  328. }
  329. .gzh {
  330. width: 100%;
  331. height: 170rpx;
  332. z-index: 10;
  333. background: #fff;
  334. border-radius: 16rpx;
  335. overflow: hidden;
  336. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  337. }
  338. .act {
  339. display: none;
  340. }
  341. .of {
  342. width: 90%;
  343. margin: 30rpx auto;
  344. height: auto;
  345. background: #fff;
  346. border-radius: 16rpx;
  347. overflow: hidden;
  348. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  349. }
  350. .of1 {
  351. width: 90%;
  352. margin: auto;
  353. height: 160rpx;
  354. background: #fff;
  355. border-radius: 16rpx;
  356. overflow: hidden;
  357. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  358. display: flex;
  359. }
  360. .of1 .img {
  361. width: 100rpx;
  362. height: 100rpx;
  363. }
  364. .activeimg {
  365. width: 200rpx !important;
  366. position: absolute;
  367. bottom: 0;
  368. right: 0;
  369. z-index: 10000;
  370. }
  371. .edit {
  372. width: 26rpx;
  373. vertical-align: middle;
  374. }
  375. .qrcode {
  376. display: none;
  377. }
  378. .qrcode image {
  379. width: 70rpx;
  380. margin-right: 20rpx;
  381. }
  382. .edits {
  383. margin-top: 44rpx;
  384. }
  385. .showQrcode {
  386. position: fixed;
  387. top: 0;
  388. left: 0;
  389. right: 0;
  390. bottom: 0;
  391. z-index: 1000;
  392. background: rgba(0, 0, 0, 0.6);
  393. }
  394. .qrcodes {
  395. position: absolute;
  396. width: 400rpx;
  397. height: 440rpx;
  398. top: 0;
  399. left: 0;
  400. right: 0;
  401. bottom: 0;
  402. border-radius: 15rpx;
  403. margin: auto;
  404. background: #fff;
  405. text-align: center;
  406. }
  407. .qrcodes text {
  408. text-align: center;
  409. font-size: 26rpx;
  410. display: inline-block;
  411. line-height: 40rpx;
  412. }
  413. .container-box {
  414. width: 100%;
  415. height: 100%;
  416. background: 0 0 0 0.6;
  417. position: relative;
  418. }
  419. .img-box {
  420. width: 500rpx;
  421. margin: 200rpx auto 0;
  422. background-color: #fff;
  423. border-radius: 16rpx;
  424. }
  425. .img-box text {
  426. display: block;
  427. text-align: center;
  428. font-size: 28rpx;
  429. }
  430. .img-box image {
  431. display: block;
  432. width: 500rpx;
  433. }
  434. .input-row {
  435. border-bottom: 1rpx solid #e5e5e5;
  436. border-top: 1rpx solid #e5e5e5;
  437. display: flex;
  438. align-items: center;
  439. height: 100rpx;
  440. padding: 0 32rpx;
  441. background-color: #fff;
  442. font-size: 34rpx;
  443. color: #000;
  444. }
  445. .input-row input {
  446. margin-left: 100rpx;
  447. flex: 1;
  448. }
  449. .mybtn {
  450. width: 686rpx;
  451. margin: 60rpx auto;
  452. color: #888;
  453. }
  454. .mask {
  455. position: fixed;
  456. top: 0;
  457. left: 0;
  458. z-index: 3;
  459. width: 100%;
  460. height: 100%;
  461. opacity: 0;
  462. }
  463. .canvas-box {
  464. position: fixed;
  465. width: 500rpx;
  466. height: 587rpx;
  467. overflow: hidden;
  468. left: 0;
  469. top: 0;
  470. bottom: 0;
  471. right: 0;
  472. margin: auto;
  473. background: #fff;
  474. border-radius: 16rpx;
  475. }
  476. .showQrcode text {
  477. display: block;
  478. text-align: center;
  479. font-size: 28rpx;
  480. }
  481. /* .membercode {
  482. margin-top: 20rpx;
  483. } */
  484. .integral {
  485. font-size: 24rpx;
  486. font-family: PingFangSC-Regular;
  487. font-weight: 400;
  488. color: rgba(166, 166, 166, 1);
  489. line-height: 34rpx
  490. }
  491. .top {
  492. width: 100%;
  493. height: 234rpx;
  494. position: relative;
  495. }
  496. .usre_level {
  497. height: 32rpx;
  498. border-radius: 9px 9px 9px 0px;
  499. font-family: PingFangSC-Regular;
  500. font-weight: 400;
  501. color: rgba(255, 255, 255, 1);
  502. line-height: 32rpx;
  503. float: left;
  504. margin-top: 8rpx;
  505. }
  506. .my {
  507. font-size: 24rpx;
  508. font-family: PingFangSC-Regular;
  509. font-weight: 400;
  510. color: rgba(166, 166, 166, 1);
  511. line-height: 34rpx;
  512. }
  513. .chengzhang_h {
  514. /* color: #fff; */
  515. font-size: 28rpx;
  516. margin-right: 10rpx;
  517. /* font-weight: 600; */
  518. }
  519. .my_line {
  520. margin: 0 10rpx;
  521. }
  522. .usre_level {
  523. font-size: 20rpx;
  524. }
  525. .name {
  526. float: left;
  527. }
  528. .aboutUs {
  529. border-radius: 12rpx;
  530. background: #fff;
  531. position: absolute;
  532. top: 40rpx;
  533. right: 20rpx;
  534. display: flex;
  535. padding: 10rpx 20rpx;
  536. }
  537. .aboutUs .aboutIcons {
  538. display: block;
  539. width: 50rpx;
  540. height: 40rpx;
  541. line-height: 40rpx;
  542. }
  543. .aboutUs text {
  544. margin-left: 10rpx;
  545. line-height: 55rpx;
  546. font-size: 28rpx;
  547. color: #888;
  548. }