Browse Source

更改公共询价样式

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@8088 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 9 years ago
parent
commit
5eb6ca2be7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/resources/tpl/index/home/left.html

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

@@ -159,7 +159,7 @@
 			<ul class="list-unstyled detail">
 				<li ng-repeat="msg in message | orderBy : '- inid'">
 					<!--<span ng-show="tender.isNew"><img src="static/img/home/newTender.png"></span>-->
-					<a ui-sref="sale.inquiry_detail({id:msg.inid})"class="text-light"><em style="color: #d32526;font-style: normal;">{{msg.pordName}}</em><img src="resources/img/home/new.png"/></a>
+					<a ui-sref="sale.inquiry_detail({id:msg.inid})"class="text-light"><em style="font-style: normal;">{{msg.pordName}}</em><img src="static/img/home/new.png"/></a>
 				</li>
 				<li ng-show="message == null || message == ''" class="grey">
 					暂无询价信息!