account.vue 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. <template>
  2. <view class="container">
  3. 商户运营
  4. </view>
  5. </template>
  6. <script setup>
  7. function onshow(){
  8. console.log('商户运营')
  9. }
  10. </script>
  11. <style lang="scss" scoped>
  12. .container {
  13. padding-bottom: 100rpx;
  14. // 个人信息
  15. .user {
  16. background: #2C6FF3 url('https://cdn.ossfile.mxrvending.com/assets/xy_merc_mini/images/globalPages/user-bg.png') no-repeat left top;
  17. background-size: 100%;
  18. padding-bottom: 145rpx;
  19. position: relative;
  20. width: 100%;
  21. .user-content {
  22. margin-top: 34rpx;
  23. width: 100%;
  24. .head-img {
  25. width: 100rpx;
  26. height: 100rpx;
  27. border-radius: 100rpx;
  28. margin-left: 26rpx;
  29. }
  30. .user-name {
  31. font-size: 28rpx;
  32. color: #fff;
  33. margin-left: 33rpx;
  34. }
  35. .share {
  36. width: 30rpx;
  37. height: 30rpx;
  38. position: relative;
  39. margin-left: 20rpx;
  40. .share-image {
  41. width: 30rpx;
  42. height: 30rpx;
  43. position: absolute;
  44. left: 0;
  45. top: 0;
  46. >image {
  47. width: 30rpx;
  48. height: 30rpx;
  49. }
  50. }
  51. button {
  52. width: 40rpx;
  53. height: 40rpx;
  54. position: absolute;
  55. left: 0;
  56. top: 0;
  57. opacity: 0;
  58. }
  59. }
  60. .login-out {
  61. width: 140rpx;
  62. line-height: 52rpx;
  63. height: 52rpx;
  64. text-align: center;
  65. font-size: 24rpx;
  66. color: #2C6FF3;
  67. background-color: #fff;
  68. position: absolute;
  69. right: 0;
  70. top: 185rpx;
  71. z-index: 99;
  72. border-top-left-radius: 52rpx;
  73. border-bottom-left-radius: 52rpx;
  74. }
  75. }
  76. }
  77. // 常用菜单
  78. .menu {
  79. width: 724rpx;
  80. margin-left: 14rpx;
  81. background: #FFFFFF;
  82. box-shadow: 0px 0px 10rpx 0px rgba(174, 201, 255, 0.2);
  83. border-radius: 14rpx;
  84. margin-top: 24rpx;
  85. position: relative;
  86. padding: 20rpx 36rpx 42rpx;
  87. &.menu-userinfo {
  88. padding: 36rpx;
  89. margin-top: -102rpx;
  90. }
  91. .menu-title {
  92. font-size: 30rpx;
  93. font-weight: 800;
  94. color: #000000;
  95. position: absolute;
  96. left: 28rpx;
  97. top: 28rpx;
  98. }
  99. .u-content {
  100. display: flex;
  101. flex-flow: row nowrap;
  102. justify-content: space-around;
  103. text-align: center;
  104. .u-item {
  105. line-height: 50rpx;
  106. .u-name {
  107. font-weight: bold;
  108. font-size: 30rpx;
  109. }
  110. .u-val {
  111. font-size: 28rpx;
  112. color: #666;
  113. position: relative;
  114. padding-left: 30rpx;
  115. display: inline-block;
  116. >image {
  117. width: 21rpx;
  118. height: 21rpx;
  119. position: absolute;
  120. left: 0;
  121. top: 50%;
  122. transform: translateY(-50%);
  123. }
  124. }
  125. }
  126. }
  127. .cu-btn {
  128. padding: 0 12rpx;
  129. font-size: 22rpx;
  130. height: 40rpx;
  131. line-height: 40rpx;
  132. background-color: #2C6FF3;
  133. color: #fff;
  134. }
  135. .edit {
  136. position: absolute;
  137. right: 28rpx;
  138. top: 28rpx;
  139. }
  140. .s-content {
  141. .s-item {
  142. line-height: 50rpx;
  143. >text {
  144. color: red;
  145. }
  146. }
  147. }
  148. .menu-item {
  149. display: flex;
  150. flex-direction: column;
  151. align-items: center;
  152. width: 25%;
  153. >.image {
  154. width: 74rpx;
  155. height: 74rpx;
  156. }
  157. >view {
  158. color: #333333;
  159. font-size: 26rpx;
  160. line-height: 26rpx;
  161. margin-top: 16rpx;
  162. }
  163. }
  164. }
  165. .qrcode-content {
  166. padding: 24rpx;
  167. .qrcode-img {
  168. width: 400rpx;
  169. height: 400rpx;
  170. }
  171. .save-qrcode {
  172. margin-top: 24rpx;
  173. }
  174. }
  175. .chang-password {
  176. text-align: center;
  177. line-height: 60rpx;
  178. color: #2C6FF3;
  179. text-decoration: underline;
  180. }
  181. .pwd-popup-content {
  182. padding: 24rpx;
  183. >view:nth-child(1) {
  184. width: 160rpx;
  185. }
  186. >view:nth-child(2) {
  187. width: 100%;
  188. }
  189. }
  190. }
  191. </style>