common.less 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. .box {
  2. width: 331px;
  3. margin-bottom: 15px;
  4. background: hsl(0, 0%, 100%);
  5. border-radius: 25px;
  6. box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.07), 0px 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. .eqTitle {
  29. color: #4d5262;
  30. font-weight: 600;
  31. font-size: 16px;
  32. font-family: PingFang SC;
  33. font-style: normal;
  34. line-height: 22px;
  35. letter-spacing: 0em;
  36. text-align: left;
  37. }
  38. .eqStatus {
  39. padding-top: 5px;
  40. color: rgba(196, 196, 196, 1);
  41. font-weight: 400;
  42. font-size: 14px;
  43. font-family: PingFang SC;
  44. line-height: 20px;
  45. }
  46. .eqBtn {
  47. position: absolute;
  48. top: 103px;
  49. right: 15px;
  50. }
  51. .flexBetween {
  52. display: flex;
  53. align-items: center;
  54. justify-content: space-between;
  55. }
  56. .showAll {
  57. display: flex;
  58. padding-top: 30px;
  59. color: #c4c4c4;
  60. .showAllText {
  61. font-weight: 400;
  62. font-size: 14px;
  63. line-height: 20px;
  64. }
  65. .showImg {
  66. width: 22px;
  67. height: 22px;
  68. margin-right: 5px;
  69. }
  70. }
  71. .pdt10 {
  72. padding-top: 10px;
  73. }
  74. .dsflex {
  75. display: flex;
  76. }
  77. .eqCirculBtn {
  78. position: absolute;
  79. top: 86px;
  80. right: 15px;
  81. display: flex;
  82. }
  83. .mgr20 {
  84. margin-right: 20px;
  85. }
  86. .circulBtn {
  87. display: flex;
  88. align-items: center;
  89. justify-content: center;
  90. width: 40px;
  91. height: 40px;
  92. background: rgba(196, 196, 196, 0.2);
  93. border-radius: 50%;
  94. &.yell {
  95. background: #ffe823;
  96. }
  97. .btnIcon {
  98. width: 20px;
  99. height: 20px;
  100. }
  101. }