|
@@ -261,6 +261,7 @@
|
|
|
display: -webkit-flex;
|
|
|
justify-content: space-between;
|
|
|
margin-bottom: 70px;
|
|
|
+ border: 1px solid #e0e0e0;
|
|
|
}
|
|
|
.newRelease li{
|
|
|
width: 25%;
|
|
@@ -268,12 +269,12 @@
|
|
|
position: relative;
|
|
|
z-index: 20;
|
|
|
}
|
|
|
-.newRelease li:first-child .txt{
|
|
|
+/* .newRelease li:first-child .txt{
|
|
|
border-left: 1px solid #e0e0e0;
|
|
|
}
|
|
|
.newRelease li:last-child .txt{
|
|
|
border-right: 1px solid #e0e0e0;
|
|
|
-}
|
|
|
+} */
|
|
|
.newRelease li:nth-child(2n) .newReleaseImgs{
|
|
|
width: 100%;
|
|
|
height: 162px;
|
|
@@ -301,7 +302,7 @@
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
z-index: 26;
|
|
|
- border-bottom: 1px solid #e0e0e0;
|
|
|
+ /* border-bottom: 1px solid #e0e0e0; */
|
|
|
}
|
|
|
.newRelease li:nth-child(2n) .txt{
|
|
|
width: 100%;
|
|
@@ -310,7 +311,7 @@
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
z-index: 26;
|
|
|
- border-top: 1px solid #e0e0e0;
|
|
|
+ /* border-top: 1px solid #e0e0e0; */
|
|
|
}
|
|
|
.newRelease li:nth-child(2n+1) .txt .triangle_border_up{
|
|
|
position: absolute;
|