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.
31 lines
463 B
31 lines
463 B
.wux-close {
|
|
width: 100%;
|
|
text-align: end;
|
|
display: inline-block;
|
|
padding-bottom: 24rpx;
|
|
}
|
|
|
|
.wux-landscape{
|
|
width: 100%;
|
|
max-width: 750rpx;
|
|
}
|
|
|
|
.wux-landscape__popup {
|
|
background-color: transparent!important
|
|
}
|
|
|
|
.wux-landscape__popup-body {
|
|
padding: 0!important
|
|
}
|
|
.wux-landscape__inner {
|
|
line-height: 1.5;
|
|
color: rgba(0,0,0,.65)
|
|
}
|
|
.wux-landscape__inner > image {
|
|
width: 100%;
|
|
max-width: 100%
|
|
}
|
|
|
|
.button--hover {
|
|
background-color: #ececec
|
|
}
|