Commit 62cef0ff authored by zhangderong's avatar zhangderong

调整字号

parent c22a2f77
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
<div id="Sweepcode"> <div id="Sweepcode">
<h2 class="header">应聘登记表</h2> <h2 class="header">应聘登记表</h2>
<div class="sweepcode_content"> <div class="sweepcode_content">
<Form :label-width="110" :model="formInline" :rules="ruleInline" ref="formInline"> <Form :label-width="120" :model="formInline" :rules="ruleInline" ref="formInline" class="fontsize">
<FormItem label="邀约人" prop="Inviter" style="margin-top:1rem"> <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"/> <Input placeholder="请输入" style="width:250px;" v-model="formInline.Inviter" @on-focus='a' size="large"/>
</FormItem> </FormItem>
<FormItem label="邀约手机号" style="" > <FormItem label="邀约手机号" style="" >
...@@ -248,9 +248,9 @@ export default { ...@@ -248,9 +248,9 @@ export default {
<style scoped> <style scoped>
.header{ .header{
font-size: 2.5rem; font-size: 19px;
text-align: center; text-align: center;
margin-top:0rem margin-top:10px
} }
.utbuton{ .utbuton{
/* position: fixed; /* position: fixed;
...@@ -265,6 +265,7 @@ export default { ...@@ -265,6 +265,7 @@ export default {
.sweepcode_content{ .sweepcode_content{
margin-top:0.2rem; margin-top:0.2rem;
font-size: 15px;
border-top: 1px solid rgba(241,241,241,1); border-top: 1px solid rgba(241,241,241,1);
} }
...@@ -276,4 +277,7 @@ export default { ...@@ -276,4 +277,7 @@ export default {
.sweepcode_content .ivu-select-placeholder{ .sweepcode_content .ivu-select-placeholder{
background: rgba(241,241,241,1) background: rgba(241,241,241,1)
} }
.fontsize .ivu-form-item-label{
font-size: 15px
}
</style> </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