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.
286 lines
8.9 KiB
286 lines
8.9 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: #F2F7FF;
|
|
z-index: -1;
|
|
}
|
|
.bg .index_banner{
|
|
position: absolute;
|
|
left: 0;
|
|
width: 100%;
|
|
height: auto;
|
|
top: 0px;
|
|
z-index:1;
|
|
}
|
|
|
|
.home-search-wrap{
|
|
min-width: 1180px;
|
|
max-width: 1180px;
|
|
min-height: 171px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 24px 32px;
|
|
gap: 24px;
|
|
box-sizing: border-box;
|
|
background: #fff;
|
|
}
|
|
|
|
.formItem{
|
|
gap: 32px;
|
|
align-items: baseline;
|
|
}
|
|
.formItem .form-label{
|
|
font-weight: bold;
|
|
color: #333333;
|
|
min-width: 34px;
|
|
}
|
|
.formItem .form-content{
|
|
display: flex;
|
|
gap:9px 16px;
|
|
flex-wrap: wrap;
|
|
font-size: 14px;
|
|
color: #333333;
|
|
}
|
|
.formItem .form-content .proItem{
|
|
padding: 4px 8px;
|
|
border-radius: 4px;
|
|
cursor: pointer;
|
|
}
|
|
.formItem .form-content .active{
|
|
background: #3F62F6;
|
|
color: #fff;
|
|
}
|
|
.formItem .form-content.search_report {
|
|
width: 500px;
|
|
height: 38px;
|
|
font-size: 14px;
|
|
color: #3D3D3D;
|
|
border-radius: 6px;
|
|
background: #FFFFFF;
|
|
background: rgba(255, 255, 255, 0.4);
|
|
border: 1px solid #DFE2E6;
|
|
padding: 8px 12px;
|
|
display: flex;
|
|
align-items: center;
|
|
transition: all .3s ease;
|
|
box-sizing: border-box;
|
|
}
|
|
#searchReport{
|
|
font-family: Microsoft YaHei UI;
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
line-height: normal;
|
|
letter-spacing: 0.08em;
|
|
color: #3F62F6;
|
|
}
|
|
.formItem .search_report .report_input {
|
|
color: #3D3D3D;
|
|
margin-right: 10px;
|
|
flex: 1;
|
|
border: none;
|
|
}
|
|
|
|
.formItem .search_report .report_input+span {
|
|
color: #CBD5E2;
|
|
}
|
|
|
|
.formItem .search_report .report_input::placeholder {
|
|
color: #8C919D;
|
|
}
|
|
|
|
.formItem .search_report .report_input:focus-visible {
|
|
outline: none;
|
|
}
|
|
.table_list_wrapper{
|
|
margin-top: 24px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 12px 13px;
|
|
justify-content: flex-start;
|
|
}
|
|
.table_list_item{
|
|
align-items: center;
|
|
width: 286px;
|
|
height: 74px;
|
|
display: flex;
|
|
padding: 16px;
|
|
box-sizing: border-box;
|
|
border-radius: 6px;
|
|
background: #FFFFFF;
|
|
gap: 12px;
|
|
cursor: pointer;
|
|
}
|
|
.table_list_item .short_name{
|
|
width: 42px;
|
|
height: 42px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 100px;
|
|
background: #EFF4FF;
|
|
font-family: MiSans;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
line-height: 24px;
|
|
letter-spacing: normal;
|
|
color: #3F62F6;
|
|
}
|
|
.table_list_item .name{
|
|
font-size: 16px;
|
|
font-weight: normal;
|
|
line-height: 24px;
|
|
letter-spacing: normal;
|
|
color: #333333;
|
|
}
|
|
.table_list_item:hover .name{
|
|
cursor: pointer;
|
|
font-weight: bold;
|
|
color: #3F62F6;
|
|
transition: all .3s;
|
|
}
|
|
|
|
</style>
|
|
{/literal}
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!--header公共组件-->
|
|
<!-- {include file="include/newai/header.html" hideaimenu="1"} -->
|
|
<!--header公共组件-->
|
|
|
|
<div id="container">
|
|
<div class="bg">
|
|
<img class="index_banner" src="./assets_v2/images/clientSet/home_back.png"/>
|
|
</div>
|
|
|
|
<!-- 页面版头start -->
|
|
<div class="homePage-wrap">
|
|
<img src="./assets_v2/images/clientSet/home-page-title.png"/>
|
|
</div>
|
|
|
|
<!-- 页面版头end -->
|
|
|
|
<!-- 筛选条件 start -->
|
|
<div class="home-search-wrap">
|
|
<div class="formItem flex">
|
|
<div class="form-label">
|
|
学校
|
|
</div>
|
|
<div class="form-content search_report">
|
|
<input class="report_input" type="text" placeholder="搜索学校名称">
|
|
<span>|</span>
|
|
<span id="searchReport" class="point">搜索</span>
|
|
</div>
|
|
</div>
|
|
<div class="formItem flex">
|
|
<div class="form-label">
|
|
地区
|
|
</div>
|
|
<div class="form-content area_wrap">
|
|
<span class="proItem active">全部</span>
|
|
<span class="proItem">北京市</span>
|
|
<span class="proItem">北京市</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- 筛选条件 end -->
|
|
|
|
<!-- 服务列表开始 -->
|
|
<div class="table_list_wrapper flex">
|
|
<div class="table_list_item flex">
|
|
<div class="short_name flex">清</div>
|
|
<div class="name">清华大学</div>
|
|
</div>
|
|
<div class="table_list_item flex">
|
|
<div class="short_name flex">北</div>
|
|
<div class="name">北京大学</div>
|
|
</div>
|
|
<div class="table_list_item flex">
|
|
<div class="short_name flex">厦</div>
|
|
<div class="name">厦门大学</div>
|
|
</div>
|
|
<div class="table_list_item flex">
|
|
<div class="short_name flex">厦</div>
|
|
<div class="name">厦门大学</div>
|
|
</div>
|
|
|
|
</div>
|
|
<!-- 服务列表结束 -->
|
|
|
|
<!-- {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/home.js?v=10"></script>
|
|
{literal}
|
|
<script>
|
|
|
|
</script>
|
|
{/literal}
|
|
|
|
</html>
|