showWorkPC.css 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  1. .banner img {
  2. width: 100%;
  3. }
  4. .information-content {
  5. width: 100%;
  6. display: flex;
  7. max-height: 4.5rem;
  8. }
  9. .information-content-left {
  10. max-height: 4.5rem;
  11. width: 50%;
  12. min-height: 4.5rem;
  13. }
  14. .information-content-right {
  15. width: 50%;
  16. padding: 0.4rem 0.2rem 0.2rem;
  17. }
  18. .information-content-right-title {
  19. margin-top: 0.2rem;
  20. display: flex;
  21. flex-direction: column;
  22. }
  23. .information-content-right-title p {
  24. font-size: 0.2rem;
  25. text-align: left;
  26. margin-bottom: 0.35rem;
  27. font-weight: 300;
  28. line-height: 0.35rem;
  29. }
  30. .time-horizontal-content {
  31. padding: 0.4rem 0;
  32. }
  33. .history-bg-img {
  34. height: 3rem;
  35. }
  36. .culture-content {
  37. width: 100%;
  38. display: flex;
  39. justify-content: space-around;
  40. margin-top: 0.5rem;
  41. align-items: center;
  42. }
  43. .culture-content-one {
  44. width: 20%;
  45. display: flex;
  46. align-items: center;
  47. flex-direction: column;
  48. }
  49. .culture-all {
  50. width: 2rem;
  51. height: 2rem;
  52. border-radius: 50%;
  53. overflow: hidden;
  54. display: flex;
  55. justify-content: center;
  56. align-items: center;
  57. position: relative;
  58. }
  59. .culture-all .share {
  60. position: absolute;
  61. top: 0;
  62. width: 100%;
  63. height: 100%;
  64. background: rgba(0, 0, 0, 0.5);
  65. z-index: 1;
  66. display: flex;
  67. justify-content: center;
  68. align-items: center;
  69. color: #ffffff;
  70. font-size: 0.4rem;
  71. }
  72. .culture-all:hover img {
  73. transform: scale(1.2);
  74. transition: all 0.5s;
  75. }
  76. .culture-all img {
  77. width: 100%;
  78. height: 100%;
  79. }
  80. .culture-one {
  81. margin-top: 0.3rem;
  82. /* margin-left: -0.2rem;
  83. width: 120%;
  84. height: auto; */
  85. width: 120%;
  86. background-color: white;
  87. font-size: 0.15rem;
  88. min-height: 1.5rem;
  89. padding: 0.2rem;
  90. display: flex;
  91. align-items: center;
  92. flex-direction: column;
  93. justify-content: center;
  94. }
  95. .culture-xian-left {
  96. height: 1px;
  97. width: 10%;
  98. border: 1px solid black;
  99. position: relative;
  100. background: black;
  101. top:-1rem;
  102. /* display: none; */
  103. }
  104. .culture-xian {
  105. height: 1px;
  106. width: 10%;
  107. border: 1px solid black;
  108. position: relative;
  109. background: black;
  110. top:-1rem;
  111. }
  112. .culture-one .title {
  113. font-size: 0.2rem;
  114. font-weight: 500;
  115. margin-bottom: 0.1rem;
  116. }
  117. /* @media screen and (max-width: 1711px) {
  118. .culture-all {
  119. width: 2rem;
  120. height: 2rem;
  121. border-radius: 50%;
  122. overflow: hidden;
  123. display: flex;
  124. justify-content: center;
  125. align-items: center;
  126. position: relative;
  127. }
  128. .culture-all .share {
  129. position: absolute;
  130. top: 0;
  131. width: 100%;
  132. height: 100%;
  133. background: rgba(0, 0, 0, 0.5);
  134. z-index: 1;
  135. display: flex;
  136. justify-content: center;
  137. align-items: center;
  138. color: #ffffff;
  139. font-size: 0.4rem;
  140. }
  141. .culture-all:hover img {
  142. transform: scale(1.2);
  143. transition: all 0.5s;
  144. }
  145. .culture-all img {
  146. width: 100%;
  147. height: 100%;
  148. }
  149. .culture-one {
  150. margin-top: 0.3rem;
  151. margin-left: -0.2rem;
  152. width: 120%;
  153. height: auto;
  154. background-color: white;
  155. font-size: 0.15rem;
  156. min-height: 1.5rem;
  157. padding: 0.2rem;
  158. display: flex;
  159. align-items: center;
  160. flex-direction: column;
  161. justify-content: center;
  162. }
  163. .culture-xian-left {
  164. height: 1px;
  165. width: 10%;
  166. border: 1px solid black;
  167. position: absolute;
  168. background: black;
  169. left: 28%;
  170. top: 40%;
  171. display: none;
  172. }
  173. .culture-xian {
  174. height: 1px;
  175. width: 10%;
  176. border: 1px solid black;
  177. position: absolute;
  178. background: black;
  179. right: 28%;
  180. top: 40%;
  181. display: none;
  182. }
  183. .culture-one .title {
  184. font-size: 0.2rem;
  185. font-weight: 500;
  186. margin-bottom: 0.1rem;
  187. }
  188. }
  189. @media screen and (min-width: 1712px) {
  190. .culture-all {
  191. width: 2rem;
  192. height: 2rem;
  193. border-radius: 50%;
  194. border: 3px solid white;
  195. overflow: hidden;
  196. display: flex;
  197. justify-content: center;
  198. align-items: center;
  199. position: relative;
  200. }
  201. .culture-all .share {
  202. position: absolute;
  203. top: 0;
  204. width: 100%;
  205. height: 100%;
  206. background: rgba(0, 0, 0, 0.5);
  207. z-index: 1;
  208. display: flex;
  209. justify-content: center;
  210. align-items: center;
  211. color: #ffffff;
  212. font-size: 0.4rem;
  213. }
  214. .culture-all:hover img {
  215. transform: scale(1.2);
  216. transition: all 0.5s;
  217. }
  218. .culture-all img {
  219. width: 100%;
  220. height: 100%;
  221. }
  222. .culture-one {
  223. margin-top: 0.3rem;
  224. margin-left: -0.2rem;
  225. width: 100%;
  226. height: auto;
  227. background-color: white;
  228. font-size: 0.15rem;
  229. min-height: 1.5rem;
  230. padding: 0.2rem;
  231. display: flex;
  232. align-items: center;
  233. flex-direction: column;
  234. justify-content: center;
  235. }
  236. .culture-xian-left {
  237. height: 1px;
  238. width: 10%;
  239. border: 1px solid black;
  240. position: absolute;
  241. background: black;
  242. left: 28%;
  243. top: 40%;
  244. }
  245. .culture-xian {
  246. height: 1px;
  247. width: 10%;
  248. border: 1px solid black;
  249. position: absolute;
  250. background: black;
  251. right: 28%;
  252. top: 40%;
  253. }
  254. .culture-one .title {
  255. font-size: 0.2rem;
  256. font-weight: 500;
  257. margin-bottom: 0.1rem;
  258. }
  259. } */
  260. .section {
  261. color: #fff;
  262. text-align: center;
  263. margin-top: 83px;
  264. }
  265. .section .title .desc {
  266. font-size: 30px;
  267. margin-bottom: 22px;
  268. }
  269. .section .title .info {
  270. font-size: 22px;
  271. margin-bottom: 76px;
  272. }
  273. .section .showlist {
  274. margin-bottom: 90px;
  275. /* margin-top: 0.5rem; */
  276. overflow: hidden;
  277. }
  278. .change-page {
  279. margin-bottom: 14px;
  280. text-align: right;
  281. height: 36px;
  282. }
  283. .change-page .left,
  284. .change-page .right {
  285. width: 42px;
  286. cursor: pointer;
  287. }
  288. .section .showlist .list {
  289. width: 23.75%;
  290. margin-right: 1.6%;
  291. /* height: 470px; */
  292. /* background-color:#b6885d; */
  293. float: left;
  294. position: relative;
  295. }
  296. .section .showlist .list .play {
  297. width: 30%;
  298. position: absolute;
  299. top: 50%;
  300. margin-top: -15%;
  301. left: 50%;
  302. margin-left: -15%;
  303. cursor: pointer;
  304. z-index: 3;
  305. }
  306. .section .showlist .list:hover {
  307. transform: translateY(-10px);
  308. box-shadow: 0 0 15px rgba(255, 255, 255, 0.85);
  309. }
  310. .section .showlist .clear-right {
  311. margin-right: 0;
  312. }
  313. .list .video {
  314. width: 100%;
  315. display: block;
  316. /* height: 390px; */
  317. }
  318. .list .from {
  319. height: 80px;
  320. padding: 20px;
  321. box-sizing: border-box;
  322. font-size: 20px;
  323. color: #000;
  324. background: #fff;
  325. }
  326. .nextPage {
  327. display: none;
  328. }
  329. .beianinfo {
  330. display: inline-block;
  331. margin-left: 65px;
  332. }