Files
ct-dtv-hx0100-002kwos/procentric/application/hoteltv.app.full.guide.css
sysadmin 9ed4c73d28 issue #1
1. Re-arrange UI components
- Brochure navigation icon & dot
- news & Guide bar size as well as font size
2022-04-21 14:26:53 +09:00

26 lines
464 B
CSS
Executable File

/* Brocure */
.guide {
position: absolute;
top: 0px;
left: 0px;
width: 1920px;
height: 1080px;
margin: 0;
padding: 0;
z-index: 2;
display: block;
}
.guide>.tips {
position: absolute;
top: 1034px;
left: 0px;
width: 1920px;
height: 40px;
font-size: 32px;
text-align: center;
line-height: 40px;
background-color: rgba(19, 21, 23, 0.6);
color: rgb(255, 255, 255);
}