about.wxss
368 字节
/* pages/about/about.wxss */
.topimg{
height:420rpx;
width:100%;
box-sizing: border-box;
overflow: hidden;
}
.topimg image{
width:100%;
}
.content{
padding:32rpx 32rpx 0 32rpx;
text-align: center;
}
.title{
color:#000;
font-size:30rpx;
margin:0 0 32rpx 0;
}
.main{
text-align: left;
font-size:26rpx;
color:rgba(0,0,0,1);
line-height:44rpx;
}