提交
This commit is contained in:
parent
69686ffd06
commit
185cd5d0af
@ -114,7 +114,7 @@
|
||||
jQuery(".itemn").click(function(){
|
||||
window.location.href = jQuery(this).attr("url")
|
||||
})
|
||||
window.addEventListener('load', () => {
|
||||
window.addEventListener('DOMContentLoaded', () => {
|
||||
const box = document.querySelector('.slide-box');
|
||||
setTimeout(() => box.style.opacity = 1, 50);
|
||||
});
|
||||
|
@ -11,6 +11,8 @@
|
||||
<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="{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="Cache-Control" content="no-siteapp">
|
||||
@ -31,6 +33,7 @@
|
||||
<script src="{dreamer-cms:template /}scripts/js.js"></script>
|
||||
<script src="{dreamer-cms:template /}scripts/layer.js"></script>
|
||||
<style>
|
||||
|
||||
.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-size: cover;
|
||||
|
@ -86,7 +86,7 @@
|
||||
<tr style="height: 50px;font-size:30px">
|
||||
|
||||
<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>
|
||||
<!-- <td></td><a href="[field:arcurl/]">[field:showtime
|
||||
function="format('yyyy-MM-dd hh:mm:ss')" /]</a></td> -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user