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.
32 lines
659 B
32 lines
659 B
@charset "UTF-8";
|
|
/* 页面左右间距 */
|
|
/* 文字尺寸 */
|
|
/*文字颜色*/
|
|
/* 边框颜色 */
|
|
/* 图片加载中颜色 */
|
|
/* 行为相关颜色 */
|
|
.wanl-poster__canvas.data-v-342afeea {
|
|
margin: 0 auto;
|
|
}
|
|
.wanl-poster__main.data-v-342afeea {
|
|
position: relative;
|
|
margin: 0 auto;
|
|
width: 75%;
|
|
padding-bottom: 60rpx;
|
|
}
|
|
.wanl-poster__main .image.data-v-342afeea {
|
|
width: 100%;
|
|
border-radius: 20rpx;
|
|
overflow: hidden;
|
|
will-change: transform;
|
|
}
|
|
.wanl-poster__main .close.data-v-342afeea {
|
|
position: absolute;
|
|
top: 6rpx;
|
|
right: 4rpx;
|
|
}
|
|
.wanl-poster__main .close .wlIcon.data-v-342afeea {
|
|
font-size: 46rpx;
|
|
color: rgba(0, 0, 0, 0.5);
|
|
}
|
|
|
|
|