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