|
@ -116,7 +116,7 @@ |
|
|
</li> --> |
|
|
</li> --> |
|
|
<li type="97" check_flag='aiqikan'> |
|
|
<li type="97" check_flag='aiqikan'> |
|
|
<img src="{$priv_style}/img/zhichenglunwen.png" alt="" class="li_icon"> |
|
|
<img src="{$priv_style}/img/zhichenglunwen.png" alt="" class="li_icon"> |
|
|
<span>期刊范文</span> |
|
|
<span>职称论文</span> |
|
|
<img src="{$priv_style}/img/select_icon.svg" alt="" class="select_icon"> |
|
|
<img src="{$priv_style}/img/select_icon.svg" alt="" class="select_icon"> |
|
|
</li> |
|
|
</li> |
|
|
<li type="62" check_flag="aiktbg"> |
|
|
<li type="62" check_flag="aiktbg"> |
|
@ -158,8 +158,8 @@ |
|
|
<form action="" class="my_form"> |
|
|
<form action="" class="my_form"> |
|
|
<div class="formOne opt-block"> |
|
|
<div class="formOne opt-block"> |
|
|
<input id="htmlconfig" type="hidden" content_min_limit="0" |
|
|
<input id="htmlconfig" type="hidden" content_min_limit="0" |
|
|
support_table_formula_types="61,84,93,94" support_titleMore="85,81,94" |
|
|
support_table_formula_types="61,84,93,94" support_titleMore="85,81,94" support_core="81,85,62,63,97" |
|
|
support_edu="63,96,82,94" support_pro="82,94" support_pro="94,63"> |
|
|
support_edu="63,62,81,96,82,94" support_pro="62,63,81,82,94" support_pro="94,63"> |
|
|
<input value="3000,5000,8000,10000,15000,20000" type="hidden" id="word_list_str94"> |
|
|
<input value="3000,5000,8000,10000,15000,20000" type="hidden" id="word_list_str94"> |
|
|
<input type="hidden" id="cur_title" value=""> |
|
|
<input type="hidden" id="cur_title" value=""> |
|
|
<input type="hidden" id="cur_title_type" value="0"> |
|
|
<input type="hidden" id="cur_title_type" value="0"> |
|
@ -252,7 +252,7 @@ |
|
|
<div class="formItem formItem_pro"> |
|
|
<div class="formItem formItem_pro"> |
|
|
<div class="formLeft"> |
|
|
<div class="formLeft"> |
|
|
选择学历 |
|
|
选择学历 |
|
|
<img class="requiredIcon" src="{$priv_style}/img/required_icon.svg" alt=""> |
|
|
<!-- <img class="requiredIcon" src="{$priv_style}/img/required_icon.svg" alt=""> --> |
|
|
</div> |
|
|
</div> |
|
|
<div class="formRight educationRight" id="educationRight"> |
|
|
<div class="formRight educationRight" id="educationRight"> |
|
|
<div class="education"> |
|
|
<div class="education"> |
|
@ -334,13 +334,13 @@ |
|
|
<p>将在所生成范文的随机位置插入所选项</p> |
|
|
<p>将在所生成范文的随机位置插入所选项</p> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="formItem coreContent " style="display: none;"> |
|
|
<div class="formItem coreContent disNone" > |
|
|
<div class="formLeft">核心内容</div> |
|
|
<div class="formLeft">核心内容</div> |
|
|
<div class="formRight textAreaRight"> |
|
|
<div class="formRight textAreaRight"> |
|
|
<textarea name="coreContent" class="coreWordCount" id="coreTextarea" maxlength="200" |
|
|
<textarea name="coreContent" class="coreWordCount" id="coreTextarea" maxlength="200" |
|
|
placeholder="请写出需要在论文中包含的要点。"></textarea> |
|
|
placeholder="请写出需要在论文中包含的要点。"></textarea> |
|
|
<div id="charCount" class="char-count">0/200</div> |
|
|
<div id="charCount" class="char-count">0/200</div> |
|
|
<!-- {literal} --> |
|
|
{literal} |
|
|
<script> |
|
|
<script> |
|
|
const maxLength = 200; // 设置最大字数限制 |
|
|
const maxLength = 200; // 设置最大字数限制 |
|
|
$('#coreTextarea').on('input', function () { |
|
|
$('#coreTextarea').on('input', function () { |
|
@ -351,7 +351,7 @@ |
|
|
} |
|
|
} |
|
|
}); |
|
|
}); |
|
|
</script> |
|
|
</script> |
|
|
<!-- {/literal} --> |
|
|
{/literal} |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="form_pptItem " style="display: none;"> |
|
|
<div class="form_pptItem " style="display: none;"> |
|
@ -464,7 +464,7 @@ |
|
|
$('#edu2').prop('checked', true); |
|
|
$('#edu2').prop('checked', true); |
|
|
$('#table_and_formulas3').prop('checked', true); |
|
|
$('#table_and_formulas3').prop('checked', true); |
|
|
$('#table_and_formulas4').prop('checked', true); |
|
|
$('#table_and_formulas4').prop('checked', true); |
|
|
$('.coreContent').hide() |
|
|
// $('.coreContent').hide() |
|
|
$('.btn_result_now').hide() |
|
|
$('.btn_result_now').hide() |
|
|
}); |
|
|
}); |
|
|
}); |
|
|
}); |
|
|