Fix(攻略专题):店铺——攻略专题页第四页和第五页之间有白边(苹果手机)
This commit is contained in:
@@ -26,7 +26,7 @@ each(@colors, {
|
|||||||
.generateFontSize(@i + 4);
|
.generateFontSize(@i + 4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.generateFontSize(20);
|
.generateFontSize(0);
|
||||||
|
|
||||||
.generateMarginAndPadding(@n, @i:0) when (@i<= @n) {
|
.generateMarginAndPadding(@n, @i:0) when (@i<= @n) {
|
||||||
@baseNum: @i * 8rpx;
|
@baseNum: @i * 8rpx;
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
transparent="auto"
|
transparent="auto"
|
||||||
color='#ffffff'
|
color='#ffffff'
|
||||||
/>
|
/>
|
||||||
<view v-if="isLoad">
|
<view v-if="isLoad" class="v12-font-0">
|
||||||
<image
|
<image
|
||||||
:src="templateProperties.page1Image"
|
:src="templateProperties.page1Image"
|
||||||
class="top-img"
|
class="top-img"
|
||||||
@@ -150,6 +150,7 @@ export default {
|
|||||||
}
|
}
|
||||||
.page-wrap {
|
.page-wrap {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
font-size: 0;
|
||||||
.page-2 {
|
.page-2 {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 450rpx;
|
height: 450rpx;
|
||||||
|
|||||||
Reference in New Issue
Block a user