Browse Source

公告样式调整

hangb 7 years ago
parent
commit
b1c561dfc2

+ 1 - 1
src/main/webapp/WEB-INF/views/normal/public.html

@@ -23,7 +23,7 @@
 			<div class="navbar-header">
 				<span class="navbar-brand">
 					<a href="http://www.ubtob.com/" target="_blank" title="优软云首页"></a>
-					<a href="http://uas.ubtob.com/#/index" title="B2B商务首页"></a>
+					<a href="http://www.usoftmall.com" title="优软商城" target="_blank">优软商城</a>
 				</span>
 			</div>
 			<div class="navbar-right">

+ 56 - 10
src/main/webapp/resources/css/serve.css

@@ -421,11 +421,11 @@ a.none:hover {
 }
 
 #header.navbar-inverse {
-    background-color: #e8e8e8;
-    border: none;
-    border-top: 10px solid #d32526;
-    box-shadow: 0 0 10px #6f6f6f;
-    position: relative;
+	position: relative;
+	height: 57px;
+	background-image: linear-gradient(180deg, #4392f7 0%, #366cf3 100%), linear-gradient( #0093e6, #0093e6);
+	border: none;
+	box-shadow: 0 0 10px #6f6f6f;
 }
 
 #header.navbar-inverse .navbar-brand {
@@ -439,7 +439,11 @@ a.none:hover {
 }
 
 #header.navbar-inverse .navbar-text {
-	color: #969696;
+	font-size: 16px;
+	color: #fff;
+}
+#header.navbar-inverse .navbar-text a{
+	color: #fff;
 }
 
 #header.navbar-inverse .navbar-nav>li>a {
@@ -520,17 +524,29 @@ a.none:hover {
 }
 
 #header .navbar-header .navbar-brand {
-	background: url("../img/logo/logo.png") no-repeat center;
+	position: relative;
+	background: url(../img/logo/logo01.png) no-repeat left center;
 	width: 218px;
 	margin: 0;
 	padding: 0;
-	line-height: 50px;
+	line-height: 57px;
+	height: 57px;
 }
 #header .navbar-header .navbar-brand a{
-	width: 44%;
 	float: left;
 	display: inline-block;
-	height: 50px;
+	height: 57px;
+	font-size: 16px;
+	color: #fff;
+}
+#header .navbar-header .navbar-brand a:before{
+	position: absolute;
+	top: 16px;
+	left: 105px;
+	content: '';
+	width: 2px;
+	height: 28px;
+	background-color: #fff;
 }
 #header .navbar-header .navbar-brand a:first-child{
 	width: 56%;
@@ -1351,4 +1367,34 @@ label {
 	position: relative;
 	top: 20px;
 	left: 32px;
+}
+
+/*公共详情*/
+#pub-com_head {
+	padding: 0;
+	width: 100%;
+	height: 50px;
+	line-height: 50px;
+	background: #366df3!important;
+	border-radius: 5px 5px 0 0 ;
+}
+
+#pub-com_head span{
+	margin-left: 10px;
+	color: #fff;
+	font-size: 18px;
+}
+#pub-com_head  .p-right{
+	float: right;
+}
+#pub-com_head  .p-right a{
+	color: #fff !important ;
+	font-size: 14px;
+	margin-right: 20px;
+}
+#pub-com_head  .p-right a img{
+	margin-right: 3px;
+}
+#pub-com_head  .p-right a:hover{
+	text-decoration: underline;
 }

+ 2 - 2
src/main/webapp/resources/tpl/public/info/notice.html

@@ -34,8 +34,8 @@
 </style>
 <div class="body notice-container">
 	<div class="panel panel-default">
-		<div class="panel-heading">
-			<h3 class="panel-title">系统公告</h3>
+		<div class="panel-heading" id="pub-com_head">
+			<span class="panel-title">系统公告</span>
 		</div>
 		<div class="panel-body" style="padding: 0;">
 			<table class="table table-default table-striped table-hover"