/* pages/aboutme/aboutme.wxss */
.title{
color:#333;
font-size:36rpx;
text-align: center;
margin: 0 0 30rpx 0;
}
.aboutme_content{
width:100%;
height: 100%;
padding:60rpx 40rpx;
box-sizing: border-box;
font-size: 30rpx;
color:#666;
line-height: 1.5;
}