Merge branch 'feature-creative-center' into uat

This commit is contained in:
wam
2022-12-01 22:04:21 +08:00

View File

@@ -42,13 +42,13 @@
.pc .pageNext::before{
content: "下一页";
padding-right: 10px;
line-height: 52px;
line-height: 50px;
vertical-align: top;
}
.pc .pagePre::after{
content: "上一页";
padding-left: 10px;
line-height: 52px;
line-height: 50px;
vertical-align: top;
}
@@ -174,14 +174,14 @@
.mobile .pageNext::before{
content: "下一页";
padding-right: 10px;
line-height: 42px;
line-height: 43px;
vertical-align: top;
}
.mobile .pagePre::after{
content: "上一页";
padding-left: 10px;
line-height: 42px;
line-height: 43px;
vertical-align: top;
}