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: 0;
  10. margin-bottom: 2px;
  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: 140px;
  39. opacity: 1;
  40. color: rgba(0, 0, 0, 0.62);
  41. font-size: 20px;
  42. font-weight: 1000;
  43. text-align: left;
  44. }
  45. .pages-user-username-2{
  46. position: relative;
  47. left: 30px;
  48. top: 5px;
  49. width: 104px;
  50. height: 20px;
  51. opacity: 1;
  52. /** 文本1 */
  53. font-size: 12px;
  54. font-weight: 400;
  55. letter-spacing: 0px;
  56. line-height: 17.38px;
  57. color: rgba(0, 0, 0, 1);
  58. text-align: left;
  59. vertical-align: top;
  60. }
  61. .pages-user-username-3{
  62. position: relative;
  63. top: 10px;
  64. left: 20px;
  65. }
  66. .pages-user-username-3>.van-cell:after{
  67. border-bottom: none;
  68. }
  69. .pages-user-username-3>.van-cell>.van-cell__value{
  70. font-size: 12px;
  71. }
  72. .pages-user-username-4{
  73. display: flex;
  74. position: relative;
  75. top: 10px;
  76. left: 35px;
  77. }
  78. .pages-user-username-4-text{
  79. position: relative;
  80. left: -15px;
  81. margin-top: 5px;
  82. width: 130px;
  83. font-size: 12px;
  84. text-align: left;
  85. }
  86. .pages-user-order{
  87. margin-top: 2px;
  88. display: flex;
  89. flex-direction: column;
  90. margin-bottom: 2px;
  91. }
  92. .pages-user-order-1>.van-icon{
  93. width: 50px;
  94. height: 50px;
  95. position: relative;
  96. left: -225px;
  97. top: 10px;
  98. }
  99. .pages-user-order-2{
  100. font-size: 12px;
  101. position: relative;
  102. top: 0px;
  103. left: -225px;
  104. margin-bottom: 5px;
  105. }
  106. .pages-user-comdity{
  107. height: 170px;
  108. margin-bottom: 10px;
  109. }
  110. .pages-user-comdity-1>.van-cell>.van-cell__title{
  111. font-size: 12px;
  112. }
  113. .pages-user-comdity-1>.van-cell>.van-cell__value{
  114. font-size: 12px;
  115. }
  116. .pages-user-comdity-2{
  117. position: relative;
  118. left: 12px;
  119. margin: 2px;
  120. }