issue#1 Support error screen. Support notification balloon for neflix service preparing. Going on tune up UI.

This commit is contained in:
Paul Kim
2022-06-08 02:22:39 +09:00
parent 8b0160bfda
commit cf95ff42b0
16 changed files with 628 additions and 250 deletions

View File

@@ -117,22 +117,23 @@ div#sm_item_icon {
align-content: center;
}
.main .sub .slider .owl-dots .owl-dot span {
width: 20px;
height: 20px;
}
.main .sub .slider .owl-dots .owl-dot.active span {
background: rgb(255, 192, 0);
}
.main .sub .bg .bg_ctz_thumb_frame {
position: absolute;
top: 130px;
left: 1550px;
width: 360px;
height: 700px;
height: 734px;
line-height: 50px;
/* background-color: rgba(30, 30, 30, 0.6);
filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.8));
border-radius: 8px;
border: solid rgb(181, 218, 16);
*/
background-color: rgba(40, 40, 40, 0.6);
filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.8));
border-radius: 4px;
border: solid rgb(10, 10, 10);
background-color: rgba(0, 0, 0, 0.5);
overflow: hidden;
}
@@ -141,13 +142,13 @@ div#sm_item_icon {
height: 180px;
float: left;
margin: 10px 20px 10px 20px;
filter: drop-shadow(0 0 10px rgba(235, 235, 235, 0.9));
border-radius: 6px;
/* filter: drop-shadow(0 0 10px rgba(235, 235, 235, 0.9));
border-radius: 6px; */
text-align: center;
line-height: 50px;
font-size: 20px;
color: rgb(235, 235, 235);
border: 1px solid rgb(60, 60, 60);
border: 1px solid rgb(160, 160, 160);
display: inline;
}
@@ -160,7 +161,7 @@ div#sm_item_icon {
.main .sub .bg .bg_ctz_thumb_frame #bg_ctz_thumb_morenotice {
font-size: 22px;
margin: 20px 5px 10px 20px;
line-height: 50px;
line-height: 25px;
overflow-wrap: break-word;
color: rgb(181, 218, 16);
animation: bg_ctz_thumb_morenotice_blinker 2s linear infinite;