index.module.scss 8.4 KB

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