Browse Source

处理bug,修改主题色

Administrator 7 years ago
parent
commit
e24bba5833
36 changed files with 143 additions and 143 deletions
  1. 32 32
      src/main/webapp/resources/css/index.css
  2. 3 3
      src/main/webapp/resources/css/public.css
  3. 11 11
      src/main/webapp/resources/css/serve.css
  4. 1 1
      src/main/webapp/resources/tpl/index/account/logout.html
  5. 4 4
      src/main/webapp/resources/tpl/index/approvalFlow/enterprise.html
  6. 1 1
      src/main/webapp/resources/tpl/index/approvalFlow/productmatches.html
  7. 2 2
      src/main/webapp/resources/tpl/index/baseInfo/customersInfo.html
  8. 6 6
      src/main/webapp/resources/tpl/index/baseInfo/inquiryItem_detail.html
  9. 5 5
      src/main/webapp/resources/tpl/index/baseInfo/modal/fuzzysearch_enterprise_modal.html
  10. 1 1
      src/main/webapp/resources/tpl/index/baseInfo/productDetail.html
  11. 1 1
      src/main/webapp/resources/tpl/index/baseInfo/searchresult.html
  12. 1 1
      src/main/webapp/resources/tpl/index/purc/cart.html
  13. 1 1
      src/main/webapp/resources/tpl/index/purc/deputyOrder.html
  14. 1 1
      src/main/webapp/resources/tpl/index/purc/inquiry_unapply.html
  15. 1 1
      src/main/webapp/resources/tpl/index/purc/order.html
  16. 4 4
      src/main/webapp/resources/tpl/index/purc/pubInquiry.html
  17. 6 6
      src/main/webapp/resources/tpl/index/purc/pubInquiry_detail.html
  18. 6 6
      src/main/webapp/resources/tpl/index/purc/tender_answer_list.html
  19. 5 5
      src/main/webapp/resources/tpl/index/purc/tenderlist.html
  20. 1 1
      src/main/webapp/resources/tpl/index/purc/vendor.html
  21. 2 2
      src/main/webapp/resources/tpl/index/sale/accept_detail.html
  22. 1 1
      src/main/webapp/resources/tpl/index/sale/customer.html
  23. 1 1
      src/main/webapp/resources/tpl/index/sale/customer_detail.html
  24. 2 2
      src/main/webapp/resources/tpl/index/sale/inquiry_detail.html
  25. 4 4
      src/main/webapp/resources/tpl/index/sale/inquiry_mould_detail.html
  26. 3 3
      src/main/webapp/resources/tpl/index/sale/open_tender_list.html
  27. 7 7
      src/main/webapp/resources/tpl/index/sale/opentenderlist.html
  28. 3 3
      src/main/webapp/resources/tpl/index/sale/order_detail.html
  29. 1 1
      src/main/webapp/resources/tpl/index/sale/pubinquiry.html
  30. 1 1
      src/main/webapp/resources/tpl/index/sale/quotation_new.html
  31. 2 2
      src/main/webapp/resources/tpl/index/sale/return_detail.html
  32. 2 2
      src/main/webapp/resources/tpl/index/sale/sample_detail.html
  33. 6 6
      src/main/webapp/resources/tpl/index/sale/tender.html
  34. 6 6
      src/main/webapp/resources/tpl/index/sale/tender_question_list.html
  35. 6 6
      src/main/webapp/resources/tpl/index/sale/tenderlist.html
  36. 3 3
      src/main/webapp/resources/tpl/index/sale/vendorPerformanceAssess.html

+ 32 - 32
src/main/webapp/resources/css/index.css

@@ -95,7 +95,7 @@ a.none:hover {
 }
 
 .text-blue {
-	color: #327ebe;
+	color: #3f84f6;
 }
 
 .text-inverse {
@@ -211,7 +211,7 @@ a.none:hover {
 }
 
 .input-xs, .input-group-xs>.form-control, .input-group-xs>.input-group-addon, .input-group-xs>.input-group-btn>.btn {
-	border-color: #327ebe;
+	border-color: #3f84f6;
 }
 
 .form-group-sm .form-control-feedback {
@@ -1844,7 +1844,7 @@ ul>li.item-link>a {
 	width: 25px;
 	height: 24px;
 	line-height: 24px;
-	background: #327ebe;
+	background: #3f84f6;
 	color: #fff;
 	text-align: center;
 	border-radius: 0 2px 2px 0;
@@ -2974,7 +2974,7 @@ input:-webkit-autofill { box-shadow: 0 0 0 1000px white inset !important;}
 	width: 100%;
 	height: 50px;
 	line-height: 50px;
-	background: #366df3;
+	background: #3f84f6;
 	border-radius: 5px 5px 0 0 ;
 	/*background: url("../img/approvalFlow/comm_bg01.png") no-repeat left;*/
 	/*background-color: #f5f5f5;*/
@@ -3044,11 +3044,11 @@ input:-webkit-autofill { box-shadow: 0 0 0 1000px white inset !important;}
 }
 #empty .left_img{
 	display:inline-block;
-	color:#366df3;
+	color:#3f84f6;
 }
 #empty .left_img a{
 	font-size: 25px;
-	color:#366df3;
+	color:#3f84f6;
 }
 #empty .left_img a img{}
 #empty .left_img a:last-child:before{
@@ -3058,7 +3058,7 @@ input:-webkit-autofill { box-shadow: 0 0 0 1000px white inset !important;}
 	display:inline-block;
 	width:2px;
 	height:27px;
-	background: #366df3;
+	background: #3f84f6;
 	margin: 0 10px;
 }
 #empty .right_link{
@@ -3073,7 +3073,7 @@ input:-webkit-autofill { box-shadow: 0 0 0 1000px white inset !important;}
 	color:#666;
 }
 #empty .right_link a{
-	color:#366df3;
+	color:#3f84f6;
 	font-size: 14px;
 }
 
@@ -3082,7 +3082,7 @@ input:-webkit-autofill { box-shadow: 0 0 0 1000px white inset !important;}
 	padding-bottom:40px;
 }
 #empty_info .empty_title{
-	color:#366df3;
+	color:#3f84f6;
 	font-size: 18px;
 }
 #empty_info .empty_explain{
@@ -3101,7 +3101,7 @@ input:-webkit-autofill { box-shadow: 0 0 0 1000px white inset !important;}
 	padding-top: 11px;
 }
 .com_title01,.title-div{
-	border-bottom: 1px dashed #327ebe !important;
+	border-bottom: 1px dashed #3f84f6 !important;
 }
 #order-detail-list{
 	font-size: 14px;
@@ -3167,7 +3167,7 @@ input:-webkit-autofill { box-shadow: 0 0 0 1000px white inset !important;}
 #window-search .form-control{
 	height: 36px;
 	line-height: 36px;
-	border: #327ebe 1px solid;
+	border: #3f84f6 1px solid;
 	border-radius: 0px;
 	font-size: 14px;
 }
@@ -3175,7 +3175,7 @@ input:-webkit-autofill { box-shadow: 0 0 0 1000px white inset !important;}
 	width: 70px;
 	height: 36px;
 	display: inline-block;
-	background: #327ebe;
+	background: #3f84f6;
 	font-size: 16px;
 	text-align: center;
 	line-height: 36px;
@@ -3219,7 +3219,7 @@ input:-webkit-autofill { box-shadow: 0 0 0 1000px white inset !important;}
 }
 /*所有hover边框颜色*/
 .sale-view .order-table>tbody:hover{
-	border: #366df3 2px solid !important;
+	border: #3f84f6 2px solid !important;
 }
 /*.sale-view .order-table>tbody:hover tr:first-child td{
 	border-top: #d32526 1px solid !important;
@@ -3338,7 +3338,7 @@ input::-webkit-clear{display:none;}
 	margin-right: 5px;
 }
 #topSearch a:hover,#topSearch a.active{
-	background: #366df3;
+	background: #3f84f6;
 	color: #fff;
 	text-decoration: none;
 }
@@ -3494,19 +3494,19 @@ input::-webkit-clear{display:none;}
 	line-height: 22px;
 	border-radius: 4px;
 	text-align: center;
-	color: #327ebe;
+	color: #3f84f6;
 	font-size: 14px;
 	display: inline-block;
 	margin: 0 auto;
 	margin-left: 10px;
-	border: #327ebe 1px solid;
+	border: #3f84f6 1px solid;
 }
 #myquest-public  .all-btn a.btn01{
 /*	background: #27b6da;*/
 	margin-bottom: 5px;
 }
 #myquest-public  .all-btn a.btn02{
-	/*background: #327ebe;*/
+	/*background: #3f84f6;*/
 	border: #27b6da 1px solid;
 	color: #27b6da;
 }
@@ -3523,7 +3523,7 @@ input::-webkit-clear{display:none;}
 .sreach-index .form-control{
 	height: 36px;
 	line-height: 36px;
-	border: #327ebe 1px solid;
+	border: #3f84f6 1px solid;
 	border-radius: 0px;
 	font-size: 14px;
 	text-align: center;
@@ -3537,7 +3537,7 @@ input::-webkit-clear{display:none;}
 	width: 85px;
 	height: 36px;
 	display: inline-block;
-	background: #327ebe;
+	background: #3f84f6;
 	font-size: 16px;
 	text-align: center;
 	line-height: 36px;
@@ -3559,7 +3559,7 @@ input::-webkit-clear{display:none;}
 	top: 15px;
 }
 .left-nav>ul>li.active .new-dot,.left-nav>ul>li:hover .new-dot{
-	background: #366df3 !important;
+	background: #3f84f6 !important;
 }
 .left-nav>ul>li a{
 	position: relative;
@@ -3638,7 +3638,7 @@ input::-webkit-clear{display:none;}
 
 /*hover移上去2px 2017-05-09*/
 .tender-list02 .comment-oder:hover,.tender-list dl dd:hover{
-	border: #366df3 2px solid !important;
+	border: #3f84f6 2px solid !important;
 }
 /*2017-05-10*/
 .unPrinted{
@@ -3679,7 +3679,7 @@ input[required]:invalid, input:focus:invalid, textarea[required]:invalid, textar
 	font-size: 14px;
 }
 .tender-content .tender-list02 dl dd:hover{
-	border: #366df3 2px solid;
+	border: #3f84f6 2px solid;
 }
 .no-record-tab{
 	background: #fff;
@@ -3795,8 +3795,8 @@ input[required]:invalid, input:focus:invalid, textarea[required]:invalid, textar
 }
 .ng-table-pager .btn-default.active,.ng-table-pager .btn-default:hover,.ng-table-pager .pagination>.disabled>a,.ng-table-pager .pagination>li>a:hover{
 	color: #fff;
-	background-color: #327ebe;
-	border-color: #327ebe;
+	background-color: #3f84f6;
+	border-color: #3f84f6;
 }
 .ng-table-pager .pagination>.disabled>a{
 	box-shadow: none;
@@ -4330,7 +4330,7 @@ input[required]:invalid, input:focus:invalid, textarea[required]:invalid, textar
 	height: 26px;
 	text-align: center;
 	color: #fff;
-	background: #327ebe;
+	background: #3f84f6;
 	border: none;
 	border-radius: 5px;
 	margin: 0 5px;
@@ -4399,16 +4399,16 @@ input[required]:invalid, input:focus:invalid, textarea[required]:invalid, textar
 	width: 110px;
 	height: 24px;
 	line-height: 22px;
-	border: #327ebe 1px solid;
+	border: #3f84f6 1px solid;
 	border-radius: 5px;
-	color: #327ebe;
+	color: #3f84f6;
 	font-size: 14px;
 	text-align: center;
 	padding: 0;
 	margin-top: 6px;
 }
 .com-tab-menu ul li a.add-btn:hover,.com-tab-menu ul li a.add-btn.active{
-	background:#327ebe;
+	background:#3f84f6;
 	color: #fff;
 	border-bottom: none !important;
 }
@@ -4419,7 +4419,7 @@ input[required]:invalid, input:focus:invalid, textarea[required]:invalid, textar
 .form-input .form-group-sm .form-control{
 	height: 36px;
 	line-height: 36px;
-	border: #327ebe 1px solid;
+	border: #3f84f6 1px solid;
 	border-radius: 0px;
 	font-size: 14px;
 }
@@ -4427,7 +4427,7 @@ input[required]:invalid, input:focus:invalid, textarea[required]:invalid, textar
 	width: 85px;
 	height: 36px;
 	display: inline-block;
-	background: #327ebe;
+	background: #3f84f6;
 	font-size: 16px;
 	text-align: center;
 	line-height: 36px;
@@ -4476,7 +4476,7 @@ input[required]:invalid, input:focus:invalid, textarea[required]:invalid, textar
 }
 .form-input .col-xs-3 p em{
 	font-size: 14px;
-	color: #327ebe;
+	color: #3f84f6;
 	font-style: inherit;
 	margin: 0 2px;
 }
@@ -4646,7 +4646,7 @@ input[required]:invalid, input:focus:invalid, textarea[required]:invalid, textar
 }
 
 a.order-detail {
-	color: #327ebe !important;
+	color: #3f84f6 !important;
 }
 
 /*新手引导*/

+ 3 - 3
src/main/webapp/resources/css/public.css

@@ -1,5 +1,5 @@
 #public .com_title{width: 100%;margin: 0px auto;height: 40px;line-height: 40px;font-size: 14px;color: #323232;background: #f5f5f5;}
-#public .com_title font{color: #327ebe;}
+#public .com_title font{color: #3f84f6;}
 #public .com_title .search{position: relative;}
 #public .com_title .search input{width: 300px;padding-left: 10px;height: 36px;background: #fff;float: left;vertical-align: middle;border: #3578ba 1px solid;font-size: 14px;text-align: center;padding-right: 85px;line-height: 36px;}
 #public .com_title .search a.seek{vertical-align: middle;display: inline-block;line-height: 36px;text-align: center;height: 36px;width: 85px;border-left: 0;background: #3578ba;color: #fff;text-align: center;font-size: 16px;float: right;border: #3578ba 1px solid;position: absolute;right: 0;}
@@ -17,9 +17,9 @@
 #public .menu .btn-group .btn em{color: #d32526;font-style: inherit;}
 #public .menu .btn-group .btn:hover{background: #fff;color: #d32526;}
 #public #topSearch{font-size: 16px;}
-#public .form-group-sm .form-control{height: 36px;/*line-height: 36px;*/border: #327ebe 1px solid;border-radius: 0px;font-size: 14px;}
+#public .form-group-sm .form-control{height: 36px;/*line-height: 36px;*/border: #3f84f6 1px solid;border-radius: 0px;font-size: 14px;}
 #public .search-bg .col-xs-6{/*margin-left: 90px;*/}
-#public .search-bg .input-group-addon{width: 70px;height: 36px;display: inline-block;background: #366df3;font-size: 16px;text-align: center;line-height: 36px;color: #fff;padding: 0;border: none;border-radius: 0;position: absolute;top: 0;right: 0;}
+#public .search-bg .input-group-addon{width: 70px;height: 36px;display: inline-block;background: #3f84f6;font-size: 16px;text-align: center;line-height: 36px;color: #fff;padding: 0;border: none;border-radius: 0;position: absolute;top: 0;right: 0;}
 #public .order-table .header th,#public .inquiry-table .header th{height: 40px;line-height: 40px;background: none;font-size: 14px;}
 #public .order-table .order-hd,#public .inquiry-table .inquiry-hd{font-size: 14px;}
 #public .order-table .order-hd{ line-height: normal;}

+ 11 - 11
src/main/webapp/resources/css/serve.css

@@ -72,7 +72,7 @@ a.none:hover {
 }
 /*inverse*/
 .text-default {
-	color: #366df3;
+	color: #3f84f6;
 }
 
 .text-inverse {
@@ -675,7 +675,7 @@ a.none:hover {
 	line-height: 60px;
 	text-align: center;
 	margin: 5px auto;
-	color: #366df3;
+	color: #3f84f6;
 	font-size: 32px;
 	border: 1px solid #eee;
 	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.03);
@@ -686,7 +686,7 @@ a.none:hover {
 }
 .icon-lg:hover{
 	color: #fff;
-	background-color: #366df3;
+	background-color: #3f84f6;
 	cursor: pointer;
 	-webkit-transition: all 0.2s ease-in-out;
 	-moz-transition: all 0.2s ease-in-out;
@@ -694,7 +694,7 @@ a.none:hover {
 }
  a:hover .icon-circle {
 	color: #fff;
-	background-color: #366df3;
+	background-color: #3f84f6;
 	cursor: pointer;
 	-webkit-transition: all 0.2s ease-in-out;
 	-moz-transition: all 0.2s ease-in-out;
@@ -827,7 +827,7 @@ a.none:hover {
 }
 
 .contact-container .tab-content {
-	border: 1px solid #366df3;
+	border: 1px solid #3f84f6;
 	border-top: none;
 }
 
@@ -868,7 +868,7 @@ a.none:hover {
 	display: block;
 	margin-bottom: 20px;
 	font-size: 60px;
-	color: #366df3;
+	color: #3f84f6;
 }
 
 .online-list .title {
@@ -1063,7 +1063,7 @@ a.none:hover {
 
 .nav-tabs>li {
 	background: #f9f9f9;
-	border-bottom: 1px solid #366df3;
+	border-bottom: 1px solid #3f84f6;
 	border-right: 1px solid #e2e2e2;
 }
 
@@ -1085,9 +1085,9 @@ a.none:hover {
 
 .nav-tabs>li.active {
 	border-bottom-color: #fff;
-	border-top: 4px solid #366df3;
-	border-left: 1px solid #366df3;
-	border-right: 1px solid #366df3;
+	border-top: 4px solid #3f84f6;
+	border-left: 1px solid #3f84f6;
+	border-right: 1px solid #3f84f6;
 }
 
 .nav-tabs>li.active>a {
@@ -1394,7 +1394,7 @@ label {
 	width: 100%;
 	height: 50px;
 	line-height: 50px;
-	background: #366df3!important;
+	background: #3f84f6!important;
 	border-radius: 5px 5px 0 0 ;
 }
 

+ 1 - 1
src/main/webapp/resources/tpl/index/account/logout.html

@@ -39,7 +39,7 @@
 		color: #5078cb;
 	}
 	.modal-btn .btn:hover{
-		background: #327ebe;
+		background: #3f84f6;
 		color: #fff;
 	}
 	.modal-header{

+ 4 - 4
src/main/webapp/resources/tpl/index/approvalFlow/enterprise.html

@@ -14,7 +14,7 @@
 	}
 
 	.com_title font {
-		color: #327ebe;
+		color: #3f84f6;
 	}
 
 	.com_title01 {
@@ -119,10 +119,10 @@
 		padding-bottom: 20px;
 	}
 	#company .com-list .row-sm:hover{
-		border: #366df3 2px solid;
+		border: #3f84f6 2px solid;
 	}
 	.bule {
-		color: #327ebe;
+		color: #3f84f6;
 		font-size: 14px;
 		padding-left: 20px;
 	}
@@ -141,7 +141,7 @@
 		display: inline-block;
 		text-align: center;
 		float: right;
-		background: #327ebe;
+		background: #3f84f6;
 		color: #fff;
 		margin-right: 20px;
 	}

+ 1 - 1
src/main/webapp/resources/tpl/index/approvalFlow/productmatches.html

@@ -172,7 +172,7 @@ tbody td div.text-mould {
 	word-break: break-all;
 }
 .productmatches-tab tbody:hover{
-	border: #366df3 2px solid !important;
+	border: #3f84f6 2px solid !important;
 }
 /* 清楚ie下的输入框X */
 ::-ms-clear, ::-ms-reveal{display: none;}

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

@@ -47,7 +47,7 @@
 #customer-tab .form-horizontal .form-control{
 	height: 36px;
 	line-height: 36px;
-	border: #327ebe 1px solid;
+	border: #3f84f6 1px solid;
 	border-radius: 0px;
 	font-size: 14px;
 }
@@ -59,7 +59,7 @@
 	width: 85px;
 	height: 36px;
 	display: inline-block;
-	background: #327ebe;
+	background: #3f84f6;
 	font-size: 16px;
 	text-align: center;
 	line-height: 36px;

+ 6 - 6
src/main/webapp/resources/tpl/index/baseInfo/inquiryItem_detail.html

@@ -140,7 +140,7 @@ select::-ms-expand {
 }
 
 .tender-content .date-picker .btn-success {
-	background-color: #327EBE;
+	background-color: #3f84f6;
 }
 
 .tender-content .date-picker ul {
@@ -252,7 +252,7 @@ input[type="radio"], input[type="checkbox"] {
 }
 
 .tender-content>div>div.btn-publish>button {
-	background-color: #327ebe;
+	background-color: #3f84f6;
 	width: 90px;
 	height: 30px;
 	font-size: 14px;
@@ -261,7 +261,7 @@ input[type="radio"], input[type="checkbox"] {
 }
 
 .tender-content>div>div.btn-disabled>button {
-    background-color: #327ebe;
+    background-color: #3f84f6;
 	width: 90px;
 	height: 30px;
 	font-size: 14px;
@@ -298,7 +298,7 @@ input[type="radio"], input[type="checkbox"] {
 }
 
 .com_head a {
-	color: #327ebe;
+	color: #3f84f6;
 	float: right;
 	margin-right: 40px;
 	font-size: 14px;
@@ -314,7 +314,7 @@ input[type="radio"], input[type="checkbox"] {
 }
 
 .com_title font {
-	color: #327ebe;
+	color: #3f84f6;
 }
 
  /*  这里修改过 margin-top*/
@@ -540,7 +540,7 @@ input[type="radio"], input[type="checkbox"] {
         text-align: center;
     }
     .detail .footer button{
-        background: #327ebe;
+        background: #3f84f6;
         color:#fff;
     }
 </style>

+ 5 - 5
src/main/webapp/resources/tpl/index/baseInfo/modal/fuzzysearch_enterprise_modal.html

@@ -193,7 +193,7 @@
 	height: 36px;
 	line-height: 36px;
 	color: #fff;
-	background: #327ebe;
+	background: #3f84f6;
 	text-align: center;
 	font-size: 14px;
 	cursor: pointer;
@@ -201,7 +201,7 @@
 #topSearch .input-sm, .form-group-sm .form-control{
 	height: 36px;
 	line-height: 36px;
-	border: #327ebe 1px solid;
+	border: #3f84f6 1px solid;
 	border-radius: 0px;
 	font-size: 14px;
 }
@@ -241,7 +241,7 @@
 	line-height: 30px;
 }
 .enterprise-table .btn01{
-	color: #327ebe;
+	color: #3f84f6;
 	background: #fff;
 	border: none;
 	font-size: 16px;
@@ -250,7 +250,7 @@
 	width: 85px;
 	height: 36px;
 	display: inline-block;
-	background: #327ebe;
+	background: #3f84f6;
 	font-size: 16px;
 	text-align: center;
 	line-height: 36px;
@@ -270,7 +270,7 @@
 	font-style: normal;
 }
 .invite-btn:hover{
-	border: #366df3 2px solid;
+	border: #3f84f6 2px solid;
 }
 .invite-right{
 	padding-right: 0;

+ 1 - 1
src/main/webapp/resources/tpl/index/baseInfo/productDetail.html

@@ -50,7 +50,7 @@
     text-align: center;
 }
 #order-detail-list .table-default td a{
-    color: #327ebe ;
+    color: #3f84f6 ;
 }
 #order-detail-list .table-default tbody tr{
     height: 50px;

+ 1 - 1
src/main/webapp/resources/tpl/index/baseInfo/searchresult.html

@@ -270,7 +270,7 @@
 	font-style: normal;
 }
 .invite-btn:hover{
-	border: #366df3 2px solid;
+	border: #3f84f6 2px solid;
 }
 .invite-right{
 	padding-right: 0;

+ 1 - 1
src/main/webapp/resources/tpl/index/purc/cart.html

@@ -72,7 +72,7 @@
 	border-bottom: 10px #ddd solid;
 }*/
 .order-table>tbody:hover{
-	border: #366df3 2px solid !important;
+	border: #3f84f6 2px solid !important;
 }
 /*.order-table>tbody:hover .order-hd td{
 	border-top: #d32526 2px solid !important;

+ 1 - 1
src/main/webapp/resources/tpl/index/purc/deputyOrder.html

@@ -119,7 +119,7 @@
 }
 
 .tender-table tbody>tr:nth-child(odd) td:hover {
-	border: 2px solid #366df3;
+	border: 2px solid #3f84f6;
 }
 
 .tender-table tbody tr td a {

+ 1 - 1
src/main/webapp/resources/tpl/index/purc/inquiry_unapply.html

@@ -171,7 +171,7 @@
 	color: #d32526;
 }
 .inquiry-table>tbody:hover{
-	border: #366df3 2px solid;
+	border: #3f84f6 2px solid;
 }
 .view-slide-in .group-container {
 	padding: 0;

+ 1 - 1
src/main/webapp/resources/tpl/index/purc/order.html

@@ -72,7 +72,7 @@
 	border-bottom: 10px #ddd solid;
 }*/
 .order-table>tbody:hover{
-	border: #366df3 2px solid !important;
+	border: #3f84f6 2px solid !important;
 }
 /*.order-table>tbody:hover .order-hd td{
 	border-top: #d32526 2px solid !important;

+ 4 - 4
src/main/webapp/resources/tpl/index/purc/pubInquiry.html

@@ -55,7 +55,7 @@
 	height: 36px;
 	line-height: 36px;
 	color: #fff;
-	background: #327ebe;
+	background: #3f84f6;
 	text-align: center;
 	font-size: 14px;
 	cursor: pointer;
@@ -63,7 +63,7 @@
 #topSearch .input-sm, .form-group-sm .form-control {
 	height: 36px;
 	line-height: 36px;
-	border: #327ebe 1px solid;
+	border: #3f84f6 1px solid;
 	border-radius: 0px;
 	font-size: 14px;
 }
@@ -103,7 +103,7 @@
 	color: #fff;
 }
 .order-table .btn01 {
-	color: #327ebe;
+	color: #3f84f6;
 	background: #fff;
 	border: none;
 	font-size: 16px;
@@ -116,7 +116,7 @@
 	width: 85px;
 	height: 36px;
 	display: inline-block;
-	background: #327ebe;
+	background: #3f84f6;
 	font-size: 16px;
 	text-align: center;
 	line-height: 36px;

+ 6 - 6
src/main/webapp/resources/tpl/index/purc/pubInquiry_detail.html

@@ -87,7 +87,7 @@
 }
 
 .bid-content>div>div.btn-bid>button {
-	background-color: #327EBE;
+	background-color: #3f84f6;
 }
 
 .bid-content>div>div.btn-bid>button:hover {
@@ -103,7 +103,7 @@
 	height: 50px;
 	background-color: #fff;
 	color: rgb(50, 50, 50);
-	border-bottom: 1px solid #327ebe;
+	border-bottom: 1px solid #3f84f6;
 }
 
 .tender-table thead>tr>th:first-child, .tender-table tbody>tr>td:first-child
@@ -124,7 +124,7 @@
 }
 
 .tender-table tbody tr td a {
-	color: #327ebe;
+	color: #3f84f6;
 	font-size: 12px;
 }
 
@@ -144,7 +144,7 @@
 }
 
 .com_head a {
-	color: #327ebe;
+	color: #3f84f6;
 	float: right;
 	margin-right: 40px;
 	font-size: 14px;
@@ -170,7 +170,7 @@
 }
 
 .com_title font {
-	color: #327ebe;
+	color: #3f84f6;
 }
 
 .com_title01 {
@@ -423,7 +423,7 @@ i, em {
         <div class="purc-bid">
             <div class="com_head"><span>报价单</span></div>
             <div class="bid-content ng-scope">
-                <div class="title-div" style="border-bottom: 1px dashed #327ebe;">
+                <div class="title-div" style="border-bottom: 1px dashed #3f84f6;">
                     <span>基本信息</span>
                 </div>
                 <div class="row base-info">

+ 6 - 6
src/main/webapp/resources/tpl/index/purc/tender_answer_list.html

@@ -8,7 +8,7 @@
         height: 36px;
         font-size: 16px;
         font-family: '微软雅黑';
-        border: 1px solid #327EBE;
+        border: 1px solid #3f84f6;
         border-top-left-radius: 0;
         border-bottom-left-radius: 0;
         text-align: center;
@@ -19,8 +19,8 @@
         padding-top: 0;
         padding-bottom: 0;
         font-size: 16px;
-        background: #327EBE;
-        border: 1px solid #327EBE;
+        background: #3f84f6;
+        border: 1px solid #3f84f6;
         color: #fff;
         border-top-right-radius: 0;
         border-bottom-right-radius: 0;
@@ -122,12 +122,12 @@
     }
 
     .tender-table tbody.not-done > tr:nth-child(odd):hover {
-        border: 2px solid #366df3;
+        border: 2px solid #3f84f6;
 
     }
 
     .tender-table > tbody.is-done:hover {
-        border: 2px solid #366df3;
+        border: 2px solid #3f84f6;
     }
 
     .tender-table > tbody.is-done > tr:first-child {
@@ -149,7 +149,7 @@
     }
 
     .tender-table tbody tr td a {
-        color: #327ebe;
+        color: #3f84f6;
         /*border: #e8e8e8 1px solid;*/
     }
 

+ 5 - 5
src/main/webapp/resources/tpl/index/purc/tenderlist.html

@@ -8,7 +8,7 @@
         height: 36px;
         font-size: 14px;
         font-family: '微软雅黑';
-        border: 1px solid #327EBE;
+        border: 1px solid #3f84f6;
         border-top-left-radius: 0;
         border-bottom-left-radius: 0;
         text-align: center;
@@ -19,8 +19,8 @@
         padding-top: 0;
         padding-bottom: 0;
         font-size: 16px;
-        background: #327EBE;
-        border: 1px solid #327EBE;
+        background: #3f84f6;
+        border: 1px solid #3f84f6;
         color: #fff;
         border-top-right-radius: 0;
         border-bottom-right-radius: 0;
@@ -118,12 +118,12 @@
     }
 
     .tender-table tbody > tr:nth-child(odd):hover {
-        border: 2px solid #366df3;
+        border: 2px solid #3f84f6;
 
     }
 
     .tender-table tbody tr td a {
-        color: #327ebe;
+        color: #3f84f6;
     }
 
     .main-content .btn-group {

+ 1 - 1
src/main/webapp/resources/tpl/index/purc/vendor.html

@@ -62,7 +62,7 @@
 	font-size: 14px;
 }
 #customer-tab tbody tr:hover{
-	border: #366df3 2px solid;
+	border: #3f84f6 2px solid;
 }
 #customer-tab .com_title{
 	margin-bottom: 10px;

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

@@ -26,7 +26,7 @@
 		<span class="fr"><em>操作员:{{accept.recorder}}</em><time>日期:{{accept.date | date:'yyyy-MM-dd'}}</time></span>
 	</div>
 	<div class="pane-body">
-		<div class="title-div" style="border-bottom: 1px dashed #327ebe;">
+		<div class="title-div" style="border-bottom: 1px dashed #3f84f6;">
 			<span class="f14">单据信息</span>
 		</div>
 		<div class="row row-sm item">
@@ -75,7 +75,7 @@
 				<div class="content" ng-bind="::inquiry.remark"></div>
 			</div>
 		</div>
-		<div class="title-div" style="border-bottom: 1px dashed #327ebe;">
+		<div class="title-div" style="border-bottom: 1px dashed #3f84f6;">
 			<span class="f14">产品价格详情</span>&nbsp;
 		</div>
 		<div class="block">

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

@@ -41,7 +41,7 @@
 	font-size: 14px;
 }
 #customer-tab tbody tr:hover{
-	border: #366df3 2px solid;
+	border: #3f84f6 2px solid;
 }
 #customer-tab .form-horizontal .form-control{
 	height: 36px;

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

@@ -166,7 +166,7 @@
 						<td class="text-center" ng-bind="::product.title"></td>
 						<td class="text-center f12" ng-bind="::product.spec"></td>
 						<td class="text-center" ng-bind="::product.unit"></td>
-						<td class="text-center" ><a title="主动报价" href="javascript:void(0)" style="text-decoration: none; color: #327ebe;" id="click" class="add01" ng-click="Quotation(customer.uu, product.id)">报价</a>
+						<td class="text-center" ><a title="主动报价" href="javascript:void(0)" style="text-decoration: none; color: #3f84f6;" id="click" class="add01" ng-click="Quotation(customer.uu, product.id)">报价</a>
 						</td>
 					</tr>
 				</tbody>

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

@@ -20,7 +20,7 @@
 		<span class="fr"><em>制单人:{{inquiry.recorder}}</em><time>制单日期:{{inquiry.date | date:'yyyy-MM-dd'}}</time></span>
 	</div>
 	<div class="pane-body">
-		<div class="title-div" style="border-bottom: 1px dashed #327ebe;">
+		<div class="title-div" style="border-bottom: 1px dashed #3f84f6;">
 			<span class="f14">单据信息</span>
 		</div>
 		<div class="row row-sm item">
@@ -90,7 +90,7 @@
 				</div>
 			</div>
 		</div>
-		<div class="title-div" style="border-bottom: 1px dashed #327ebe;">
+		<div class="title-div" style="border-bottom: 1px dashed #3f84f6;">
 			<span class="f14">产品价格详情</span>&nbsp;
 		</div>
 		<div class="block">

+ 4 - 4
src/main/webapp/resources/tpl/index/sale/inquiry_mould_detail.html

@@ -57,7 +57,7 @@ a:hover{
 		</div>
 	</div>
 	<div class="pane-body">
-		<div class="title-div" style="border-bottom: 1px dashed #327ebe;">
+		<div class="title-div" style="border-bottom: 1px dashed #3f84f6;">
 			<span class="f14">单据信息</span>&nbsp;
 		</div>
 		<div class="row row-sm item">
@@ -109,7 +109,7 @@ a:hover{
 				</div>
 			</div>
 		</div>
-		<div class="title-div" style="border-bottom: 1px dashed #327ebe;">
+		<div class="title-div" style="border-bottom: 1px dashed #3f84f6;">
 			<span class="f14">商品价格详情</span>&nbsp;
 		</div>
 		<div class="block">
@@ -220,7 +220,7 @@ a:hover{
 				</tbody>
 			</table>
 		</div>
-		<div class="title-div" style="border-bottom: 1px dashed #327ebe;">
+		<div class="title-div" style="border-bottom: 1px dashed #3f84f6;">
 			<span class="f14">供应商附件</span>&nbsp;
 		</div>
 		<div class="block">
@@ -228,7 +228,7 @@ a:hover{
 				<td width="150" style="vertical-align: top" class="text-center">
 					<div class="input-group form-group" style="width: 300px; position: relative;">
 						<div ng-if="inquiryMould.$editing">
-							<a style="color: #327ebe">上传附件</a>
+							<a style="color: #3f84f6">上传附件</a>
 							<input type="file" ng-model="myFiles" ng-file-select multiple="multiple"
 								   ng-multiple="false" class="form-control input-sm input-group uploadFile" name="file"
 								   ng-change="pushFile(myFiles);notZero(inquiryMould)">

+ 3 - 3
src/main/webapp/resources/tpl/index/sale/open_tender_list.html

@@ -262,7 +262,7 @@
                 </div>
             </div>
             <!--<div class="tender-content ng-scope">
-                <div class="title-div" style="border-bottom: 1px dashed #327ebe;">
+                <div class="title-div" style="border-bottom: 1px dashed #3f84f6;">
                     <span class="f14">基本信息</span>&nbsp;
                     <span style="color: rgb(211,37,38);">*</span>
                 </div>
@@ -418,7 +418,7 @@
                 </div>
                 <div class="com_title01" style="border-bottom: 1px solid #969595;"><a ng-click="add()" style="margin-left: 20px;"><i class="fa fa-plus"></i>新增产品明细</a></div>
 
-                <div  class="title-div" style="border-bottom: 1px dashed #327ebe;">
+                <div  class="title-div" style="border-bottom: 1px dashed #3f84f6;">
                     <span>供应商信息</span>
                 </div>
                 <div class="row vend-info">
@@ -453,7 +453,7 @@
                             <a class="remove-vendor" href="javascript:void(0)" ng-click="removeVendor($index)" title="删除"><i class="fa fa-trash-o"></i></a>
                         </div>
                     </div>
-                    <div class="col-xs-12" style="border-bottom: 1px dashed #327ebe;">
+                    <div class="col-xs-12" style="border-bottom: 1px dashed #3f84f6;">
                         <div class="tender-desc">供应商报名要求</div>
                     </div>
                     <div class="col-xs-12">

+ 7 - 7
src/main/webapp/resources/tpl/index/sale/opentenderlist.html

@@ -8,7 +8,7 @@
         height: 36px;
         font-size: 16px;
         font-family: '微软雅黑';
-        border: 1px solid #327EBE;
+        border: 1px solid #3f84f6;
         border-top-left-radius: 0;
         border-bottom-left-radius: 0;
         text-align: center;
@@ -19,8 +19,8 @@
         padding-top: 0;
         padding-bottom: 0;
         font-size: 16px;
-        background: #327EBE;
-        border: 1px solid #327EBE;
+        background: #3f84f6;
+        border: 1px solid #3f84f6;
         color: #fff;
         border-top-right-radius: 0;
         border-bottom-right-radius: 0;
@@ -118,12 +118,12 @@
     }
 
     .tender-table tbody > tr:nth-child(odd):hover {
-        border: 2px solid #366df3;
+        border: 2px solid #3f84f6;
 
     }
 
     .tender-table tbody tr td a {
-        color: #327ebe;
+        color: #3f84f6;
     }
 
     .main-content .btn-group {
@@ -139,7 +139,7 @@
     <!-- 顶部导航及搜索框 -->
     <div class="top-nav">
         <div class="col-xs-8" style="font-size: 14px; height: 36px; padding-top: 10px;">
-            <span>服务>销售模块></span><span style="color: #327EBE;">投标</span>
+            <span>服务>销售模块></span><span style="color: #3f84f6;">投标</span>
         </div>
         <div class="input-group search-group col-xs-4">
             <input id="search_input" type="search" class="form-control input-sm" ng-model="keyword"
@@ -186,7 +186,7 @@
                 <!--<div class="col-xs-2 pull-right" style="padding-left: 0;padding-right: 15px; border-left: 16px solid #f5f5f5;">
                     <a ui-sref="purc.tender" type="button" title="新增投标单" class="btn btn-tender">
                         <img src="static/img/tender/zhaobiao.png">
-                        <span class="f16" style="color: #327EBE;">投标单</span>
+                        <span class="f16" style="color: #3f84f6;">投标单</span>
                     </a>
                 </div>-->
             </div>

+ 3 - 3
src/main/webapp/resources/tpl/index/sale/order_detail.html

@@ -38,7 +38,7 @@
 		</div>
 	</div>
 	<div class="pane-body">
-		<div class="title-div" style="border-bottom: 1px dashed #327ebe;">
+		<div class="title-div" style="border-bottom: 1px dashed #3f84f6;">
 			<span class="f14">基本信息</span>&nbsp;
 			<span style="color: rgb(211,37,38);">*</span>
 		</div>
@@ -84,7 +84,7 @@
 				<div class="content" ng-bind="::order.remark"></div>
 			</div>
 		</div>-->
-		<div class="title-div" style="border-bottom: 1px dashed #327ebe;">
+		<div class="title-div" style="border-bottom: 1px dashed #3f84f6;">
 			<span class="f14">交易信息</span>&nbsp;
 		</div>
 		<div class="row row-sm item">
@@ -111,7 +111,7 @@
 				<div class="content-hide content" ng-bind="::order.shipAddress"></div>
 			</div>
 		</div>
-		<div class="title-div" style="border-bottom: 1px dashed #327ebe;">
+		<div class="title-div" style="border-bottom: 1px dashed #3f84f6;">
 			<span class="f14">产品清单</span>&nbsp;
 		</div>
 		<div class="block">

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

@@ -101,7 +101,7 @@
 	}
 	.order-table .order-bd .product .dropdown-toggle:hover span{
 		text-decoration: none;
-		color:#327ebe;
+		color:#3f84f6;
 	}
 	.order-table .order-bd .product .dropdown-toggle i{
 		position:relative;

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

@@ -292,7 +292,7 @@
 		<span class="time-per fr"><em>录入人:{{::item.quotation.user.userName}}</em><time>日期:{{::item.quotation.date | date:'yyyy-MM-dd HH:mm:ss'}}</time></span>
 	</div>
 </div>
-<div class="title-div" style="border-bottom: 1px dashed #327ebe; margin-bottom: 10px;">
+<div class="title-div" style="border-bottom: 1px dashed #3f84f6; margin-bottom: 10px;">
 	<span class="f14">基本信息</span>&nbsp;
 </div>
 <div class="dot block new">

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

@@ -26,7 +26,7 @@
         <span class="fr"><em>操作员:{{returns.recorder}}</em><time>日期:{{returns.date | date:'yyyy-MM-dd'}}</time></span>
     </div>
     <div class="pane-body">
-        <div class="title-div" style="border-bottom: 1px dashed #327ebe;">
+        <div class="title-div" style="border-bottom: 1px dashed #3f84f6;">
             <span class="f14">单据信息</span>
         </div>
         <div class="row row-sm item">
@@ -75,7 +75,7 @@
                 <div class="content" ng-bind="::returns.remark"></div>
             </div>
         </div>
-        <div class="title-div" style="border-bottom: 1px dashed #327ebe;">
+        <div class="title-div" style="border-bottom: 1px dashed #3f84f6;">
             <span class="f14">产品价格详情</span>&nbsp;
         </div>
         <div class="block">

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

@@ -16,7 +16,7 @@
 		</div>
 	</div>
 	<div class="pane-body">
-		<div class="title-div" style="border-bottom: 1px dashed #327ebe;">
+		<div class="title-div" style="border-bottom: 1px dashed #3f84f6;">
 			<span class="f14">单据信息</span>&nbsp;
 			<div ng-if="sample.status == 401" class="block">
 				<span class="text-trans todo">待送样</span>
@@ -80,7 +80,7 @@
 				<div class="content" ng-show="!sample.proofing.remark">无</div>
 			</div>
 		</div>
-		<div class="title-div" style="border-bottom: 1px dashed #327ebe;">
+		<div class="title-div" style="border-bottom: 1px dashed #3f84f6;">
 			<span class="f14">物料信息</span>&nbsp;
 		</div>
 		<div class="row row-sm item">

+ 6 - 6
src/main/webapp/resources/tpl/index/sale/tender.html

@@ -143,7 +143,7 @@
         border-radius: 0;
     }
     .bid-content>div>div.btn-bid>button {
-        background-color: #327EBE;
+        background-color: #3f84f6;
     }
 
     /* 日期选择器 */
@@ -167,7 +167,7 @@
     }
 
     .purc-bid .date-picker .btn-success {
-        background-color: #327EBE;
+        background-color: #3f84f6;
     }
     .purc-bid .date-picker ul {
         border-radius: 0;
@@ -178,12 +178,12 @@
         border: none;
     }
 
-    .com_head a{color:#327ebe;float:right;margin-right:40px;font-size: 14px;}
+    .com_head a{color:#3f84f6;float:right;margin-right:40px;font-size: 14px;}
     .com_head a i{margin-left: 5px;line-height: 40px;}
     .com_head a:hover{color: #d2272d;}
 
     .com_title{width:100%;margin:0px auto;height:40px;line-height:40px;font-size:14px;color:#323232;background:#f5f5f5;}
-    .com_title font{color:#327ebe;}
+    .com_title font{color:#3f84f6;}
 
 
     .com_title01{height: 50px;line-height:50px;width:100%;border-bottom:#3578ba 1px dotted;border-top:#e8e8e8 1px solid;margin-top: -4px;} /*  这里修改过 margin-top*/
@@ -256,7 +256,7 @@
                 </div>
             </div>
             <div class="bid-content ng-scope">
-                <div class="title-div" style="border-bottom: 1px dashed #327ebe;">
+                <div class="title-div" style="border-bottom: 1px dashed #3f84f6;">
                     <span>基本信息</span>&nbsp;
                     <!-- 投标单状态 -->
                     <div class="img-status" ng-if="saleTender.status == '待投标' && tender.overdue != 1">
@@ -497,7 +497,7 @@
                         </div>
                     </div>
                 </div>
-                <div  class="title-div" style="border-bottom: 1px dashed #327ebe;">
+                <div  class="title-div" style="border-bottom: 1px dashed #3f84f6;">
                     <span>投标企业基本信息</span>
                     <span style="color: rgb(211,37,38);">*</span>
                 </div>

+ 6 - 6
src/main/webapp/resources/tpl/index/sale/tender_question_list.html

@@ -8,7 +8,7 @@
         height: 36px;
         font-size: 16px;
         font-family: '微软雅黑';
-        border: 1px solid #327EBE;
+        border: 1px solid #3f84f6;
         border-top-left-radius: 0;
         border-bottom-left-radius: 0;
         text-align: center;
@@ -19,8 +19,8 @@
         padding-top: 0;
         padding-bottom: 0;
         font-size: 16px;
-        background: #327EBE;
-        border: 1px solid #327EBE;
+        background: #3f84f6;
+        border: 1px solid #3f84f6;
         color: #fff;
         border-top-right-radius: 0;
         border-bottom-right-radius: 0;
@@ -122,12 +122,12 @@
     }
 
     .tender-table tbody.not-done > tr:nth-child(odd):hover {
-        border: 2px solid #366df3;
+        border: 2px solid #3f84f6;
 
     }
 
     .tender-table > tbody.is-done:hover {
-        border: 2px solid #366df3;
+        border: 2px solid #3f84f6;
     }
 
     .tender-table > tbody.is-done > tr:first-child {
@@ -149,7 +149,7 @@
     }
 
     .tender-table tbody tr td a {
-        color: #327ebe;
+        color: #3f84f6;
         /*border: #e8e8e8 1px solid;*/
     }
 

+ 6 - 6
src/main/webapp/resources/tpl/index/sale/tenderlist.html

@@ -8,7 +8,7 @@
         height: 36px;
         font-size: 16px;
         font-family: '微软雅黑';
-        border: 1px solid #327EBE;
+        border: 1px solid #3f84f6;
         border-top-left-radius: 0;
         border-bottom-left-radius: 0;
         text-align: center;
@@ -19,8 +19,8 @@
         padding-top: 0;
         padding-bottom: 0;
         font-size: 16px;
-        background: #327EBE;
-        border: 1px solid #327EBE;
+        background: #3f84f6;
+        border: 1px solid #3f84f6;
         color: #fff;
         border-top-right-radius: 0;
         border-bottom-right-radius: 0;
@@ -122,12 +122,12 @@
     }
 
     .tender-table tbody.not-done > tr:nth-child(odd):hover {
-        border: 2px solid #366df3;
+        border: 2px solid #3f84f6;
 
     }
 
     .tender-table > tbody.is-done:hover {
-        border: 2px solid #366df3;
+        border: 2px solid #3f84f6;
     }
 
     .tender-table > tbody.is-done > tr:first-child {
@@ -149,7 +149,7 @@
     }
 
     .tender-table tbody tr td a {
-        color: #327ebe;
+        color: #3f84f6;
         /*border: #e8e8e8 1px solid;*/
     }
 

+ 3 - 3
src/main/webapp/resources/tpl/index/sale/vendorPerformanceAssess.html

@@ -41,12 +41,12 @@
 	font-size: 14px;
 }
 #customer-tab tbody tr:hover{
-	border: #366df3 2px solid;
+	border: #3f84f6 2px solid;
 }
 #customer-tab .form-horizontal .form-control{
 	height: 36px;
 	line-height: 36px;
-	border: #327ebe 1px solid;
+	border: #3f84f6 1px solid;
 	border-radius: 0px;
 	font-size: 14px;
 }
@@ -58,7 +58,7 @@
 	width: 70px;
 	height: 36px;
 	display: inline-block;
-	background: #327ebe;
+	background: #3f84f6;
 	font-size: 16px;
 	text-align: center;
 	line-height: 36px;