admin.wxss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. /* pages/admin/admin.wxss */
  2. .userinfo {
  3. display: flex;
  4. flex-direction: column;
  5. align-items: center;
  6. color: #aaa;
  7. }
  8. .userinfo-avatar {
  9. overflow: hidden;
  10. width: 128rpx;
  11. height: 128rpx;
  12. margin: 20rpx;
  13. border-radius: 50%;
  14. }
  15. .usermotto {
  16. margin-top: 200px;
  17. }
  18. .logo-container {
  19. width : 690rpx;
  20. margin : 30rpx auto;
  21. background-color: #fff;
  22. display : flex;
  23. flex-direction : column;
  24. align-items : center;
  25. padding : 40rpx 0;
  26. box-sizing : border-box;
  27. margin-bottom : 30rpx;
  28. }
  29. .logo-img {
  30. width : 220rpx;
  31. height: 100rpx;
  32. }
  33. .logo-txt {
  34. color : #596c8e;
  35. font-size: 28rpx;
  36. }
  37. .version-container {
  38. display : flex;
  39. margin-top: 15rpx;
  40. }
  41. .container {
  42. display : flex;
  43. flex-direction: column;
  44. align-items : center;
  45. }
  46. .num {
  47. color: #fc6517;
  48. font-size: 42rpx;
  49. }
  50. .text {
  51. height: 30rpx;
  52. font-size: 22rpx;
  53. font-family: PingFangSC-Regular;
  54. font-weight: 400;
  55. color: rgba(102, 102, 102, 1);
  56. line-height: 30rpx;
  57. margin-top: 9rpx;
  58. }
  59. .grid-item {
  60. height: 200rpx;
  61. }
  62. .content-name {
  63. font-size: 28rpx;
  64. font-family: PingFangSC-Regular;
  65. font-weight: 400;
  66. color: rgba(69, 82, 107, 1);
  67. line-height: 20px;
  68. margin-left: 8px;
  69. }
  70. .icon-container{
  71. display: flex;
  72. flex-direction: row;
  73. align-items: center
  74. }
  75. .city{
  76. font-size: 28rpx;
  77. color: #333;
  78. margin-right: 10rpx;
  79. }
  80. .aa{
  81. margin-top: 20rpx;
  82. }
  83. .bb{
  84. width: 500rpx !important;
  85. }
  86. .header{
  87. position: fixed;
  88. top: 0;
  89. left: 0;
  90. }
  91. .content {
  92. /* height: 400rpx; */
  93. position: relative;
  94. }
  95. .tab-content {
  96. min-height: 140rpx;
  97. height: 100%;
  98. display: flex;
  99. align-items: center;
  100. justify-content: center;
  101. font-size: 28rpx;
  102. color: rgba(140, 152, 174, 1);
  103. }
  104. .toggle-button {
  105. position: absolute !important;
  106. top: -80rpx;
  107. right: 20rpx;
  108. min-width: 72rpx !important;
  109. padding: 0 !important;
  110. display: flex;
  111. justify-content: center;
  112. align-items: center;
  113. border-radius: 50% !important;
  114. background: transparent !important;
  115. }
  116. .swipeable-header {
  117. margin: 0 auto;
  118. width: 327rpx !important;
  119. border: 0 !important;
  120. }
  121. .swipeable-class-inactive {
  122. border-width: 8rpx !important;
  123. }
  124. .swipeable-class-active {
  125. font-weight: 900 !important;
  126. font-size: 34rpx !important;
  127. border-width: 6rpx !important;
  128. }
  129. .line-tabs {
  130. background: rgba(90, 120, 158, 1) !important;
  131. }
  132. .tab-image {
  133. width: 44rpx !important;
  134. height: 44rpx !important;
  135. }
  136. .line-class {
  137. width: 30rpx !important;
  138. }
  139. .card {
  140. margin: 10rpx auto !important;
  141. }
  142. .right-card {
  143. height: 250rpx !important;
  144. width: 250rpx !important;
  145. border-radius: 12rpx !important;
  146. }
  147. .card-dot {
  148. width: 18rpx;
  149. height: 18rpx;
  150. border-radius: 50%;
  151. border: 6rpx solid #3963bc;
  152. margin-left: 26rpx;
  153. }
  154. .card-top {
  155. display: flex;
  156. flex-direction: row;
  157. align-items: center;
  158. width: 750rpx;
  159. height: 100rpx;
  160. }
  161. .contentcard-name {
  162. font-size: 28rpx;
  163. font-family: PingFangSC-Regular;
  164. font-weight: 400;
  165. color: rgba(69, 82, 107, 1);
  166. line-height: 20px;
  167. margin-left: 8px;
  168. }
  169. .contentcard {
  170. margin:5rpx 0rpx 0rpx 0rpx;
  171. color: #666;
  172. font-size: 25rpx;
  173. overflow: hidden;
  174. text-overflow: ellipsis;
  175. display: -webkit-box;
  176. -webkit-box-orient: vertical;
  177. -webkit-line-clamp: 5;
  178. }
  179. .avter-contentcard {
  180. margin-top: 10rpx;
  181. color: #333;
  182. font-size: 26rpx;
  183. overflow: hidden;
  184. text-overflow: ellipsis;
  185. display: -webkit-box;
  186. -webkit-box-orient: vertical;
  187. -webkit-line-clamp: 5;
  188. }
  189. .super-long-test{
  190. display: -webkit-box;
  191. word-break: break-all;
  192. text-overflow: ellipsis;
  193. font-size: 30rpx;
  194. overflow: hidden;
  195. -webkit-box-orient: vertical;
  196. -webkit-line-clamp:2;
  197. }
  198. .empty-icon{
  199. width: 30rpx;
  200. height: 30rpx;
  201. background-color:rgb(252, 248, 248);
  202. }
  203. .containertag{
  204. display: flex;
  205. flex-direction: row;
  206. align-items: flex-end;
  207. flex-wrap: wrap;
  208. }
  209. .btn{
  210. margin-bottom: 5rpx;
  211. }
  212. .describe{
  213. color: #f4f4f5;
  214. font-size: 28rpx;
  215. }
  216. .fanli{
  217. position: absolute;
  218. right: 10rpx;
  219. }
  220. .l-tag {
  221. padding: 0 16rpx;
  222. display: inline-flex;
  223. align-items: center;
  224. justify-content: center;
  225. flex-direction: row;
  226. color: #fff;
  227. background-color: #3963bc;
  228. margin-left: 15rpx;
  229. }
  230. .tag{
  231. margin: 6rpx 15rpx 6rpx 0 !important;
  232. }
  233. .price-container{
  234. display: flex;
  235. flex-direction: row;
  236. align-items: center;
  237. margin-left: 10rpx;
  238. }
  239. .price{
  240. color:#d81e06;
  241. font-size: 30rpx;
  242. position: absolute;
  243. }
  244. .yprice{
  245. position: absolute;
  246. right: 30rpx;
  247. color: #999;
  248. font-size: 25rpx;
  249. text-decoration:line-through;
  250. }
  251. .price-v{
  252. margin:5rpx 0rpx 10rpx 0rpx;
  253. }