1. Re-arrange UI components
- Brochure navigation icon & dot
- news & Guide bar size as well as font size
This commit is contained in:
sysadmin
2022-04-21 14:26:53 +09:00
parent ff2a3c305b
commit 9ed4c73d28
7 changed files with 286 additions and 56 deletions

View File

@@ -17,7 +17,7 @@
width: 160px;
color: rgb(235, 235, 235);
font-size: 32px;
line-height: 40px;
line-height: 32px;
text-align: center;
border: solid rgba(0, 0, 0, 0.5);
margin: 0 20px 0 20px;
@@ -31,12 +31,13 @@
}
.news>.newsctz #hoteltv-news-ticker li {
font-size: 28px;
font-size: 26px;
line-height: 24px;
}
.news>.newsctz #hoteltv-news-ticker li img {
height: 40px;
vertical-align: middle;
padding: 3px 10px 10px 0;
height: 34px;
vertical-align: top;
/* padding: 3px 10px 10px 0; */
object-fit: cover;
}