|
@@ -1,11 +1,12 @@
|
|
|
<template>
|
|
|
<view class="normal-login-container">
|
|
|
<view class="logo-content">
|
|
|
- <image src="../../static/jnImage/loginPage/logo.png">
|
|
|
- </image>
|
|
|
+ <!-- <image src="../../static/jnImage/loginPage/logo.png">
|
|
|
+ </image> -->
|
|
|
<view class="logoTit">
|
|
|
- <view class="titleZN">晋能新能源蒙东分公司</view>
|
|
|
- <view class="titleEN">HUANENG RENEWALES MENGDONG BRANCH</view>
|
|
|
+ <view class="titleZN">晋能控股电力集团</view>
|
|
|
+ <view class="titleZN">清洁能源有限公司</view>
|
|
|
+ <view class="titleEN">发电场站生产实时运营管理平台</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="login-form-content">
|
|
@@ -90,8 +91,8 @@
|
|
|
}
|
|
|
|
|
|
.normal-login-container {
|
|
|
- // background: url('../static/jnImage/loginPage/loginBack.png');
|
|
|
- // background-replate:
|
|
|
+ background: url('../../static/jnImage/loginPage/loginBac.png');
|
|
|
+ background-size: cover;
|
|
|
width: 100%;
|
|
|
hieght: 100vh;
|
|
|
|
|
@@ -99,21 +100,20 @@
|
|
|
width: 100%;
|
|
|
font-size: 21px;
|
|
|
text-align: center;
|
|
|
- padding-top: 15%;
|
|
|
+ padding-top: 45%;
|
|
|
|
|
|
- image {
|
|
|
- border-radius: 4px;
|
|
|
- margin-top: 40px;
|
|
|
- width: 80px;
|
|
|
- height: 60px;
|
|
|
- }
|
|
|
+ // image {
|
|
|
+ // border-radius: 4px;
|
|
|
+ // margin-top: 40px;
|
|
|
+ // width: 80px;
|
|
|
+ // height: 60px;
|
|
|
+ // }
|
|
|
|
|
|
.logoTit {
|
|
|
color: #fff;
|
|
|
|
|
|
.titleZN {
|
|
|
- margin-top: 15px;
|
|
|
- font-size: 44upx;
|
|
|
+ font-size: 60upx;
|
|
|
font-family: FZZhengHeiS-M-GB;
|
|
|
font-weight: 500;
|
|
|
color: #FFFFFF;
|
|
@@ -122,8 +122,9 @@
|
|
|
|
|
|
.titleEN {
|
|
|
margin-top: 5px;
|
|
|
- font-size: 24upx;
|
|
|
+ font-size: 26upx;
|
|
|
color: #E5E9F2;
|
|
|
+ letter-spacing: 5px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -131,7 +132,7 @@
|
|
|
.login-form-content {
|
|
|
text-align: center;
|
|
|
margin: 20px auto;
|
|
|
- margin-top: 60%;
|
|
|
+ margin-top: 50%;
|
|
|
width: 80%;
|
|
|
|
|
|
.input-item {
|
|
@@ -184,4 +185,4 @@
|
|
|
.login-code-img {
|
|
|
height: 45px;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|