index.less 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  1. .userPage {
  2. width: 100%;
  3. background: url(../../assets/user/bg.png) top center no-repeat;
  4. background-size: 100%;
  5. // height: calc(100vh - 50px);
  6. // padding-bottom: 50px;
  7. .simple-header {
  8. background: transparent !important;
  9. }
  10. .userPageBox {
  11. height: 100%;
  12. width: 100%;
  13. height: calc(100% - 50px);
  14. padding-bottom: 10px;
  15. overflow: auto;
  16. overflow-x: hidden;
  17. }
  18. .userBaseBox {
  19. width: 100%;
  20. }
  21. .baseRow {
  22. width: 100%;
  23. height: 20px;
  24. margin-left: 15px;
  25. margin-top: 5px;
  26. justify-content: flex-start;
  27. .group2 {
  28. background-color: #8096ec;
  29. border-radius: 2px;
  30. width: 4px;
  31. height: 16px;
  32. margin-top: 4px;
  33. }
  34. .baseText {
  35. width: 150px;
  36. height: 20px;
  37. margin-top: 2px;
  38. overflow-wrap: break-word;
  39. color: rgba(64, 77, 116, 1);
  40. font-size: 0.35rem;
  41. font-family: PingFangSC-Medium;
  42. text-align: left;
  43. white-space: nowrap;
  44. line-height: 0.5rem;
  45. display: block;
  46. margin-left: 15px;
  47. }
  48. }
  49. .userMessage {
  50. text-align: center;
  51. width: 80%;
  52. margin: 0 auto;
  53. margin-top: 30px;
  54. // line-height: 1.7;
  55. .userText {
  56. font-size: 0.35rem;
  57. font-family: PingFangSC-Medium;
  58. line-height: 0.6rem;
  59. margin: 0;
  60. }
  61. .userLine {
  62. width: 1px;
  63. height: 3.5em;
  64. font-size: 14px;
  65. background: #bdc9ff6c;
  66. }
  67. }
  68. .userInfoBox {
  69. // margin-top: 25px;
  70. padding: 0px 10px 15px;
  71. .userInfo {
  72. // width: 87%;
  73. margin: 0 3px;
  74. justify-content: flex-start;
  75. margin-top: 15px;
  76. position: relative;
  77. .filedInpPad {
  78. .van-cell {
  79. padding: 0 !important;
  80. }
  81. }
  82. .editIcon {
  83. position: absolute;
  84. right: 0;
  85. font-size: 18px;
  86. color: #4d6add;
  87. }
  88. .userInfoLeft {
  89. // width: 80px;
  90. padding-right: 10px;
  91. }
  92. .van-cell {
  93. padding: 0;
  94. }
  95. .relationClass {
  96. // padding: 0;
  97. .van-field__control {
  98. // height: 38px;
  99. line-height: 0.5rem;
  100. padding: 5px;
  101. border-radius: 2px;
  102. background: #fff;
  103. border: 1px solid #dddde8;
  104. width: 140px;
  105. margin-left: 4px;
  106. }
  107. .van-field__button {
  108. background-color: #4d6add;
  109. color: #fff;
  110. padding: 0 10px;
  111. margin-left: 15px;
  112. border-radius: 10px;
  113. }
  114. }
  115. }
  116. }
  117. .van-cell {
  118. background: none;
  119. }
  120. .lineBox {
  121. width: 100%;
  122. height: 10px;
  123. background-color: #f6f7fc;
  124. }
  125. .commonOperBox {
  126. width: 100%;
  127. background: #fff;
  128. .operListBox {
  129. margin-top: 20px;
  130. .taskListRow {
  131. width: 100%;
  132. height: 1.5rem;
  133. flex-wrap: wrap;
  134. .taskIcon {
  135. width: 13%;
  136. height: 100%;
  137. position: relative;
  138. &.commonToolsIcon::after {
  139. content: "";
  140. position: absolute;
  141. background: #fff url("../../assets/home/commonTools.png") top center no-repeat;
  142. background-size: 100%;
  143. width: 0.55rem;
  144. height: 0.55rem;
  145. right: 0.2rem;
  146. top: 0.45rem;
  147. }
  148. &.taskMessageIcon::after {
  149. content: "";
  150. position: absolute;
  151. background: #fff url("../../assets/user/taskMessageIcon.png") top center no-repeat;
  152. background-size: 100%;
  153. width: 0.55rem;
  154. height: 0.55rem;
  155. right: 0.2rem;
  156. top: 0.45rem;
  157. }
  158. &.joinPayMchIcon::after {
  159. content: "";
  160. position: absolute;
  161. background: #fff url("../../assets/user/joinPayMchIcon.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. &.announcementIcon::after {
  169. content: "";
  170. position: absolute;
  171. background: #fff url("../../assets/user/announcementIcon.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. &.airwallexIcon::after {
  179. content: "";
  180. position: absolute;
  181. background: #fff url("../../assets/user/airwallexIcon.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. &.shandeMchIcon::after {
  189. content: "";
  190. position: absolute;
  191. background: #fff url("../../assets/user/shandeMchIcon.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. &.bindWechatIcon::after {
  199. content: "";
  200. position: absolute;
  201. background: #fff url("../../assets/user/bindWechatIcon.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. &.modifyLocIcon::after {
  209. content: "";
  210. position: absolute;
  211. background: #fff url("../../assets/user/modifyLocIcon.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. &.syncOldDataIcon::after {
  219. content: "";
  220. position: absolute;
  221. background: #fff url("../../assets/user/syncOldDataIcon.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. &.changePasswordIcon::after {
  229. content: "";
  230. position: absolute;
  231. background: #fff url("../../assets/user/changePasswordIcon.png") top center no-repeat;
  232. background-size: 100%;
  233. width: 0.55rem;
  234. height: 0.55rem;
  235. right: 0.2rem;
  236. top: 0.4rem;
  237. }
  238. &.selfPayIcon::after {
  239. content: "";
  240. position: absolute;
  241. background: #fff url("../../assets/user/self.png") top center no-repeat;
  242. background-size: 100%;
  243. width: 0.55rem;
  244. height: 0.55rem;
  245. right: 0.2rem;
  246. top: 0.4rem;
  247. }
  248. &.feedbackIcon::after {
  249. content: "";
  250. position: absolute;
  251. background: #fff url("../../assets/user/feedback.png") top center no-repeat;
  252. background-size: 100%;
  253. width: 0.6rem;
  254. height: 0.6rem;
  255. right: 0.2rem;
  256. top: 0.4rem;
  257. }
  258. &.loginOutIcon::after {
  259. content: "";
  260. position: absolute;
  261. background: #fff url("../../assets/user/loginOut.png") top center no-repeat;
  262. background-size: 100%;
  263. width: 0.55rem;
  264. height: 0.55rem;
  265. right: 0.2rem;
  266. top: 0.4rem;
  267. }
  268. }
  269. .taskRight {
  270. width: 87%;
  271. // height: 100%;
  272. position: relative;
  273. border-bottom: 1px solid #e7eaf7;
  274. &::after {
  275. content: "";
  276. position: absolute;
  277. width: 6px;
  278. height: 12px;
  279. background: url('../../assets/right.png') top center no-repeat;
  280. background-size: 100%;
  281. right: 0.55rem;
  282. top: 0.5rem;
  283. }
  284. .taskTitle {
  285. line-height: 1.5rem;
  286. font-size: 0.375rem;
  287. }
  288. }
  289. }
  290. }
  291. }
  292. }