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.
 
 
 

280 lines
8.2 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}">
<!-- guip.css 文件后期引入需要更改为newai下的 -->
{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="./assets_v2/css/clientSet/common.css?v={$smarty.const.CSS_JS_VERSION}3"/>
<link rel="stylesheet" type="text/css" href="./assets_v2/css/clientSet/guip.css"/>
<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*/
.common_back{
width: 1000px;
/* height: 296px; */
height: auto;
display: flex;
flex-direction: column;
align-items: center;
padding: 24px 32px;
gap: 24px;
margin-bottom: 12px;
border-radius: 9px;
background: rgba(255, 255, 255, 0.8);
box-sizing: border-box;
border: 2px solid #FFFFFF;
backdrop-filter: blur(10px);
}
.common_back p{
margin: 0;
}
.sub_title{
font-family: Microsoft YaHei;
font-size: 12px;
font-weight: normal;
line-height: normal;
letter-spacing: 0.08em;
color: #999999;
}
.selfBuid_title{
font-size: 24px;
font-weight: bold;
line-height: normal;
letter-spacing: normal;
color: #121519;
}
.selfBuid_title h3{
margin-bottom: 12px;
}
.info_content{
display: flex;
flex-direction: column;
gap: 16px;
}
.info_content .formItem{
margin-bottom: 0;
height: 38px;
}
.custom-dropdown{
width: 100%;
margin-right: 0;
}
.dropdown-input{
width: 100%;
box-sizing: border-box;
}
.edu_content{
color: #626573 !important;
}
.selfBuid_title p{
font-size: 16px;
font-weight: normal;
line-height: normal;
letter-spacing: normal;
color: #666666;
margin: 12px 0 26px 0;
text-align: center;
}
.info_title{
display: flex;
justify-content: space-between;
align-items: center;
width: auto;
height: 24px;
font-size: 14px;
font-weight: bold;
line-height: normal;
letter-spacing: normal;
color: #333333;
gap: 8px;
}
.sp_before{
width: 6px;
height: 16px;
border-radius: 12px;
background: #3F62F6;
}
.border_com{
width: 458px;
height: 38px;
padding: 10px 12px;
flex-grow: 1;
display: flex;
box-sizing: border-box;
justify-content: space-between;
align-items: center;
font-size: 13px;
font-weight: normal;
line-height: normal;
letter-spacing: 0.08em;
color: #8A9099;
border-radius: 2px;
border: 1px solid #DFE2E6;
}
.school_content{
background: #F6F6F6;
}
.school_name{
font-size: 16px;
letter-spacing: normal;
color: #121519;
}
.border_com::placeholder{
color: #BABDC2;
}
.uploadWrap{
width: 540px;
height: 160px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 13px;
text-align: center;
}
.uploadWrap img{
width: 50px;
height: 50px;
}
.uploadWrap p{
font-size: 13px;
letter-spacing: normal;
color: #2C394B;
line-height: 20px;
}
.uploadWrap p:last-child{
font-family: MiSans;
font-size: 12px;
font-weight: normal;
line-height: 20px;
letter-spacing: normal;
color: rgba(92, 110, 134, 0.6);
}
#selfBulid_btn{
width: 144px;
height: 46px;
display: flex;
justify-content: center;
align-items: center;
padding: 14px 2px;
border-radius: 4px;
background: #3F62F6;
box-sizing: border-box;
font-size: 14px;
text-align: center;
letter-spacing: 0.08em;
color: #FFFFFF;
border: none;
margin-top: 30px;
}
/* 页面元素 end*/
</style>
{/literal}
</head>
<body>
<!--header公共组件-->
<!-- {include file="include/newai/header.html" hideaimenu="1"} -->
<!--header公共组件-->
<div id="container">
<div class="bg"></div>
<div class="selfBuid_title center">
<h3>上传论文,进行排版</h3>
</div>
<div class="common_back">
</div>
<button id="selfBulid_btn">排版</button>
<!--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>
$('.edu_content').on('click', '.radio_box input', function () {
let value = $(this).attr('value');
$('.edu_content .radio_box').removeClass('radio_box_active');
$(this).parent().addClass('radio_box_active');
})
</script>
{/literal}
</html>