about.wxss 2.8 KB
/* pages/about/about.wxss */
@import "../../wxParse/wxParse.wxss";
.about_wrap {
    width: 100%;
    height: 100%;
}
.about_top {
    width: 100%;
    height: 469rpx;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_top image {
     width: 690rpx;
     height: 400rpx; 
}
.about_content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 31rpx;
    margin-top:30rpx;

}
.about_content image {
    width: 100%;
    height: 100%; 
}
.about_content text {
    font-size: 30rpx;
    color: #4D4D4D;
}
.about_contact_way {
    width:690rpx;
    background:rgba(250,248,247,1);
    border-radius:10rpx;
    margin: 35rpx auto 100rpx;
    box-sizing: border-box;
    padding: 40rpx 30rpx;
}
.about_title {
    width: 100%;
    height: 44rpx;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 32rpx;
    color: #F0830C;
}
.about_title image {
    width: 44rpx;
    height: 44rpx;
    margin-right: 20rpx;
    vertical-align: middle;
}
.about_contact_box {
    font-size: 28rpx;
    color: #4D4D4D;
    line-height: 50rpx;
    margin-top: 35rpx;
}
.about_contact_list {
    display: flex;
    justify-content: flex-start;
}
.about_contact_right {
    flex: 1;
}
.sub_apply_box {
    margin-bottom: 80rpx;
    width: 100%;
}
.sub_apply_box .sub_apply_title {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30rpx;
    height: 147rpx;
}
.sub_apply_title image {
    width: 100%;
    height: 100%;
}
.sub_apply_list {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30rpx;
    margin-top: 40rpx;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sub_apply_must {
    font-size: 34rpx;
    color: #E10202;
    margin-right: 14rpx;
}
.sub_apply_input {
    flex: 1;
    height:90rpx;
    background:rgba(245,244,242,1);
    border-radius:10rpx;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.sub_apply_input.active {
    border: 1px solid #E10202;
}

.sub_apply_input .sub_input_left {
    width: 40rpx;
    height: 100%;
    margin-left: 33rpx;
    display: flex;
    align-items: center;
}
.sub_input_left image {
    width: 100%;
}
.sub_apply_input input {
    flex: 1;
    height: 100%;
    padding-left: 15rpx;
    color: #999999;
    font-size: 30rpx;
}
.sub_apply_input text {
    position: absolute;
    font-size: 24rpx;
    color: #E10202;
    height: 40rpx;
    bottom: -40rpx;
    left: 96rpx;
}
.hiddenName {
    display: none;
}
.sub_btn {
    width:320rpx;
    height:90rpx;
    border-radius:10rpx;
    margin: 40rpx auto 0;
}
.sub_btn image {
    width: 100%;
    height: 100%;
}



/* 返回上一页 */
.drop_img {
  position: fixed;
  left: 50%;
  bottom: 20rpx;
  margin: 0 0 0 -23rpx;
}

.wxParse-p {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}