system-copyright-react/src/components/menu/menu-tree-with-top-button.css
2024-05-16 18:00:57 +08:00

46 lines
811 B
CSS

.menu-tree-with-top-button {
/* padding: 0 15px; */
}
.menu-tree-with-top-button .btn {
width: 100%;
}
.btn-cennter{
width: 231px;
height: 56px;
font-size: 18px;
background: #FFFBEF;
color: #FFAF22;
display: flex;
align-items: center;
border-top: 1px solid #fde9ab;
border-bottom: 1px solid #fde9ab;
border-left: 0;
border-right: 0;
}
.center-top-lift{
display: flex;
align-items: center;
font-size: 18px;
}
.center-top-lift img{
width: 19px;
height: 15px;
margin-left: 14px;
margin-right: 13px;
}
.center-top-right{
display: flex;
align-items: center;
font-size: 14px;
cursor: pointer;
width: 53px;
margin-left: 82px;
}
.center-top-right img{
margin-right: 10px;
width: 14px;
height: 13px;
}