Commit e5326e22 by 贾新

fix

parent e3561fc4
...@@ -115,7 +115,8 @@ img { ...@@ -115,7 +115,8 @@ img {
position: relative; position: relative;
} }
.home .wp2 #tab1 { .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%; width: 100%;
height: 670px; height: 670px;
display: flex; display: flex;
...@@ -135,6 +136,9 @@ img { ...@@ -135,6 +136,9 @@ img {
align-items: center; align-items: center;
cursor: pointer; cursor: pointer;
} }
.home .wp2 #tab1 > div:hover >p:nth-child(2) {
text-decoration: underline;
}
.home .wp2 #tab1 > div:nth-child(3n+3) { .home .wp2 #tab1 > div:nth-child(3n+3) {
margin-right: 0; 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