21 lines
308 B
SCSS
21 lines
308 B
SCSS
@use '../mixins/mixins.scss' as *;
|
|
|
|
@include b(column-notice-bar) {
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
height: auto;
|
|
|
|
@include e(swiper) {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 1em;
|
|
}
|
|
|
|
@include e(swiper-item) {
|
|
position: relative;
|
|
width: 100%;
|
|
line-height: 1.1em;
|
|
}
|
|
}
|