Commit e5326e22 by 贾新

fix

parent e3561fc4
......@@ -115,7 +115,8 @@ img {
position: relative;
}
.home .wp2 #tab1 {
background: url('../image/home_wp2_tab001.png') rgba(0, 0, 0, .5) no-repeat center/1180px;
background: rgba(0, 0, 0, .5) url('../image/home_wp2_tab001.png') no-repeat center/1180px;
background-blend-mode: multiply;
width: 100%;
height: 670px;
display: flex;
......@@ -135,6 +136,9 @@ img {
align-items: center;
cursor: pointer;
}
.home .wp2 #tab1 > div:hover >p:nth-child(2) {
text-decoration: underline;
}
.home .wp2 #tab1 > div:nth-child(3n+3) {
margin-right: 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment