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

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