|
@@ -1,4 +1,4 @@
|
|
|
-
|
|
|
+
|
|
|
@font-face {
|
|
|
font-family: "YouSheBiaoTiHei";
|
|
|
src: url("../css/YouSheBiaoTiHei.ttf");
|
|
@@ -19,25 +19,31 @@ body {
|
|
|
#mainContainer {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
- background-image: url(./img/bg.png);
|
|
|
+ background-image: url(./img/bg_new.png);
|
|
|
background-repeat: no-repeat;
|
|
|
- background-size: 100% 100%;
|
|
|
+ background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
|
|
|
.logoContainer {
|
|
|
- position: absolute;
|
|
|
- right:10%;
|
|
|
- top: 23%;
|
|
|
- height: 8%;
|
|
|
+
|
|
|
+ left:35%; */
|
|
|
+
|
|
|
+ height: 8%; */
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
.logoContainer img{
|
|
|
- vertical-align: middle;
|
|
|
+
|
|
|
border-style: none;
|
|
|
- margin-right: 10px;
|
|
|
+ margin-right: 10px; */
|
|
|
+ width: 26px;
|
|
|
+ height: 43px;
|
|
|
+ vertical-align: middle;
|
|
|
+ margin-right: 12px;
|
|
|
}
|
|
|
.logoContainer p {
|
|
|
- font-family: YouSheBiaoTiHei;
|
|
|
+
|
|
|
font-size: 62px;
|
|
|
font-weight: normal;
|
|
|
font-stretch: normal;
|
|
@@ -47,14 +53,20 @@ body {
|
|
|
white-space: nowrap;
|
|
|
top: 0px;
|
|
|
right: 0px;
|
|
|
- margin:0px;
|
|
|
+ margin:0px; */
|
|
|
+ font-size: 36px;
|
|
|
+ font-family: FZZhengHeiS-EB-GB;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #FEFEFE;
|
|
|
+ line-height: 80px;
|
|
|
+ text-shadow: 0px 2px 4px rgba(1, 50, 101, 0.4);
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
margin-left: calc(50% - 150px);
|
|
|
position: absolute;
|
|
|
- top: 50px;
|
|
|
+ top: 50px;
|
|
|
} */
|
|
|
.loginitem{
|
|
|
position: absolute;
|
|
@@ -85,7 +97,7 @@ body {
|
|
|
|
|
|
top:
|
|
|
} */
|
|
|
-.username,
|
|
|
+
|
|
|
.password {
|
|
|
width: calc(100% - 50px) !important;
|
|
|
position: absolute;
|
|
@@ -102,7 +114,7 @@ body {
|
|
|
background: rgba(22,92,173,0.1);
|
|
|
outline: none !important;
|
|
|
color: white;
|
|
|
-}
|
|
|
+} */
|
|
|
|
|
|
.passwordContainer img,.usernameContainer img{
|
|
|
position: absolute;
|
|
@@ -143,7 +155,7 @@ body {
|
|
|
margin-left: 220px;
|
|
|
margin-top: 8px;
|
|
|
font-size: 20px;
|
|
|
- color: #31d5ff;
|
|
|
+ color: #31d5ff;
|
|
|
}
|
|
|
|
|
|
.error {
|
|
@@ -203,10 +215,10 @@ body {
|
|
|
margin-right: 30px;
|
|
|
}
|
|
|
.shadow {
|
|
|
- width: 36%;
|
|
|
- height: 38%;
|
|
|
+ width: 460px;
|
|
|
+ height: 474px;
|
|
|
position: absolute;
|
|
|
- right: 13%;
|
|
|
+ left: 38%;
|
|
|
background: url(./img/kuang.png);
|
|
|
top: 36%;
|
|
|
}
|
|
@@ -230,3 +242,103 @@ body {
|
|
|
font-size: 18px;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
+.loginDiv{
|
|
|
+ width: 460px;
|
|
|
+ height: 474px;
|
|
|
+ background: #CFF9FF;
|
|
|
+ border-radius: 6px;
|
|
|
+
|
|
|
+ justify-content: center; */
|
|
|
+}
|
|
|
+.loginDiv:nth-child(1){
|
|
|
+ font-size: 24px;
|
|
|
+ font-family: FZZhengHeiS-EB-GB;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #073E92;
|
|
|
+}
|
|
|
+.leftLine{
|
|
|
+ width: 150px;
|
|
|
+ height: 1px;
|
|
|
+ background: linear-gradient(-90deg, #073E92 0%, rgba(7, 62, 146, 0) 100%);
|
|
|
+ opacity: 0.6;
|
|
|
+}
|
|
|
+.rightLine{
|
|
|
+ width: 150px;
|
|
|
+ height: 1px;
|
|
|
+ background: linear-gradient(90deg, #073E92 0%, rgba(7, 62, 146, 0) 100%);
|
|
|
+ opacity: 0.6;
|
|
|
+}
|
|
|
+.loginTitle{
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ padding-top: 65px;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+.loginNamePassword{
|
|
|
+ padding: 40px;
|
|
|
+}
|
|
|
+
|
|
|
+ input {
|
|
|
+ box-shadow: inset 0 0 0 1000px #CFF9FF !important;
|
|
|
+ }
|
|
|
+
|
|
|
+.loginNamePassword .inputbox{
|
|
|
+ position:relative;
|
|
|
+ }
|
|
|
+ .loginNamePassword .inputbox input{
|
|
|
+ width: 85%;
|
|
|
+ padding:10px 0 10px 40px;
|
|
|
+ font-size:16px;
|
|
|
+ color:black;
|
|
|
+ letter-spacing: 1px;
|
|
|
+ margin-bottom: 30px;
|
|
|
+ border:0;
|
|
|
+ border-bottom: 1px solid #47CEDF;
|
|
|
+ outline:none;
|
|
|
+
|
|
|
+ background-color: transparent ;
|
|
|
+ }
|
|
|
+ .loginNamePassword .inputbox label{
|
|
|
+ position:absolute;
|
|
|
+ top:0px;
|
|
|
+ left:0px;
|
|
|
+ padding:10px 0;
|
|
|
+ font-size: 16px;
|
|
|
+ color:#fff;
|
|
|
+ pointer-events:none;
|
|
|
+ transition:.5s;
|
|
|
+ }
|
|
|
+.loginNamePassword .inputbox input:focus ~ label,
|
|
|
+.loginNamePassword .inputbox input:valid ~ label
|
|
|
+ {
|
|
|
+ top:-18px;
|
|
|
+ left:0;
|
|
|
+ color:#03a9f4;
|
|
|
+ font-size:14px;
|
|
|
+ }
|
|
|
+ .loginNamePassword .inputbox input:valid,
|
|
|
+ .loginNamePassword .inputbox input:focus
|
|
|
+ {
|
|
|
+
|
|
|
+ padding:10px;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ appearance: menulist-button;
|
|
|
+ background-image: none !important;
|
|
|
+ background-color: transparent !important;
|
|
|
+ color: #CFF9FF !important;
|
|
|
+ } */
|
|
|
+.loginButton{
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+}
|
|
|
+.login{
|
|
|
+ width: 380px;
|
|
|
+ height: 40px;
|
|
|
+ background: linear-gradient(0deg, #E37821, #F2B04A);
|
|
|
+ border-radius: 4px;
|
|
|
+ border: none;
|
|
|
+ color: white;
|
|
|
+ cursor: pointer;
|
|
|
+}
|