seller.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. /* pages/mine/wxml/seller.wxss */
  2. .container{
  3. background: #ececec;
  4. width: 100%;
  5. box-sizing: border-box;
  6. }
  7. .heared{
  8. width: 100%;
  9. height: 100rpx;
  10. background: #fff;
  11. padding: 20rpx;
  12. box-sizing: border-box;
  13. }
  14. .heared :nth-child(1){
  15. float: left;
  16. font-size: 30rpx;
  17. background: #fff;
  18. }
  19. .heared :nth-child(2){
  20. float: right;
  21. font-size: 30rpx;
  22. }
  23. .heared image{
  24. width: 60rpx;
  25. height:60rpx;
  26. margin-top: 4%;
  27. box-sizing: border-box;
  28. }
  29. .heared:nth-child(1) image{
  30. width: 70rpx;
  31. height:70rpx;
  32. }
  33. button::after{
  34. border: none;
  35. }
  36. .content{
  37. width: 100%;
  38. background: #fff;
  39. box-sizing: border-box;
  40. }
  41. .user{
  42. width: 100%;
  43. height: 140rpx;
  44. padding-top:4%;
  45. text-align: center;
  46. font-size: 30rpx;
  47. }
  48. .user image{
  49. display: block;
  50. width: 100rpx;
  51. height: 100rpx;
  52. margin: 0 auto;
  53. border-radius: 50rpx;
  54. }
  55. .money{
  56. margin:40rpx 0;
  57. font-size: 25rpx;
  58. height: 50rpx;
  59. display: flex;
  60. justify-content:space-around;
  61. align-items: center;
  62. border-radius: 50rpx;
  63. box-sizing: border-box;
  64. }
  65. .recharge{
  66. background: #fb752c;
  67. padding: 10rpx 30rpx;
  68. border-radius: 50rpx;
  69. color: #fff;
  70. }
  71. .title{
  72. width: 100%;
  73. margin-top: 15rpx;
  74. background: #fff;
  75. display: flex;
  76. justify-content: space-between;
  77. font-size: 30rpx;
  78. padding:15rpx 30rpx;
  79. box-sizing: border-box;
  80. }
  81. .title image{
  82. width: 34rpx;
  83. height: 40rpx;
  84. }
  85. .clickingbar{
  86. width: 100%;
  87. display: flex;
  88. justify-content: space-around;
  89. margin-top: 5rpx;
  90. background: #fff;
  91. }
  92. .clickingbar navigator{
  93. padding: 30rpx;
  94. }
  95. .whole{
  96. font-size: 25rpx;
  97. color: #777;
  98. }
  99. .whole image{
  100. width: 50rpx;
  101. height:50rpx;
  102. display: block;
  103. margin: 10rpx auto;
  104. box-sizing: border-box;
  105. }
  106. .footer{
  107. width: 100%;
  108. display: flex;
  109. justify-content: space-around;
  110. margin-top: 15rpx;
  111. background: #fff;
  112. }
  113. .footer navigator{
  114. padding: 30rpx;
  115. }
  116. .footimg{
  117. display: flex;
  118. align-items: center;
  119. }
  120. .footimg view{
  121. float: left;
  122. display: block;
  123. }
  124. .footimg image{
  125. width: 50rpx;
  126. height:50rpx;
  127. margin-right: 15rpx;
  128. display: inline-block;
  129. }
  130. .seller{
  131. width: 100%;
  132. background: #fff;
  133. display: flex;
  134. justify-content: space-between;
  135. font-size: 30rpx;
  136. padding:15rpx 30rpx;
  137. box-sizing: border-box;
  138. margin: 15rpx 0;
  139. }
  140. .seller image{
  141. width: 40rpx;
  142. height: 40rpx;
  143. }