Commit fa9435be authored by wangqinghua's avatar wangqinghua

样式

parent 5ab677de
This diff is collapsed.
......@@ -26,11 +26,14 @@ $dark:#193250;
background-color: $dark;
color: #f2f2f2;
padding:10px 15px;
height: 50px;
line-height: 30px;
}
.host-item-content{
background-color: rgba(0,0,0,.2);
color: #b7cfea;
padding: 10px;
height: 400px;
nz-row{
nz-col:nth-child(2n +1){
color: #ffffff;
......@@ -44,4 +47,22 @@ $dark:#193250;
}
}
}
.host-item-table{
background-color: rgba(0,0,0,.2);
color: #b7cfea;
padding: 10px;
height: 400px;
nz-col{
padding: 5px 10px;
}
.table-title{
background-color: rgba(0,0,0,.4);
nz-col{
border:1px solid #597cb5;
}
}
.table-content{
border-bottom: 1px solid #597cb5;
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment