common.less 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. .box {
  2. width: 331px;
  3. margin-bottom: 15px;
  4. background: hsl(0, 0%, 100%);
  5. border-radius: 25px;
  6. box-shadow: 0 0 2px rgba(0, 0, 0, 0.07), 0 4px 10px rgba(0, 0, 0, 0.05);
  7. .content {
  8. .env {
  9. position: relative;
  10. display: flex;
  11. .envLeft {
  12. flex: 1 1 auto;
  13. height: 140px;
  14. padding-top: 24px;
  15. padding-left: 30px;
  16. }
  17. .envRight {
  18. width: 165px;
  19. height: 140px;
  20. .roomEqImg {
  21. width: 165px;
  22. height: 140px;
  23. }
  24. }
  25. }
  26. }
  27. }
  28. .showAll {
  29. cursor: pointer;
  30. }
  31. .eqTitle {
  32. color: #4d5262;
  33. font-weight: 600;
  34. font-size: 16px;
  35. font-family: PingFang SC;
  36. font-style: normal;
  37. line-height: 22px;
  38. letter-spacing: 0;
  39. text-align: left;
  40. }
  41. .eqStatus {
  42. padding-top: 5px;
  43. color: rgba(196, 196, 196, 1);
  44. font-weight: 400;
  45. font-size: 14px;
  46. font-family: PingFang SC;
  47. line-height: 20px;
  48. }
  49. .eqBtn {
  50. position: absolute;
  51. top: 103px;
  52. right: 15px;
  53. }
  54. .flexBetween {
  55. display: flex;
  56. align-items: center;
  57. justify-content: space-between;
  58. }
  59. .showAll {
  60. display: flex;
  61. padding-top: 30px;
  62. color: #c4c4c4;
  63. .showAllText {
  64. font-weight: 400;
  65. font-size: 14px;
  66. line-height: 20px;
  67. }
  68. .showImg {
  69. width: 22px;
  70. height: 22px;
  71. margin-right: 5px;
  72. }
  73. }
  74. .pdt10 {
  75. padding-top: 10px;
  76. }
  77. .dsflex {
  78. display: flex;
  79. }
  80. .eqCirculBtn {
  81. position: absolute;
  82. top: 86px;
  83. right: 15px;
  84. display: flex;
  85. }
  86. .mgr20 {
  87. margin-right: 20px;
  88. }
  89. .circulBtn {
  90. display: flex;
  91. align-items: center;
  92. justify-content: center;
  93. width: 40px;
  94. height: 40px;
  95. background: rgba(196, 196, 196, 0.2);
  96. border-radius: 50%;
  97. cursor: pointer;
  98. &:hover {
  99. background: rgba(196, 196, 196, 0.3);
  100. }
  101. &.yell {
  102. background: #ffe823;
  103. }
  104. .btnIcon {
  105. width: 20px;
  106. height: 20px;
  107. }
  108. }