Explorar el Código

fixed: 修订公告网页的一些适配设定.

gwang hace 3 años
padre
commit
0105aa2d1e

+ 15 - 544
Gameserver/Public/app_files/basic.css

@@ -2,11 +2,13 @@
 
 
 html,
 html,
 body {
 body {
-	font: 14px/1.571429 "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
+	font: 14px/1.571429 "Segoe UI", "Lucida Grande", Helvetica, Arial, 
+	"Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", 
+	"Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
 	color: #76838f;
 	color: #76838f;
-	margin: 0;
+	margin: auto;
 	width: 100%;
 	width: 100%;
-	max-width: 980px;
+	max-width: 960px;
 	min-width: 320px;
 	min-width: 320px;
 	min-height: 100%;
 	min-height: 100%;
 	font-size: 62.5%;
 	font-size: 62.5%;
@@ -203,86 +205,7 @@ input[type=search] {
 ::-webkit-file-upload-button {
 ::-webkit-file-upload-button {
 	font: inherit;
 	font: inherit;
 	-webkit-appearance: button
 	-webkit-appearance: button
-}
-
-@media print {
-
-	*,
-	::after,
-	::before,
-	::first-letter,
-	blockquote::first-line,
-	div::first-line,
-	li::first-line,
-	p::first-line {
-		-webkit-box-shadow: none !important;
-		box-shadow: none !important;
-		text-shadow: none !important
-	}
-
-	a,
-	a:visited {
-		text-decoration: underline
-	}
-
-	abbr[title]::after {
-		content: ' ('attr(title) ')'
-	}
-
-	blockquote,
-	pre {
-		border: 1px solid #999;
-		page-break-inside: avoid
-	}
-
-	thead {
-		display: table-header-group
-	}
-
-	img,
-	tr {
-		page-break-inside: avoid
-	}
-
-	h2,
-	h3,
-	p {
-		orphans: 3;
-		widows: 3
-	}
-
-	h2,
-	h3 {
-		page-break-after: avoid
-	}
-
-	.navbar {
-		display: none
-	}
-
-	.btn>.caret,
-	.dropup>.btn>.caret {
-		border-top-color: #000 !important
-	}
-
-	.tag {
-		border: 1px solid #000
-	}
-
-	.table {
-		border-collapse: collapse !important
-	}
-
-	.table td,
-	.table th {
-		background-color: #fff !important
-	}
-
-	.table-bordered td,
-	.table-bordered th {
-		border: 1px solid #ddd !important
-	}
-}
+} 
 
 
 *,
 *,
 ::after,
 ::after,
@@ -426,11 +349,6 @@ label {
 	margin-bottom: .5rem
 	margin-bottom: .5rem
 }
 }
 
 
-button:focus {
-	outline: 1px dotted;
-	outline: 5px auto -webkit-focus-ring-color
-}
-
 button,
 button,
 input,
 input,
 select,
 select,
@@ -440,6 +358,11 @@ textarea {
 	margin: 0
 	margin: 0
 }
 }
 
 
+button:focus {
+	outline: 1px dotted;
+	outline: 5px auto -webkit-focus-ring-color
+}
+
 input[type=checkbox]:disabled,
 input[type=checkbox]:disabled,
 input[type=radio]:disabled {
 input[type=radio]:disabled {
 	cursor: not-allowed
 	cursor: not-allowed
@@ -660,11 +583,12 @@ pre code {
 }
 }
 
 
 .container {
 .container {
+	text-align: center;
 	max-width: 100%;
 	max-width: 100%;
 	margin-right: auto;
 	margin-right: auto;
 	margin-left: auto;
 	margin-left: auto;
-	padding-right: .9375rem;
-	padding-left: .9375rem
+	padding-right: auto;
+	padding-left: auto
 }
 }
 
 
 .container::after {
 .container::after {
@@ -673,36 +597,6 @@ pre code {
 	content: ''
 	content: ''
 }
 }
 
 
-@media (min-width:480px) {
-	.container {
-		width: 606px
-	}
-}
-
-@media (min-width:768px) {
-	.container {
-		width: 750px
-	}
-}
-
-@media (min-width:992px) {
-	.container {
-		width: 970px
-	}
-}
-
-@media (min-width:1200px) {
-	.container {
-		width: 1170px
-	}
-}
-
-@media (min-width:1600px) {
-	.container {
-		width: 1310px
-	}
-}
-
 .container-fluid {
 .container-fluid {
 	margin-right: auto;
 	margin-right: auto;
 	margin-left: auto;
 	margin-left: auto;
@@ -755,430 +649,6 @@ pre code {
 	}
 	}
 }
 }
 
 
-.col-lg,
-.col-lg-1,
-.col-lg-10,
-.col-lg-11,
-.col-lg-12,
-.col-lg-2,
-.col-lg-3,
-.col-lg-4,
-.col-lg-5,
-.col-lg-6,
-.col-lg-7,
-.col-lg-8,
-.col-lg-9,
-.col-md,
-.col-md-1,
-.col-md-10,
-.col-md-11,
-.col-md-12,
-.col-md-2,
-.col-md-3,
-.col-md-4,
-.col-md-5,
-.col-md-6,
-.col-md-7,
-.col-md-8,
-.col-md-9,
-.col-sm,
-.col-sm-1,
-.col-sm-10,
-.col-sm-11,
-.col-sm-12,
-.col-sm-2,
-.col-sm-3,
-.col-sm-4,
-.col-sm-5,
-.col-sm-6,
-.col-sm-7,
-.col-sm-8,
-.col-sm-9,
-.col-xl,
-.col-xl-1,
-.col-xl-10,
-.col-xl-11,
-.col-xl-12,
-.col-xl-2,
-.col-xl-3,
-.col-xl-4,
-.col-xl-5,
-.col-xl-6,
-.col-xl-7,
-.col-xl-8,
-.col-xl-9,
-.col-xs,
-.col-xs-1,
-.col-xs-10,
-.col-xs-11,
-.col-xs-12,
-.col-xs-2,
-.col-xs-3,
-.col-xs-4,
-.col-xs-5,
-.col-xs-6,
-.col-xs-7,
-.col-xs-8,
-.col-xs-9,
-.col-xxl,
-.col-xxl-1,
-.col-xxl-10,
-.col-xxl-11,
-.col-xxl-12,
-.col-xxl-2,
-.col-xxl-3,
-.col-xxl-4,
-.col-xxl-5,
-.col-xxl-6,
-.col-xxl-7,
-.col-xxl-8,
-.col-xxl-9 {
-	position: relative;
-	min-height: 1px;
-	padding-right: .9375rem;
-	padding-left: .9375rem
-}
-
-@media (min-width:480px) {
-
-	.col-lg,
-	.col-lg-1,
-	.col-lg-10,
-	.col-lg-11,
-	.col-lg-12,
-	.col-lg-2,
-	.col-lg-3,
-	.col-lg-4,
-	.col-lg-5,
-	.col-lg-6,
-	.col-lg-7,
-	.col-lg-8,
-	.col-lg-9,
-	.col-md,
-	.col-md-1,
-	.col-md-10,
-	.col-md-11,
-	.col-md-12,
-	.col-md-2,
-	.col-md-3,
-	.col-md-4,
-	.col-md-5,
-	.col-md-6,
-	.col-md-7,
-	.col-md-8,
-	.col-md-9,
-	.col-sm,
-	.col-sm-1,
-	.col-sm-10,
-	.col-sm-11,
-	.col-sm-12,
-	.col-sm-2,
-	.col-sm-3,
-	.col-sm-4,
-	.col-sm-5,
-	.col-sm-6,
-	.col-sm-7,
-	.col-sm-8,
-	.col-sm-9,
-	.col-xl,
-	.col-xl-1,
-	.col-xl-10,
-	.col-xl-11,
-	.col-xl-12,
-	.col-xl-2,
-	.col-xl-3,
-	.col-xl-4,
-	.col-xl-5,
-	.col-xl-6,
-	.col-xl-7,
-	.col-xl-8,
-	.col-xl-9,
-	.col-xs,
-	.col-xs-1,
-	.col-xs-10,
-	.col-xs-11,
-	.col-xs-12,
-	.col-xs-2,
-	.col-xs-3,
-	.col-xs-4,
-	.col-xs-5,
-	.col-xs-6,
-	.col-xs-7,
-	.col-xs-8,
-	.col-xs-9,
-	.col-xxl,
-	.col-xxl-1,
-	.col-xxl-10,
-	.col-xxl-11,
-	.col-xxl-12,
-	.col-xxl-2,
-	.col-xxl-3,
-	.col-xxl-4,
-	.col-xxl-5,
-	.col-xxl-6,
-	.col-xxl-7,
-	.col-xxl-8,
-	.col-xxl-9 {
-		padding-right: .9375rem;
-		padding-left: .9375rem
-	}
-}
-
-@media (min-width:768px) {
-
-	.col-lg,
-	.col-lg-1,
-	.col-lg-10,
-	.col-lg-11,
-	.col-lg-12,
-	.col-lg-2,
-	.col-lg-3,
-	.col-lg-4,
-	.col-lg-5,
-	.col-lg-6,
-	.col-lg-7,
-	.col-lg-8,
-	.col-lg-9,
-	.col-md,
-	.col-md-1,
-	.col-md-10,
-	.col-md-11,
-	.col-md-12,
-	.col-md-2,
-	.col-md-3,
-	.col-md-4,
-	.col-md-5,
-	.col-md-6,
-	.col-md-7,
-	.col-md-8,
-	.col-md-9,
-	.col-sm,
-	.col-sm-1,
-	.col-sm-10,
-	.col-sm-11,
-	.col-sm-12,
-	.col-sm-2,
-	.col-sm-3,
-	.col-sm-4,
-	.col-sm-5,
-	.col-sm-6,
-	.col-sm-7,
-	.col-sm-8,
-	.col-sm-9,
-	.col-xl,
-	.col-xl-1,
-	.col-xl-10,
-	.col-xl-11,
-	.col-xl-12,
-	.col-xl-2,
-	.col-xl-3,
-	.col-xl-4,
-	.col-xl-5,
-	.col-xl-6,
-	.col-xl-7,
-	.col-xl-8,
-	.col-xl-9,
-	.col-xs,
-	.col-xs-1,
-	.col-xs-10,
-	.col-xs-11,
-	.col-xs-12,
-	.col-xs-2,
-	.col-xs-3,
-	.col-xs-4,
-	.col-xs-5,
-	.col-xs-6,
-	.col-xs-7,
-	.col-xs-8,
-	.col-xs-9,
-	.col-xxl,
-	.col-xxl-1,
-	.col-xxl-10,
-	.col-xxl-11,
-	.col-xxl-12,
-	.col-xxl-2,
-	.col-xxl-3,
-	.col-xxl-4,
-	.col-xxl-5,
-	.col-xxl-6,
-	.col-xxl-7,
-	.col-xxl-8,
-	.col-xxl-9 {
-		padding-right: .9375rem;
-		padding-left: .9375rem
-	}
-}
-
-@media (min-width:992px) {
-
-	.col-lg,
-	.col-lg-1,
-	.col-lg-10,
-	.col-lg-11,
-	.col-lg-12,
-	.col-lg-2,
-	.col-lg-3,
-	.col-lg-4,
-	.col-lg-5,
-	.col-lg-6,
-	.col-lg-7,
-	.col-lg-8,
-	.col-lg-9,
-	.col-md,
-	.col-md-1,
-	.col-md-10,
-	.col-md-11,
-	.col-md-12,
-	.col-md-2,
-	.col-md-3,
-	.col-md-4,
-	.col-md-5,
-	.col-md-6,
-	.col-md-7,
-	.col-md-8,
-	.col-md-9,
-	.col-sm,
-	.col-sm-1,
-	.col-sm-10,
-	.col-sm-11,
-	.col-sm-12,
-	.col-sm-2,
-	.col-sm-3,
-	.col-sm-4,
-	.col-sm-5,
-	.col-sm-6,
-	.col-sm-7,
-	.col-sm-8,
-	.col-sm-9,
-	.col-xl,
-	.col-xl-1,
-	.col-xl-10,
-	.col-xl-11,
-	.col-xl-12,
-	.col-xl-2,
-	.col-xl-3,
-	.col-xl-4,
-	.col-xl-5,
-	.col-xl-6,
-	.col-xl-7,
-	.col-xl-8,
-	.col-xl-9,
-	.col-xs,
-	.col-xs-1,
-	.col-xs-10,
-	.col-xs-11,
-	.col-xs-12,
-	.col-xs-2,
-	.col-xs-3,
-	.col-xs-4,
-	.col-xs-5,
-	.col-xs-6,
-	.col-xs-7,
-	.col-xs-8,
-	.col-xs-9,
-	.col-xxl,
-	.col-xxl-1,
-	.col-xxl-10,
-	.col-xxl-11,
-	.col-xxl-12,
-	.col-xxl-2,
-	.col-xxl-3,
-	.col-xxl-4,
-	.col-xxl-5,
-	.col-xxl-6,
-	.col-xxl-7,
-	.col-xxl-8,
-	.col-xxl-9 {
-		padding-right: .9375rem;
-		padding-left: .9375rem
-	}
-}
-
-@media (min-width:1200px) {
-
-	.col-lg,
-	.col-lg-1,
-	.col-lg-10,
-	.col-lg-11,
-	.col-lg-12,
-	.col-lg-2,
-	.col-lg-3,
-	.col-lg-4,
-	.col-lg-5,
-	.col-lg-6,
-	.col-lg-7,
-	.col-lg-8,
-	.col-lg-9,
-	.col-md,
-	.col-md-1,
-	.col-md-10,
-	.col-md-11,
-	.col-md-12,
-	.col-md-2,
-	.col-md-3,
-	.col-md-4,
-	.col-md-5,
-	.col-md-6,
-	.col-md-7,
-	.col-md-8,
-	.col-md-9,
-	.col-sm,
-	.col-sm-1,
-	.col-sm-10,
-	.col-sm-11,
-	.col-sm-12,
-	.col-sm-2,
-	.col-sm-3,
-	.col-sm-4,
-	.col-sm-5,
-	.col-sm-6,
-	.col-sm-7,
-	.col-sm-8,
-	.col-sm-9,
-	.col-xl,
-	.col-xl-1,
-	.col-xl-10,
-	.col-xl-11,
-	.col-xl-12,
-	.col-xl-2,
-	.col-xl-3,
-	.col-xl-4,
-	.col-xl-5,
-	.col-xl-6,
-	.col-xl-7,
-	.col-xl-8,
-	.col-xl-9,
-	.col-xs,
-	.col-xs-1,
-	.col-xs-10,
-	.col-xs-11,
-	.col-xs-12,
-	.col-xs-2,
-	.col-xs-3,
-	.col-xs-4,
-	.col-xs-5,
-	.col-xs-6,
-	.col-xs-7,
-	.col-xs-8,
-	.col-xs-9,
-	.col-xxl,
-	.col-xxl-1,
-	.col-xxl-10,
-	.col-xxl-11,
-	.col-xxl-12,
-	.col-xxl-2,
-	.col-xxl-3,
-	.col-xxl-4,
-	.col-xxl-5,
-	.col-xxl-6,
-	.col-xxl-7,
-	.col-xxl-8,
-	.col-xxl-9 {
-		padding-right: .9375rem;
-		padding-left: .9375rem
-	}
-}
-
 .col-xs-1 {
 .col-xs-1 {
 	float: left;
 	float: left;
 	width: 8.333333%
 	width: 8.333333%
@@ -21964,3 +21434,4 @@ footer {
 .sidebar-column li ul a {
 .sidebar-column li ul a {
 	font-size: 14px
 	font-size: 14px
 }
 }
+ 

+ 8 - 6
Gameserver/Public/app_files/index_cn.css

@@ -9,7 +9,8 @@ a:active {
 }
 }
 
 
 .service_list {
 .service_list {
-    padding: 0px 0
+    padding: 0px ;
+	overflow-y: auto;
 }
 }
 
 
 .service_list.bgcolor {
 .service_list.bgcolor {
@@ -63,19 +64,20 @@ a:active {
     border-bottom-left-radius: px
     border-bottom-left-radius: px
 }
 }
 
 
-.service_list .head {
-    margin-bottom: 36px
+.service_list .head { 
+    margin-top: 1.23618rem;
+    margin-bottom: 1.22rem;
 }
 }
 
 
-.service_list .head h2 {
-    margin-top: 0px;
+.service_list .head h2 { 
     color: #212121;
     color: #212121;
     color: ;
     color: ;
-    font-size: 25px;
+    font-size: 2.5625rem;
     text-align: center
     text-align: center
 }
 }
 
 
 .service_list .head p {
 .service_list .head p {
+
     text-align: center;
     text-align: center;
     color: #666666;
     color: #666666;
     color:
     color:

BIN
Gameserver/Public/app_files/活动图片.png


+ 25 - 20
Gameserver/Public/gonggao.html

@@ -15,30 +15,32 @@
     <link href="http://www.game7000.com/loyalsoft/favicon.ico" rel="shortcut icon" type="image/x-icon">
     <link href="http://www.game7000.com/loyalsoft/favicon.ico" rel="shortcut icon" type="image/x-icon">
     <link rel="stylesheet" type="text/css" href="./app_files/basic.css">
     <link rel="stylesheet" type="text/css" href="./app_files/basic.css">
     <link rel="stylesheet" type="text/css" href="./app_files/index_cn.css">
     <link rel="stylesheet" type="text/css" href="./app_files/index_cn.css">
-    <style>
-        body {
-            background-color: #ffffff !important;
-        }
-        
+    <style> 
+	  
         .left-box {
         .left-box {
-            width: 25%;
-            height: 100%;
-            float: left;
+            width: 25%; 
+            float: left;  
         }
         }
         
         
         .right-box {
         .right-box {
-            width: 75%;
-            height: 100%;
-            float: left;
+            width: 75%; 
+            float: left;  
         }
         }
+        .left-box.server-tab .nav-item {
+            position: relative;
+        	min-height: 1px;
+            padding-right: .9375rem;
+            padding-left: .9375rem ;
+        }
+		 
     </style>
     </style>
 </head>
 </head>
 
 
 <body>
 <body>
     <section class="service_list">
     <section class="service_list">
         <div class="container">
         <div class="container">
-            <div class="head ">
-                <h2 style="color:green;"><b>游戏公告</b></h2>
+            <div class="head " >
+                <h2 style="color:green;margin-top:auto;margin-bottom: auto ;"><b>游戏公告</b></h2>
             </div>
             </div>
             <div class="service-list">
             <div class="service-list">
 
 
@@ -78,17 +80,20 @@
                 </ul>
                 </ul>
 
 
                 <div class="contantbox  right-box" style="height: 580px;">
                 <div class="contantbox  right-box" style="height: 580px;">
-                    <div class="tab-pane server-con-item   active" style="background-image: url(&quot;app_files/1.png&quot;); display: block;">
+                    <div class="tab-pane server-con-item   active" style="background-image: url(&quot;app_files/1596439374.png&quot;); display: block;">
                         <div class="server-con-item-wrapper animated fadeInUp">
                         <div class="server-con-item-wrapper animated fadeInUp">
                             <div class="server-con-item-wrapper-con">
                             <div class="server-con-item-wrapper-con">
                                 <div class="server-con-item-title"><b>版本更新公告</b></div>
                                 <div class="server-con-item-title"><b>版本更新公告</b></div>
                                 <div class="server-con-item-des"></div>
                                 <div class="server-con-item-des"></div>
-                                <p class="server-con-item-text">
-                                    亲爱的指挥官:<br> 为了给各位指挥官带来更好的游戏体验,我们决定于
-                                    <font color="orange"><b>9月18日9:00</b></font>
-                                    对全区全服进行停服维护,预计维护时长为90分钟,维护期间指挥官暂时无法进入游戏。如遇特殊情 况维护时间将会顺延,请指挥官们耐心等待,为您带来的不便,敬请谅解。
-                                    <br>维护完成后 ,指挥官们将得到
-                                    <font color="orange"><b>【钻石*300】</b></font>作为维护补偿,以邮件形式发放。</p>
+<p style="text-indent:2em;">
+	<span>Think Different</span> 
+</p>
+<p style="text-indent:2em;">
+	<span>Here’s to the crazy ones. The misfits. The rebels. The troublemakers. The round pegs in the square holes. The ones who see things differently. They’re not fond of rules. And they have no respect for the status quo. You can quote them, disagree with them, glorify or vilify them. About the only thing you can’t do is ignore them. Because they change things. They push the human race forward. And while some may see them as the crazy ones, we see genius. Because the people who are crazy enough to think they can change the world, are the ones who do.</span> 
+</p>
+<p style="text-indent:2em;">
+	<span style="background-color:#E56600;"><span>- Apple Inc.<img src="./app_files/活动图片.png" width="100%" alt="" /></span><span style="background-color:#E53333;"><span style="background-color:#FFFFFF;"><span style="background-color:;"></span></span></span></span> 
+</p>
                             </div>
                             </div>
                             <a href="http://www.game7000.com/loyalsoft/" title="企业展示网站" class="btn btn-block btn-more" target="_self">前往官网</a>
                             <a href="http://www.game7000.com/loyalsoft/" title="企业展示网站" class="btn btn-block btn-more" target="_self">前往官网</a>
                         </div>
                         </div>