You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

80 lines
1.5 KiB
CSS

1 month ago
a {
text-decoration: none;
background-color: transparent;
outline: none;
cursor: pointer;
transition: color .3s;
}
.flex {
display: flex !important;
}
*, *:before, *:after {
box-sizing: border-box;
}
* {
outline: none;
margin: 0;
}
.menus {
flex-grow: 1;
padding: 0 20px;
align-items: center;
}
.menu {
top: 0px;
width: 100%;
height: 50px;
background: #ffffff;
z-index: 2;
flex-shrink: 0;
}
.Meta2dMenu {
background: #ffffff;
box-shadow: 0 2px 4px #dad7d7;
align-items: center;
color: #000000d9;
font-size: 14px;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
font-variant: tabular-nums;
line-height: 1.5715;
background-color: #fff;
font-feature-settings: "tnum";
}
.logo {
display: flex;
font-size: 18px;
line-height: 40px;
color: #171b27;
cursor: pointer;
align-items: center;
}
.logo img {
margin-left: 8px;
margin-right: 8px;
width: 30px;
height: 30px;
}
.mr30 {
margin-right: 20px !important;
}
.MenuItem {
color: #000000d9;
}
.MenuItem .iconItem .icon {
height: 24px;
line-height: 24px;
position: relative;
text-align: center;
cursor: pointer;
}
.MenuItem:hover{
color:rgb(24, 144, 255);
}
.t-icon {
display: inline-block;
vertical-align: middle;
width: 18px;
height: 24px;
fill: currentColor;
cursor: pointer;
}