user.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. /* pages/user/user.wxss */
  2. page{
  3. display: flex;
  4. flex-direction: column;
  5. }
  6. .pages-user{
  7. display: flex;
  8. }
  9. .pages-user-profile{
  10. position: relative;
  11. left: 20px;
  12. top: 1px;
  13. width: 126px;
  14. height: 126px;
  15. background: rgba(204, 204, 204, 1);
  16. border-radius: 20px;
  17. }
  18. .pages-user-profile-1{
  19. position: relative;
  20. left: 10px;
  21. top: 10px;
  22. width: 106px;
  23. height: 106px;
  24. border-radius: 20px;
  25. background: url(https://img.js.design/assets/smartFill/img313164da746310.jpg);
  26. }
  27. .pages-user-username{
  28. display: flex;
  29. flex-direction: column;
  30. }
  31. .pages-user-username-1{
  32. position: relative;
  33. left: 39px;
  34. top: 1px;
  35. width: 100px;
  36. height: 37px;
  37. opacity: 1;
  38. color: rgba(0, 0, 0, 0.62);
  39. font-size: 40px;
  40. font-weight: 1000;
  41. }
  42. .pages-user-username-2{
  43. position: relative;
  44. left: 44px;
  45. top: 10px;
  46. width: 104px;
  47. height: 20px;
  48. opacity: 1;
  49. /** 文本1 */
  50. font-size: 12px;
  51. font-weight: 400;
  52. letter-spacing: 0px;
  53. line-height: 17.38px;
  54. color: rgba(0, 0, 0, 1);
  55. text-align: left;
  56. vertical-align: top;
  57. }
  58. .pages-user-username-3{
  59. position: relative;
  60. top: 10px;
  61. left: 70px;
  62. }
  63. .pages-user-username-3>.van-cell:after{
  64. border-bottom: none;
  65. }
  66. .pages-user-username-3>.van-cell>.van-cell__value{
  67. font-size: 12px;
  68. }
  69. .pages-user-username-4{
  70. display: flex;
  71. position: relative;
  72. top: 10px;
  73. left: 35px;
  74. }
  75. .pages-user-username-4-text{
  76. margin-top: 5px;
  77. width: 130px;
  78. font-size: 12px;
  79. }
  80. .pages-user-order{
  81. margin-top: 2px;
  82. display: flex;
  83. flex-direction: column;
  84. }
  85. .pages-user-order-1>.van-icon{
  86. width: 50px;
  87. height: 50px;
  88. position: relative;
  89. left: -115px;
  90. top: 10px;
  91. }
  92. .pages-user-order-2{
  93. font-size: 12px;
  94. position: relative;
  95. top: 10px;
  96. left: 25px;
  97. margin-bottom: 15px;
  98. }
  99. .pages-user-comdity-1>.van-cell>.van-cell__title{
  100. font-size: 12px;
  101. }
  102. .pages-user-comdity-1>.van-cell>.van-cell__value{
  103. font-size: 12px;
  104. }
  105. .pages-user-comdity-2{
  106. position: relative;
  107. left: 12px;
  108. margin: 2px;
  109. }