|
@@ -797,7 +797,7 @@ input.nospin[type="number"]{-moz-appearance:textfield;}
|
|
|
background:#fff;
|
|
|
}
|
|
|
.c-body-white{
|
|
|
- background: none;
|
|
|
+ background: #e4e7ea;
|
|
|
}
|
|
|
.right-nav{
|
|
|
width:36px
|
|
@@ -1745,46 +1745,56 @@ overflow-y: auto;
|
|
|
height: 12px;
|
|
|
background: rgba(51, 119, 255, 1);
|
|
|
}
|
|
|
+.agency-partheight{
|
|
|
+ height: calc((100vh - 155px) / 2);
|
|
|
+ /*background:rgba(82, 196, 26, 1);*/
|
|
|
+}
|
|
|
+.contant-height-one{
|
|
|
+ height: calc(((100vh - 165px) / 2) - 65px);
|
|
|
+ overflow-y: auto;
|
|
|
+}
|
|
|
+.contant-height-two{
|
|
|
+ height: calc(((100vh - 165px) / 2) - 178px);
|
|
|
+ overflow-y: auto;
|
|
|
+}
|
|
|
+.contant-height-three{
|
|
|
+ height: calc(((100vh - 165px) / 2) - 118px);
|
|
|
+ overflow-y: auto;
|
|
|
+}
|
|
|
.btn-table{
|
|
|
width: 70px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
-.bg-tsshenpi{
|
|
|
+.bg-new-red{
|
|
|
background: rgba(241, 82, 91, 0.08) !important;
|
|
|
}
|
|
|
-.bg-tsxiuding{
|
|
|
+.bg-new-orange{
|
|
|
background: rgba(250, 140, 22, 0.08) !important;
|
|
|
}
|
|
|
-.bg-jlshenpi{
|
|
|
+.bg-new-yellow{
|
|
|
background: rgba(251, 182, 45, 0.08) !important;
|
|
|
}
|
|
|
-.bg-bgshenpi{
|
|
|
+.bg-new-green{
|
|
|
background: rgba(82, 196, 26, 0.08) !important;
|
|
|
}
|
|
|
-.bg-cltiaocha{
|
|
|
+.bg-new-blue{
|
|
|
background: rgba(51, 119, 255, 0.08) !important;
|
|
|
}
|
|
|
-.bg-yfukuan{
|
|
|
- background: rgba(114, 46, 209, 0.08) !important;
|
|
|
-}
|
|
|
-.text-tsshenpi{
|
|
|
+.text-new-red{
|
|
|
color: rgba(241, 82, 91, 1) !important;
|
|
|
}
|
|
|
-.text-tsxiuding{
|
|
|
+.text-new-orange{
|
|
|
color: rgba(250, 140, 22, 1) !important;
|
|
|
}
|
|
|
-.text-jlshenpi{
|
|
|
+.text-new-yellow{
|
|
|
color: rgba(251, 182, 45, 1) !important;
|
|
|
}
|
|
|
-.text-bgshenpi{
|
|
|
+.text-new-green{
|
|
|
color: rgba(82, 196, 26, 1) !important;
|
|
|
}
|
|
|
-.text-cltiaocha{
|
|
|
+.text-new-blue{
|
|
|
color: rgba(51, 119, 255, 1) !important;
|
|
|
}
|
|
|
-.text-yfukuan{
|
|
|
- color: rgba(114, 46, 209, 1) !important;
|
|
|
-}
|
|
|
.text-width{
|
|
|
width: 66px;
|
|
|
text-align: center;
|
|
@@ -1800,10 +1810,62 @@ overflow-y: auto;
|
|
|
.table-middle thead th{
|
|
|
border-bottom: none;
|
|
|
}
|
|
|
+.card-big-htext{
|
|
|
+ font-size: 18px;
|
|
|
+}
|
|
|
.card-white{
|
|
|
background: rgba(255, 255, 255, 1) !important;
|
|
|
border-bottom: none;
|
|
|
}
|
|
|
-.dark-color{
|
|
|
- background-color:#2c3237 !important;
|
|
|
+.canyu-width{
|
|
|
+ height: 98px;
|
|
|
+}
|
|
|
+.canyu-bg-blue{
|
|
|
+ background: url(bg_participate_blue.png) no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+}
|
|
|
+.canyu-bg-yellow{
|
|
|
+ background: url(bg_participate_orange.png) no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+}
|
|
|
+.canyu-text{
|
|
|
+ font-size: 36px;
|
|
|
+}
|
|
|
+.list-text-vertical{
|
|
|
+ overflow:hidden;
|
|
|
+ text-overflow:ellipsis;
|
|
|
+ white-space:nowrap;
|
|
|
+}
|
|
|
+.about-text i{
|
|
|
+ margin-top: -5px;
|
|
|
+ display: inline-block;
|
|
|
+ width: 24px;
|
|
|
+ height: 24px;
|
|
|
+ vertical-align:middle;
|
|
|
+}
|
|
|
+.about-text i.about-qq{
|
|
|
+ background: url(about.png) no-repeat -8px -10px;
|
|
|
+}
|
|
|
+.about-text i.about-phone{
|
|
|
+ background: url(about.png) no-repeat -8px -40px;
|
|
|
+}
|
|
|
+.about-text i.about-tel{
|
|
|
+ background: url(about.png) no-repeat -8px -70px;
|
|
|
+}
|
|
|
+.about-text span{
|
|
|
+ font-size: 1.2rem;
|
|
|
+}
|
|
|
+/*@media (min-width: 768px){
|
|
|
+ .weixin-erweima img{
|
|
|
+ width:90%;
|
|
|
+ height:auto;
|
|
|
+ }
|
|
|
+}*/
|
|
|
+.weixin-erweima img{
|
|
|
+ width:75%;
|
|
|
+ height:auto;
|
|
|
+}
|
|
|
+.weixin-erweima span{
|
|
|
+ display: inline-block;
|
|
|
+ width: 75%;
|
|
|
}
|