81 lines
1.0 KiB
CSS
81 lines
1.0 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 {
|
|
width: 489px;
|
|
height: 124px;
|
|
}
|
|
|
|
.ty_ds {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.ty_herader>nav {
|
|
margin-top: 31px;
|
|
}
|
|
|
|
.ty_w {
|
|
width: 1280px;
|
|
margin: auto;
|
|
}
|
|
|
|
.ty_listnav {
|
|
display: flex;
|
|
margin-top: 66px;
|
|
color: rgb(135, 135, 135);
|
|
align-self: flex-start;
|
|
}
|
|
|
|
.ty_listnav>li {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.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;
|
|
}
|