user.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. <<<<<<< HEAD
  2. /* pages/user/user.wxss */
  3. page{
  4. display: flex;
  5. flex-direction: column;
  6. }
  7. .pages-user{
  8. display: flex;
  9. position: relative;
  10. top: 25px;
  11. margin-bottom: 30px;
  12. }
  13. .pages-user-profile{
  14. position: relative;
  15. left: 20px;
  16. top: 1px;
  17. width: 126px;
  18. height: 126px;
  19. opacity: 1;
  20. background: rgba(204, 204, 204, 1);
  21. border-radius: 20px;
  22. }
  23. .pages-user-profile-1{
  24. position: relative;
  25. left: 10px;
  26. top: 10px;
  27. width: 106px;
  28. height: 106px;
  29. border-radius: 20px;
  30. }
  31. .pages-user-username{
  32. display: flex;
  33. flex-direction: column;
  34. }
  35. .pages-user-username-1{
  36. position: relative;
  37. left: 30px;
  38. top: 1px;
  39. width: 160px;
  40. opacity: 1;
  41. color: rgba(0, 0, 0, 0.62);
  42. font-size: 20px;
  43. font-weight: 1000;
  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-title{
  79. position: relative;
  80. left: -10px;
  81. margin-top: 5px;
  82. width: 55px;
  83. font-size: 11px;
  84. opacity: 0.7;
  85. }
  86. .pages-user-username-4-text{
  87. position: relative;
  88. left: -15px;
  89. margin-top: 5px;
  90. width: 130px;
  91. font-size: 12px;
  92. }
  93. .pages-user-order{
  94. margin-top: 2px;
  95. display: flex;
  96. flex-direction: column;
  97. }
  98. .pages-user-order-1>.van-icon{
  99. width: 50px;
  100. height: 50px;
  101. position: relative;
  102. left: -225px;
  103. top: 10px;
  104. }
  105. .pages-user-order-2{
  106. font-size: 12px;
  107. position: relative;
  108. top: 0px;
  109. left: -225px;
  110. margin-bottom: 5px;
  111. }
  112. .pages-user-comdity-1>.van-cell>.van-cell__title{
  113. font-size: 12px;
  114. }
  115. .pages-user-comdity-1>.van-cell>.van-cell__value{
  116. font-size: 12px;
  117. }
  118. .pages-user-comdity-2{
  119. position: relative;
  120. left: 12px;
  121. margin: 2px;
  122. }