You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
264 lines
8.7 KiB
264 lines
8.7 KiB
<!DOCTYPE html>
|
|
<html lang="zh">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>{if $sitename}{$sitename}{else}一键生成万字{if !$is_filter_lunwen}论文{/if}范文{/if}</title>
|
|
<meta name="keywords" content="{$sitekeywords}">
|
|
<meta name="description" content="{$sitedesc}">
|
|
{if $site_ico}
|
|
<link rel="shortcut icon" href="{$site_ico}" type="image/x-icon" />{/if}
|
|
<link rel="stylesheet" type="text/css" href="{$smarty.const.CSS_URL}/assets_v2/css/clientSet/normalize.css?v={$smarty.const.CSS_JS_VERSION}"/>
|
|
<link rel="stylesheet" type="text/css" href="{$smarty.const.CSS_URL}/assets_v2/css/clientSet/common.css?v={$smarty.const.CSS_JS_VERSION}3"/>
|
|
<link rel="stylesheet" type="text/css" href="{$smarty.const.CSS_URL}/assets_v2/css/clientSet/index.css?v={$smarty.const.CSS_JS_VERSION}3"/>
|
|
<script type="text/javascript" src="{$smarty.const.CSS_URL}/assets_v2/js/clientSet/jquery-3.6.0.min.js?v={$smarty.const.CSS_JS_VERSION}"></script>
|
|
<script src="{$smarty.const.CSS_URL}/assets_v2/js/clientSet/css-vars-ponyfill.min.js"></script>
|
|
<script type="text/javascript" src="./assets_v2/js/clientSet/jquery-3.6.0.min.js"></script>
|
|
<script type="text/javascript" src="./assets_v2/js/clientSet/home.js"></script>
|
|
|
|
<!--[if lt IE 9]>
|
|
<script src="{$smarty.const.CSS_URL}/assets_v2/js/newai/html5shiv.js"></script>
|
|
<script src="{$smarty.const.CSS_URL}/assets_v2/js/newai/respond.min.js"></script>
|
|
<![endif]-->
|
|
|
|
{literal}
|
|
<style>
|
|
body{
|
|
background: #F3F5FE;
|
|
}
|
|
.flex{
|
|
display: flex;
|
|
}
|
|
.homePage-wrap{
|
|
display: flex;
|
|
justify-content: center;
|
|
margin:81px 0 54px 0;
|
|
}
|
|
.homePage-wrap img{
|
|
width: 512px;
|
|
height: 97px;
|
|
}
|
|
#container{
|
|
min-width: 1180px;
|
|
overflow-x: auto;
|
|
height: auto;
|
|
overflow: hidden;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
/* 需要迁移 */
|
|
.bg{
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
overflow: hidden;
|
|
display: flex;
|
|
display: -ms-flexbox;
|
|
background: #F3F5FE;
|
|
z-index: -1;
|
|
}
|
|
.column{
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
/* 页面元素 start*/
|
|
.chooseTem_title{
|
|
position: relative;
|
|
text-align: center;
|
|
width: 1180px;
|
|
margin-bottom: 32px;
|
|
}
|
|
.chooseTem_title h3{
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
color: #121519;
|
|
margin: 0;
|
|
}
|
|
.chooseTem_title .goback{
|
|
position: absolute;
|
|
left: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
bottom: 50%;
|
|
transform: translateY(50%);
|
|
gap: 6px;
|
|
color: #666666;
|
|
font-weight: 500;
|
|
cursor: pointer;
|
|
}
|
|
.tem_list{
|
|
gap: 12px;
|
|
}
|
|
.item_templete{
|
|
padding: 16px;
|
|
box-sizing: border-box;
|
|
border-radius: 9px;
|
|
background: #FFFFFF;
|
|
height: 216px;
|
|
width: 286px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.item_templete .item_right{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: inherit;
|
|
}
|
|
.item_templete .item_right .column{
|
|
gap: 14px;
|
|
}
|
|
.tag,.unique{
|
|
height: 23px;
|
|
display: inline-block;
|
|
margin: 14px 0;
|
|
padding: 4px 8px;
|
|
font-size: 12px;
|
|
font-weight: normal;
|
|
line-height: normal;
|
|
letter-spacing: normal;
|
|
border-radius: 4px;
|
|
box-sizing: border-box;
|
|
background: #EFF6FF;
|
|
color: #006AFF;
|
|
}
|
|
.unique{
|
|
color: #00C261;
|
|
background: #F1FFEF;
|
|
}
|
|
.item_templete h5{
|
|
font-family: Microsoft YaHei UI;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
line-height: 24px;
|
|
letter-spacing: normal;
|
|
color: #333333;
|
|
margin: 0;
|
|
}
|
|
.item_templete .time{
|
|
font-size: 12px;
|
|
font-weight: normal;
|
|
line-height: normal;
|
|
letter-spacing: normal;
|
|
color: #999999;
|
|
margin:0;
|
|
}
|
|
.item_templete .time{
|
|
margin-top: 14px;
|
|
color: #666666;
|
|
}
|
|
.item_templete .time span{
|
|
color: #E52B2B
|
|
}
|
|
|
|
.tem_list .useTemBtn,.upload_tem_btn{
|
|
width: 90px;
|
|
height: 30px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 4px;
|
|
background: #EFF2FF;
|
|
box-sizing: border-box;
|
|
font-size: 14px;
|
|
color: #3F62F6;
|
|
border: none;
|
|
}
|
|
.self_bulid_tem h5{
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
line-height: 24px;
|
|
letter-spacing: normal;
|
|
color: #3F62F6;
|
|
}
|
|
|
|
/* 页面元素 end*/
|
|
</style>
|
|
{/literal}
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!--header公共组件-->
|
|
<!-- {include file="include/newai/header.html" hideaimenu="1"} -->
|
|
<!--header公共组件-->
|
|
|
|
<div id="container">
|
|
<div class="bg"></div>
|
|
<div class="chooseTem_title center">
|
|
<h3>清华大学</h3>
|
|
<div class="goback">
|
|
<img src="./assets_v2/images/clientSet/back_icon.svg" alt="">返回
|
|
</div>
|
|
</div>
|
|
<div class="tem_list flex">
|
|
<div class="item_templete">
|
|
<img src="./assets_v2/images/clientSet/templete2.png" alt="">
|
|
<div class="item_right">
|
|
<div class="">
|
|
<h5>清华大学</h5>
|
|
<!-- unique 独特的-->
|
|
<span class="tag">通用</span>
|
|
<p class="time">时间:2024.12.05</p>
|
|
</div>
|
|
<button class="useTemBtn">使用格式</button>
|
|
</div>
|
|
</div>
|
|
<div class="item_templete">
|
|
<img src="./assets_v2/images/clientSet/templete2.png" alt="">
|
|
<div class="item_right">
|
|
<div class="">
|
|
<h5>清华大学</h5>
|
|
<span class="tag unique">马克思主义理论</span>
|
|
<p class="time">时间:2024.12.05</p>
|
|
</div>
|
|
<button class="useTemBtn">使用格式</button>
|
|
</div>
|
|
</div>
|
|
<div class="item_templete">
|
|
<img src="./assets_v2/images/clientSet/templete2.png" alt="">
|
|
<div class="item_right">
|
|
<div class="">
|
|
<h5>清华大学</h5>
|
|
<span class="tag">通用</span>
|
|
<p class="time">时间:2024.12.05</p>
|
|
</div>
|
|
<button class="useTemBtn">使用格式</button>
|
|
</div>
|
|
</div>
|
|
<div class="item_templete self_bulid_tem">
|
|
<img src="./assets_v2/images/clientSet/self_bulid.png" alt="">
|
|
<div class="item_right">
|
|
<div class="">
|
|
<h5>无适用模板?</h5>
|
|
<p class="time">可上传模板要求<br/>本次排版服务 <span>免费!</span></p>
|
|
</div>
|
|
<button class="upload_tem_btn">立即上传</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!--footer公共组件-->
|
|
<!-- {include file="include/newai/footer.html"} -->
|
|
|
|
</div>
|
|
<div id="tab_hide" class="hide">1</div>
|
|
<!-- {include file="include/newai/kefu.html"}
|
|
{$access_stats_code} -->
|
|
</body>
|
|
<script type="text/javascript" src="{$smarty.const.CSS_URL}/assets_v2/js/clientSet/rem.js"></script>
|
|
<script type="text/javascript" src="{$smarty.const.CSS_URL}/assets_v2/js/clientSet/common.js"></script>
|
|
<script type="text/javascript" src="{$smarty.const.CSS_URL}/assets_v2/js/clientSet/chooseTemplete.js?v=10"></script>
|
|
{literal}
|
|
<script>
|
|
|
|
</script>
|
|
{/literal}
|
|
|
|
</html>
|