user.wxss 1.9 KB

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