system-copyright-react/src/components/menu/menu-with-top-button.css

117 lines
1.8 KiB
CSS
Raw Normal View History

2024-03-12 18:53:51 +08:00
.menu-with-top-button {
2024-04-29 17:22:26 +08:00
/* padding: 15px; */
2024-03-12 18:53:51 +08:00
}
2024-04-29 17:22:26 +08:00
.menu-with-top-button .top {
2024-05-16 18:00:57 +08:00
width: 231px;
2024-04-29 17:22:26 +08:00
height: 56px;
font-size: 18px;
/* color: #FFAF22; */
background: #FFFBEF;
color: #FFAF22;
display: flex;
align-items: center;
border-top: 1px solid #fde9ab;
border-bottom: 1px solid #fde9ab;
2024-03-12 18:53:51 +08:00
}
2024-04-29 17:22:26 +08:00
.menu-with-top-button .top .top-lift {
display: flex;
align-items: center;
font-size: 18px;
2024-03-12 18:53:51 +08:00
}
2024-04-29 17:22:26 +08:00
.menu-with-top-button .top .top-lift img {
width: 19px;
height: 19px;
2024-05-16 18:00:57 +08:00
margin-left: 14px;
margin-right: 13px;
2024-04-29 17:22:26 +08:00
}
.menu-with-top-button .top .top-right {
2024-03-12 18:53:51 +08:00
display: flex;
align-items: center;
2024-04-29 17:22:26 +08:00
font-size: 14px;
cursor: pointer;
width: 53px;
/* background-color: red; */
2024-05-16 18:00:57 +08:00
margin-left: 82px;
2024-04-29 17:22:26 +08:00
}
.menu-with-top-button .top .top-right img {
/* margin-left: 96px; */
margin-right: 10px;
width: 14px;
height: 13px;
}
.menu-with-top-button ul {
padding-top: 12px;
padding-bottom: 12px;
2024-06-03 14:56:19 +08:00
width: 230px;
2024-05-16 18:00:57 +08:00
/* background-color:pink; */
2024-04-29 17:22:26 +08:00
}
.menu-with-top-button ul li {
height: 50px;
2024-05-16 18:00:57 +08:00
margin-left: 35px;
2024-04-29 17:22:26 +08:00
font-weight: 400;
font-size: 16px;
color: #313131;
line-height: 50px;
2024-03-12 18:53:51 +08:00
cursor: pointer;
2024-05-16 18:00:57 +08:00
/* background-color: red; */
text-indent: 32px;
2024-03-12 18:53:51 +08:00
}
2024-04-01 20:39:22 +08:00
.menu-with-top-button ul li.active {
2024-05-16 18:00:57 +08:00
width: 213px;
2024-04-29 17:22:26 +08:00
height: 50px;
background: #FF9F08;
border-radius: 25px;
color: white;
2024-05-16 18:00:57 +08:00
text-indent: 59px;
2024-04-29 17:22:26 +08:00
}
.topIcon{
color: white;
2024-05-16 18:00:57 +08:00
margin-left: 68px;
2024-04-01 20:39:22 +08:00
}
2024-04-29 17:22:26 +08:00
/* .menu-with-top-button .top-button {
width: 268px;
height: 56px;
background: #FFFBEF;
font-size: 18px;
color: #FFAF22;
2024-03-12 18:53:51 +08:00
}
2024-04-29 17:22:26 +08:00
2024-03-12 18:53:51 +08:00
.menu-with-top-button ul li:last-child {
margin-bottom: 0;
}
.menu-with-top-button ul li .menu-icon {
width: 30px;
height: 30px;
}
.menu-with-top-button ul li .menu-name {
padding-left: 5px;
2024-04-29 17:22:26 +08:00
} */