64 lines
1.4 KiB
Plaintext

.unlock_in_con_wa_operate {
z-index: 0;
/* background-color: yellow; */
bottom: 5rem;
width: 100%;
position: fixed;
padding: 0 2rem;
display : flex;
flex-direction : row;
justify-content: space-between;
}
.unlock_in_con_wa_oper_left {
width : 45%;
padding-right: 10rpx;
}
.unlock_in_con_wa_oper_right {
width : 45%;
padding-left: 10rpx;
}
.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 32rpx;
}
.unlock_in_con_wa_i_vi_text {
line-height : 68rpx;
font-size : 28rpx;
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;
}