about_list.html 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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><img style="width: 100%;object-fit: cover;"
  48. src="{dreamer-cms:template /}assets/img/fef4d873cd266540e10dbf1e1a843026.jpg" loading="lazy">
  49. </div>
  50. <hr class="ahout-hr" style="color: #a69b9f;">
  51. </div>
  52. </section>
  53. <section>
  54. <div class="container">
  55. <div>
  56. <p style="text-indent: 2em;color: #3c3b3b;">{dreamer-cms:global name="describe" /}</p>
  57. </div>
  58. <hr class="ahout-hr" style="color: #a69b9f;">
  59. </div>
  60. </section>
  61. <section>
  62. <div class="container">
  63. <h3>团建照片</h3>
  64. <div class="pt-3 pt-xl-4">
  65. {dreamer-cms:type typeid="ieu98721"}
  66. <img loading="lazy" src="[field:typeimg/]" width="100%" height="50%" alt="[field:typenamecn/]"
  67. style="object-fit: cover;">
  68. {/dreamer-cms:type}
  69. <div class="row gx-4 row-cols-1 row-cols-lg-3 row-cols-xl-3 row-cols-xxl-3">
  70. {dreamer-cms:list typeid="ieu98721" pagenum="0" flag="p" pagesize="3"}
  71. <div class="col mt-xl-4 mt-md-4 mt-2 " data-aos="fade-down-right" data-aos-duration="1000"
  72. data-aos-once="true">
  73. <div class="team-img" style="width: 100%;height: 100%;position: relative;overflow: hidden;">
  74. <div style="height: inherit;width: inherit;position: absolute;top: 0; z-index: 10;">
  75. </div>
  76. <img class="auto-img" src="[field:litpic/]" loading="lazy" alt="[field:title/]"
  77. style="z-index: 5;" />
  78. </div>
  79. </div>
  80. {/dreamer-cms:list}
  81. </div>
  82. </div>
  83. <hr class="ahout-hr" style="color: #a69b9f;">
  84. </div>
  85. </section>
  86. <section>
  87. <div class="container">
  88. <h3>人员介绍</h3>
  89. <div
  90. class="row gx-0 gy-2 gx-sm-3 gx-md-3 gx-lg-3 gx-xl-3 gx-xxl-3 row-cols-1 row-cols-sm-4 row-cols-xl-6 pt-xl-4 row-cols-lg-6 pt-3 pt-xl-4">
  91. {dreamer-cms:list typeid="16nm8896" pagenum="0" flag="p"}
  92. <div class="col" data-aos="fade-down-right" data-aos-duration="1000" data-aos-once="true">
  93. <img class="auto-img" src="[field:litpic/]" loading="lazy">
  94. </div>
  95. {/dreamer-cms:list}
  96. </div>
  97. <hr class="ahout-hr" style="color: #a69b9f;">
  98. </div>
  99. </section>
  100. </main>
  101. {dreamer-cms:include file='footer.html'/}
  102. <script src="{dreamer-cms:template /}assets/js/jquery.min.js"></script>
  103. <script src="{dreamer-cms:template /}assets/bootstrap/js/bootstrap.min.js"></script>
  104. <script src="{dreamer-cms:template /}assets/js/aos.min.js"></script>
  105. <script src="{dreamer-cms:template /}assets/js/bs-init.js"></script>
  106. </body>
  107. </html>