Commit 907a58e0 by 刘泽奇

123

parent b170111b
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -671,7 +671,7 @@ ...@@ -671,7 +671,7 @@
class="demo-ruleForm" label-width="120px"> class="demo-ruleForm" label-width="120px">
<div class="selftmreg_main"> <div class="selftmreg_main">
<div style="clear:both;"></div> <div style="clear:both;"></div>
<div style="width:100%;box-sizing: border-box;margin-bottom: 5px;"> <div style="width:100%;box-sizing: border-box;margin-bottom: 12px;">
<!-- <h4 style="color:#535353"><i class="selftmreg_shuxian"></i>申请人信息</h4> --> <!-- <h4 style="color:#535353"><i class="selftmreg_shuxian"></i>申请人信息</h4> -->
<el-form-item label-width="140px" label="申请人类型" <el-form-item label-width="140px" label="申请人类型"
style="width:493px;float:left;padding-right:50px;" prop="customerType"> style="width:493px;float:left;padding-right:50px;" prop="customerType">
...@@ -798,10 +798,7 @@ ...@@ -798,10 +798,7 @@
@click="toViewImg(editApply.customerType == \'ent\' ? \'/imgs/sbzc/yyzzD1.png\' : \'imgs/sbzc/yyzzD.png\')"> @click="toViewImg(editApply.customerType == \'ent\' ? \'/imgs/sbzc/yyzzD1.png\' : \'imgs/sbzc/yyzzD.png\')">
查看大图</div> 查看大图</div>
</div> </div>
<div class="editTips"> <i class="el-icon-warning"></i>
格式为<span>PDF</span>
<span>JPG</span>,大小不能超过<span>10M</span>
</div>
</el-form-item> </el-form-item>
<el-form-item class="gsb_items" v-if="editApply.customerType==\'person\'" label=""> <el-form-item class="gsb_items" v-if="editApply.customerType==\'person\'" label="">
<div class="title special">上传材料:身份证明</div> <div class="title special">上传材料:身份证明</div>
...@@ -838,10 +835,7 @@ ...@@ -838,10 +835,7 @@
查看大图 查看大图
</div> </div>
</div> </div>
<div class="editTips"> <i class="el-icon-warning"></i>
格式为<span>PDF</span>
<span>JPG</span>,大小不能超过<span>10M</span>
</div>
</el-form-item> </el-form-item>
</div> </div>
......
...@@ -335,11 +335,10 @@ ...@@ -335,11 +335,10 @@
.floatBox-right { .floatBox-right {
position: absolute; position: absolute;
right: -493px; right: -101%;
top: -6px; top: -6px;
width: 453px; width: 90%;
height: 58px; background: rgba(255,255,255,1);
background: rgba(255, 255, 255, 1);
} }
#floatBox-demo { #floatBox-demo {
......
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