62 lines
1.3 KiB
Plaintext
62 lines
1.3 KiB
Plaintext
.unlock_in_con_wa_operate {
|
|
z-index: 0;
|
|
/* background-color: yellow; */
|
|
bottom: 5rem;
|
|
width: 82%;
|
|
position: fixed;
|
|
padding: 0 20rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
|
|
.unlock_in_con_wa_oper_left {
|
|
width: 40%;
|
|
padding-right: 16rpx;
|
|
}
|
|
|
|
.unlock_in_con_wa_oper_right {
|
|
width: 60%;
|
|
padding-left: 16rpx;
|
|
}
|
|
|
|
.unlock_in_con_wa_i_vip {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 68rpx;
|
|
background: linear-gradient(87deg, #F7DD60 0%, #FC8704 100%);
|
|
border-radius: 34rpx 34rpx 34rpx 34rpx;
|
|
/* padding: 0 16rpx 0 32rpx; */
|
|
}
|
|
|
|
.unlock_in_con_wa_i_vi_text {
|
|
line-height: 68rpx;
|
|
font-size: 24rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
.unlock_in_con_wa_i_btn {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 68rpx;
|
|
background: linear-gradient(90deg, #FC8197 0%, #FE830C 100%);
|
|
border-radius: 34rpx 34rpx 34rpx 34rpx;
|
|
/* padding : 0 32rpx; */
|
|
}
|
|
|
|
.unlock_in_con_wa_i_text {
|
|
display: inline-block;
|
|
width: 100%;
|
|
line-height: 1;
|
|
font-size: 28rpx;
|
|
color: #fff;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
} |