修改
This commit is contained in:
143
css/index.css
143
css/index.css
@@ -1,135 +1,11 @@
|
||||
|
||||
|
||||
.mian {
|
||||
width: 1920px;
|
||||
height: 696px;
|
||||
background: linear-gradient(180deg, #FAFCFF 0%, #FFFFFF 100%);
|
||||
}
|
||||
|
||||
#top {
|
||||
position: relative;
|
||||
width: 1920px;
|
||||
height: 90px;
|
||||
background: #FFFFFF;
|
||||
/* line-height: 90px; */
|
||||
box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#top .tu {
|
||||
position: absolute;
|
||||
left: 243px;
|
||||
top: 11px;
|
||||
width: 164px;
|
||||
height: 65px;
|
||||
}
|
||||
|
||||
|
||||
.top1 {
|
||||
/* width: 37px; */
|
||||
height: 19px;
|
||||
font-size: 19px;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #0F5FB6;
|
||||
/* margin-left: 825px; */
|
||||
margin-top: 34px;
|
||||
/* display: inline-block; */
|
||||
padding-bottom: 32px;
|
||||
border-bottom: 5px solid blue;
|
||||
|
||||
}
|
||||
|
||||
.top2 {
|
||||
/* width: 74px; */
|
||||
height: 19px;
|
||||
font-size: 19px;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #333333;
|
||||
margin-left: 88px;
|
||||
/* margin-top: 34px; */
|
||||
/* display: inline-block; */
|
||||
}
|
||||
|
||||
.top3 {
|
||||
position: relative;
|
||||
/* width: 76px; */
|
||||
height: 19px;
|
||||
font-size: 19px;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #333333;
|
||||
margin-left: 88px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
/* 你们就不会用flex 全部都是定位 焯 */
|
||||
/* margin-top: 34px; */
|
||||
/* display: inline-block; */
|
||||
}
|
||||
|
||||
.t3-2 {
|
||||
/* position: absolute;
|
||||
width: 14px;
|
||||
height: 8px;
|
||||
left: 81px;
|
||||
top: -33px; */
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.top {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.top .t3-3 {
|
||||
position: absolute;
|
||||
left: 200px;
|
||||
top: 20px;
|
||||
z-index: 100000;
|
||||
}
|
||||
|
||||
|
||||
.t3-3>.t3-3-1>div {
|
||||
font-size: 13px;
|
||||
height: 35px;
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
.top4 {
|
||||
/* width: 96px; */
|
||||
height: 18px;
|
||||
font-size: 19px;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #333333;
|
||||
margin-left: 87px;
|
||||
/* margin-top: 34px; */
|
||||
/* display: inline-block; */
|
||||
}
|
||||
|
||||
.top5 {
|
||||
/* width: 76px; */
|
||||
height: 19px;
|
||||
font-size: 19px;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #333333;
|
||||
margin-left: 69px;
|
||||
/* margin-top: 34px; */
|
||||
/* display: inline-block; */
|
||||
}
|
||||
|
||||
.top6 {
|
||||
/* width: 75px; */
|
||||
height: 19px;
|
||||
font-size: 19px;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #333333;
|
||||
/* margin-top: 34px; */
|
||||
margin-left: 87px;
|
||||
/* display: inline-block; */
|
||||
}
|
||||
|
||||
.bottem {
|
||||
width: 100%;
|
||||
@@ -1424,18 +1300,3 @@ body {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.t3-3 {
|
||||
position: absolute;
|
||||
/* left: 1129px;
|
||||
top: 103px; */
|
||||
background: #FFFFFF;
|
||||
z-index: 20;
|
||||
border-radius: 5px;
|
||||
display: none;
|
||||
left: 0px;
|
||||
top: 51px;
|
||||
}
|
||||
|
||||
.t3-3 .t3-3-1 {
|
||||
margin-left: 8px;
|
||||
}
|
||||
150
css/nav.css
Normal file
150
css/nav.css
Normal file
@@ -0,0 +1,150 @@
|
||||
a,a:link,a:visited,a:hover,a:active{
|
||||
text-decoration: none;
|
||||
color:inherit;
|
||||
}
|
||||
#top {
|
||||
position: relative;
|
||||
width: 1920px;
|
||||
height: 90px;
|
||||
background: #FFFFFF;
|
||||
/* line-height: 90px; */
|
||||
box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#top .tu {
|
||||
position: absolute;
|
||||
left: 243px;
|
||||
top: 11px;
|
||||
width: 164px;
|
||||
height: 65px;
|
||||
}
|
||||
#top > a,#top>span {
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
padding: 32px 0;
|
||||
}
|
||||
|
||||
|
||||
.top1 {
|
||||
/* width: 37px; */
|
||||
/* height: 19px; */
|
||||
font-size: 19px;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #0F5FB6;
|
||||
/* margin-left: 825px; */
|
||||
/* margin-top: 34px; */
|
||||
/* display: inline-block; */
|
||||
|
||||
}
|
||||
|
||||
.top2 {
|
||||
/* width: 74px; */
|
||||
/* height: 19px; */
|
||||
font-size: 19px;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #333333;
|
||||
margin-left: 88px;
|
||||
/* margin-top: 34px; */
|
||||
/* display: inline-block; */
|
||||
}
|
||||
|
||||
.top3 {
|
||||
position: relative;
|
||||
/* width: 76px; */
|
||||
/* height: 19px; */
|
||||
font-size: 19px;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #333333;
|
||||
margin-left: 88px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
/* 你们就不会用flex 全部都是定位 焯 */
|
||||
/* margin-top: 34px; */
|
||||
/* display: inline-block; */
|
||||
}
|
||||
|
||||
.t3-2 {
|
||||
/* position: absolute;
|
||||
width: 14px;
|
||||
height: 8px;
|
||||
left: 81px;
|
||||
top: -33px; */
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.top {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.top .t3-3 {
|
||||
position: absolute;
|
||||
left: 200px;
|
||||
top: 60px;
|
||||
z-index: 100000;
|
||||
}
|
||||
|
||||
|
||||
.t3-3>.t3-3-1>a {
|
||||
font-size: 13px;
|
||||
height: 35px;
|
||||
color: #666666;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.top4 {
|
||||
/* width: 96px; */
|
||||
/* height: 18px; */
|
||||
font-size: 19px;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #333333;
|
||||
margin-left: 87px;
|
||||
/* margin-top: 34px; */
|
||||
/* display: inline-block; */
|
||||
}
|
||||
|
||||
.top5 {
|
||||
/* width: 76px; */
|
||||
/* height: 19px; */
|
||||
font-size: 19px;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #333333;
|
||||
margin-left: 69px;
|
||||
/* margin-top: 34px; */
|
||||
/* display: inline-block; */
|
||||
}
|
||||
|
||||
.top6 {
|
||||
/* width: 75px; */
|
||||
/* height: 19px; */
|
||||
font-size: 19px;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #333333;
|
||||
/* margin-top: 34px; */
|
||||
margin-left: 87px;
|
||||
/* display: inline-block; */
|
||||
}
|
||||
|
||||
.t3-3 {
|
||||
position: absolute;
|
||||
/* left: 1129px;
|
||||
top: 103px; */
|
||||
background: #FFFFFF;
|
||||
z-index: 20;
|
||||
border-radius: 5px;
|
||||
display: none;
|
||||
left: 0px;
|
||||
top: 75px;
|
||||
}
|
||||
|
||||
.t3-3 .t3-3-1 {
|
||||
margin-left: 8px;
|
||||
}
|
||||
Reference in New Issue
Block a user