NoticeBar.less
979 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.wev-comp-NoticeBar{
background-color: #fff;
position: relative;
word-break: break-all;
}
.wev-comp-NoticeBar .wev-notice-header{
float: left;
box-sizing: border-box;
}
.wev-comp-NoticeBar .wev-notice-header.wev-notice-header-text{
max-width: 60px;
display: flex;
align-items: center;
font-size: 16px;
}
.wev-comp-NoticeBar .wev-notice-header.wev-notice-header-text span{
padding:5px 5px 5px 10px;
color: #0079de;
min-height: 40px;
box-sizing: border-box;
display: flex;
align-items: center;
}
.wev-comp-NoticeBar .wev-notice-header.wev-notice-header-icon{
width: 50px;
}
.wev-comp-NoticeBar .wev-notice-header i{
display: block;
width: 100%;
height: 100%;
background-size: 30px;
background-position: center;
background-repeat: no-repeat;
background-color: #fff;
}
.wev-comp-NoticeBar .swiper-slide{
display: flex;
align-items: center;
}
.wev-comp-NoticeBar .wev-notice-content{
box-sizing: border-box;
padding: 5px;
color: #333;
font-size: 14px;
}