Files
Ling53666 02554225da 提交
2025-08-18 09:11:51 +08:00

51 lines
704 B
Plaintext

.imagesize{
width: 100%;
height: 300px;
}
.textbox{
width: 100%;
height: 100px;
background-color: #efaab1b7;
}
.title{
width: 100%;
height: 50%;
display: flex;
align-items: center;
}
.titlex{
width: 100%;
height: 50%;
display: flex;
flex-direction: column;
justify-content: center;
}
.imagebox{
width: 100%;
height: 300px;
}
.richtext{
width: 98%;
}
.textrich{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.baomingbox{
width: 100%;
height: 70px;
background-color: #efaab1b7;
position: fixed;
bottom: 10rpx;
}
.zuobox{
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}