优化页面

This commit is contained in:
pengxiaolong
2025-06-16 22:09:12 +08:00
parent 0f2a48b450
commit 8ec7365e7c
131 changed files with 1358 additions and 690 deletions

View File

@@ -147,7 +147,7 @@
<uni-popup ref="popup" type="center" border-radius="10px 10px 0 0">
<view class="popup-container">
<view class="popup-title">选择我的主播</view>
<scroll-view scroll-y="true" class="scroll" v-if="AnchorList.length !== 0">
<scroll-view show-scrollbar="false" scroll-y="true" class="scroll" v-if="AnchorList.length !== 0">
<!-- -->
<view class="card" v-for="(item, index) in AnchorList" :key="index">
<view
@@ -541,7 +541,7 @@ export default {
margin: 40rpx;
}
.time {
width: 70%;
width: 90%;
margin-left: 5%;
margin-top: 50rpx;
}
@@ -608,10 +608,10 @@ export default {
margin-top: 50rpx;
}
.Coins {
width: 330rpx;
width: 400rpx;
height: 65rpx;
/* display: flex; */
margin-right: 50rpx;
margin-right: 10rpx;
/* flex-direction: column; */
}
.country {