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