小程序首页导航样式优化,商品详情+文章宽度自动滚动
parent
36bec0cfea
commit
476be344f8
|
|
@ -21,7 +21,7 @@
|
|||
<p class="am-article-meta am-margin-top-xs">{{$data.upd_time_time}}</p>
|
||||
</div>
|
||||
<hr data-am-widget="divider" class="am-divider am-divider-default" />
|
||||
<div class="am-article-bd am-margin-top-lg">
|
||||
<div class="am-article-bd am-margin-top-lg am-scrollable-horizontal">
|
||||
{{$data.value|raw}}
|
||||
</div>
|
||||
</article>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
</p>
|
||||
<hr class="am-article-divider" />
|
||||
</div>
|
||||
<div class="am-article">{{$article.content|raw}}</div>
|
||||
<div class="am-article am-scrollable-horizontal">{{$article.content|raw}}</div>
|
||||
</div>
|
||||
|
||||
<!-- 左侧内容 -->
|
||||
|
|
|
|||
|
|
@ -522,7 +522,7 @@
|
|||
{{/foreach}}
|
||||
</div>
|
||||
{{/if}}
|
||||
<div class="content-web">{{$goods.content_web|raw}}</div>
|
||||
<div class="content-web am-scrollable-horizontal">{{$goods.content_web|raw}}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
text-align: center;
|
||||
width: 70rpx;
|
||||
height: 70rpx;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.data-list .items image {
|
||||
width: 60rpx !important;
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
text-align: center;
|
||||
width: 70rpx;
|
||||
height: 70rpx;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.data-list .items image {
|
||||
width: 60rpx !important;
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
text-align: center;
|
||||
width: 70rpx;
|
||||
height: 70rpx;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.data-list .items image {
|
||||
width: 60rpx !important;
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
text-align: center;
|
||||
width: 70rpx;
|
||||
height: 70rpx;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.data-list .items image {
|
||||
width: 60rpx !important;
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
text-align: center;
|
||||
width: 70rpx;
|
||||
height: 70rpx;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.data-list .items image {
|
||||
width: 60rpx !important;
|
||||
|
|
|
|||
Loading…
Reference in New Issue