涂煌豪
2022-04-12 715152a0932fe16d743766c141527bc4634087f4
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
47
48
.THIS > div {
    position:relative;
    display: inline-block;
    /*margin: 3px 6px;
    padding: 1rem;*/
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
 
.THIS .lower-third {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, .4);
    padding: 6px 8px;
    /*border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;*/
}
 
.THIS .lower-third > div {
    /*font-weight: 300;*/
    padding: 0;
    margin: 0;
}
 
.THIS .lower-third h1 {
    font-size: 18px !important;
    padding: 0;
    margin: 0;
}
 
.THIS .open-button {
    position: absolute;
    bottom: 6px;
    right: 4px;
}
 
.THIS .truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}