修复ios选集换行问题
This commit is contained in:
@@ -524,47 +524,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
.ji-list {
|
|
||||||
.ji-item {
|
|
||||||
width: 210rpx;
|
|
||||||
margin-bottom: 20rpx;
|
|
||||||
margin-right: 30rpx;
|
|
||||||
height: 88rpx;
|
|
||||||
font-size: 28rpx;
|
|
||||||
color: #333;
|
|
||||||
border-radius: 12rpx;
|
|
||||||
background-color: #F5F7FF;
|
|
||||||
position: relative;
|
|
||||||
|
|
||||||
&.active {
|
|
||||||
background-color: $my-main-color;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.lock {
|
|
||||||
position: absolute;
|
|
||||||
border-radius: 0px 6px 0px 6px;
|
|
||||||
background-color: #ccc;
|
|
||||||
padding: 2rpx 4rpx;
|
|
||||||
top: 0;
|
|
||||||
right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.playing {
|
|
||||||
position: absolute;
|
|
||||||
width: 32rpx;
|
|
||||||
height: 24rpx;
|
|
||||||
bottom: 5px;
|
|
||||||
right: 7px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/* #ifdef H5 */
|
|
||||||
.ji-item:nth-of-type(3n) {
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* #endif */
|
|
||||||
|
|
||||||
.hot {
|
.hot {
|
||||||
width: 40rpx;
|
width: 40rpx;
|
||||||
|
|||||||
@@ -48,7 +48,6 @@
|
|||||||
</view>
|
</view>
|
||||||
<up-icon name="close" :size="16" color="#333" bold @click="popupClose('show')"></up-icon>
|
<up-icon name="close" :size="16" color="#333" bold @click="popupClose('show')"></up-icon>
|
||||||
</view>
|
</view>
|
||||||
<view :style="{height:xuanjiData.height+'px',overflow:'hidden'}">
|
|
||||||
<scroll-view scroll-y="true" class="u-m-t-30 xuanji-scroll" :style="{height:xuanjiData.height+'px'}"
|
<scroll-view scroll-y="true" class="u-m-t-30 xuanji-scroll" :style="{height:xuanjiData.height+'px'}"
|
||||||
:scroll-top="xuanjiData.scrollTop" :show-scrollbar="false">
|
:scroll-top="xuanjiData.scrollTop" :show-scrollbar="false">
|
||||||
<view class="ji-list u-flex u-flex-row u-flex-wrap">
|
<view class="ji-list u-flex u-flex-row u-flex-wrap">
|
||||||
@@ -66,7 +65,6 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
</view>
|
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</up-overlay>
|
</up-overlay>
|
||||||
@@ -1041,7 +1039,7 @@
|
|||||||
|
|
||||||
.ji-list {
|
.ji-list {
|
||||||
.ji-item {
|
.ji-item {
|
||||||
width: 210rpx;
|
width: 208rpx;
|
||||||
margin-bottom: 20rpx;
|
margin-bottom: 20rpx;
|
||||||
margin-right: 30rpx;
|
margin-right: 30rpx;
|
||||||
height: 88rpx;
|
height: 88rpx;
|
||||||
@@ -1084,6 +1082,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.ji-item:nth-of-type(3n) {
|
.ji-item:nth-of-type(3n) {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user