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

27 lines
446 B
CSS
Raw Normal View History

2025-10-09 10:26:27 +08:00
body{
width: 99%;
height: 100%;
background-color: #0c0c0c;
2025-10-09 17:34:25 +08:00
background-image: url("../img/back.png") ;
2025-10-09 10:26:27 +08:00
}
#wdiv{
width: 400px;
height: 500px;
margin-top: 15.5%;
margin-left: 41.8%;
}
.fdiv{
color: #FFFFFF;
font-size:32px;
}
.mdiv{
position: relative;
margin-top: 40px;
width: 100%;
height: 360px;
background-image: url("../img/login/denglu.png") ;
background-repeat: no-repeat;
}