修复ios选集换行问题

This commit is contained in:
2025-01-17 18:28:29 +08:00
parent 9651c9cb6f
commit 3b776a3beb
2 changed files with 17 additions and 59 deletions

View File

@@ -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 {
width: 40rpx;