43 lines
895 B
CSS
Executable File
43 lines
895 B
CSS
Executable File
/* 뉴스 */
|
|
|
|
.news {
|
|
position: absolute;
|
|
top: 1044px;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 36px;
|
|
background-color: rgba(19, 21, 23, 0.6);
|
|
filter: drop-shadow(0 -10px 5px rgba(0, 0, 0, 0.5));
|
|
display: none;
|
|
z-index: 1;
|
|
}
|
|
|
|
.news>.title {
|
|
position: absolute;
|
|
width: 160px;
|
|
color: rgb(235, 235, 235);
|
|
font-size: 32px;
|
|
line-height: 32px;
|
|
text-align: center;
|
|
border: solid rgba(0, 0, 0, 0.5);
|
|
margin: 0 20px 0 20px;
|
|
background-color: rgba(128, 128, 128, 0.3);
|
|
}
|
|
|
|
.news>.newsctz {
|
|
padding: 0;
|
|
margin: 8px 0 0 200px;
|
|
color: rgb(165, 175, 185);
|
|
}
|
|
|
|
.news>.newsctz #hoteltv-news-ticker li {
|
|
font-size: 26px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.news>.newsctz #hoteltv-news-ticker li img {
|
|
height: 34px;
|
|
vertical-align: top;
|
|
/* padding: 3px 10px 10px 0; */
|
|
object-fit: cover;
|
|
} |