cc-jjsp-web/bns/css/login.css

28 lines
479 B
CSS
Raw Normal View History

2025-09-16 10:44:49 +08:00
body{
width: 99%;
height: 100%;
background-color: #0c0c0c;
2025-09-16 11:20:10 +08:00
background-image: url("../img/login/back-gs.png") ;
2025-09-16 10:44:49 +08:00
}
#wdiv{
width: 400px;
height: 500px;
margin-top: 15.5%;
margin-left: 41.8%;
}
.fdiv{
color: #FFFFFF;
font-size:32px;
2025-09-16 11:20:10 +08:00
text-align: center;
2025-09-16 10:44:49 +08:00
}
.mdiv{
position: relative;
margin-top: 40px;
width: 100%;
height: 360px;
background-image: url("../img/login/denglu.png") ;
background-repeat: no-repeat;
}