jack 3 viikkoa sitten
vanhempi
commit
0a038fa2f5
1 muutettua tiedostoa jossa 31 lisäystä ja 20 poistoa
  1. 31 20
      css/Desktop/Desktop.css

+ 31 - 20
css/Desktop/Desktop.css

@@ -6,7 +6,7 @@
     font-style: normal;
   } */
 
-  
+
 html {}
 
 html,
@@ -474,7 +474,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;
@@ -784,6 +784,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 {
@@ -1073,14 +1081,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;
@@ -1093,16 +1101,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);
@@ -1111,7 +1119,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);
@@ -1121,7 +1130,7 @@ body div ::-webkit-scrollbar-resizer:vertical {
     margin-right: 3px;
 }
 
-.U_PBL_Check>.active{
+.U_PBL_Check>.active {
     opacity: 1;
 }
 
@@ -1143,28 +1152,31 @@ body div ::-webkit-scrollbar-resizer:vertical {
     background-size: 100% 100%;
 }
 
-.vip_info{
+.vip_info {
     display: flex;
     align-items: center;
 }
-.vip_info > img{
+
+.vip_info>img {
     width: 45px;
     height: 45px;
     object-fit: cover;
 }
-.vip_info > div {
+
+.vip_info>div {
     margin-left: 10px;
     display: flex;
     flex-direction: column;
     font-size: 14px;
 }
-.vip_info > div > span{}
 
-.vip_info > div > span + span{
+.vip_info>div>span {}
+
+.vip_info>div>span+span {
     margin-top: 8px;
 }
 
-.vip_school{
+.vip_school {
     font-size: 14px;
     margin-top: 8px;
     color: #9baabd;
@@ -1175,13 +1187,13 @@ body div ::-webkit-scrollbar-resizer:vertical {
 }
 
 
-.U_PBL_Check2{
+.U_PBL_Check2 {
     position: fixed;
     bottom: calc(15% - 55px);
     right: 5%;
 }
 
-.U_PBL_Check2>div{
+.U_PBL_Check2>div {
     background: #595959;
     height: 45px;
     width: 110px;
@@ -1193,7 +1205,6 @@ body div ::-webkit-scrollbar-resizer:vertical {
     justify-content: center;
 }
 
-.U_PBL_Check2>div>span{
+.U_PBL_Check2>div>span {
     color: #fff;
-}
-
+}