mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-17 19:37:36 +08:00
14 lines
190 B
CSS
14 lines
190 B
CSS
.layout {
|
|
background-color: #fff;
|
|
position: absolute;
|
|
left: 162px;
|
|
right: 0;
|
|
}
|
|
.layout.el-tabs {
|
|
border: 0;
|
|
border-style: none;
|
|
}
|
|
.loginpage:hover {
|
|
background-color: Beige;
|
|
}
|