index.module.scss 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. .Zhot {
  2. position: absolute;
  3. top: 0;
  4. left: 0;
  5. width: 100%;
  6. height: 100%;
  7. background-color: rgba(0, 0, 0, 0.6);
  8. backdrop-filter: blur(2px);
  9. z-index: 9999;
  10. display: flex;
  11. :global {
  12. .ZHll {
  13. width: 60%;
  14. height: 100%;
  15. padding: 3% 3% 1% 3%;
  16. // 标题
  17. .h2Titele {
  18. padding: 0 50px;
  19. position: relative;
  20. display: inline-block;
  21. color: #eacf60;
  22. font-size: 26px;
  23. & > img {
  24. position: absolute;
  25. top: 60%;
  26. left: 0;
  27. transform: translateY(-50%);
  28. width: 40px;
  29. height: auto;
  30. }
  31. .h2TimgR {
  32. left: auto;
  33. right: 0;
  34. }
  35. }
  36. .ZH1main {
  37. width: 100%;
  38. height: calc(100% - 50px);
  39. display: flex;
  40. align-items: center;
  41. position: relative;
  42. padding: 12px 0 60px;
  43. .ZH1main1 {
  44. max-height: 100%;
  45. overflow-y: auto;
  46. &::-webkit-scrollbar {
  47. display: none;
  48. }
  49. // 一级介绍
  50. .ZH1txt {
  51. font-size: 14px;
  52. line-height: 24px;
  53. color: #fffddc;
  54. p {
  55. font-family: 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI',
  56. 'Hiragino Sans GB', 'STHeiti', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei',
  57. sans-serif !important;
  58. margin-bottom: 10px;
  59. }
  60. h3 {
  61. color: #eacf60;
  62. font-family: 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI',
  63. 'Hiragino Sans GB', 'STHeiti', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei',
  64. sans-serif !important;
  65. margin-bottom: 8px;
  66. }
  67. }
  68. // 二级
  69. .ZH1_2 {
  70. margin-top: 10px;
  71. display: flex;
  72. .ZH1_2ll {
  73. padding-top: 5px;
  74. width: 100px;
  75. margin-right: 10px;
  76. .ZH1_2llRow {
  77. margin-bottom: 20px;
  78. cursor: pointer;
  79. color: #fffddc;
  80. font-size: 14px;
  81. position: relative;
  82. padding-left: 24px;
  83. transition: all 0.3s;
  84. & > img {
  85. position: absolute;
  86. top: 0;
  87. left: 0;
  88. height: 20px;
  89. &:nth-of-type(2) {
  90. opacity: 0;
  91. }
  92. }
  93. // &:hover {
  94. // color: #eacf60;
  95. // & > img {
  96. // opacity: 0;
  97. // &:nth-of-type(2) {
  98. // opacity: 1;
  99. // }
  100. // }
  101. // }
  102. }
  103. .ZH1_2llRowAc {
  104. color: #eacf60;
  105. & > img {
  106. opacity: 0;
  107. &:nth-of-type(2) {
  108. opacity: 1;
  109. }
  110. }
  111. }
  112. }
  113. .ZH1_2rr {
  114. width: calc(100% - 110px);
  115. font-size: 14px;
  116. line-height: 24px;
  117. color: #fffddc;
  118. p {
  119. font-family: 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI',
  120. 'Hiragino Sans GB', 'STHeiti', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei',
  121. sans-serif !important;
  122. margin-bottom: 10px;
  123. }
  124. }
  125. }
  126. // 三级图片
  127. .adm-image {
  128. width: 90%;
  129. margin: 0 auto;
  130. height: auto;
  131. min-height: 60px;
  132. margin-bottom: 10px;
  133. .adm-image-tip {
  134. min-height: 60px;
  135. }
  136. img {
  137. width: 100%;
  138. height: 100%;
  139. object-fit: contain !important;
  140. max-height: 160px;
  141. }
  142. }
  143. }
  144. .ZH1main2 {
  145. position: absolute;
  146. bottom: 0;
  147. left: 0;
  148. width: 100%;
  149. height: 46px;
  150. display: flex;
  151. align-items: center;
  152. .back1 {
  153. position: relative;
  154. #BtnRight {
  155. top: 0;
  156. left: 0;
  157. bottom: 0;
  158. right: 0;
  159. position: relative;
  160. width: 46px;
  161. height: 46px;
  162. }
  163. }
  164. // 相关文物
  165. .ZH1main2rr {
  166. margin-left: 10px;
  167. height: 36px;
  168. width: calc(100% - 60px);
  169. display: flex;
  170. align-items: center;
  171. justify-content: space-between;
  172. .ZH1main2rr1 {
  173. color: #eacf60;
  174. font-weight: 700;
  175. width: 82px;
  176. }
  177. .ZH1main2rr2 {
  178. width: calc(100% - 82px);
  179. height: 100%;
  180. overflow: auto;
  181. white-space: nowrap;
  182. &::-webkit-scrollbar {
  183. display: none;
  184. }
  185. .ZH1main2rr2Row {
  186. margin: 0 8px;
  187. cursor: pointer;
  188. width: auto;
  189. height: 36px;
  190. line-height: 34px;
  191. padding: 0 10px;
  192. color: #fffddc;
  193. display: inline-block;
  194. border: 1px solid #fffddc;
  195. border-radius: 20px;
  196. transition: all 0.3s;
  197. &:hover {
  198. background-color: #eacf60;
  199. border-color: transparent;
  200. color: #a55b41;
  201. }
  202. }
  203. .ZH1main2rr2RowAc {
  204. background-color: #eacf60;
  205. border-color: transparent;
  206. color: #a55b41;
  207. }
  208. }
  209. }
  210. }
  211. }
  212. }
  213. .ZHrr {
  214. width: 40%;
  215. }
  216. // -----------------三级信息
  217. .ZH1main1Son {
  218. width: 100%;
  219. max-height: 100%;
  220. overflow: auto;
  221. &::-webkit-scrollbar {
  222. display: none;
  223. }
  224. // 模型 视频
  225. .H2model {
  226. width: 100%;
  227. height: 200px;
  228. .H2modelSon {
  229. iframe {
  230. width: 100%;
  231. height: 100%;
  232. }
  233. }
  234. video {
  235. object-fit: contain !important;
  236. width: 100%;
  237. height: 100%;
  238. }
  239. }
  240. }
  241. // 屏幕>=1200
  242. @media screen and (min-width: 1200px) {
  243. .ZHll {
  244. .h2Titele {
  245. font-size: 30px;
  246. }
  247. .ZH1main {
  248. .ZH1main1 {
  249. // 一级介绍
  250. .ZH1txt {
  251. h3 {
  252. font-size: 12px;
  253. }
  254. p {
  255. font-size: 10px;
  256. line-height: 20px;
  257. }
  258. }
  259. }
  260. // 二级
  261. .ZH1main1 {
  262. .ZH1_2 {
  263. .ZH1_2ll {
  264. .ZH1_2llRow {
  265. font-size: 10px;
  266. }
  267. }
  268. .ZH1_2rr {
  269. p {
  270. font-size: 10px;
  271. line-height: 20px;
  272. }
  273. }
  274. }
  275. }
  276. }
  277. }
  278. .ZH1main2rr1 {
  279. font-size: 12px !important;
  280. width: 66px !important;
  281. }
  282. .ZHll .ZH1main .ZH1main2 .ZH1main2rr .ZH1main2rr2 {
  283. width: calc(100% - 60px);
  284. height: 30px;
  285. .ZH1main2rr2Row {
  286. height: 30px;
  287. line-height: 28px;
  288. font-size: 12px;
  289. }
  290. }
  291. }
  292. }
  293. }