修改小程序与app的兼容文件

This commit is contained in:
gaoxs
2020-04-06 17:18:09 +08:00
parent c837a94363
commit 57ae931f2d
31 changed files with 1257 additions and 1101 deletions

View File

@ -1665,9 +1665,10 @@
.index .wrapper .newProducts {}
.index .wrapper.hot .newProducts .newProductsItem {
width: 2.4*100rpx;
width: 2.4*100rpx;
min-width: 2.4*100rpx;
margin-right: 0.2*100rpx;
flex: 0 2.4*100rpx;
}
.index .wrapper .newProducts .newProductsScroll {
@ -1682,10 +1683,12 @@
.index .wrapper .newProducts .newProductsItem {
border: 1rpx solid #eee;
width: 2.4*100rpx;
width: 2.4*100rpx;
min-width: 2.4*100rpx;
border-radius: 0.12*100rpx;
overflow: hidden;
margin-right: .2*100rpx;
margin-right: .2*100rpx;
flex: 0 2.4*100rpx;
}
.index .wrapper .newProducts:nth-last-child(1) {}