index.less 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. .top {
  2. display: flex;
  3. padding: 0.48rem 1.8rem 0.25rem 0;
  4. font-family: Source Han Sans, Source Han Sans;
  5. font-weight: 500;
  6. color: #615d5d;
  7. font-size: 0.32rem;
  8. justify-content: space-around;
  9. .left {
  10. // width: 50%;
  11. display: flex;
  12. align-items: center;
  13. }
  14. .img {
  15. width: 1.52rem;
  16. margin-right: 0.45rem;
  17. }
  18. .right {
  19. display: flex;
  20. flex-direction: column;
  21. justify-content: space-around;
  22. }
  23. }
  24. .listContent {
  25. display: flex;
  26. flex-wrap: wrap;
  27. justify-content: space-between;
  28. }
  29. .itemLong {
  30. padding: 0.6rem 0.4rem 0.6rem 1rem;
  31. font-size: 0.34rem;
  32. margin-top: 0.28rem;
  33. display: flex;
  34. align-items: center;
  35. justify-content: space-between;
  36. font-family: Source Han Sans, Source Han Sans;
  37. color: #615d5d;
  38. line-height: 34rem;
  39. letter-spacing: 0.04rem;
  40. box-shadow: 0.01rem 0.06rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
  41. .arr {
  42. width: 0.14rem;
  43. height: 0.22rem;
  44. background: url('@/assets/arr-right2.png') no-repeat center;
  45. background-size: 100% 100%;
  46. }
  47. }
  48. .item {
  49. padding: 0.4rem 0.6rem;
  50. font-size: 0.32rem;
  51. margin-top: 0.28rem;
  52. display: flex;
  53. align-items: center;
  54. width: 48%;
  55. }
  56. .select {
  57. border: 1px solid #66ccff;
  58. }
  59. .icon {
  60. width: 0.2rem;
  61. height: 0.2rem;
  62. // border-radius: 50%;
  63. display: inline-block;
  64. background-color: #12ceb3;
  65. margin-right: 0.44rem;
  66. vertical-align: middle;
  67. &.error {
  68. background-color: #fe5850;
  69. }
  70. &.offline {
  71. background-color: #9b9b9b;
  72. }
  73. }
  74. .btns {
  75. flex: right;
  76. }