zengyicheng 1 jaar geleden
bovenliggende
commit
4655c85d98
2 gewijzigde bestanden met toevoegingen van 13 en 16 verwijderingen
  1. 10 13
      css/Desktop/Desktop.css
  2. 3 3
      js/Desktop/Onload.js

+ 10 - 13
css/Desktop/Desktop.css

@@ -466,8 +466,7 @@ body div ::-webkit-scrollbar-resizer:vertical {
     display: flex;
 }
 
-
-.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;
@@ -489,7 +488,6 @@ body div ::-webkit-scrollbar-resizer:vertical {
     white-space: nowrap;
     word-break: break-word;
     color: #979797;
-
 }
 
 .U_MD_D_BD_noticeBox_time {
@@ -499,7 +497,6 @@ body div ::-webkit-scrollbar-resizer:vertical {
     font-size: 14px;
 }
 
-
 .U_MD_D_BZMD {
     position: relative;
 }
@@ -736,7 +733,6 @@ body div ::-webkit-scrollbar-resizer:vertical {
     box-sizing: border-box;
 }
 
-
 .U_MD_D_KO_GM {
     cursor: pointer;
     width: 124px;
@@ -1066,17 +1062,17 @@ 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;
+    width: 200px;
     font-size: 14px;
     border-radius: 5px;
     opacity: .7;
@@ -1086,16 +1082,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 +1100,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 +1111,6 @@ body div ::-webkit-scrollbar-resizer:vertical {
     margin-right: 3px;
 }
 
-.U_PBL_Check>.active{
+.U_PBL_Check>.active {
     opacity: 1;
 }

+ 3 - 3
js/Desktop/Onload.js

@@ -53,7 +53,7 @@ US.Config = {
         origin: '//cocorobo.cn',
         pbl: "//pbl.cocorobo.cn/api/pbl/",
         // bpbl:"//pbl.cocorobo.cn",//正式链接
-        bpbl: "//beta.pbl.cocorobo.cn", //测试链接
+        bpbl: "//pbl.cocorobo.com", //测试链接
         // pbl: "http://localhost:7003/api/pbl/",
         basename: '',
         type: 1,
@@ -446,7 +446,7 @@ U.MD.D.getuser = function() {
                                     }
                                 }
                                 $(".login")[0].style.display = "none";
-                                $(".register")[0].style.display = "none";
+                                // $(".register")[0].style.display = "none";
                                 $(".userName")[0].style.display = "block";
                                 $(".userName")[0].innerHTML = US.userInfo.username || US.userInfo.alias;
                                 $(".exit")[0].style.display = "block";
@@ -668,7 +668,7 @@ U.MD.D.getuser2 = function(userid, cid) {
             $(".U_PBL_Check")[0].style.display = "block";
         }
         $(".login")[0].style.display = "none";
-        $(".register")[0].style.display = "none";
+        // $(".register")[0].style.display = "none";
         $(".userName")[0].style.display = "block";
         $(".userName")[0].innerHTML = US.userInfo.username || US.userInfo.alias;
         $(".exit")[0].style.display = "block";