user.wxss 1.9 KB

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