Commit ad7b2ca6 by 刘泽奇

123

parent 6cd41835
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -7,7 +7,8 @@
height: 100vh;
width: 100vw;">
<img style="width:100%;height:100%" :src="loginUrl" />
<div class="login-text">
</div>
<div class="login-div" v-show="a">
<div class="login-content" id="baoguo" style="height:auto;">
<div style="margin-top: 30px;
......
.login-title{
.login-title {
position: absolute;
top: 35%;
left: 25%;
width: 30%;
height: 130px;
}
.tong{
.tong {
font-size: 46px;
font-family: PingFangSC-Medium,PingFang SC;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: rgba(255,255,255,1);
color: rgba(255, 255, 255, 1);
}
.shujuzi{
font-size:30px;
font-family:PingFangSC-Regular,PingFang SC;
font-weight:400;
color:rgba(255,255,255,1);
display: block;
margin-left: 0px;
margin-top: 4px;
.shujuzi {
font-size: 30px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: rgba(255, 255, 255, 1);
display: block;
margin-left: 0px;
margin-top: 4px;
}
.logins-title{
height:89px;
line-height:89px;
text-align:center;
font-size:24px;
font-family:PingFangSC-Regular,PingFang SC;
font-weight:400;
color:rgba(51,51,51,1);
.logins-title {
height: 89px;
line-height: 89px;
text-align: center;
font-size: 24px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: rgba(51, 51, 51, 1);
}
.login-content-inputs{
.login-content-inputs {
margin-left: 30px;
width: 315px;
height: 44px;
}
.zhanghao{
.zhanghao {
margin-left: 160px;
margin-top: -10px;
}
.login-text {
position: absolute;
left: 34%;
top: 29%;
}
\ No newline at end of file
......@@ -7,10 +7,8 @@
height: 100vh;
width: 100vw;">
<img style="width:100%;height:100%" :src="loginUrl" />
<!-- <div class="login-title" v-if="companyinfo.company.siteTheme == \'policy\'">
<span class="tong">政企通</span>
<span class="shujuzi">政策大数据服务平台</span>
</div> -->
<div class="login-text">
</div>
<div class="login-div" v-if="a">
<div class="login-content" style="width: 380px;
height: 430px;
......@@ -22,7 +20,7 @@
<!-- 验证码登录 -->
<div v-if="activeIndex==1" class="login-content-inputs">
<el-form ref="form1" :rules="rules1" :model="form1" label-width="0px" key="1">
<el-form-item prop="mobile">
<el-input v-model="form1.mobile" placeholder="请输入11位手机号码"><i slot="prefix"
class="el-input__icon el-icon-mobile-phone"></i></el-input>
......@@ -52,10 +50,10 @@
</div>
</el-form>
</div>
</div>
</div>
</div>
</div>
</div>
......
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