vesh-cli
Version:
码农村nodejs版本VESH框架脚手架搭建器
32 lines (31 loc) • 637 B
CSS
.titleBar {
width:100%;
height:50px;
background-color:rgb(254,101,130);
color:#FFFFF7;
}
.titleBar-left,.titleBar-textButton,.titleBar-rightButton {
width:33%;
float:left;
line-height:50px;
text-align:center;
}
.titleBar .titleBar-rightButton {
text-align:right;
}
.titleBar .titleBar-left {
text-align:left ;
}
.titleBar-left span {
padding-left:20px;
}
.titleBar-textButton {
font-size:24px;
}
.titleBar-textButton .active {
border-bottom:1px solid #FFFFF7;
padding-bottom: 5px;
}
.titleBar-textButton a:not(:first-child) {
margin-left: 20px;
}