index.less 7.6 KB

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