|
|
@@ -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;
|
|
|
}
|