35 lines
651 B
Plaintext
35 lines
651 B
Plaintext
|
|
.answer {
|
|
background-image: url('https://pfapi.86698.cn/static/images/anbg.png') !important;
|
|
background-size: 100% 100%;
|
|
width: 100%;
|
|
height: 100vh;
|
|
overflow: hidden;
|
|
}
|
|
.tagr {
|
|
width: 159rpx;
|
|
height: 44rpx;
|
|
background: linear-gradient(180deg, #ECEC73 0%, #63C271 100%);
|
|
border-radius: 22rpx 0rpx 0rpx 22rpx;
|
|
}
|
|
.active {
|
|
opacity: 0.2;
|
|
}
|
|
.mask {
|
|
background: rgba(0, 0, 0, 0.60);
|
|
width: 100%;
|
|
height: 100vh;
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 10;
|
|
}
|
|
.butn {
|
|
background-image: url('https://pfapi.86698.cn/static/images/bbtn.png') !important;
|
|
background-size: 100% 100%;
|
|
width: 540rpx;
|
|
height: 120rpx;
|
|
line-height: 120rpx;
|
|
}
|
|
|