about_list.html 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. <!DOCTYPE html>
  2. <html data-bs-theme="light" lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
  6. <title>test1</title>
  7. <link rel="stylesheet" href="{dreamer-cms:template /}assets/bootstrap/css/bootstrap.min.css">
  8. <link rel="stylesheet" href="{dreamer-cms:template /}assets/css/Roboto.css">
  9. <link rel="stylesheet" href="{dreamer-cms:template /}assets/css/Roboto%20Slab.css">
  10. <link rel="stylesheet" href="{dreamer-cms:template /}assets/css/bs-theme-overrides.css">
  11. <link rel="stylesheet" href="{dreamer-cms:template /}assets/css/aos.min.css">
  12. <link rel="stylesheet" href="{dreamer-cms:template /}assets/css/Hero-Carousel-images.css">
  13. <link rel="stylesheet" href="{dreamer-cms:template /}assets/css/Navbar-Right-Links-icons.css">
  14. <link rel="stylesheet" href="{dreamer-cms:template /}assets/css/smjy-header.css">
  15. <link rel="stylesheet" href="{dreamer-cms:template /}assets/css/sticky-dark-top-nav-with-dropdown.css">
  16. <link rel="stylesheet" href="{dreamer-cms:template /}assets/css/styles.css">
  17. <style>
  18. .auto-img {
  19. height: 100% !important;
  20. object-fit: cover;
  21. }
  22. .team-img img {
  23. transform: scale(1);
  24. transition: all ease 0.5s;
  25. }
  26. @media (any-hover) {
  27. .team-img div {
  28. background-color: #4a575755;
  29. transition: all ease 0.5s;
  30. }
  31. .team-img:hover div {
  32. background-color: #ffffff00;
  33. transition: all ease 0.5s;
  34. }
  35. }
  36. .team-img:hover img {
  37. transform: scale(1.1);
  38. transition: all ease 0.5s;
  39. }
  40. </style>
  41. </head>
  42. <body>
  43. {dreamer-cms:include file='header.html'/}
  44. <main>
  45. <section>
  46. <div class="container">
  47. <div>
  48. {dreamer-cms:type typeid="04zc8871"}
  49. <img style="width: 100%;object-fit: cover;" src="[field:typeimg/]" loading="lazy">
  50. {/dreamer-cms:type}
  51. </div>
  52. <hr class="ahout-hr" style="color: #a69b9f;">
  53. </div>
  54. </section>
  55. <section>
  56. <div class="container">
  57. <div>
  58. {dreamer-cms:type typeid="04zc8871"}
  59. <div style="text-indent: 2em;color: #6b6767;">
  60. [field:htmlcontent/]
  61. </div>
  62. {/dreamer-cms:type}
  63. </div>
  64. <hr class="ahout-hr" style="color: #a69b9f;">
  65. </div>
  66. </section>
  67. <section>
  68. <div class="container">
  69. <h3>团建照片</h3>
  70. <div class="pt-3 pt-xl-4">
  71. {dreamer-cms:type typeid="ieu98721"}
  72. <img loading="lazy" src="[field:typeimg/]" width="100%" height="50%" alt="[field:typenamecn/]"
  73. style="object-fit: cover;">
  74. {/dreamer-cms:type}
  75. <div class="row gx-4 row-cols-1 row-cols-lg-3 row-cols-xl-3 row-cols-xxl-3 team">
  76. {dreamer-cms:list typeid="ieu98721" pagenum="0" flag="p" pagesize="3"}
  77. <div class="col mt-xl-4 mt-md-4 mt-2 fade-box" data-aos="zoom-in-right"
  78. data-aos-duration="1000" data-aos-once="true">
  79. <div class="team-img" style="width: 100%;height: 100%;position: relative;overflow: hidden;">
  80. <div style="height: inherit;width: inherit;position: absolute;top: 0; z-index: 10;">
  81. </div>
  82. <img class="auto-img" src="[field:litpic/]" loading="lazy" alt="[field:title/]"
  83. style="z-index: 5;" />
  84. </div>
  85. </div>
  86. {/dreamer-cms:list}
  87. </div>
  88. </div>
  89. <hr class="ahout-hr" style="color: #a69b9f;">
  90. </div>
  91. </section>
  92. <section>
  93. <div class="container">
  94. <h3>人员介绍</h3>
  95. <div
  96. class="person row gx-0 gy-2 gx-sm-3 gx-md-3 gx-lg-3 gx-xl-3 gx-xxl-3
  97. row-cols-1
  98. row-cols-sm-4
  99. row-cols-xl-6
  100. pt-xl-4
  101. row-cols-lg-6
  102. pt-3
  103. pt-xl-4">
  104. {dreamer-cms:list typeid="16nm8896" pagenum="0" flag="p"}
  105. <div class="col fade-box" data-aos="zoom-in-right" data-aos-duration="1000" data-aos-once="true">
  106. <img class="auto-img" src="[field:litpic/]" loading="lazy">
  107. </div>
  108. {/dreamer-cms:list}
  109. </div>
  110. <hr class="ahout-hr" style="color: #a69b9f;">
  111. </div>
  112. </section>
  113. </main>
  114. {dreamer-cms:include file='footer.html'/}
  115. <script src="{dreamer-cms:template /}assets/js/jquery.min.js"></script>
  116. <script src="{dreamer-cms:template /}assets/bootstrap/js/bootstrap.min.js"></script>
  117. <script src="{dreamer-cms:template /}assets/js/aos.min.js"></script>
  118. <script src="{dreamer-cms:template /}assets/js/bs-init.js"></script>
  119. <script>
  120. $(function () {
  121. var Owidth = document.querySelector("html").offsetWidth;
  122. var ow;
  123. if (Owidth <= 768) {
  124. ow = "s"
  125. } else {
  126. if (Owidth > 768 && Owidth <= 992) {
  127. ow = "m"
  128. } else {
  129. if (Owidth > 992 && Owidth <= 1200) {
  130. ow = "l"
  131. } else {
  132. if (Owidth > 1200) {
  133. ow = "xl"
  134. }
  135. }
  136. }
  137. }
  138. var fade = $(".team .fade-box")
  139. let flag = 0
  140. fade.each((index, element) => {
  141. $(element).attr("data-aos-delay", flag)
  142. flag += 200
  143. if(ow == "l" && (index+1)%3==0 || ow=="s") {
  144. flag = 0
  145. }
  146. });
  147. let dflag = 0
  148. var dfade = $(".person .fade-box")
  149. dfade.each((index, element) => {
  150. $(element).attr("data-aos-delay", dflag)
  151. dflag += 200
  152. if(ow=="s" || ow == "m" && (index+1)%4==0 || ow == "l" && (index+1)%6==0){
  153. dflag = 0
  154. }
  155. });
  156. })
  157. </script>
  158. </body>
  159. </html>