about_list.html 6.9 KB

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