调整部分样式
This commit is contained in:
@@ -75,6 +75,7 @@ export default {
|
|||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
background: #222;
|
background: #222;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
box-shadow: 2px 0 8px 4px rgba(15, 15, 21, 0.15);
|
||||||
|
|
||||||
& > b {
|
& > b {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
|||||||
@@ -55,27 +55,14 @@ export default {
|
|||||||
|
|
||||||
.headerNav {
|
.headerNav {
|
||||||
height: 60px;
|
height: 60px;
|
||||||
color: #fff;
|
color: #333;
|
||||||
background: linear-gradient(90deg, #299FFF 0%, #0C61FF 100%);
|
//background: linear-gradient(90deg, #299FFF 0%, #0C61FF 100%);
|
||||||
|
background: linear-gradient(180deg, #FCFCFC 0%, #E0E2E4 100%);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
.right {
|
.right {
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-tuichu {
|
|
||||||
font-size: 24px;
|
|
||||||
cursor: pointer;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
opacity: .6;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-toubutouxiang {
|
|
||||||
font-size: 16px;
|
|
||||||
margin-right: 10px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
& > .el-row {
|
& > .el-row {
|
||||||
|
|||||||
Reference in New Issue
Block a user