102 lines
1.8 KiB
Plaintext
102 lines
1.8 KiB
Plaintext
|
|
/* 样式定义 */
|
|
.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: 700rpx;
|
|
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;
|
|
}
|
|
.scroll.data-v-9639f721 {
|
|
width: 470rpx;
|
|
height: 500rpx;
|
|
border: 1px solid #afafaf;
|
|
border-radius: 10px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.card.data-v-9639f721 {
|
|
margin-top: 10rpx;
|
|
margin-left: 10rpx;
|
|
}
|
|
.card-content.data-v-9639f721 {
|
|
width: 445rpx;
|
|
height: 70rpx;
|
|
border: 1px solid #afafaf;
|
|
border-radius: 10px;
|
|
}
|
|
.createModule.data-v-9639f721{
|
|
position: fixed;
|
|
bottom: 0;
|
|
right: 0;
|
|
z-index: 998;
|
|
width: 100vw;
|
|
}
|