Просмотр исходного кода

客户资料去掉滚动条条、首页企业圈添加合作伙伴改为新的合作伙伴。

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@8155 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
ouxianqin 9 лет назад
Родитель
Сommit
c887c14ec2

+ 41 - 0
src/main/webapp/resources/css/index.css

@@ -2960,4 +2960,45 @@ input::-webkit-clear{display:none;}
 .enterprise-btn div a:hover{
 	text-decoration: none;
 	background: #05acd1;
+}
+
+/*所有列表筛选改动样式*/
+#topSearch a{
+	width: 88px;
+	height: 34px;
+	display: inline-block;
+	font-size: 14px;
+	text-align: center;
+	line-height: 34px;
+	margin-right: 5px;
+}
+#topSearch a:hover,#topSearch a.active{
+	background: #5078cb;
+	color: #fff;
+	text-decoration: none;
+}
+.toggle p{
+	font-size: 14px;
+	line-height: 40px;
+}
+.toggle p em{
+	font-size: 14px;
+	color: #5078cb;
+	font-style: inherit;
+}
+.result{
+	width: 110px;
+	float: right;
+}
+.more-list{
+	margin-left: -15px;
+}
+.more-list .form-control{
+	border: #bfbfbf 1px solid;
+}
+.more-list .input-group-btn .btn{
+	border-color: #bfbfbf;
+}
+.btn-group button em{
+	font-style: inherit;
 }

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

@@ -135,7 +135,7 @@
 			<img src="static/img/home/entLib.png" >
 			<div>
 				<a href="#" title="我的合作伙伴">我的合作伙伴</a><br/>
-				<a href="#" title="添加合伙伙伴">添加合伙伙伴<em></em></a>
+				<a href="#" title="新的合作伙伴">新的合作伙伴<em></em></a>
 			</div>
 		</div>
 		<!--<a href="#/baseInfo/enterpriseList"><img src="static/img/home/entLib.png" ></a>-->

+ 1 - 1
src/main/webapp/resources/tpl/index/sale/customer.html

@@ -81,7 +81,7 @@
 <div class="loading in" ng-class="{'in': loading}">
 	<i></i>
 </div>
-<div class="pane base-info" style="max-height: 900px;overflow-y: auto; overflow-x: hidden;" id="customer-tab">
+<div class="pane base-info" style="/*max-height: 900px;overflow-y: auto; overflow-x: hidden;*/" id="customer-tab">
 	<!--<div class="pane-header">
 		客户资料 (共{{::totalCount}}个)
 		<div class="pull-right">

+ 2 - 2
src/main/webapp/resources/tpl/index/sale/inquiry_mould.html

@@ -155,7 +155,7 @@ tbody td div.text-mould {
 }
 
 .dropdown-menu .pane-body ul>li{
-	
+
 }
 .block{
 	/*background: #f5f5f5;*/
@@ -505,7 +505,7 @@ tbody td div.text-mould {
 											</div>
 										</div>
 									</li>
-									
+
 								</ul>
 								<div ng-show="!inquiryMould.replyDate"
 									class="text-center text-muted">暂无历史报价</div>