about_us.wxss 1.6 KB

@import "../../../wxParse/wxParse.wxss";

page {
    width: 100%;
    height: 100%;
}

.box {
    width: 100%;
    min-height: 100%;
    background: rgba(249, 249, 249, 1);
    box-sizing: border-box;
    padding: 20rpx 32rpx 50rpx;
}

.top {
    width: 100%;
    height: 280rpx;
    background: rgba(255, 255, 255, 1);
    border-radius: 8rpx;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20rpx;
    flex-direction: column;
}

.img {
    width: 124rpx;
    height: 124rpx;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20rpx;
}

.img image {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.text {
    font-size: 30rpx;
    color: rgba(19, 26, 46, 1);
    margin-bottom: 10rpx;
}

.tel {
    font-size: 26rpx;
    color: rgba(156, 156, 156, 1);
}

.content_box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30rpx;
    border-radius: 8rpx;
    background: rgba(255, 255, 255, 1);
}

.content_title {
    width: 100%;
    height: 102rpx;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title_line {
    width: 40rpx;
    height: 1px;
    background: rgba(19, 26, 46, 1);
}

.title {
    font-size: 30rpx;
    color: rgba(19, 26, 46, 1);
    padding: 0 16rpx;
}

.content {
    padding-bottom: 20rpx;
    font-size: 24rpx;
    color: rgba(156, 156, 156, 1);
    display: flex;
    flex-wrap: wrap;
}

.wxParse-img-p{
  width: 100% ! important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}