index.less 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. .square-container {
  2. display: flex;
  3. float: right;
  4. .square-left {
  5. display: flex;
  6. width: 63.48vw;
  7. justify-content: center;
  8. flex-wrap: wrap;
  9. .search-container {
  10. height: 7.4vh;
  11. width: 44.9vw;
  12. margin-top: 11.29vh;
  13. margin-bottom: 7.87vh;
  14. }
  15. .square-map {
  16. overflow-y: auto;
  17. position: relative;
  18. width: 63.34vw;
  19. height: 67.79vh;
  20. margin-top: -30vh;
  21. .grid-item-close {
  22. margin-left: 16.69vw;
  23. margin-top: -21.94vh;
  24. margin-bottom: 14.5vh;
  25. }
  26. .grid-item {
  27. width: 18.6vw;
  28. height: 16.74vh;
  29. margin-right: 1.39vw;
  30. margin-bottom: 1.94vh;
  31. img {
  32. width: 100%;
  33. height: 100%;
  34. }
  35. }
  36. }
  37. }
  38. .square-right {
  39. margin-right: 2.29vw;
  40. }
  41. .square-count {
  42. height: 22.38vh;
  43. margin-bottom: 1.85vh;
  44. background: rgba(0, 0, 0, 0.49);
  45. border-radius: 2.08vw;
  46. border: 1px solid #707070;
  47. margin-left: 1.56vw;
  48. margin-top: 11.29vh;
  49. padding: 1.75vh 2.08vw;
  50. color: #dfdfdf;
  51. font-size: 16px;
  52. }
  53. .origin-basic {
  54. height: 22.38vh;
  55. margin-top: 11.29vh;;
  56. margin-bottom: 1.85vh;
  57. background: rgba(0, 0, 0, 0.49);
  58. border-radius: 2.08vw;
  59. border: 1px solid #707070;
  60. margin-left: 1.56vw;
  61. }
  62. .square-list {
  63. width: 26.36vw;
  64. //height: 49.27vh;
  65. margin-left: 1.56vw;
  66. }
  67. .square-list {
  68. .item-image {
  69. width: 7.29vw;
  70. height: 7.29vw;
  71. border-radius: 15px;
  72. border: 2px solid #dfdfdf;
  73. img {
  74. width: 100%;
  75. height: 100%;
  76. border-radius: 15px;
  77. }
  78. }
  79. .item-box {
  80. width: 100%;
  81. padding: 1.04vw 1.66vh 1.04vw;
  82. background: rgba(0, 0, 0, 0.2);
  83. border-radius: 20px 20px 20px 20px;
  84. opacity: 1;
  85. display: flex;
  86. .item-text {
  87. margin-left: 1.2vw;
  88. .item-title {
  89. height: 4.17vh;
  90. font-size: 28px;
  91. font-family: PingFang SC-Bold, PingFang SC;
  92. font-weight: 400;
  93. color: #fbfbfb;
  94. line-height: 4.17vh;
  95. }
  96. .item-description {
  97. margin-top: 0.37vh;
  98. height: 2.31vh;
  99. font-size: 16px;
  100. font-family: PingFang SC-Regular, PingFang SC;
  101. font-weight: 400;
  102. color: #dfdfdf;
  103. line-height: 2.31vh;
  104. }
  105. .item-tag {
  106. display: flex;
  107. margin-top: 0vh;
  108. width: 10vw;
  109. .tag {
  110. margin-bottom: 0.2vh;
  111. //width: 3.13vw;
  112. height: 1.96vh;
  113. font-size: xx-small;
  114. line-height: 1.96vh;
  115. text-align: center;
  116. background-color: #5d9a6d;
  117. border-radius: 10px;
  118. color: #f2f2f2;
  119. margin-right: 0.2vw;
  120. }
  121. }
  122. }
  123. }
  124. }
  125. }