-
Notifications
You must be signed in to change notification settings - Fork 1
/
karaoke.css
72 lines (53 loc) · 993 Bytes
/
karaoke.css
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.karaoke{
margin-bottom: 20px;
}
.angle-right-karaoke {
left: 130px;
}
.list-album-content-karaoke {
width: 185px;
}
.list-album-karaoke {
width: 185px;
height: 103px;
background-size: cover;
}
.view-icon {
height: 10px;
width: 10px;
background-size: cover;
background-image: url('./view-icon.png');
}
.video-length {
font-size: 12px;
color: #FFF;
font-weight: 500;
background-color: rgba(0,0,0,0.7);
width: max-content;
height: 16px;
padding: 2px 3px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 83px;
right: 0px;
}
.list-album-karaoke:hover .overlay-hover{
opacity: 1;
}
.list-album-karaoke:hover .play-icon-mv-1 {
transform: scale(0.7);
}
.Tinh-Sau {
background-image: url('./karaoke/Tinh_Sau.jpg');
}
.Loi-Cua-Anh {
background-image: url('./karaoke/Loi_Cua_Anh.jpg');
}
.Cu-Ngo {
background-image: url('./karaoke/Cu_Ngo.jpg');
}
.Neu-Mot-Mai {
background-image: url('./karaoke/Neu_Mot_Mai.jpg');
}