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.

387 line
5.6 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-left: 310rpx;
  46. letter-spacing: 0.64rpx;
  47. line-height: 44rpx;
  48. margin-top: 66rpx;
  49. font-size: 30rpx;
  50. color: #3C3C3C;
  51. font-weight:600;
  52. }
  53. .user-phone {
  54. font-family: PingFangSC-Regular;
  55. height: 30rpx;
  56. letter-spacing: 0.64rpx;
  57. line-height: 44rpx;
  58. font-size: 36rpx;
  59. color: #000;
  60. margin:20rpx 0 50rpx 180rpx;
  61. }
  62. .user-avatar {
  63. position: absolute;
  64. width: 128rpx;
  65. height: 128rpx;
  66. border-radius: 50%;
  67. overflow: hidden;
  68. top:-64rpx;
  69. left: 300rpx;
  70. }
  71. .chengzhang {
  72. font-size: 24rpx;
  73. font-weight: 400;
  74. color: #FFFFFF;
  75. padding: 0 8rpx;
  76. }
  77. .view {
  78. font-size: 24rpx;
  79. /* color: #FD832D; */
  80. }
  81. .view image {
  82. width: 12rpx;
  83. vertical-align: middle;
  84. margin-top: -6rpx;
  85. }
  86. .bannerbg {
  87. width: 100%;
  88. }
  89. .bannerbg image {
  90. display: block;
  91. width: 100%;
  92. }
  93. .open01 {
  94. display: block;
  95. width: 120rpx;
  96. height: 120rpx;
  97. }
  98. .user-btns{
  99. background: #fff;
  100. /* margin-top: 20rpx; */
  101. margin: 20rpx 20rpx 0;
  102. display: flex;
  103. justify-content: space-around;
  104. text-align: center;
  105. /* margin-bottom: 20rpx; */
  106. }
  107. .user-btns:nth-of-type(3){
  108. margin-bottom: 0;
  109. }
  110. .user-btns .user-btn {
  111. font-size: 30rpx;
  112. letter-spacing: 1.16rpx;
  113. }
  114. .user_title{
  115. position: relative;
  116. width: 94%;
  117. background: #fff;
  118. border-radius: 16rpx;
  119. margin: -100rpx auto 0;
  120. padding: 20rpx 0;
  121. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10);
  122. }
  123. .btns_bg{
  124. position: relative;
  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: 0 10px 20rpx 0;
  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-out-btn {
  156. background-color: #fff;
  157. height: 100rpx;
  158. line-height: 100rpx;
  159. font-family: PingFangSC-Semibold;
  160. font-size: 30rpx;
  161. color: #000;
  162. text-align: center;
  163. border-radius: 0;
  164. border: none;
  165. }
  166. .user-out-btn.button-hover {
  167. background-color: rgba(237, 237, 237, 1);
  168. }
  169. .user-out-btn::after {
  170. opacity: 0;
  171. }
  172. .gzh {
  173. /* display: none; */
  174. position: absolute;
  175. bottom: 70rpx;
  176. width: 90%;
  177. left: 0;
  178. right: 0;
  179. margin: auto;
  180. z-index: 10;
  181. background: #ccc;
  182. border-radius: 16rpx;
  183. overflow: hidden;
  184. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  185. }
  186. .act {
  187. display: none;
  188. }
  189. .of {
  190. position:absolute;
  191. bottom:70rpx;
  192. left:0;
  193. right:0;
  194. height: 170rpx;
  195. }
  196. .activeimg {
  197. width: 200rpx !important;
  198. position: absolute;
  199. bottom: 0;
  200. right: 0;
  201. z-index: 10000;
  202. }
  203. .edit {
  204. width: 26rpx;
  205. vertical-align: middle;
  206. }
  207. .qrcode{
  208. display: none;
  209. }
  210. .qrcode image {
  211. width: 70rpx;
  212. margin-right: 20rpx;
  213. }
  214. .edits {
  215. margin-top: 44rpx;
  216. }
  217. .showQrcode {
  218. position: fixed;
  219. top: 0;
  220. left: 0;
  221. right: 0;
  222. bottom: 0;
  223. z-index: 1000;
  224. background: rgba(0, 0, 0, 0.6);
  225. }
  226. .qrcodes {
  227. position: absolute;
  228. width: 400rpx;
  229. height: 440rpx;
  230. top: 0;
  231. left: 0;
  232. right: 0;
  233. bottom: 0;
  234. border-radius: 15rpx;
  235. margin: auto;
  236. background: #fff;
  237. text-align: center;
  238. }
  239. .qrcodes text {
  240. text-align: center;
  241. font-size: 26rpx;
  242. display: inline-block;
  243. line-height: 40rpx;
  244. }
  245. .container-box {
  246. width: 100%;
  247. height: 100%;
  248. background: 0 0 0 0.6;
  249. position: relative;
  250. }
  251. .img-box {
  252. width: 500rpx;
  253. margin: 200rpx auto 0;
  254. background-color: #fff;
  255. border-radius: 16rpx;
  256. }
  257. .img-box text {
  258. display: block;
  259. text-align: center;
  260. font-size: 28rpx;
  261. }
  262. .img-box image {
  263. display: block;
  264. width: 500rpx;
  265. }
  266. .input-row {
  267. border-bottom: 1rpx solid #e5e5e5;
  268. border-top: 1rpx solid #e5e5e5;
  269. display: flex;
  270. align-items: center;
  271. height: 100rpx;
  272. padding: 0 32rpx;
  273. background-color: #fff;
  274. font-size: 34rpx;
  275. color: #000;
  276. }
  277. .input-row input {
  278. margin-left: 100rpx;
  279. flex: 1;
  280. }
  281. .mybtn {
  282. width: 686rpx;
  283. margin: 60rpx auto;
  284. }
  285. .mask {
  286. position: fixed;
  287. top: 0;
  288. left: 0;
  289. z-index: 3;
  290. width: 100%;
  291. height: 100%;
  292. opacity: 0;
  293. }
  294. .canvas-box {
  295. position: fixed;
  296. width: 500rpx;
  297. height: 587rpx;
  298. overflow: hidden;
  299. left: 0;
  300. top: 0;
  301. bottom: 0;
  302. right: 0;
  303. margin: auto;
  304. background: #fff;
  305. border-radius: 16rpx;
  306. }
  307. .showQrcode text{
  308. display: block;
  309. text-align: center;
  310. font-size: 28rpx;
  311. }
  312. .membercode {
  313. margin-top: 20rpx;
  314. }
  315. .top{
  316. width: 100%;
  317. height: 234rpx;
  318. }
  319. .usre_level{
  320. height:32rpx;
  321. border-radius:9px 9px 9px 0px;
  322. font-family:PingFangSC-Regular;
  323. font-weight:400;
  324. color:rgba(255,255,255,1);
  325. line-height:32rpx;
  326. float: left;
  327. margin-top: 8rpx;
  328. }
  329. .my{
  330. font-size:24rpx;
  331. font-family:PingFangSC-Regular;
  332. font-weight:400;
  333. color:rgba(166,166,166,1);
  334. line-height:34rpx;
  335. }
  336. .chengzhang_h{
  337. color: #3C3C3C;
  338. font-size:24rpx;
  339. font-weight: 600;
  340. }
  341. .my_line{
  342. margin: 0 10rpx;
  343. }
  344. .usre_level{
  345. font-size:20rpx;
  346. }
  347. .name{
  348. float: left;
  349. }