Files
kelfy-mini/pages/introduction/introduction.wxss

20 lines
326 B
Plaintext
Raw Normal View History

2025-11-13 13:38:59 +08:00
/* pages/introduction/introduction.wxss */
.banner{
margin: 30rpx 0;
width: 750rpx;
padding: 0 30rpx;
box-sizing: border-box;
}
.imgWrap{
height: 300rpx;
width: 100%;
margin: 20rpx auto;
border-radius: 15rpx;
}
.text{
width: 100%;
margin-top: 20rpx;
color: #555;
font-size: 35rpx;
line-height: 180%
}