index.less 1010 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .top {
  2. display: flex;
  3. padding: 0.48rem 0.6rem 0.25rem;
  4. font-family: Source Han Sans, Source Han Sans;
  5. font-weight: 500;
  6. color: #615d5d;
  7. font-size: 0.32rem;
  8. .left {
  9. width: 50%;
  10. display: flex;
  11. align-items: center;
  12. }
  13. .img {
  14. width: 1.52rem;
  15. margin-right: 0.45rem;
  16. }
  17. .number {
  18. font-size: 0.8rem;
  19. font-family: PangMenZhengDao-3, PangMenZhengDao-3;
  20. font-weight: 400;
  21. color: #3b3b3b;
  22. line-height: 0.62rem;
  23. letter-spacing: 0.06rem;
  24. }
  25. .right {
  26. display: flex;
  27. flex-direction: column;
  28. justify-content: space-around;
  29. }
  30. }
  31. .item {
  32. padding: 0.4rem 0.6rem;
  33. font-size: 0.32rem;
  34. margin-top: 0.28rem;
  35. display: flex;
  36. align-items: center;
  37. }
  38. .icon {
  39. width: 0.2rem;
  40. height: 0.2rem;
  41. // border-radius: 50%;
  42. display: inline-block;
  43. background-color: #12ceb3;
  44. margin-right: 0.44rem;
  45. vertical-align: middle;
  46. &.error {
  47. background-color: #fe5850;
  48. }
  49. &.offline {
  50. background-color: #9b9b9b;
  51. }
  52. }
  53. .btns {
  54. flex: right;
  55. }