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.
 
 
 

409 lines
14 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;
}
.sp_before{
width: 6px;
height: 16px;
border-radius: 12px;
background: #3F62F6;
}
.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);
}
/* 页面元素 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;
}
.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;
}
#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>
<p>携手共建高校论文模板库,帮助后来的学弟学妹!</p>
</div>
<!-- 无排版时 -->
<div class="selfBuid_title center" style="display: none;">
<h3>本校暂无模板,需要您的帮助</h3>
<p>上传模板要求,可享免费排版服务</p>
</div>
<div class="common_back bace_info">
<div class="info_title">
<div class="sp_before"></div>
1.基本信息
<img src="./assets_v2/images/clientSet/require.svg" alt="">
</div>
<div class="info_content">
<div class="formItem">
<div class="form_label">所属学校:</div>
<div class="form_content">
<div class="custom-dropdown ">
<input type="text" class="dropdown-input" placeholder="选择您的论文专业" selected_val="0" id="myInput"
onclick="showDropdown()" readonly>
<div class="custom-icon"></div>
<div id="myDropdown" class="dropdown-content">
<p value="{$key}">{$item}</p>
<p value="{$key}">{$item}</p>
<p value="{$key}">{$item}</p>
</div>
</div>
<div class="school_content border_com hide">
<span class="school_name">上海交通大学</span>
<span>不可修改</span>
</div>
</div>
<!-- {literal} -->
<script>
// 下拉框选择 、展开 、收起逻辑
function showDropdown() {
var dropdownContent = document.getElementById("myDropdown");
dropdownContent.style.display = "block";
}
window.onclick = function (event) {
if (!event.target.matches('.dropdown-input')) {
var dropdownContent = document.getElementById("myDropdown");
if (dropdownContent.style.display === "block") {
dropdownContent.style.display = "none";
}
}
}
//选值 赋值
$('.dropdown-content').on('click', 'p', function () {
$('.dropdown-content p').removeClass('selected_back')
$(this).addClass('selected_back')
let value = parseInt($(this).attr('value'));
$('.dropdown-input').val($(this).text())
$('.dropdown-input').attr('selected_val', value)
})
</script>
<!-- {/literal} -->
</div>
<div class="formItem">
<div class="form_label">所属学校:</div>
<div class="form_content">
<input class="college_name border_com" placeholder="填写所在的学院名称"/>
</div>
</div>
<div class="formItem educationRight ">
<div class="form_label">&emsp;&emsp;历:</div>
<div class="form_content flex edu_content">
<div class="radio_box">
<input value="{$key}" type="radio" name="edu" id="edu{$key}">
<div></div>
<label>本科</label>
</div>
<div class="radio_box">
<input value="{$key}" type="radio" name="edu" id="edu{$key}">
<div></div>
<label>专科</label>
</div>
<div class="radio_box">
<input value="{$key}" type="radio" name="edu" id="edu{$key}">
<div></div>
<label >硕士</label>
</div>
<div class="radio_box">
<input value="{$key}" type="radio" name="edu" id="edu{$key}">
<div></div>
<label>博士</label>
</div>
<div class="radio_box">
<input value="{$key}" type="radio" name="edu" id="edu{$key}">
<div></div>
<label>继续教育</label>
</div>
</div>
</div>
<div class="formItem">
<div class="form_label">&nbsp;&nbsp;号:</div>
<div class="form_content">
<input class="phone_num border_com" placeholder="留下您的手机号,平台排版完成后与您联系"/>
</div>
</div>
</div>
</div>
<div class="common_back">
<div class="info_title">
<div class="sp_before"></div>
2.论文要求
<img src="./assets_v2/images/clientSet/require.svg" alt="">
</div>
<p class="sub_title">上传学校下发的论文格式文档</p>
<div class="lunwen_demand uploadWrap">
<img src="./assets_v2/images/clientSet/lunwen_upload.png" alt="">
<p>点击此处上传文件</p>
<p>若有多个文件,请打包成压缩包上传</p>
</div>
</div>
<div class="common_back">
<div class="info_title">
<div class="sp_before"></div>
3.论文上传,免费排版
</div>
<p class="sub_title">上传学校下发的论文格式文档</p>
<div class="lunwen_demand uploadWrap">
<img src="./assets_v2/images/clientSet/lunwen_upload.png" alt="">
<p>现在传:排好直接发您。以后传:先做好模板,短信通知您来操作。这都是安全、免费的</p>
</div>
</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>