Files
tk-mini-program/unpackage/dist/dev/mp-weixin/pages/Forum/Forum.wxss
pengxiaolong 36a240f854 优化
2025-06-23 22:00:46 +08:00

45 lines
721 B
Plaintext

.bg.data-v-21360a99 {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}
.bgImg.data-v-21360a99 {
width: 100%;
height: 100%;
}
.title.data-v-21360a99 {
position: absolute;
top: 120rpx;
left: 345rpx;
font-size: 34rpx;
color: #100e0f;
font-weight: bold;
}
/* 建设中 */
.content.data-v-21360a99 {
position: absolute;
top: 250rpx;
left: 0rpx;
right: 0rpx;
bottom: 100rpx;
}
.building.data-v-21360a99 {
width: 100%;
height: 90%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.buildingTitle.data-v-21360a99 {
font-size: 40rpx;
color: #999999;
font-weight: bold;
text-align: center;
margin-top: 50rpx;
}