user.wxss 2.0 KB

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