You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
809 B
58 lines
809 B
|
|
.wanl-image {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
background-color: #000000;
|
|
z-index: 1;
|
|
}
|
|
.wanl-image-bg{
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
background-color: rgba(0,0,0,.3);
|
|
z-index: 2;
|
|
}
|
|
.wanl-image-image{
|
|
-webkit-filter: blur(20px);
|
|
filter: blur(20px);
|
|
}
|
|
.wanl-end-main{
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
z-index: 3;
|
|
}
|
|
.wanl-end-main-info{
|
|
position: absolute;
|
|
left: 25rpx;
|
|
right: 25rpx;
|
|
top: 0;
|
|
}
|
|
.wanl-end-main-btn{
|
|
position: absolute;
|
|
left: 10%;
|
|
right: 10%;
|
|
bottom: 0;
|
|
}
|
|
.wanl-end-main-info-image{
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
border-radius: 999px;
|
|
margin-top: 80rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.statistics{
|
|
color: rgba(255,255,255,.8);
|
|
margin-top: 40rpx;
|
|
}
|
|
.statistics>view{
|
|
flex: 1;
|
|
}
|
|
|
|
|