优化页面

This commit is contained in:
pengxiaolong
2025-06-13 22:13:15 +08:00
parent de99d32c01
commit 0f2a48b450
86 changed files with 4383 additions and 671 deletions

View File

@@ -103,6 +103,10 @@ to {
width: 90%;
margin: 40rpx;
}
.AnchorSelection.data-v-4e606fe0 {
display: flex;
align-items: center;
}
.time.data-v-4e606fe0 {
width: 90%;
margin-left: 5%;
@@ -116,6 +120,18 @@ to {
border-radius: 10rpx;
text-align: center;
}
.AnchorSelectioncss.data-v-4e606fe0 {
width: 30%;
height: 60rpx;
margin: 40rpx;
background-image: linear-gradient(135deg, #4fcacd, #5fdbde);
color: #ffffff;
font-weight: bold;
font-size: 18rpx;
text-align: center;
line-height: 60rpx;
border-radius: 20rpx;
}
.Gender.data-v-4e606fe0 {
width: 310rpx;
display: flex;
@@ -212,3 +228,123 @@ to {
font-weight: bold;
border-radius: 50rpx;
}
.popup-container.data-v-4e606fe0{
width: 600rpx;
height: 800rpx;
background-image: url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/chard1.png);
background-position: center;
border-radius: 10px;
background-repeat: no-repeat;
display: flex;
flex-direction: column;
align-items: center;
}
.popup-title.data-v-4e606fe0{
color: #161616;
font-size: 36.26rpx;
font-weight: bold;
margin-bottom: 30rpx;
margin-top: 30rpx;
}
.scroll.data-v-4e606fe0{
width: 90%;
height: 500rpx;
}
.card.data-v-4e606fe0{
margin-top: 15rpx;
}
.card-content.data-v-4e606fe0 {
/* width: 445rpx; */
width: 100%;
height: 100rpx;
background-color: #ffffff;
/* border: 2px solid #afafaf; */
border-radius: 10rpx;
display: flex;
align-items: center;
font-size: 28rpx;
color: rgb(127, 127, 127);
}
.Avatarimg.data-v-4e606fe0 {
width: 90rpx;
height: 90rpx;
border-radius: 50%;
background-color: #dddddd;
margin-right: 20rpx;
margin-left: 20rpx;
}
.avatar.data-v-4e606fe0 {
width: 100%;
height: 100%;
border-radius: 50%;
}
.NameMoney.data-v-4e606fe0 {
display: flex;
flex-direction: column;
}
.TimeMoney.data-v-4e606fe0 {
width: 300rpx;
display: flex;
font-weight: bold;
font-size: 27rpx;
color: #161616;
}
.NameMoney_Name.data-v-4e606fe0 {
width: 400rpx;
text-align: left;
font-weight: bold;
font-size: 27rpx;
color: #161616;
white-space: nowrap; /* 防止换行 */
overflow: hidden; /* 隐藏溢出内容 */
text-overflow: ellipsis; /* 显示省略号 */
}
.TimeMoney_country.data-v-4e606fe0{
margin-top: 10rpx;
width: 400rpx;
text-align: left;
font-size: 20rpx;
color: #666;
white-space: nowrap; /* 防止换行 */
overflow: hidden; /* 隐藏溢出内容 */
text-overflow: ellipsis; /* 显示省略号 */
}
.popup-btn.data-v-4e606fe0 {
display: flex;
justify-content: space-around;
margin-top: 50rpx;
}
.invite.data-v-4e606fe0 {
width: 225.19rpx;
height: 78.24rpx;
font-size: 28.63rpx;
line-height: 80rpx;
border-top-left-radius: 50rpx;
border-bottom-left-radius: 50rpx;
border-bottom-right-radius: 50rpx;
background-image: linear-gradient(135deg, #4fcacd, #5fdbde);
}
.cancel.data-v-4e606fe0 {
width: 225.19rpx;
height: 78.24rpx;
font-size: 28.63rpx;
line-height: 80rpx;
margin-left: 30rpx;
color: #03aba8;
border-top-left-radius: 50rpx;
border-bottom-left-radius: 50rpx;
border-bottom-right-radius: 50rpx;
border: 1rpx solid #03aba8;
}
.no-data.data-v-4e606fe0{
width: 90%;
height: 500rpx;
display: flex;
justify-content: center;
align-items: center;
}
.no-data-text.data-v-4e606fe0{
color: #999;
font-size: 28rpx;
font-weight: bold;
}