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
| .m-videob1{
| border-radius: 10px;
| overflow: hidden;
| margin-top: 10px;
| }
| .m-videob1 .video{
| display: block;
| width: 100%;
| }
|
| .ul-locb1 .con{
| display: flex;
| align-items: center;
| justify-content: space-between;
| background-size: cover;
| background-position: center;
| background-repeat: no-repeat;
| height: 62px;
| border-radius: 10px;
| overflow: hidden;
| font-size: 16px;
| color: #fff;
| padding: 0 15px;
| margin-top: 8px;
| }
| .ul-locb1 .left{
| flex:1;
| overflow: hidden;
| display: flex;
| align-items: center;
| }
| .ul-locb1 .icon{
| width: 35px;
| overflow: hidden;
| }
| .ul-locb1 .icon img{
| display: block;
| max-width: 20px;
| }
|
| .box{
| top: 45px;
| height: calc(100vh - 84px);
| }
|
|