This commit is contained in:
@fawn-nine
2024-08-21 17:24:11 +08:00
parent 1179b63ae0
commit d549954559
16 changed files with 1826 additions and 351 deletions

View File

@@ -1015,14 +1015,14 @@
}
.noanser.lock { position: relative; align-items: center;
.lockView{ height: 300rpx; display: block !important; padding: 20rpx; color: #fff; border-radius: 10rpx;
.lockView{ min-height:100; display: block !important; padding: 20rpx; color: #fff; border-radius: 10rpx;
position: absolute; top: 0; left: 0; z-index: 2; width: 100%; background-color: rgba(0, 0, 0, .8);
.btnBox{
padding-top: 20rpx;
}
}
}
.noanser {
.noanser { margin-top: 20rpx; margin-bottom: 20rpx;
padding: 20rpx;
background-color: rgba(255, 255, 255, .6);
text-align: center;