huaxia/css/centerHead.css

93 lines
1.2 KiB
CSS

* {
padding: 0px;
margin: 0px;
}
/* header */
a {
text-decoration: none;
}
ul {
list-style: none;
}
.ty_herader {
box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
padding-bottom: 7px;
position: relative;
z-index: 2;
}
.ty_herader>img {
width: 100%;
}
.ty_herader>nav>img {
margin-right: 210px;
width:487px;
}
.ty_herader>nav {
padding-top: 31px;
justify-content: space-between;
align-items: flex-end;
}
.ty_herader .dis>a{
display: inline-block;
height: 80%;
width: 38%;
}
.ty_herader .dis>a img{
height: 100%;
width: 100%;
}
.ty_listnav {
display: flex;
color: rgb(135, 135, 135);
justify-content:flex-end;
padding-bottom: 37px;
}
.ty_listnav>li {
display: flex;
font-size: 12px;
padding-left: 8px;
align-items: center;
}
.ty_listnav a {
color: rgb(135, 135, 135);
font-size: 14px;
}
.ty_di {
width: 4px;
background-color: rgb(135, 135, 135);
height: 4px;
display: block;
border-radius: 50%;
margin: 0 10px;
}
.ty_topicon {
width: 15px;
margin-right: 6px;
height: 15px;
}
.ty_gr {
color: rgb(201, 57, 57) !important;
}
/* 自适应 */