Files
tk-mini-program/unpackage/dist/dev/mp-weixin/pages/index/index.wxss
pengxiaolong 7116e57fc3 优化
2025-07-21 22:10:59 +08:00

193 lines
3.8 KiB
Plaintext

.bg.data-v-1cf27b2a {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}
.bgImg.data-v-1cf27b2a {
width: 100%;
height: 100%;
}
.title.data-v-1cf27b2a {
position: absolute;
top: 120rpx;
left: 335rpx;
font-size: 34rpx;
color: #100e0f;
font-weight: bold;
}
.content.data-v-1cf27b2a {
position: absolute;
top: 200rpx;
left: 0rpx;
right: 0rpx;
bottom: 100rpx;
}
.scroll.data-v-1cf27b2a {
width: 90%;
height: 100%;
padding: 0% 5% 0% 5%;
}
.scroll.data-v-1cf27b2a ::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
display: none;
}
.nodata.data-v-1cf27b2a {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.nodatatext.data-v-1cf27b2a {
font-size: 30rpx;
color: #999;
}
.scroll.data-v-1cf27b2a ::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
display: none;
}
.card.data-v-1cf27b2a {
width: 100%;
height: 150rpx;
background-color: #fff;
border-radius: 20rpx;
margin-top: 20rpx;
}
.cardContent.data-v-1cf27b2a {
height: 150rpx;
width: 100%;
display: flex;
align-items: center;
}
.cardImg.data-v-1cf27b2a {
height: 110rpx;
width: 110rpx;
border-radius: 20rpx;
margin-left: 20rpx;
}
.cardUnread.data-v-1cf27b2a {
width: 30rpx;
height: 30rpx;
border-radius: 15rpx;
font-size: 18rpx;
color: #ffffff;
background-color: #f53123;
text-align: center;
line-height: 30rpx;
margin-top: -100rpx;
margin-left: -15rpx;
}
.cardnameandtimeandNews.data-v-1cf27b2a {
width: 500rpx;
height: 110rpx;
margin-left: 20rpx;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.cardnameandtime.data-v-1cf27b2a {
width: 100%;
display: flex;
justify-content: space-between;
}
.cardNews.data-v-1cf27b2a {
width: 500rpx;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 10rpx;
font-size: 28rpx;
color: #333;
}
.cardname.data-v-1cf27b2a {
font-size: 30rpx;
color: #100e0f;
font-weight: bold;
}
.cardtime.data-v-1cf27b2a {
font-size: 24rpx;
color: #999;
}
.rightPosition.data-v-1cf27b2a {
height: 150rpx;
width: 300rpx;
display: flex;
}
.topPosition.data-v-1cf27b2a {
height: 150rpx;
width: 150rpx;
background-color: #f5a623;
text-align: center;
line-height: 150rpx;
}
.Delete.data-v-1cf27b2a {
height: 150rpx;
width: 150rpx;
background-color: #f54323;
text-align: center;
line-height: 150rpx;
border-top-right-radius: 20rpx;
border-bottom-right-radius: 20rpx;
}
.popup-Hintcontent.data-v-1cf27b2a {
width: 600rpx;
height: 500rpx;
background-repeat: no-repeat;
border-radius: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-image: url(https://vv-1317974657.cos.ap-shanghai.myqcloud.com/util/chard1.png);
background-position: center;
}
.popup-text.data-v-1cf27b2a {
color: #161616;
font-size: 36.26rpx;
font-weight: bold;
margin-bottom: 30rpx;
}
.popup-texts.data-v-1cf27b2a {
margin-left: 50rpx;
color: #7e7e7e;
font-size: 26rpx;
margin-right: 50rpx;
margin-top: 70rpx;
margin-bottom: 70rpx;
}
.popup-btn.data-v-1cf27b2a {
display: flex;
justify-content: space-around;
margin-top: 50rpx;
}
.invite.data-v-1cf27b2a {
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-1cf27b2a {
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;
}