C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

393 lines
5.7 KiB

  1. page{
  2. overflow-y:visible!important;
  3. height: 100%!important;
  4. background: #f6f6f6;
  5. }
  6. .icons {
  7. display: block;
  8. width: 50rpx;
  9. margin: 0 auto 10rpx;
  10. }
  11. .navigator-hover {
  12. opacity: 1 !important;
  13. background: #fff;
  14. }
  15. .version {
  16. position: absolute;
  17. right: 0;
  18. width: 307rpx;
  19. height: 50rpx;
  20. bottom: 0;
  21. text-align: center;
  22. font-size: 15rpx;
  23. color: #999;
  24. }
  25. .couponnum {
  26. display: inline-block;
  27. position: absolute;
  28. top: 39rpx;
  29. bottom: 0;
  30. right: 20px;
  31. width: 16rpx;
  32. height: 16rpx;
  33. border-radius: 50%;
  34. background: red;
  35. font-size: 22rpx;
  36. }
  37. .user-avatar open-data {
  38. display: block;
  39. width: 100%;
  40. height: 100%;
  41. }
  42. .user-name{
  43. font-family: PingFangSC-Medium;
  44. height: 42rpx;
  45. margin-top:66rpx;
  46. letter-spacing: 0.64rpx;
  47. line-height: 44rpx;
  48. font-size: 30rpx;
  49. color: #3C3C3C;
  50. font-weight:600;
  51. display: flex; /*设置显示样式**/
  52. align-items: center; /**子view垂直居中*/
  53. vertical-align: center; /**垂直居中*/
  54. justify-content: center; /**内容居中*/
  55. flex-direction: row;
  56. }
  57. .user-phone {
  58. font-family: PingFangSC-Regular;
  59. letter-spacing: 0.64rpx;
  60. line-height: 44rpx;
  61. font-size: 36rpx;
  62. color: #000;
  63. padding:20rpx;
  64. text-align: center;
  65. }
  66. .user-avatar {
  67. position: absolute;
  68. width: 128rpx;
  69. height: 128rpx;
  70. border-radius: 50%;
  71. overflow: hidden;
  72. top:-64rpx;
  73. left: 300rpx;
  74. }
  75. .chengzhang {
  76. font-size: 24rpx;
  77. font-weight: 400;
  78. color: #FFFFFF;
  79. padding: 0 8rpx;
  80. }
  81. .view {
  82. font-size: 24rpx;
  83. }
  84. .view image {
  85. width: 12rpx;
  86. vertical-align: middle;
  87. margin-top: -6rpx;
  88. }
  89. .bannerbg {
  90. width: 100%;
  91. }
  92. .bannerbg image {
  93. display: block;
  94. width: 100%;
  95. }
  96. .open01 {
  97. display: block;
  98. width: 120rpx;
  99. height: 120rpx;
  100. }
  101. .user-btns{
  102. background: #fff;
  103. display: flex;
  104. text-align: center;
  105. flex-wrap: wrap;
  106. }
  107. .user-btns navigator{
  108. width: 33.3%;
  109. height: 160rpx;
  110. }
  111. .user-btns:nth-of-type(3){
  112. margin-bottom: 0;
  113. }
  114. .user-btns .user-btn {
  115. font-size: 30rpx;
  116. letter-spacing: 1.16rpx;
  117. }
  118. .top-content{
  119. width: 100%;
  120. height: auto;
  121. }
  122. .user_title{
  123. position: relative;
  124. width: 94%;
  125. background: #fff;
  126. border-radius: 16rpx;
  127. margin: -100rpx auto 0;
  128. padding: 10rpx 0;
  129. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10);
  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: 20rpx 10px ;
  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 button::after {
  180. border: none!important;
  181. }
  182. .gzh {
  183. width: 100%;
  184. height: 170rpx;
  185. z-index: 10;
  186. background: #fff;
  187. border-radius: 16rpx;
  188. overflow: hidden;
  189. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  190. }
  191. .act {
  192. display: none;
  193. }
  194. .of {
  195. width: 90%;
  196. margin: 30rpx auto;
  197. height: auto;
  198. background: #fff;
  199. border-radius: 16rpx;
  200. overflow: hidden;
  201. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  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. .top{
  323. width: 100%;
  324. height: 234rpx;
  325. }
  326. .usre_level{
  327. height:32rpx;
  328. border-radius:9px 9px 9px 0px;
  329. font-family:PingFangSC-Regular;
  330. font-weight:400;
  331. color:rgba(255,255,255,1);
  332. line-height:32rpx;
  333. float: left;
  334. margin-top: 8rpx;
  335. }
  336. .my{
  337. font-size:24rpx;
  338. font-family:PingFangSC-Regular;
  339. font-weight:400;
  340. color:rgba(166,166,166,1);
  341. line-height:34rpx;
  342. }
  343. .chengzhang_h{
  344. color: #3C3C3C;
  345. font-size:24rpx;
  346. font-weight: 600;
  347. }
  348. .my_line{
  349. margin: 0 10rpx;
  350. }
  351. .usre_level{
  352. font-size:20rpx;
  353. }
  354. .name{
  355. float: left;
  356. }