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
@root-entry-name: 'default';
@import '~antd/es/style/themes/index.less';
.video-carousel-modal {
:global {
.@{ant-prefix}-modal-content{
.@{ant-prefix}-modal-close-x{
height: 46px;
line-height: 46px;
}
.@{ant-prefix}-modal-header{
padding: 10px 20px;
}
.@{ant-prefix}-modal-body {
position: relative;
height: auto;
padding: 0;
}
}
}
.swiper-wrap {
display: flex;
flex-direction: column;
height: 100%;
.swiper-title {
flex: none;
width: 100%;
height: 40px;
padding-left: 20px;
color: #ffffff;
line-height: 40px;
background: #454545;
}
.swiper-content {
height: 500px;
flex: none;
background: #454545;
}
}
}