about.wxss 396 字节
/* pages/personalCenter/about/about.wxss */
@import "../../../wxParse/wxParse.wxss";
.banner_box {
  width: 100%;
  height: 421rpx;
}

.banner_box image {
  width: 100%;
  height: 100%;
}

.content_item {
  padding:0 35rpx;
}

.list_title {
  font-size: 32rpx;
  color: #000;
  text-align: center;
  margin: 35rpx 0;
}

.list_content {
  font-size: 30rpx;
  color: #000;
  line-height: 50rpx;
}