Commit 256b62b0 by 贾新

fix

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