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

94 lines
1.6 KiB
Plaintext

.bg.data-v-38749331 {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}
.bgImg.data-v-38749331 {
width: 100%;
height: 100%;
}
.Return.data-v-38749331 {
position: absolute;
top: 110rpx;
left: 35rpx;
width: 46rpx;
height: 46rpx;
}
.title.data-v-38749331 {
position: absolute;
top: 120rpx;
left: 335rpx;
font-size: 34rpx;
color: #100e0f;
font-weight: bold;
}
.ReturnImg.data-v-38749331 {
width: 100%;
height: 100%;
}
/* 建设中 */
.content.data-v-38749331{
position: absolute;
top: 250rpx;
left: 0rpx;
right: 0rpx;
bottom: 100rpx;
}
.building.data-v-38749331{
width: 100%;
height: 90%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.buildingTitle.data-v-38749331{
font-size: 40rpx;
color: #999999;
font-weight: bold;
text-align: center;
margin-top: 50rpx;
}
.scroll.data-v-38749331{
width: 100%;
height: 100%;
}
.scroll.data-v-38749331 ::-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
display: none;
}
.serviceProtocolContent.data-v-38749331{
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.spctitlecss.data-v-38749331{
font-size: 30rpx;
color: #100e0f;
font-weight: bold;
text-align: center;
margin-bottom: 40rpx;
}
.spctitle.data-v-38749331{
width: 650rpx;
font-size: 24rpx;
color: #100e0f;
font-weight: bold;
margin-top: 20rpx;
}
.spccontent.data-v-38749331{
width: 650rpx;
font-size: 20rpx;
color: #666666;
text-align: justify;
margin-top: 10rpx;
}