调整追剧页面样式

This commit is contained in:
YeMingfei666 2024-12-18 09:47:45 +08:00
parent ad01ea7faf
commit 50fd6369a9
1 changed files with 4 additions and 1 deletions

View File

@ -338,7 +338,10 @@
width: calc((700rpx - 40rpx) / 3); width: calc((700rpx - 40rpx) / 3);
height: 100%; height: 100%;
margin-bottom: 30rpx; margin-bottom: 30rpx;
margin-right: calc(40rpx / 3); margin-right: calc(40rpx / 2);
}
.zuijin-box-item:nth-of-type(3n){
margin-right: 0;
} }
.zuijin-box-item-img { .zuijin-box-item-img {