直播间需要添加签到功能

This commit is contained in:
cbb
2026-01-13 17:56:19 +08:00
parent 06e026c8b8
commit c139fcf501
16 changed files with 313 additions and 171 deletions

View File

@@ -64,6 +64,16 @@
margin: 16rpx 0;
}
.img-list {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 14rpx;
.item-img {
width: 180rpx;
height: 180rpx;
border-radius: 8rpx;
}
}
.one-img {
.item-img {
width: 410rpx;
height: 250rpx;