258 lines
4.6 KiB
Plaintext
258 lines
4.6 KiB
Plaintext
/* packageH/Advertising/advertisingApply/advertisingApply.wxss */
|
|
|
|
/* -------------------------------- */
|
|
.btn-area {
|
|
padding: 0rpx 20rpx;
|
|
}
|
|
|
|
.dateBe {
|
|
position: fixed;
|
|
bottom: 0rpx;
|
|
left: -5rpx;
|
|
width: 760rpx;
|
|
padding: 0rpx 5rpx;
|
|
box-sizing: border-box;
|
|
z-index: 200;
|
|
font-size: 28rpx;
|
|
border-top: 1rpx solid #d9d9d9;
|
|
opacity: 0;
|
|
transform: translate(-750rpx, 0rpx);
|
|
}
|
|
|
|
.dateBe.true {
|
|
opacity: 1;
|
|
transform: translate(0rpx, 0rpx);
|
|
}
|
|
|
|
.dateBe .head {
|
|
display: flex;
|
|
flex-flow: nowrap;
|
|
padding: 0rpx 30rpx;
|
|
line-height: 80rpx;
|
|
border-bottom: 1rpx solid #d9d9d9;
|
|
background: #f8f8f8;
|
|
}
|
|
|
|
.dateBe .head .ll {
|
|
flex: 1;
|
|
}
|
|
|
|
.dateBe .head .rr {
|
|
text-align: right;
|
|
flex: 1;
|
|
}
|
|
|
|
.dateBe .main {
|
|
background: #f8f8f8;
|
|
}
|
|
|
|
.dateBe .main view {
|
|
text-align: center;
|
|
}
|
|
|
|
/* -------------------------------- */
|
|
#Advertising-apply {
|
|
background: #fff;
|
|
}
|
|
|
|
#Advertising-apply .main {
|
|
padding: 0 0 128rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
#Advertising-apply .main .titel-border {
|
|
height: 36rpx;
|
|
line-height: 36rpx;
|
|
font-size: 36rpx;
|
|
color: #f14e4e;
|
|
font-weight: bold;
|
|
padding: 28rpx 28rpx 8rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
#Advertising-apply .main .titel-border .border-r {
|
|
height: 28rpx;
|
|
width: 3px;
|
|
background: #f14e4e;
|
|
margin-right: 0.375rem;
|
|
border-top-left-radius: 8px;
|
|
border-top-right-radius: 8px;
|
|
border-bottom-left-radius: 8px;
|
|
border-bottom-right-radius: 8px;
|
|
}
|
|
|
|
#Advertising-apply .main .certificate-arr {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
grid-row-gap: 40rpx;
|
|
align-items: center;
|
|
justify-items: center;
|
|
}
|
|
|
|
#Advertising-apply .main .certificate-arr .certificate-box {
|
|
text-align: center;
|
|
font-size: 10px;
|
|
color: #666;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#Advertising-apply .main .certificate-arr .certificate-box .certificate-img {
|
|
width: 328rpx;
|
|
height: 204rpx;
|
|
background-color: #fff;
|
|
border-radius: 16rpx;
|
|
border: solid 1rpx #e9e9e9;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#Advertising-apply .main .certificate-arr .certificate-box .certificate-img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: contain;
|
|
}
|
|
|
|
#Advertising-apply .main .certificate-arr .certificate-box .certificate-title {
|
|
height: 40rpx;
|
|
line-height: 52rpx;
|
|
}
|
|
|
|
#Advertising-apply .main .other-file-box {
|
|
display: flex;
|
|
}
|
|
|
|
#Advertising-apply .sex-title {
|
|
height: 96rpx;
|
|
line-height: 96rpx;
|
|
font-size: 32rpx;
|
|
text-indent: 32rpx;
|
|
}
|
|
|
|
#Advertising-apply .sex-select {
|
|
display: flex;
|
|
align-items: center;
|
|
text-align: center;
|
|
justify-content: space-around;
|
|
padding: 28rpx;
|
|
}
|
|
|
|
#Advertising-apply .sex-select .sex-child {
|
|
width: 120rpx;
|
|
position: relative;
|
|
}
|
|
|
|
#Advertising-apply .sex-select .sex-child .sex-icon {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
overflow: hidden;
|
|
border-radius: 50%;
|
|
border: solid 1rpx #bfbfbf;
|
|
}
|
|
|
|
#Advertising-apply .sex-select .sex-child .sex-icon image {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: contain;
|
|
}
|
|
|
|
#Advertising-apply .sex-select .sex-child .icon-all_select_active {
|
|
position: absolute;
|
|
right: 4rpx;
|
|
bottom: 36rpx;
|
|
}
|
|
|
|
#Advertising-apply .sex-select .active-select-radio {
|
|
color: #f14e4e;
|
|
}
|
|
|
|
#Advertising-apply .sex-select .active-select-radio .sex-icon {
|
|
border-color: #f14e4e;
|
|
}
|
|
|
|
#Advertising-apply .protocol-box {
|
|
padding: 64rpx 28rpx 0;
|
|
}
|
|
|
|
#Advertising-apply .protocol-box .text-color {
|
|
color: #1c8edf;
|
|
}
|
|
|
|
#Advertising-apply .btnBox {
|
|
height: 120rpx;
|
|
width: 100%;
|
|
left: 0;
|
|
bottom: 0;
|
|
background: #fff;
|
|
z-index: 99;
|
|
display: flex;
|
|
align-items: center;
|
|
box-shadow: 0 0 10rpx 0 rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
#Advertising-apply .btnBox .span {
|
|
width: 85%;
|
|
height: 78rpx;
|
|
line-height: 78rpx;
|
|
text-align: center;
|
|
display: block;
|
|
margin: 0 auto;
|
|
color: #fff;
|
|
border-radius: 39rpx;
|
|
background: #f15353;
|
|
}
|
|
|
|
#Advertising-apply .okApply {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
padding: 64rpx;
|
|
}
|
|
|
|
#Advertising-apply .okApply .ico {
|
|
width: 128rpx;
|
|
height: 128rpx;
|
|
line-height: 128rpx;
|
|
font-size: 80rpx;
|
|
background: #70bd79;
|
|
color: #fff;
|
|
text-align: center;
|
|
border-radius: 100%;
|
|
}
|
|
|
|
#Advertising-apply .okApply .text {
|
|
padding: 26rpx 0;
|
|
}
|
|
|
|
#Advertising-apply .okApply a .sub {
|
|
height: 64rpx;
|
|
background: #f15353;
|
|
line-height: 64rpx;
|
|
color: #fff;
|
|
border-radius: 32rpx;
|
|
padding: 0 32rpx;
|
|
}
|
|
|
|
#Advertising-apply .van-cell--clickable:active {
|
|
background-color: #fff;
|
|
}
|
|
|
|
#Advertising-apply .Protocol-popup {
|
|
height: 768rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#Advertising-apply .Protocol-popup .title-h1 {
|
|
height: 96rpx;
|
|
line-height: 96rpx;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
}
|
|
|
|
#Advertising-apply .Protocol-popup .Protocol-text {
|
|
flex: 1;
|
|
overflow: scroll;
|
|
padding: 0 28rpx 32rpx;
|
|
}
|