captain-ui
Version:
有赞vue wap业务组件库
71 lines (57 loc) • 1.18 kB
CSS
@import "../../../common/var";
.cap-shop-banner--type-0 {
.cap-shop-banner {
&__right-content-title--middle {
margin-top: 20px;
}
&__reduce-content {
position: relative;
margin: 8px 15px 0 0;
padding-right: 10px;
color: $white;
cursor: pointer;
@mixin multi-ellipsis 1;
&::after {
content: '>';
position: absolute;
top: 0;
right: 0;
color: $white;
font-size: 14px;
}
&-tag {
display: inline-block;
height: 14px;
line-height: 14px;
padding: 0 3px;
background-color: $red;
border-radius: 1px;
vertical-align: middle;
font-size: 12px;
}
&-text {
margin-left: 3px;
vertical-align: middle;
font-size: 12px;
}
}
/* 弹层样式 */
&__popup {
&-content {
padding: 20px;
}
&-title {
margin-bottom: 10px;
font-size: 14px;
font-weight: 700;
}
&-detail {
color: $gray-dark;
}
&-button {
width: 100%;
border-radius: 0;
}
}
}
}