mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
modify height
This commit is contained in:
@@ -56,15 +56,15 @@ img {
|
||||
}
|
||||
/*--------footer--------*/
|
||||
.toolbar_img {
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
margin: -2.5px auto;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
margin: 7.5px auto;
|
||||
}
|
||||
/*---------login---------*/
|
||||
.login {
|
||||
position: absolute;
|
||||
top: 45px;
|
||||
bottom: 50px;
|
||||
bottom: 30px;
|
||||
right: 0;
|
||||
left: 0;
|
||||
/*opacity: 0.8;*/
|
||||
|
||||
@@ -70,7 +70,7 @@ img{
|
||||
}
|
||||
|
||||
/*--------footer--------*/
|
||||
@toolbar_img_height:50px;
|
||||
@toolbar_img_height:30px;
|
||||
.toolbar_img{
|
||||
height: @toolbar_img_height;
|
||||
width: @toolbar_img_height;
|
||||
|
||||
Reference in New Issue
Block a user