Commit 256b62b0 by 贾新

fix

parent 40b663a1
...@@ -4,7 +4,7 @@ body { ...@@ -4,7 +4,7 @@ body {
.contentWrapper { .contentWrapper {
width: 1136px; width: 1136px;
overflow: hidden; overflow: hidden;
margin: 0 auto; margin: 54px auto 0;
} }
.contentWrapper img { .contentWrapper img {
......
...@@ -33,8 +33,8 @@ ul { ...@@ -33,8 +33,8 @@ ul {
float: left; float: left;
border-radius: 8px; border-radius: 8px;
text-align: center; text-align: center;
margin-right: 18px; margin-right: 20px;
margin-bottom: 18px; margin-bottom: 20px;
} }
.template-item-2 .card-item { .template-item-2 .card-item {
...@@ -49,9 +49,7 @@ ul { ...@@ -49,9 +49,7 @@ ul {
margin-left: 14px margin-left: 14px
} }
.card-item:nth-child(6n) {
margin-right: 0
}
.card-item img { .card-item img {
...@@ -226,3 +224,6 @@ tbody { ...@@ -226,3 +224,6 @@ tbody {
top: -20px; top: -20px;
left: -63px; left: -63px;
} }
.template-item-1 .card-item:nth-child(5n) {
margin-right: 0
}
\ No newline at end of file
...@@ -47,9 +47,9 @@ ...@@ -47,9 +47,9 @@
.product{ .product{
background: #f4f4f4; background: #f4f4f4;
width: 100%; width: 100%;
margin: 132px 0 60px; margin-top: 132px;
padding-top: 20px; padding-top: 20px;
padding-bottom: 75px; padding-bottom: 60px;
} }
.product > div{ .product > div{
width: 1180px; width: 1180px;
......
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