home.scss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. .container {
  2. margin: 0;
  3. padding: 0;
  4. overflow: hidden;
  5. width: 100%;
  6. height: 100%;
  7. .header {
  8. position: absolute;
  9. z-index: 555;
  10. margin-bottom: 20px;
  11. height: 70px;
  12. width: 100%;
  13. top: 10px;
  14. img {
  15. width: 100%;
  16. height: 100%;
  17. }
  18. }
  19. }
  20. .el-container {
  21. height: 938px;
  22. overflow: hidden;
  23. }
  24. // 点击模型弹出框
  25. .modelInfo {
  26. position: absolute;
  27. // background: rgba(255, 255, 255, 0.17);
  28. background-color: #ffffff00;
  29. border-radius: 10px;
  30. backdrop-filter: blur(30.5px);
  31. z-index: 2007;
  32. .model-detail2{
  33. border-top-left-radius: 10px;
  34. border-top-right-radius: 10px;
  35. height: 155px;
  36. overflow: hidden;
  37. .listbox2 {
  38. width: 180px;
  39. text-align: center;
  40. height: 30px;
  41. line-height: 30px;
  42. font-size: 12px;
  43. color: #fff;
  44. background-color: rgba(255, 255, 255, 0.31);
  45. font-size: 12px;
  46. font-family: Microsoft YaHei UI;
  47. font-weight: 700;
  48. .listtitlebox{
  49. background-color: rgba(255, 255, 255, 0.18);
  50. padding-bottom: 20px;
  51. }
  52. }
  53. .listtitle{
  54. width: 100%;
  55. display: flex;
  56. align-items: center;
  57. .name {
  58. color: #fff;
  59. margin-left: 5px;
  60. font-weight: 700;
  61. padding-left: 8px;
  62. font-size: 12px;
  63. }
  64. .value {
  65. font-size: 12px;
  66. font-family: 400;
  67. margin-left: 5px;
  68. color: #ffffffeb;
  69. }
  70. }
  71. }
  72. .model-detail {
  73. // background-color: #fff;
  74. border-top-left-radius: 10px;
  75. border-top-right-radius: 10px;
  76. overflow: hidden;
  77. .listbox {
  78. background-color: rgba(142, 142, 142, 0.18);
  79. padding-bottom: 8px;
  80. }
  81. .list {
  82. width: 202px;
  83. text-align: center;
  84. height: 30px;
  85. line-height: 30px;
  86. font-size: 12px;
  87. color: #fff;
  88. background-color: rgba(255, 255, 255, 0.31);
  89. font-size: 12px;
  90. font-family: Microsoft YaHei UI;
  91. font-weight: 700;
  92. }
  93. .listtitle {
  94. width: 100%;
  95. display: flex;
  96. align-items: center;
  97. .name {
  98. color: #fff;
  99. margin-left: 5px;
  100. font-weight: 700;
  101. padding-left: 8px;
  102. font-size: 12px;
  103. }
  104. .value {
  105. font-size: 12px;
  106. font-family: 400;
  107. margin-left: 5px;
  108. color: #ffffffeb;
  109. }
  110. }
  111. }
  112. // .model-detail {
  113. // position: absolute;
  114. // // border: 2px dashed #00CF78;
  115. // display: none;
  116. // display: flex;
  117. // justify-content: space-between;
  118. // flex-direction: column;
  119. // // flex-wrap: wrap;
  120. // // padding: 10px;
  121. // span {
  122. // font-size: 16px;
  123. // width: 100%;
  124. // font-family: Microsoft YaHei UI;
  125. // // border: 1px solid red;
  126. // // margin: 6px;
  127. // margin: 6px 0;
  128. // font-weight: 400;
  129. // .title {
  130. // color: #333;
  131. // font-weight: 700;
  132. // }
  133. // .green {
  134. // color: #00C767;
  135. // }
  136. // .red {
  137. // color: #DB4A36;
  138. // }
  139. // }
  140. // }
  141. }
  142. // .asd .list:first-child {
  143. // /* Your styles here */
  144. // // border-radius: 10px;
  145. // border-top-left-radius: 10px;
  146. // border-top-right-radius: 10px;
  147. // // background-color: aqua;
  148. // }