jack пре 3 недеља
родитељ
комит
4b4feccbfb
2 измењених фајлова са 185 додато и 176 уклоњено
  1. 17 8
      css/bsdn/Desktop.css
  2. 168 168
      js/Desktop/DeskTop.js

+ 17 - 8
css/bsdn/Desktop.css

@@ -467,7 +467,7 @@ body div ::-webkit-scrollbar-resizer:vertical {
 }
 
 
-.U_MD_D_BD_noticeBox_title>span:nth-child(1)  {
+.U_MD_D_BD_noticeBox_title>span:nth-child(1) {
     /* margin-left: 8px; */
     width: calc(100%);
     overflow: hidden;
@@ -777,6 +777,14 @@ body div ::-webkit-scrollbar-resizer:vertical {
     line-height: 15px;
     margin-top: 3px;
     text-align: center;
+    text-overflow: ellipsis;
+    white-space: nowrap;
+    word-break: break-all;
+}
+
+.U_MD_D_KOX :hover {
+    overflow: visible;
+    z-index: 9999;
 }
 
 .U_MD_D_NewsTipsIcon {
@@ -1066,14 +1074,14 @@ body div ::-webkit-scrollbar-resizer:vertical {
     align-items: center;
 }
 
-.U_PBL_Check{
+.U_PBL_Check {
     position: fixed;
     bottom: 15%;
     right: 5%;
     display: none;
 }
 
-.U_PBL_Check>div{
+.U_PBL_Check>div {
     background: #595959;
     height: 45px;
     width: 110px;
@@ -1086,16 +1094,16 @@ body div ::-webkit-scrollbar-resizer:vertical {
     justify-content: center;
 }
 
-.U_PBL_Check>div + div{
+.U_PBL_Check>div+div {
     margin-top: 10px;
     cursor: pointer;
 }
 
-.U_PBL_Check>div>span{
+.U_PBL_Check>div>span {
     color: #fff;
 }
 
-.U_PBL_Check>div:nth-child(1):before{
+.U_PBL_Check>div:nth-child(1):before {
     content: '';
     display: inline-block;
     background: url(../../img/icon/easy/standard.png);
@@ -1104,7 +1112,8 @@ body div ::-webkit-scrollbar-resizer:vertical {
     background-size: 100% 100%;
     margin-right: 3px;
 }
-.U_PBL_Check>div:nth-child(2)::before{
+
+.U_PBL_Check>div:nth-child(2)::before {
     content: '';
     display: inline-block;
     background: url(../../img/icon/easy/easy.png);
@@ -1114,6 +1123,6 @@ body div ::-webkit-scrollbar-resizer:vertical {
     margin-right: 3px;
 }
 
-.U_PBL_Check>.active{
+.U_PBL_Check>.active {
     opacity: 1;
 }

Разлика између датотеке није приказан због своје велике величине
+ 168 - 168
js/Desktop/DeskTop.js


Неке датотеке нису приказане због велике количине промена