Commit 62cef0ff authored by zhangderong's avatar zhangderong

调整字号

parent c22a2f77
......@@ -2,8 +2,8 @@
<div id="Sweepcode">
<h2 class="header">应聘登记表</h2>
<div class="sweepcode_content">
<Form :label-width="110" :model="formInline" :rules="ruleInline" ref="formInline">
<FormItem label="邀约人" prop="Inviter" style="margin-top:1rem">
<Form :label-width="120" :model="formInline" :rules="ruleInline" ref="formInline" class="fontsize">
<FormItem label="邀约人" prop="Inviter" style="margin-top:1rem;font-size:15px">
<Input placeholder="请输入" style="width:250px;" v-model="formInline.Inviter" @on-focus='a' size="large"/>
</FormItem>
<FormItem label="邀约手机号" style="" >
......@@ -248,9 +248,9 @@ export default {
<style scoped>
.header{
font-size: 2.5rem;
font-size: 19px;
text-align: center;
margin-top:0rem
margin-top:10px
}
.utbuton{
/* position: fixed;
......@@ -265,6 +265,7 @@ export default {
.sweepcode_content{
margin-top:0.2rem;
font-size: 15px;
border-top: 1px solid rgba(241,241,241,1);
}
......@@ -276,4 +277,7 @@ export default {
.sweepcode_content .ivu-select-placeholder{
background: rgba(241,241,241,1)
}
.fontsize .ivu-form-item-label{
font-size: 15px
}
</style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment