yuminge-app/yun-min-program-plugin-master/packageB/member/enterprise/enterprise_apply/enterprise_apply.wxss

168 lines
2.7 KiB
Plaintext

/* packageB/member/enterprise/enterprise_apply/enterprise_apply.wxss */
.areaAgent .m_header {
width: 100%;
height: 90rpx;
color: #000;
text-align: center;
}
.areaAgent .m_header .span {
width: 300rpx;
line-height: 90rpx;
font-size: 32rpx;
}
.areaAgent .content {
width: 100%;
padding: 30rpx;
box-sizing: border-box;
background: #fff;
}
.areaAgent .content .p.title {
line-height: 66rpx;
font-size: 32rpx;
}
.areaAgent .content .div.text {
text-align: left;
}
.areaAgent .content .div.text .span {
color: #f15353;
}
.areaAgent .content .submit {
width: 100%;
height: 80rpx;
border-radius: 12rpx;
background-color: #f15353;
text-align: center;
line-height: 80rpx;
color: #fff;
border: 0;
outline: 0;
font-size: 32rpx;
font-weight: bold;
margin-top: 20rpx;
}
.areaAgent .banner {
width: 100%;
background: #fff;
height: 100%;
}
.areaAgent .banner image {
width: 100%;
}
.areaAgent .vip_main {
background: #fff;
margin: 30rpx 0;
}
.areaAgent .vip_main .title {
padding: 20rpx;
font-size: 24rpx;
border-bottom: 2rpx solid #eee;
text-align: center;
}
.areaAgent .vip_main .vip {
padding: 30rpx 20rpx;
overflow: hidden;
font-size: 24rpx;
color: #999;
display: flex;
align-items: center;
}
.areaAgent .vip_main .vip .ico1,
.areaAgent .vip_main .vip .ico2 {
width: 15%;
display: flex;
align-items: center;
justify-content: center;
}
.areaAgent .vip_main .vip .ico1 van-icon {
background: #32cd32;
}
.areaAgent .vip_main .vip .ico2 van-icon {
background: #fece00;
}
.areaAgent .vip_main .vip .text {
width: 85%;
}
.areaAgent .vip_main .vip .text .t1 {
font-size: 30rpx;
color: #333;
margin-bottom: 10rpx;
text-align: left;
}
.areaAgent .vip_main .vip .text .t2 {
text-align: justify;
}
.areaAgent .vip_main .vip van-icon {
background: #32cd32;
height: 72rpx;
width: 72rpx;
border-radius: 36rpx;
color: #fff;
text-align: center;
line-height: 76rpx;
font-size: 40rpx;
}
.areaAgent .vip_main .vip1 {
border-bottom: 2rpx solid #eee;
}
.areaAgent .success {
height: 400rpx;
padding-top: 130rpx;
background: #fff;
}
.areaAgent .success .ico {
height: 130rpx;
width: 130rpx;
margin: auto;
border-radius: 128rpx;
color: #32cd32;
font-size: 74rpx;
text-align: center;
line-height: 128rpx;
}
.areaAgent .success .text {
height: 64rpx;
margin-top: 60rpx;
color: #666;
line-height: 51rpx;
text-align: center;
}
.areaAgent .success .a .sub {
height: 64rpx;
width: 80%;
background: #f55955;
margin: 40rpx auto;
border-radius: 64rpx;
color: #fff;
line-height: 64rpx;
text-align: center;
font-size: 28rpx;
margin-bottom: 40rpx;
}
.areaAgent .success .a .sub:focus {
background: #d8403c;
}