Files
tk-mini-program/unpackage/dist/dev/mp-weixin/pages/pkDetail/pkDetail.wxss
pengxiaolong e682754922 优化页面
2025-05-27 21:05:01 +08:00

118 lines
2.1 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: 2px solid #afafaf;
border-radius: 10px;
}
.card.data-v-9639f721 {
margin-top: 10rpx;
margin-left: 10rpx;
}
.card-content.data-v-9639f721 {
width: 445rpx;
height: 75rpx;
/* border: 2px solid #afafaf; */
border-radius: 10px;
display: flex;
font-size: 28rpx;
color: rgb(127, 127, 127);
}
.createModule.data-v-9639f721 {
position: fixed;
bottom: 0;
right: 0;
z-index: 998;
width: 100vw;
}
.avatar.data-v-9639f721 {
width: 60rpx;
height: 60rpx;
border-radius: 50%;
}
.TimeMoney.data-v-9639f721 {
width: 300rpx;
display: flex;
justify-content: space-between;
}
.NameMoney.data-v-9639f721 {
display: flex;
flex-direction: column;
}
.NameMoney_Name.data-v-9639f721 {
text-align: left;
}