yuminge-app/yun-min-program-plugin-master/packageB/member/income/applyRegionalAgency/applyRegionalAgency.wxss

205 lines
3.2 KiB
Plaintext

page {
background: #fff;
}
.areaAgent .m_header {
width: 100%;
height: 90rpx;
color: #000;
text-align: center;
}
.areaAgent .m_header .span {
width: 300rpx;
line-height: 90rpx;
font-size: 16px;
}
.van-cell {
padding: 0 0 !important;
}
.areaAgent .content {
width: 100%;
padding: 30rpx;
box-sizing: border-box;
background: #fff;
}
.areaAgent .content .el-select {
width: 100%;
height: 80rpx;
margin-bottom: 20rpx;
}
.areaAgent .content .el-select .el-input__inner {
color: #000 !important;
font-size: 16px !important;
border: 2rpx solid #b8b8b8;
}
.areaAgent .content button {
width: 100%;
height: 80rpx;
border-radius: 8rpx;
background-color: #f15353;
text-align: center;
line-height: 80rpx;
color: #fff;
border: 0;
outline: 0;
font-size: 16px;
font-weight: bold;
margin-top: 20rpx;
}
.areaAgent .content input {
display: block;
margin-bottom: 26rpx;
width: 100%;
border-radius: 10rpx;
padding: 0 10rpx;
box-sizing: border-box;
outline: none;
font-size: 16px;
height: 72rpx;
line-height: 1;
border: 0.0625rem solid #b8b8b8;
}
.areaAgent .content input:focus {
border-color: #f55955;
box-sizing: border-box;
}
.areaAgent .banner {
width: 100%;
background: #fff;
height: 100%;
}
.areaAgent .vip_main {
background: #fff;
margin: 30rpx 0;
margin-top: 145rpx;
}
.areaAgent .vip_main .title {
padding: 20rpx;
font-size: 12px;
border-bottom: 2rpx solid #eee;
text-align: center;
}
.areaAgent .vip_main .vip {
padding: 30rpx 20rpx;
overflow: hidden;
font-size: 12px;
color: #999;
}
.areaAgent .vip_main .vip .ico1,
.areaAgent .vip_main .vip .ico2 {
width: 15%;
float: left;
}
.areaAgent .vip_main .vip .ico1 icon {
background: #32cd32;
}
.areaAgent .vip_main .vip .ico2 icon {
background: #fece00;
}
.areaAgent .vip_main .vip .text {
float: left;
width: 85%;
}
.areaAgent .vip_main .vip .text .t1 {
font-size: 16px;
color: #333;
margin-bottom: 10rpx;
text-align: left;
}
.areaAgent .vip_main .vip .text .t2 {
text-align: justify;
}
.areaAgent .vip_main .vip icon {
background: #32cd32;
height: 72rpx;
width: 72rpx;
border-radius: 36rpx;
color: #fff;
text-align: center;
line-height: 76rpx;
font-size: 20px;
}
.areaAgent .vip_main .vip1 {
border-bottom: 2rpx solid #eee;
}
.areaAgent .scroll {
height: 100%;
overflow: scroll;
}
.areaAgent .success {
height: 180rpx;
padding-top: 130rpx;
background: #fff;
}
.areaAgent .success .ico {
height: 130rpx;
width: 130rpx;
margin: auto;
border: 6rpx solid #32cd32;
border-radius: 128rpx;
color: #32cd32;
font-size: 36px;
text-align: center;
line-height: 128rpx;
}
.areaAgent .success .text {
height: 64rpx;
margin-top: 60rpx;
color: #666;
line-height: 51.2rpx;
text-align: center;
}
.areaAgent .success .a {
text-align: center;
display: flex;
justify-content: center;
align-items: 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: 14px;
margin-bottom: 40rpx;
}
.areaAgent .success .a .sub:focus {
background: #d8403c;
}
.agreement {
margin-top: 21rpx;
}