issue #1
1. Re-arrange UI components - Brochure navigation icon & dot - news & Guide bar size as well as font size
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
}
|
||||
|
||||
|
||||
/* Hotkey(main menu) red */
|
||||
/* Hotkey(red) */
|
||||
|
||||
.popup .hotkey_mm_red {
|
||||
position: absolute;
|
||||
@@ -83,66 +83,53 @@
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_red .owl-nav {
|
||||
.popup .hotkey_mm_red .owl-nav .nav-btn {
|
||||
/* height: 47px; */
|
||||
position: absolute;
|
||||
top: 420px;
|
||||
width: 100%;
|
||||
height: 120px;
|
||||
/* width: 26px; */
|
||||
/* cursor: pointer; */
|
||||
top: 480px !important;
|
||||
filter: drop-shadow(0 0 3px rgba(255, 255, 255, 1));
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_red .owl-nav .owl-prev {
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
/* top: -40px; */
|
||||
left: 0px;
|
||||
width: 60px;
|
||||
font-size: 100px;
|
||||
/* border-radius: 10px; */
|
||||
background: rgba(60, 60, 60, 1);
|
||||
line-height: 100px;
|
||||
color: #FFFFFF;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
box-shadow: -2px 0px 8px #999;
|
||||
.popup .hotkey_mm_red .owl-nav .owl-prev.disabled,
|
||||
.popup .hotkey_mm_red .owl-nav .owl-next.disabled {
|
||||
pointer-events: none;
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_red .owl-nav .owl-next {
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
/* top: -40px; */
|
||||
left: 1845px;
|
||||
width: 60px;
|
||||
font-size: 100px;
|
||||
/* border-radius: 10px; */
|
||||
background: rgba(60, 60, 60, 1);
|
||||
line-height: 100px;
|
||||
color: #FFFFFF;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
box-shadow: 2px 0px 8px #999;
|
||||
.popup .hotkey_mm_red .owl-nav .prev-slide {
|
||||
background: url(images/icon_brochure_prev.png) no-repeat scroll 0 0;
|
||||
left: 20px;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_red .owl-nav .next-slide {
|
||||
background: url(images/icon_brochure_next.png) no-repeat scroll 0px 0px;
|
||||
right: 20px;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_red .owl-dots {
|
||||
position: absolute;
|
||||
top: 966px;
|
||||
top: 1000px;
|
||||
width: 100%;
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_red .owl-dots .owl-dot span {
|
||||
width: 14px;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_red .owl-nav .owl-prev {
|
||||
/* width: 100%; */
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_red .owl-nav .owl-next {
|
||||
/* width: 100%; */
|
||||
width: 15px;
|
||||
border: 2px solid rgba(80, 80, 80, 0.8);
|
||||
filter: drop-shadow(0 1px 2px rgb(0, 0, 0));
|
||||
background: none;
|
||||
}
|
||||
|
||||
|
||||
/* Hotkey(main menu) green */
|
||||
/* Hotkey(green) */
|
||||
|
||||
.popup .hotkey_mm_green {
|
||||
position: absolute;
|
||||
@@ -196,15 +183,249 @@
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_green .owl-nav .nav-btn {
|
||||
/* height: 47px; */
|
||||
position: absolute;
|
||||
/* width: 26px; */
|
||||
/* cursor: pointer; */
|
||||
top: 480px !important;
|
||||
filter: drop-shadow(0 0 3px rgba(255, 255, 255, 1));
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_green .owl-nav .owl-prev.disabled,
|
||||
.popup .hotkey_mm_green .owl-nav .owl-next.disabled {
|
||||
pointer-events: none;
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_green .owl-nav .prev-slide {
|
||||
background: url(images/icon_brochure_prev.png) no-repeat scroll 0 0;
|
||||
left: 20px;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_green .owl-nav .next-slide {
|
||||
background: url(images/icon_brochure_next.png) no-repeat scroll 0px 0px;
|
||||
right: 20px;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_green .owl-dots {
|
||||
position: absolute;
|
||||
top: 966px;
|
||||
top: 1000px;
|
||||
width: 100%;
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_green .owl-dots .owl-dot span {
|
||||
width: 14px;
|
||||
width: 15px;
|
||||
border: 2px solid rgba(80, 80, 80, 0.8);
|
||||
filter: drop-shadow(0 1px 2px rgb(0, 0, 0));
|
||||
background: none;
|
||||
}
|
||||
|
||||
|
||||
/* Hotkey(blue) */
|
||||
|
||||
.popup .hotkey_mm_blue {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0px;
|
||||
overflow: hidden;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_blue div#lst_hotkey_mm_blue {
|
||||
position: absolute;
|
||||
/*
|
||||
width: 1464px;
|
||||
height: 1007px;
|
||||
margin: 36px 226px 36px 226px;
|
||||
*/
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
border-style: solid;
|
||||
border-color: rgb(160, 160, 160);
|
||||
filter: drop-shadow(0 0 15px rgba(255, 255, 255, 1));
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_blue .owl-carousel .owl-stage-outer {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_blue .owl-carousel .owl-stage-outer .owl-stage {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_blue .owl-carousel .owl-stage-outer .owl-stage .owl-item {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_blue div .item {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_blue .owl-nav .nav-btn {
|
||||
/* height: 47px; */
|
||||
position: absolute;
|
||||
/* width: 26px; */
|
||||
/* cursor: pointer; */
|
||||
top: 480px !important;
|
||||
filter: drop-shadow(0 0 3px rgba(255, 255, 255, 1));
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_blue .owl-nav .owl-prev.disabled,
|
||||
.popup .hotkey_mm_blue .owl-nav .owl-next.disabled {
|
||||
pointer-events: none;
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_blue .owl-nav .prev-slide {
|
||||
background: url(images/icon_brochure_prev.png) no-repeat scroll 0 0;
|
||||
left: 20px;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_blue .owl-nav .next-slide {
|
||||
background: url(images/icon_brochure_next.png) no-repeat scroll 0px 0px;
|
||||
right: 20px;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_blue .owl-dots {
|
||||
position: absolute;
|
||||
top: 1000px;
|
||||
width: 100%;
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_blue .owl-dots .owl-dot span {
|
||||
width: 15px;
|
||||
border: 2px solid rgba(80, 80, 80, 0.8);
|
||||
filter: drop-shadow(0 1px 2px rgb(0, 0, 0));
|
||||
background: none;
|
||||
}
|
||||
|
||||
|
||||
/* Hotkey(yellow) */
|
||||
|
||||
.popup .hotkey_mm_yellow {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0px;
|
||||
overflow: hidden;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_yellow div#lst_hotkey_mm_yellow {
|
||||
position: absolute;
|
||||
/*
|
||||
width: 1464px;
|
||||
height: 1007px;
|
||||
margin: 36px 226px 36px 226px;
|
||||
*/
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
border-style: solid;
|
||||
border-color: rgb(160, 160, 160);
|
||||
filter: drop-shadow(0 0 15px rgba(255, 255, 255, 1));
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_yellow .owl-carousel .owl-stage-outer {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_yellow .owl-carousel .owl-stage-outer .owl-stage {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_yellow .owl-carousel .owl-stage-outer .owl-stage .owl-item {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_yellow div .item {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_yellow .owl-nav .nav-btn {
|
||||
/* height: 47px; */
|
||||
position: absolute;
|
||||
/* width: 26px; */
|
||||
/* cursor: pointer; */
|
||||
top: 480px !important;
|
||||
filter: drop-shadow(0 0 3px rgba(255, 255, 255, 1));
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_yellow .owl-nav .owl-prev.disabled,
|
||||
.popup .hotkey_mm_yellow .owl-nav .owl-next.disabled {
|
||||
pointer-events: none;
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_yellow .owl-nav .prev-slide {
|
||||
background: url(images/icon_brochure_prev.png) no-repeat scroll 0 0;
|
||||
left: 20px;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_yellow .owl-nav .next-slide {
|
||||
background: url(images/icon_brochure_next.png) no-repeat scroll 0px 0px;
|
||||
right: 20px;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_yellow .owl-dots {
|
||||
position: absolute;
|
||||
top: 1000px;
|
||||
width: 100%;
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
.popup .hotkey_mm_yellow .owl-dots .owl-dot span {
|
||||
width: 15px;
|
||||
border: 2px solid rgba(80, 80, 80, 0.8);
|
||||
filter: drop-shadow(0 1px 2px rgb(0, 0, 0));
|
||||
background: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user