优化返回页面

This commit is contained in:
pengxiaolong
2025-05-22 22:05:55 +08:00
parent 6ca66f45d4
commit c55be10783
59 changed files with 3428 additions and 44 deletions

View File

@@ -1,2 +1,74 @@
/* 样式定义 */
.Navigation.data-v-9639f721 {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 200rpx;
}
.Navigationimg.data-v-9639f721 {
width: 100%;
height: 100%;
}
.Return.data-v-9639f721 {
position: absolute;
left: 60rpx;
bottom: 40rpx;
width: 60rpx;
height: 60rpx;
}
.container.data-v-9639f721 {
position: absolute;
top: 200rpx;
left: 0;
right: 0;
bottom: 0;
}
.individual.data-v-9639f721 {
display: flex;
/* justify-content: center; */
margin-top: 50rpx;
}
.anchor.data-v-9639f721 {
width: 200rpx;
height: 200rpx;
background-color: rgba(0, 0, 255, 0.369);
border-radius: 50%;
}
.popup-content.data-v-9639f721 {
width: 500rpx;
height: 300rpx;
background-color: #fff;
border-radius: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.popup-title.data-v-9639f721 {
font-size: 30rpx;
margin-top: 50rpx;
text-align: center;
}
.popup-btn.data-v-9639f721 {
display: flex;
justify-content: space-around;
margin-top: 50rpx;
}
.invite.data-v-9639f721 {
width: 200rpx;
height: 80rpx;
font-size: 30rpx;
line-height: 80rpx;
border-radius: 20rpx;
background-color: #1aff0087;
}
.cancel.data-v-9639f721 {
width: 200rpx;
height: 80rpx;
font-size: 30rpx;
line-height: 80rpx;
margin-left: 30rpx;
border-radius: 20rpx;
}