This commit is contained in:
123 2025-04-28 16:38:51 +08:00
parent 69686ffd06
commit 185cd5d0af
3 changed files with 5 additions and 2 deletions

View File

@ -114,7 +114,7 @@
jQuery(".itemn").click(function(){ jQuery(".itemn").click(function(){
window.location.href = jQuery(this).attr("url") window.location.href = jQuery(this).attr("url")
}) })
window.addEventListener('load', () => { window.addEventListener('DOMContentLoaded', () => {
const box = document.querySelector('.slide-box'); const box = document.querySelector('.slide-box');
setTimeout(() => box.style.opacity = 1, 50); setTimeout(() => box.style.opacity = 1, 50);
}); });

View File

@ -11,6 +11,8 @@
<script src="{dreamer-cms:template /}css/tailwindcss.css"></script> <script src="{dreamer-cms:template /}css/tailwindcss.css"></script>
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> --> <!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> -->
<link rel="stylesheet" href="{dreamer-cms:template /}css/font-awesome.css"> <link rel="stylesheet" href="{dreamer-cms:template /}css/font-awesome.css">
<!-- 1. 引入 Animate.css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- 禁止百度转码 --> <!-- 禁止百度转码 -->
<meta http-equiv="Cache-Control" content="no-siteapp"> <meta http-equiv="Cache-Control" content="no-siteapp">
@ -31,6 +33,7 @@
<script src="{dreamer-cms:template /}scripts/js.js"></script> <script src="{dreamer-cms:template /}scripts/js.js"></script>
<script src="{dreamer-cms:template /}scripts/layer.js"></script> <script src="{dreamer-cms:template /}scripts/layer.js"></script>
<style> <style>
.hero-section { .hero-section {
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1605152276897-4f618f831968?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80'); background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1605152276897-4f618f831968?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
background-size: cover; background-size: cover;

View File

@ -86,7 +86,7 @@
<tr style="height: 50px;font-size:30px"> <tr style="height: 50px;font-size:30px">
<td><a href="[field:arcurl/]">[field:title/]</a></td> <td><a href="[field:arcurl/]">[field:title/]</a></td>
<td id="thetime">[field:showtime <td id="thetime" style="width: 150px;">[field:showtime
function="format('yyyy-MM-dd')" /]</td> function="format('yyyy-MM-dd')" /]</td>
<!-- <td></td><a href="[field:arcurl/]">[field:showtime <!-- <td></td><a href="[field:arcurl/]">[field:showtime
function="format('yyyy-MM-dd hh:mm:ss')" /]</a></td> --> function="format('yyyy-MM-dd hh:mm:ss')" /]</a></td> -->