issue#1 Support error screen. Support notification balloon for neflix service preparing. Going on tune up UI.
This commit is contained in:
@@ -26,6 +26,11 @@
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
.main .ctzgen .bg .owl-dots .owl-dot span {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.main .ctzgen .bg div#lst_ctzgenbg {
|
||||
position: absolute;
|
||||
width: 1920px;
|
||||
@@ -103,25 +108,32 @@
|
||||
|
||||
.main .ctzgen .bg .owl-carousel .owl-item .ctz_desc_frame {
|
||||
position: absolute;
|
||||
top: 150px;
|
||||
left: 40px;
|
||||
width: 400px;
|
||||
height: 800px;
|
||||
top: 130px;
|
||||
left: 1280px;
|
||||
width: 620px;
|
||||
height: 830px;
|
||||
color: rgb(255, 255, 255);
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
padding: 0px 12px 0px 12px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.main .ctzgen .bg .owl-carousel .owl-item .ctz_desc_frame #ctz_title {
|
||||
position: absolute;
|
||||
font-size: 60px;
|
||||
width: 1800px;
|
||||
font-size: 44px;
|
||||
line-height: 44px;
|
||||
height: 100px;
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
white-space: pre-wrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.main .ctzgen .bg .owl-carousel .owl-item .ctz_desc_frame #ctz_thumbnail {
|
||||
margin: 120px 10px 40px 10px;
|
||||
height: 220px;
|
||||
filter: drop-shadow(0 0 10px rgba(0, 0, 0, 1));
|
||||
/* filter: drop-shadow(0 0 10px rgba(0, 0, 0, 1)); */
|
||||
/* border: 4px solid rgb(255, 255, 255); */
|
||||
}
|
||||
|
||||
@@ -129,20 +141,21 @@
|
||||
width: auto;
|
||||
height: 212px;
|
||||
overflow: hidden;
|
||||
border: 2px solid rgb(40, 40, 40);
|
||||
/* border: 2px solid rgb(40, 40, 40); */
|
||||
border: 2px solid rgb(160, 160, 160);
|
||||
}
|
||||
|
||||
.main .ctzgen .bg .owl-carousel .owl-item .ctz_desc_frame #ctz_description {
|
||||
position: absolute;
|
||||
font-size: 26px;
|
||||
width: 700px;
|
||||
width: 100%;
|
||||
line-height: 26px;
|
||||
margin: 0 10px 0 10px;
|
||||
}
|
||||
|
||||
.main .ctzgen .bg .owl-carousel .owl-item .ctz_mv_ctrl {
|
||||
position: absolute;
|
||||
top: 870px;
|
||||
top: 970px;
|
||||
left: 1700px;
|
||||
height: 54px;
|
||||
line-height: 54px;
|
||||
|
||||
Reference in New Issue
Block a user