wux-weapp
Version:
一套组件化、可复用、易扩展的微信小程序 UI 组件库
47 lines (38 loc) • 898 B
text/less
@import "../styles/mixins/index.less";
@import "../styles/themes/index.less";
.@{wux-prefix}-landscape {
&__popup {
background-color: transparent ;
&-body {
padding: 0 ;
}
}
&__inner {
padding: 15px;
font-size: 15px;
line-height: 1.5;
color: @text-color;
> image {
width: 100%;
max-width: 100%;
}
}
&__close {
position: relative;
display: inline-block;
margin-top: 5px;
cursor: pointer;
}
&__close-x {
cursor: pointer;
display: inline-block;
width: 24px;
height: 24px;
background-repeat: no-repeat;
background-size: cover;
.encoded-svg-background(delete);
}
&--has-mask &__close-x {
.encoded-svg-background(delete, #fff);
}
}