Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
64 righe
1.0 KiB
64 righe
1.0 KiB
.home-container{
|
|
height: 100%;
|
|
margin: 50px 5% 0 5%;
|
|
}
|
|
.home-container hr{
|
|
margin: 0;
|
|
}
|
|
|
|
.home-hearder {
|
|
margin: 10px 0;
|
|
display: flex;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
.home-hearder .m-select{
|
|
width: 150px;
|
|
display: inline-block;
|
|
height: 32px;
|
|
border-radius: 3px;
|
|
padding: 4px 14px;
|
|
}
|
|
.home-hearder .layui-btn-group .active a{
|
|
color: #fff;
|
|
}
|
|
.home-hearder .layui-btn-group a{
|
|
color: #333;
|
|
text-decoration: none;
|
|
}
|
|
.nelson-btn{
|
|
color: #ec6149 !important;
|
|
border-radius: 15px;
|
|
border: 1px solid #bbb !important;
|
|
}
|
|
|
|
.nelson-btn:hover{
|
|
background: #fff !important;
|
|
color: #ec6149 !important;
|
|
border-radius: 15px;
|
|
border: 1px solid #ec6149 !important;
|
|
}
|
|
|
|
.home-content{
|
|
display: flex;
|
|
min-height: 50px;
|
|
line-height: 50px;
|
|
}
|
|
|
|
.home-content-title{
|
|
display: inline-block;
|
|
font-size: 16px;
|
|
/*width: 65%;*/
|
|
flex: 1;
|
|
}
|
|
|
|
.home-content-desc{
|
|
display: flex
|
|
}
|
|
|
|
.home-content-desc span{
|
|
display: inline-block;
|
|
text-align: center
|
|
}
|
|
|
|
|
|
|