|
|
|
@ -60,6 +60,7 @@ background-repeat: no-repeat;
|
|
|
|
top: 124px;
|
|
|
|
top: 124px;
|
|
|
|
width: 30px;
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
height: 30px;
|
|
|
|
|
|
|
|
z-index: 999;
|
|
|
|
background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/me/qqest.png);
|
|
|
|
background-image: url(https://xzjl-1257436036.cos.ap-nanjing.myqcloud.com/me/qqest.png);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.hybtn{
|
|
|
|
.hybtn{
|
|
|
|
@ -230,3 +231,28 @@ font-family: SourceHanSansSC-regular;
|
|
|
|
font-family: Arial;
|
|
|
|
font-family: Arial;
|
|
|
|
border: 2px solid rgba(248, 99, 42, 1);
|
|
|
|
border: 2px solid rgba(248, 99, 42, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.toast {
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
top: 344rpx;
|
|
|
|
|
|
|
|
left: 64rpx;
|
|
|
|
|
|
|
|
width: 622rpx;
|
|
|
|
|
|
|
|
height: 316rpx;
|
|
|
|
|
|
|
|
padding: 32rpx;
|
|
|
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.9);
|
|
|
|
|
|
|
|
color: rgba(108, 108, 108, 1);
|
|
|
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.2);
|
|
|
|
|
|
|
|
z-index: 999;
|
|
|
|
|
|
|
|
text-align: justify;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.bgc {
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
z-index: 1;
|
|
|
|
|
|
|
|
}
|