index.less 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. .userPage {
  2. width: 100%;
  3. background: url(../../assets/user/bg.png) top center no-repeat;
  4. background-size: 100%;
  5. // position: relative;
  6. height: calc(100% - 50px);
  7. overflow: auto;
  8. overflow-x: hidden;
  9. .simple-header {
  10. background: transparent;
  11. }
  12. .userPageBox {
  13. width: 100%;
  14. height: 100%;
  15. // margin-bottom: 100px;
  16. }
  17. .userBaseBox {
  18. width: 100%;
  19. }
  20. .baseRow {
  21. width: 100%;
  22. height: 20px;
  23. margin-left: 15px;
  24. margin-top: 5px;
  25. justify-content: flex-start;
  26. .group2 {
  27. background-color: #8096ec;
  28. border-radius: 2px;
  29. width: 4px;
  30. height: 16px;
  31. margin-top: 4px;
  32. }
  33. .baseText {
  34. width: 150px;
  35. height: 20px;
  36. margin-top: 2px;
  37. overflow-wrap: break-word;
  38. color: rgba(64, 77, 116, 1);
  39. font-size: 14px;
  40. font-family: PingFangSC-Medium;
  41. text-align: left;
  42. white-space: nowrap;
  43. line-height: 20px;
  44. display: block;
  45. margin-left: 15px;
  46. }
  47. }
  48. .userMessage {
  49. text-align: center;
  50. width: 80%;
  51. margin: 0 auto;
  52. margin-top: 30px;
  53. line-height: 1.7;
  54. .userText {
  55. font-size: 14px;
  56. font-family: PingFangSC-Medium;
  57. margin: 0;
  58. }
  59. .userLine {
  60. width: 1px;
  61. height: 3.5em;
  62. font-size: 14px;
  63. background: #e7eaf7;
  64. }
  65. }
  66. .userInfoBox {
  67. margin-top: 25px;
  68. padding: 0px 15px 20px;
  69. .userInfo {
  70. // width: 87%;
  71. margin: 0 auto;
  72. justify-content: flex-start;
  73. margin-top: 20px;
  74. position: relative;
  75. .filedInpPad {
  76. .van-cell {
  77. padding: 0 !important;
  78. }
  79. }
  80. .editIcon {
  81. position: absolute;
  82. right: 0;
  83. font-size: 18px;
  84. color: #4d6add;
  85. }
  86. .userInfoLeft {
  87. width: 76px;
  88. }
  89. .relationClass {
  90. padding: 0;
  91. .van-field__button {
  92. background-color: #4d6add;
  93. color: #fff;
  94. padding: 0 0.5em;
  95. margin-left: 10px;
  96. }
  97. }
  98. }
  99. }
  100. .lineBox {
  101. width: 100%;
  102. height: 15px;
  103. background-color: #f6f7fc;
  104. }
  105. .commonOperBox {
  106. width: 100%;
  107. background: #fff;
  108. .operListBox {
  109. margin-top: 20px;
  110. .taskListRow {
  111. width: 100%;
  112. height: 53px;
  113. flex-wrap: wrap;
  114. .taskIcon {
  115. width: 13%;
  116. height: 100%;
  117. position: relative;
  118. &.taskMessageIcon::after {
  119. content: "";
  120. position: absolute;
  121. background: #fff url("../../assets/user/taskMessageIcon.png") top center no-repeat;
  122. background-size: 100%;
  123. width: 0.55rem;
  124. height: 0.55rem;
  125. right: 0.2rem;
  126. top: 0.45rem;
  127. }
  128. &.joinPayMchIcon::after {
  129. content: "";
  130. position: absolute;
  131. background: #fff url("../../assets/user/joinPayMchIcon.png") top center no-repeat;
  132. background-size: 100%;
  133. width: 0.55rem;
  134. height: 0.55rem;
  135. right: 0.2rem;
  136. top: 0.4rem;
  137. }
  138. &.announcementIcon::after {
  139. content: "";
  140. position: absolute;
  141. background: #fff url("../../assets/user/announcementIcon.png") top center no-repeat;
  142. background-size: 100%;
  143. width: 0.55rem;
  144. height: 0.55rem;
  145. right: 0.2rem;
  146. top: 0.4rem;
  147. }
  148. &.airwallexIcon::after {
  149. content: "";
  150. position: absolute;
  151. background: #fff url("../../assets/user/airwallexIcon.png") top center no-repeat;
  152. background-size: 100%;
  153. width: 0.55rem;
  154. height: 0.55rem;
  155. right: 0.2rem;
  156. top: 0.4rem;
  157. }
  158. &.shandeMchIcon::after {
  159. content: "";
  160. position: absolute;
  161. background: #fff url("../../assets/user/shandeMchIcon.png") top center no-repeat;
  162. background-size: 100%;
  163. width: 0.55rem;
  164. height: 0.55rem;
  165. right: 0.2rem;
  166. top: 0.4rem;
  167. }
  168. &.bindWechatIcon::after {
  169. content: "";
  170. position: absolute;
  171. background: #fff url("../../assets/user/bindWechatIcon.png") top center no-repeat;
  172. background-size: 100%;
  173. width: 0.55rem;
  174. height: 0.55rem;
  175. right: 0.2rem;
  176. top: 0.4rem;
  177. }
  178. &.modifyLocIcon::after {
  179. content: "";
  180. position: absolute;
  181. background: #fff url("../../assets/user/modifyLocIcon.png") top center no-repeat;
  182. background-size: 100%;
  183. width: 0.55rem;
  184. height: 0.55rem;
  185. right: 0.2rem;
  186. top: 0.4rem;
  187. }
  188. &.syncOldDataIcon::after {
  189. content: "";
  190. position: absolute;
  191. background: #fff url("../../assets/user/syncOldDataIcon.png") top center no-repeat;
  192. background-size: 100%;
  193. width: 0.55rem;
  194. height: 0.55rem;
  195. right: 0.2rem;
  196. top: 0.4rem;
  197. }
  198. &.changePasswordIcon::after {
  199. content: "";
  200. position: absolute;
  201. background: #fff url("../../assets/user/changePasswordIcon.png") top center no-repeat;
  202. background-size: 100%;
  203. width: 0.55rem;
  204. height: 0.55rem;
  205. right: 0.2rem;
  206. top: 0.4rem;
  207. }
  208. &.selfPayIcon::after {
  209. content: "";
  210. position: absolute;
  211. background: #fff url("../../assets/user/self.png") top center no-repeat;
  212. background-size: 100%;
  213. width: 0.55rem;
  214. height: 0.55rem;
  215. right: 0.2rem;
  216. top: 0.4rem;
  217. }
  218. &.loginOutIcon::after {
  219. content: "";
  220. position: absolute;
  221. background: #fff url("../../assets/user/loginOut.png") top center no-repeat;
  222. background-size: 100%;
  223. width: 0.55rem;
  224. height: 0.55rem;
  225. right: 0.2rem;
  226. top: 0.4rem;
  227. }
  228. }
  229. .taskRight {
  230. width: 87%;
  231. height: 100%;
  232. position: relative;
  233. border-bottom: 1px solid #e7eaf7;
  234. &::after {
  235. content: "";
  236. position: absolute;
  237. width: 6px;
  238. height: 12px;
  239. background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng51122feddbc4a9b3e0b055ed6181d290e60825befaa5c777794f1412ff817e57) top center no-repeat;
  240. background-size: 100%;
  241. right: 0.55rem;
  242. top: 0.5rem;
  243. }
  244. .taskTitle {
  245. line-height: 53px;
  246. }
  247. }
  248. }
  249. }
  250. }
  251. }