Browse Source

修改首页左侧样式。

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@7622 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
ouxianqin 9 years ago
parent
commit
ffd216810b

+ 1 - 1
src/main/webapp/resources/css/style.css

@@ -79,7 +79,7 @@ body {
 .com_head {
 	width: 100%;
 	height: 40px;
-	line-height: 40px;
+	line-height: 44px;
 	background: url("../img/approvalFlow/comm_bg01.png") no-repeat center;
 	background-color: #f5f5f5;
 }

+ 5 - 0
src/main/webapp/resources/tpl/index/approvalFlow/step1.html

@@ -9,6 +9,11 @@
     <link rel="stylesheet" href="static/css/base.css">
     <link rel="stylesheet" href="static/css/style.css">
 </head>
+<style>
+    .box01_02 a img{
+        margin-top: 7px;
+    }
+</style>
 <body>
 <!--弹出框01 审批人设置-->
 <div class="tanchuang" id="step1">

+ 2 - 2
src/main/webapp/resources/tpl/index/baseInfo/enterpriseList.html

@@ -289,8 +289,8 @@
 	<tbody ng-repeat="enterprise in $data" class="company-list">
 		<tr class="enterprise-hd" ng-dblclick="enterprise.$collapsed=!enterprise.$collapsed">
 			<td colspan="4"><span ng-bind="::enterprise.name" class="text-center"></span>(<span ng-bind="::enterprise.shortName"></span>)<img src="resources/img/logo/youruanrenzheng.png" id="logo" ng-if="enterprise.status == 313"></td>
-			<td width="200" class="grey01" ng-if="enterprise.status != 313">当前企业不是优软云用户</td>
-			<td width="200" class="grey01" ng-if="enterprise.status == 313">优软云用户</td>
+			<td width="200" class="grey01 text-center" ng-if="enterprise.status != 313">当前企业不是优软云用户</td>
+			<td width="200" class="grey01 text-center" ng-if="enterprise.status == 313">优软云用户</td>
 		</tr>
 		<tr class="enterprise-bd" ng-if="!enterprise.$collapsed ">
 			<td class="product" colspan="4">

+ 23 - 5
src/main/webapp/resources/tpl/index/home/left.html

@@ -22,13 +22,31 @@
 		overflow-y: scroll;
 		overflow-x: hidden;
 	}
-
+	.notice {
+		margin-top: 15px;
+	}
+	.notice .pane-body ul li a{
+		color: #d32526;
+	}
+	.change-ul{
+		margin-left: -25px;
+	}
+	.feed-wrap .detail>li{
+		padding: 0 10px 8px 5px !important;
+	}
+	.grey{
+		color: #999;
+	}
+	.feed-wrap .detail>li.grey{
+		line-height: 100px;
+		text-align: center;
+	}
 </style>
 <div class="user">
 	<div class="user-info">
 		<div class="user-image">
 			<img src="static/img/all/user_empty.png">
-			<ul class=" ">
+			<ul class="change-ul ">
 				<li>
 					<li class="dropdown-submenu">
 					<a style="font-size: 14px; font-family: 'Microsoft YaHei', 'Hiragino Sans GB'; text-decoration: none;" ui-sref="approvalflow.enterprise">{{userInfo.enterprise.enName}}
@@ -40,7 +58,7 @@
 						</ul>
 					</li>
 				</i>
-				<li>
+				<li class="grey">
 					UU号: {{userInfo.enterprise.uu}}
 				</li>
 				<li>
@@ -76,7 +94,7 @@
 				<li ng-repeat="tender in tenders | orderBy : - date">
 					<a ui-sref="sale.tender({id:tender.id})" class="text-light" ng-bind="::tender.title"></a>
 				</li>
-				<li ng-show="tenders == null || tenders == ''">
+				<li ng-show="tenders == null || tenders == ''" class="grey">
 					您还未收到客户的招标信息!
 				</li>
 			</ul>
@@ -91,7 +109,7 @@
 				<li ng-repeat="tender in openTenders | orderBy : - date">
 					<a ui-sref="sale.tender({id:tender.id})" class="text-light" ng-bind="::tender.title"></a>
 				</li>
-				<li ng-show="tenders == null || tenders == ''">
+				<li ng-show="tenders == null || tenders == ''" class="grey">
 					未找到公开的招标信息!
 				</li>
 	</ul>