|
|
@@ -51,14 +51,14 @@ a.none:hover {
|
|
|
|
|
|
.empty-block {
|
|
|
margin: 0 auto;
|
|
|
- padding-top: 20px 25px;
|
|
|
- text-align: center;
|
|
|
- text-shadow: 0 2px 0 #fff, 0 -2px 0 #f8f6f2;
|
|
|
+ padding-top: 20px 25px;
|
|
|
+ text-align: center;
|
|
|
+ text-shadow: 0 2px 0 #fff, 0 -2px 0 #f8f6f2;
|
|
|
}
|
|
|
|
|
|
.empty-block i {
|
|
|
- font-size: 120px;
|
|
|
- color: #d9d7d3;
|
|
|
+ font-size: 120px;
|
|
|
+ color: #d9d7d3;
|
|
|
}
|
|
|
|
|
|
.f12 {
|
|
|
@@ -95,7 +95,7 @@ a.none:hover {
|
|
|
}
|
|
|
|
|
|
.text-blue {
|
|
|
- color: #327ebe;
|
|
|
+ color: #327ebe;
|
|
|
}
|
|
|
|
|
|
.text-inverse {
|
|
|
@@ -182,27 +182,27 @@ a.none:hover {
|
|
|
|
|
|
.text-ellipsis {
|
|
|
float: left;
|
|
|
- width: 260px;
|
|
|
- clear: left;
|
|
|
- overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- white-space: nowrap;
|
|
|
+ width: 260px;
|
|
|
+ clear: left;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
.text-link {
|
|
|
color: #5e696e;
|
|
|
- cursor: pointer;
|
|
|
- text-decoration: underline;
|
|
|
+ cursor: pointer;
|
|
|
+ text-decoration: underline;
|
|
|
}
|
|
|
|
|
|
.text-title {
|
|
|
font-size: 1.2em;
|
|
|
font-weight: bold;
|
|
|
- text-indent: 1em;
|
|
|
- line-height: 2em;
|
|
|
- border-bottom: 1px solid #ddd;
|
|
|
- margin-bottom: 15px;
|
|
|
- color: #828282
|
|
|
+ text-indent: 1em;
|
|
|
+ line-height: 2em;
|
|
|
+ border-bottom: 1px solid #ddd;
|
|
|
+ margin-bottom: 15px;
|
|
|
+ color: #828282
|
|
|
}
|
|
|
|
|
|
.form-control {
|
|
|
@@ -214,9 +214,9 @@ a.none:hover {
|
|
|
}
|
|
|
|
|
|
.form-group-sm .form-control-feedback {
|
|
|
- width: 30px;
|
|
|
- height: 30px;
|
|
|
- line-height: 30px;
|
|
|
+ width: 30px;
|
|
|
+ height: 30px;
|
|
|
+ line-height: 30px;
|
|
|
}
|
|
|
|
|
|
.btn-default {
|
|
|
@@ -385,7 +385,7 @@ a.none:hover {
|
|
|
font-weight: 500 !important;
|
|
|
border-bottom: 1px solid #e8e8e8;
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
|
- box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
|
+ box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
|
}
|
|
|
|
|
|
.ac-chart {
|
|
|
@@ -438,87 +438,87 @@ ul>li.item-link>a {
|
|
|
}
|
|
|
|
|
|
.throughline {
|
|
|
- position: relative;
|
|
|
+ position: relative;
|
|
|
}
|
|
|
|
|
|
.throughline .line {
|
|
|
position: absolute;
|
|
|
- border-top: 1px dashed #e5e2e2;
|
|
|
- left: 15px;
|
|
|
- right: 15px;
|
|
|
- top: 10px;
|
|
|
- z-index: 0;
|
|
|
+ border-top: 1px dashed #e5e2e2;
|
|
|
+ left: 15px;
|
|
|
+ right: 15px;
|
|
|
+ top: 10px;
|
|
|
+ z-index: 0;
|
|
|
}
|
|
|
|
|
|
.throughline .content {
|
|
|
position: relative;
|
|
|
color: #56a022;
|
|
|
padding: 0 10px;
|
|
|
- margin: 3px 0;
|
|
|
- background: #fff;
|
|
|
- display: inline-block;
|
|
|
+ margin: 3px 0;
|
|
|
+ background: #fff;
|
|
|
+ display: inline-block;
|
|
|
}
|
|
|
|
|
|
.stepline {
|
|
|
position: relative;
|
|
|
- height: 40px;
|
|
|
- line-height: 40px;
|
|
|
- margin: 40px 0 0;
|
|
|
+ height: 40px;
|
|
|
+ line-height: 40px;
|
|
|
+ margin: 40px 0 0;
|
|
|
}
|
|
|
|
|
|
.stepline:after, .stepline:before {
|
|
|
- background-color: #ddd;
|
|
|
- content: "";
|
|
|
- height: 2px;
|
|
|
- position: absolute;
|
|
|
- top: 19px;
|
|
|
- width: 50%;
|
|
|
+ background-color: #ddd;
|
|
|
+ content: "";
|
|
|
+ height: 2px;
|
|
|
+ position: absolute;
|
|
|
+ top: 19px;
|
|
|
+ width: 50%;
|
|
|
}
|
|
|
|
|
|
.stepline:before {
|
|
|
- background-image: -webkit-gradient(linear, right top, left top, from(#ddd), to(#fff));
|
|
|
- background-image: -webkit-linear-gradient(right, #ddd, #fff);
|
|
|
- background-image: -moz-linear-gradient(right, #ddd, #fff);
|
|
|
- background-image: -ms-linear-gradient(right, #ddd, #fff);
|
|
|
- background-image: -o-linear-gradient(right, #ddd, #fff);
|
|
|
- background-image: linear-gradient(right, #ddd, #fff);
|
|
|
- left: 0;
|
|
|
+ background-image: -webkit-gradient(linear, right top, left top, from(#ddd), to(#fff));
|
|
|
+ background-image: -webkit-linear-gradient(right, #ddd, #fff);
|
|
|
+ background-image: -moz-linear-gradient(right, #ddd, #fff);
|
|
|
+ background-image: -ms-linear-gradient(right, #ddd, #fff);
|
|
|
+ background-image: -o-linear-gradient(right, #ddd, #fff);
|
|
|
+ background-image: linear-gradient(right, #ddd, #fff);
|
|
|
+ left: 0;
|
|
|
}
|
|
|
|
|
|
.stepline:after {
|
|
|
- background-image: -webkit-gradient(linear, left top, right top, from(#ddd), to(#fff));
|
|
|
- background-image: -webkit-linear-gradient(left, #ddd, #fff);
|
|
|
- background-image: -moz-linear-gradient(left, #ddd, #fff);
|
|
|
- background-image: -ms-linear-gradient(left, #ddd, #fff);
|
|
|
- background-image: -o-linear-gradient(left, #ddd, #fff);
|
|
|
- background-image: linear-gradient(left, #ddd, #fff);
|
|
|
- left: 50%;
|
|
|
+ background-image: -webkit-gradient(linear, left top, right top, from(#ddd), to(#fff));
|
|
|
+ background-image: -webkit-linear-gradient(left, #ddd, #fff);
|
|
|
+ background-image: -moz-linear-gradient(left, #ddd, #fff);
|
|
|
+ background-image: -ms-linear-gradient(left, #ddd, #fff);
|
|
|
+ background-image: -o-linear-gradient(left, #ddd, #fff);
|
|
|
+ background-image: linear-gradient(left, #ddd, #fff);
|
|
|
+ left: 50%;
|
|
|
}
|
|
|
|
|
|
.stepline .item {
|
|
|
- position: relative;
|
|
|
+ position: relative;
|
|
|
}
|
|
|
|
|
|
.stepline .item span {
|
|
|
- position: absolute;
|
|
|
- left: 50%;
|
|
|
- height: 40px;
|
|
|
- width: 40px;
|
|
|
- margin-left: -20px;
|
|
|
- text-align: center;
|
|
|
- background-color: #fff;
|
|
|
- border: 2px solid #777;
|
|
|
- border-radius: 500px;
|
|
|
- color: #777;
|
|
|
- font-size: 18px;
|
|
|
- font-weight: bold;
|
|
|
- z-index: 4;
|
|
|
+ position: absolute;
|
|
|
+ left: 50%;
|
|
|
+ height: 40px;
|
|
|
+ width: 40px;
|
|
|
+ margin-left: -20px;
|
|
|
+ text-align: center;
|
|
|
+ background-color: #fff;
|
|
|
+ border: 2px solid #777;
|
|
|
+ border-radius: 500px;
|
|
|
+ color: #777;
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: bold;
|
|
|
+ z-index: 4;
|
|
|
}
|
|
|
|
|
|
.stepline .item .title {
|
|
|
- margin-top: 45px;
|
|
|
- text-align: center;
|
|
|
- line-height: 1.5;
|
|
|
+ margin-top: 45px;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 1.5;
|
|
|
}
|
|
|
|
|
|
/* top css stylesheet*/
|
|
|
@@ -555,7 +555,7 @@ ul>li.item-link>a {
|
|
|
|
|
|
|
|
|
#top ul.navbar-nav>li>a:hover,#top ul.navbar-nav>li>a:focus,#top ul.navbar-nav>li>a:hover *,#top ul.navbar-nav>li>a:focus *
|
|
|
- {
|
|
|
+{
|
|
|
color: #f40;
|
|
|
}
|
|
|
|
|
|
@@ -600,7 +600,7 @@ ul>li.item-link>a {
|
|
|
}
|
|
|
|
|
|
#top .dropdown-menu .pills ul>li {
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
|
|
|
#top .dropdown-menu .pills ul>li>a {
|
|
|
@@ -701,7 +701,7 @@ ul>li.item-link>a {
|
|
|
}
|
|
|
|
|
|
#header.navbar-inverse .navbar-brand:hover,#header.navbar-inverse .navbar-brand:focus
|
|
|
- {
|
|
|
+{
|
|
|
color: #ffffff;
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
@@ -767,7 +767,7 @@ ul>li.item-link>a {
|
|
|
padding-left: 10px;
|
|
|
}
|
|
|
|
|
|
-#home-search input::-ms-input-placeholder{ /*Internet Explorer*/
|
|
|
+#home-search input::-ms-input-placeholder{ /*Internet Explorer*/
|
|
|
padding-left: 10px;
|
|
|
}
|
|
|
|
|
|
@@ -787,66 +787,66 @@ ul>li.item-link>a {
|
|
|
/**dropdown-menu 样式 start **/
|
|
|
|
|
|
#dropdown-menu-sale {
|
|
|
- color: #333333;
|
|
|
- font-size: 14px;
|
|
|
- height: 164px;
|
|
|
- border-bottom: 1px solid #e8e8e8;
|
|
|
- margin-top: 10px;
|
|
|
+ color: #333333;
|
|
|
+ font-size: 14px;
|
|
|
+ height: 164px;
|
|
|
+ border-bottom: 1px solid #e8e8e8;
|
|
|
+ margin-top: 10px;
|
|
|
}
|
|
|
|
|
|
#dropdown-menu-sale img {
|
|
|
- margin-top: 50%;
|
|
|
+ margin-top: 50%;
|
|
|
}
|
|
|
|
|
|
#dropdown-menu-purc {
|
|
|
color: #333333;
|
|
|
font-size: 14px;
|
|
|
height: 86px;
|
|
|
- border-bottom: 1px solid #e8e8e8;
|
|
|
- margin-top: 20px;
|
|
|
+ border-bottom: 1px solid #e8e8e8;
|
|
|
+ margin-top: 20px;
|
|
|
}
|
|
|
|
|
|
#dropdown-menu-purc img {
|
|
|
- margin-top: 15%;
|
|
|
+ margin-top: 15%;
|
|
|
}
|
|
|
|
|
|
#dropdown-menu-finance {
|
|
|
color: #333333;
|
|
|
font-size: 14px;
|
|
|
height: 86px;
|
|
|
- border-bottom: 1px solid #e8e8e8;
|
|
|
- margin-top: 20px;
|
|
|
+ border-bottom: 1px solid #e8e8e8;
|
|
|
+ margin-top: 20px;
|
|
|
}
|
|
|
|
|
|
#dropdown-menu-finance img {
|
|
|
- margin-top: 15%;
|
|
|
+ margin-top: 15%;
|
|
|
}
|
|
|
|
|
|
#dropdown-menu-report {
|
|
|
color: #333333;
|
|
|
font-size: 14px;
|
|
|
height: 86px;
|
|
|
- margin-top: 20px;
|
|
|
+ margin-top: 20px;
|
|
|
}
|
|
|
|
|
|
#dropdown-menu-report img {
|
|
|
- margin-top: 15%;
|
|
|
+ margin-top: 15%;
|
|
|
}
|
|
|
|
|
|
- #home-dropdown:hover>.dropdown-menu {
|
|
|
+#home-dropdown:hover>.dropdown-menu {
|
|
|
margin-top: 0;
|
|
|
width: 500px;
|
|
|
}
|
|
|
/**dropdown-menu 样式 end **/
|
|
|
|
|
|
#header.navbar-inverse .navbar-nav>li>a:hover,#header.navbar-inverse .navbar-nav>li>a:focus
|
|
|
- {
|
|
|
+{
|
|
|
color: #d32526;
|
|
|
background-color: #e8e8e8;
|
|
|
}
|
|
|
|
|
|
#header.navbar-inverse .navbar-nav>.active>a,#header.navbar-inverse .navbar-nav>.active>a:hover,#header.navbar-inverse .navbar-nav>.active>a:focus
|
|
|
- {
|
|
|
+{
|
|
|
color: #d32526;
|
|
|
background-color: #e8e8e8;
|
|
|
font-color: #d32526;
|
|
|
@@ -854,7 +854,7 @@ ul>li.item-link>a {
|
|
|
}
|
|
|
|
|
|
#header.navbar-inverse .navbar-nav>.disabled>a,#header.navbar-inverse .navbar-nav>.disabled>a:hover,#header.navbar-inverse .navbar-nav>.disabled>a:focus
|
|
|
- {
|
|
|
+{
|
|
|
color: #444444;
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
@@ -864,7 +864,7 @@ ul>li.item-link>a {
|
|
|
}
|
|
|
|
|
|
#header.navbar-inverse .navbar-toggle:hover,#header.navbar-inverse .navbar-toggle:focus
|
|
|
- {
|
|
|
+{
|
|
|
background-color: #333333;
|
|
|
}
|
|
|
|
|
|
@@ -873,12 +873,12 @@ ul>li.item-link>a {
|
|
|
}
|
|
|
|
|
|
#header.navbar-inverse .navbar-collapse,#header.navbar-inverse .navbar-form
|
|
|
- {
|
|
|
+{
|
|
|
border-color: #101010;
|
|
|
}
|
|
|
|
|
|
#header.navbar-inverse .navbar-nav>.open>a,#header.navbar-inverse .navbar-nav>.open>a:hover,#header.navbar-inverse .navbar-nav>.open>a:focus
|
|
|
- {
|
|
|
+{
|
|
|
background-color: #56a022;
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
@@ -896,12 +896,12 @@ ul>li.item-link>a {
|
|
|
}
|
|
|
|
|
|
#header.navbar-inverse .btn-link:hover,#header.navbar-inverse .btn-link:focus
|
|
|
- {
|
|
|
+{
|
|
|
color: #ffffff;
|
|
|
}
|
|
|
|
|
|
#header.navbar-inverse .btn-link[disabled]:hover,#header fieldset[disabled] .navbar-inverse .btn-link:hover,#header.navbar-inverse .btn-link[disabled]:focus,#header fieldset[disabled] .navbar-inverse .btn-link:focus
|
|
|
- {
|
|
|
+{
|
|
|
color: #444444;
|
|
|
}
|
|
|
|
|
|
@@ -987,7 +987,7 @@ ul>li.item-link>a {
|
|
|
}
|
|
|
|
|
|
.user-image img {
|
|
|
-/* border-radius: 5%; */
|
|
|
+ /* border-radius: 5%; */
|
|
|
border: 1px solid #ccc;
|
|
|
width: 124px;
|
|
|
height: 124px;
|
|
|
@@ -1225,7 +1225,7 @@ ul>li.item-link>a {
|
|
|
}
|
|
|
.todo .todo-content #tips {
|
|
|
margin-top: 40px;
|
|
|
- font-family: Microsoft YaHei, SimHei, Verdana;
|
|
|
+ font-family: Microsoft YaHei, SimHei, Verdana;
|
|
|
font-size: 16px;
|
|
|
width: 100%;
|
|
|
}
|
|
|
@@ -1271,7 +1271,7 @@ ul>li.item-link>a {
|
|
|
margin-top: 10px;
|
|
|
padding-top: 20px;
|
|
|
margin-bottom: 20px;
|
|
|
- font-family: Microsoft YaHei, SimHei, Verdana;
|
|
|
+ font-family: Microsoft YaHei, SimHei, Verdana;
|
|
|
font-size: 14px;
|
|
|
cursor: pointer;
|
|
|
border-top: 1px dashed #919090;
|
|
|
@@ -1417,7 +1417,7 @@ ul>li.item-link>a {
|
|
|
}
|
|
|
|
|
|
.side-image img {
|
|
|
- margin-bottom: 15px;
|
|
|
+ margin-bottom: 15px;
|
|
|
/*cursor: pointer;*/
|
|
|
}
|
|
|
|
|
|
@@ -1665,7 +1665,7 @@ ul>li.item-link>a {
|
|
|
}
|
|
|
|
|
|
.input-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn
|
|
|
- {
|
|
|
+{
|
|
|
height: 30px;
|
|
|
padding: 0 7px;
|
|
|
font-size: 12px;
|
|
|
@@ -1674,7 +1674,7 @@ ul>li.item-link>a {
|
|
|
}
|
|
|
|
|
|
.input-xs,.input-group-xs>.form-control,.input-group-xs>.input-group-addon,.input-group-xs>.input-group-btn>.btn
|
|
|
- {
|
|
|
+{
|
|
|
height: 26px;
|
|
|
padding: 0 5px;
|
|
|
font-size: 12px;
|
|
|
@@ -1693,7 +1693,7 @@ ul>li.item-link>a {
|
|
|
|
|
|
.form-horizontal .form-group-inline, .form-horizontal .form-group-inline .form-group {
|
|
|
margin-left: 0;
|
|
|
- margin-right: 0
|
|
|
+ margin-right: 0
|
|
|
}
|
|
|
|
|
|
.form-horizontal .form-group-inline .input-group {
|
|
|
@@ -1765,7 +1765,7 @@ ul>li.item-link>a {
|
|
|
.headerline .center {
|
|
|
position: absolute;
|
|
|
top: -12px;
|
|
|
- left: 40%;
|
|
|
+ left: 40%;
|
|
|
line-height : 24px;
|
|
|
padding: 0 15px;
|
|
|
background: #fff;
|
|
|
@@ -1791,21 +1791,21 @@ ul>li.item-link>a {
|
|
|
}
|
|
|
|
|
|
.user-role>.role-item>.icon{
|
|
|
- text-align: center;
|
|
|
- color: #333;
|
|
|
- padding: 1px 3px;
|
|
|
- border-radius: 50%;
|
|
|
- border: 1px solid #333;
|
|
|
+ text-align: center;
|
|
|
+ color: #333;
|
|
|
+ padding: 1px 3px;
|
|
|
+ border-radius: 50%;
|
|
|
+ border: 1px solid #333;
|
|
|
}
|
|
|
|
|
|
.user-role>.role-item>.icon.info{
|
|
|
- color: #56a022;
|
|
|
- border: 1px solid #56a022;
|
|
|
+ color: #56a022;
|
|
|
+ border: 1px solid #56a022;
|
|
|
}
|
|
|
|
|
|
.user-role>.role-item>.icon.warning{
|
|
|
- color: #8a6d3b;
|
|
|
- border: 1px solid #8a6d3b;
|
|
|
+ color: #8a6d3b;
|
|
|
+ border: 1px solid #8a6d3b;
|
|
|
}
|
|
|
|
|
|
.row-operator {
|
|
|
@@ -1911,18 +1911,18 @@ ul>li.item-link>a {
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
.role-container>.role-list>.item>.icon{
|
|
|
- float: left;
|
|
|
- width: 60px;
|
|
|
- height: 60px;
|
|
|
- line-height: 60px;
|
|
|
- text-align: center;
|
|
|
- margin-top: 30px;
|
|
|
- color: #56a022;
|
|
|
- font-size: 52px;
|
|
|
- border-radius: 50%;
|
|
|
- -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.03);
|
|
|
- box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.03);
|
|
|
- background-color: #f3f3f4;
|
|
|
+ float: left;
|
|
|
+ width: 60px;
|
|
|
+ height: 60px;
|
|
|
+ line-height: 60px;
|
|
|
+ text-align: center;
|
|
|
+ margin-top: 30px;
|
|
|
+ color: #56a022;
|
|
|
+ font-size: 52px;
|
|
|
+ border-radius: 50%;
|
|
|
+ -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.03);
|
|
|
+ box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.03);
|
|
|
+ background-color: #f3f3f4;
|
|
|
}
|
|
|
.role-container>.role-list>.item>.icon i{
|
|
|
font-size: 36px;
|
|
|
@@ -1960,17 +1960,17 @@ ul>li.item-link>a {
|
|
|
}
|
|
|
|
|
|
.userrole-list>.item>.icon{
|
|
|
- float: left;
|
|
|
- width: 60px;
|
|
|
- height: 60px;
|
|
|
- line-height: 60px;
|
|
|
- text-align: center;
|
|
|
- color: #56a022;
|
|
|
- font-size: 36px;
|
|
|
- border-radius: 50%;
|
|
|
- -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.03);
|
|
|
- box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.03);
|
|
|
- background-color: #f3f3f4;
|
|
|
+ float: left;
|
|
|
+ width: 60px;
|
|
|
+ height: 60px;
|
|
|
+ line-height: 60px;
|
|
|
+ text-align: center;
|
|
|
+ color: #56a022;
|
|
|
+ font-size: 36px;
|
|
|
+ border-radius: 50%;
|
|
|
+ -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.03);
|
|
|
+ box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.03);
|
|
|
+ background-color: #f3f3f4;
|
|
|
}
|
|
|
|
|
|
.userrole-list>.item>.desc {
|
|
|
@@ -2047,7 +2047,7 @@ ul>li.item-link>a {
|
|
|
.role-resources input[type="checkbox"] {
|
|
|
margin-right: 5px;
|
|
|
height: 16px;
|
|
|
- vertical-align: text-bottom;
|
|
|
+ vertical-align: text-bottom;
|
|
|
margin-top: 0;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
@@ -2415,39 +2415,39 @@ input.ng-invalid.ng-dirty,textarea.ng-invalid.ng-dirty {
|
|
|
}
|
|
|
/*ng-view*/
|
|
|
.view-slide-in.ng-enter {
|
|
|
- transition: all .5s ease;
|
|
|
- -webkit-transition:all .5s ease;
|
|
|
- -moz-transition: all .5s ease;
|
|
|
- -o-transition: all .5s ease;
|
|
|
- position: relative;
|
|
|
- opacity: 0;
|
|
|
- top: 10px;
|
|
|
- left: 20px;
|
|
|
+ transition: all .5s ease;
|
|
|
+ -webkit-transition:all .5s ease;
|
|
|
+ -moz-transition: all .5s ease;
|
|
|
+ -o-transition: all .5s ease;
|
|
|
+ position: relative;
|
|
|
+ opacity: 0;
|
|
|
+ top: 10px;
|
|
|
+ left: 20px;
|
|
|
}
|
|
|
.view-slide-in.ng-enter.ng-enter-active {
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- opacity: 1;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ opacity: 1;
|
|
|
}
|
|
|
.view-slide-in.ng-leave.ng-leave-active{
|
|
|
- top: 5px;
|
|
|
- left: 5px;
|
|
|
- opacity: 1;
|
|
|
+ top: 5px;
|
|
|
+ left: 5px;
|
|
|
+ opacity: 1;
|
|
|
}
|
|
|
.view-slide-in.ng-leave{
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- opacity: 0;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ opacity: 0;
|
|
|
}
|
|
|
/*search*/
|
|
|
.search-advance {
|
|
|
position: absolute;
|
|
|
right: 35px;
|
|
|
top: 5px;
|
|
|
- line-height: 20px;
|
|
|
- visibility: hidden;
|
|
|
- white-space: nowrap;
|
|
|
- cursor: pointer;
|
|
|
+ line-height: 20px;
|
|
|
+ visibility: hidden;
|
|
|
+ white-space: nowrap;
|
|
|
+ cursor: pointer;
|
|
|
}
|
|
|
|
|
|
.search-advance.active,input[type="search"]:focus + .search-advance{
|
|
|
@@ -2455,7 +2455,7 @@ input.ng-invalid.ng-dirty,textarea.ng-invalid.ng-dirty {
|
|
|
}
|
|
|
|
|
|
.has-feedback input[type="search"] {
|
|
|
- padding-right: 80px;
|
|
|
+ padding-right: 80px;
|
|
|
}
|
|
|
|
|
|
#searchContainer {
|
|
|
@@ -2472,7 +2472,7 @@ input.ng-invalid.ng-dirty,textarea.ng-invalid.ng-dirty {
|
|
|
}
|
|
|
.warningLg {
|
|
|
line-height: 40px;
|
|
|
- height: 40px;
|
|
|
+ height: 40px;
|
|
|
font-family: "Microsoft YaHei", "Hiragino Sans GB";
|
|
|
font-weight: 700;
|
|
|
font-size: 17px;
|
|
|
@@ -2517,7 +2517,7 @@ input.ng-invalid.ng-dirty,textarea.ng-invalid.ng-dirty {
|
|
|
padding: 0;
|
|
|
font-size: 16px;
|
|
|
color: #000;
|
|
|
- }
|
|
|
+}
|
|
|
.dropdown-tab .nav-pills>li a:hover{
|
|
|
color: #d32526;
|
|
|
}
|
|
|
@@ -3047,6 +3047,7 @@ input::-webkit-clear{display:none;}
|
|
|
.myReuest p{
|
|
|
font-size: 14px;
|
|
|
line-height: 40px;
|
|
|
+ text-align: left;
|
|
|
}
|
|
|
.myReuest p em{
|
|
|
font-style: inherit;
|
|
|
@@ -3097,7 +3098,7 @@ input::-webkit-clear{display:none;}
|
|
|
margin-bottom: 10px;
|
|
|
}
|
|
|
#myquest-public .group-container{
|
|
|
- height: 45px;
|
|
|
+ /*height: 45px;*/
|
|
|
padding: 0;
|
|
|
background: #fff;
|
|
|
}
|
|
|
@@ -3113,7 +3114,7 @@ input::-webkit-clear{display:none;}
|
|
|
}
|
|
|
#myquest-public .customer-tab .customer-hd span{
|
|
|
font-size: 16px;
|
|
|
- margin-left: 20px;
|
|
|
+ margin-left: 35px;
|
|
|
}
|
|
|
.text-left{
|
|
|
text-align: left !important;
|
|
|
@@ -3121,6 +3122,7 @@ input::-webkit-clear{display:none;}
|
|
|
#myquest-public .customer-tab .customer-bd{
|
|
|
background: #fff;
|
|
|
line-height: 50px;
|
|
|
+ position: relative;
|
|
|
}
|
|
|
#myquest-public .customer-tab tbody{
|
|
|
border-bottom: #f5f5f5 16px solid;
|
|
|
@@ -3145,23 +3147,26 @@ input::-webkit-clear{display:none;}
|
|
|
display: none;
|
|
|
}
|
|
|
#myquest-public .all-btn a{
|
|
|
- width: 90px;
|
|
|
- height: 30px;
|
|
|
- line-height: 30px;
|
|
|
+ width: 70px;
|
|
|
+ height: 24px;
|
|
|
+ line-height: 24px;
|
|
|
border-radius: 4px;
|
|
|
text-align: center;
|
|
|
- color: #fff;
|
|
|
+ color: #327ebe;
|
|
|
font-size: 14px;
|
|
|
display: inline-block;
|
|
|
margin: 0 auto;
|
|
|
margin-left: 50px;
|
|
|
+ border: #327ebe 1px solid;
|
|
|
}
|
|
|
#myquest-public .all-btn a.btn01{
|
|
|
- background: #27b6da;
|
|
|
+/* background: #27b6da;*/
|
|
|
margin-bottom: 5px;
|
|
|
}
|
|
|
#myquest-public .all-btn a.btn02{
|
|
|
- background: #327ebe;
|
|
|
+ /*background: #327ebe;*/
|
|
|
+ border: #27b6da 1px solid;
|
|
|
+ color: #27b6da;
|
|
|
}
|
|
|
#myquest-public .all-btn a:hover{
|
|
|
background: #5078cb;
|
|
|
@@ -3245,20 +3250,20 @@ input::-webkit-clear{display:none;}
|
|
|
margin: 0;
|
|
|
}
|
|
|
.tab-first .row a{
|
|
|
- width: 190px;
|
|
|
+ width: 180px;
|
|
|
display: inline-block;
|
|
|
height: 45px;
|
|
|
- line-height: 40px;
|
|
|
+ line-height: 45px;
|
|
|
text-align: center;
|
|
|
- font-size: 16px;
|
|
|
- border: #ccc 1px solid;
|
|
|
- background: #eaeaea;
|
|
|
+ font-size: 18px;
|
|
|
float: left;
|
|
|
- margin-right: 10px;
|
|
|
+ background: #eaeaea;
|
|
|
+ border-top-right-radius: 10px;
|
|
|
+ border-top-left-radius: 10px;
|
|
|
+ margin-right: 5px;
|
|
|
}
|
|
|
.tab-first .row a.active{
|
|
|
background: #fff;
|
|
|
- color: #d32526;
|
|
|
}
|
|
|
#myquest-public .group-container .btn-group .btn,#myrequest-btn .btn-group .btn{
|
|
|
width: 80px;
|
|
|
@@ -3752,7 +3757,7 @@ input[required]:invalid, input:focus:invalid, textarea[required]:invalid, textar
|
|
|
background: #f47a86;
|
|
|
}
|
|
|
.tab-list .tab02 a.a01{
|
|
|
- margin-top: 14px;
|
|
|
+ margin-top: 14px;
|
|
|
}
|
|
|
.tab-list .tab02 .line02 a,.tab-list .tab02 .line03 a,.tab-list .tab02 .line04 a,.tab-list .tab02 .line05 a,.tab-list .tab02 .line06 a{
|
|
|
width: 98px;
|
|
|
@@ -3994,4 +3999,121 @@ input[required]:invalid, input:focus:invalid, textarea[required]:invalid, textar
|
|
|
}
|
|
|
.pagination>li>a, .pagination>li>span{
|
|
|
border: #ccc 1px solid;
|
|
|
+}
|
|
|
+
|
|
|
+/*企业圈新修改*/
|
|
|
+#myquest-public{
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.com-tab-menu{
|
|
|
+ margin-top: 18px;
|
|
|
+}
|
|
|
+.com-tab-menu ul{
|
|
|
+ width: 100%;
|
|
|
+ margin: 0 auto;
|
|
|
+}
|
|
|
+.com-tab-menu ul li{
|
|
|
+ float: left;
|
|
|
+ height: 30px;
|
|
|
+ list-style: none;
|
|
|
+ position: relative;
|
|
|
+ padding: 0 30px;
|
|
|
+}
|
|
|
+.com-tab-menu ul li.no-after:after{
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+.com-tab-menu ul li:first-child{
|
|
|
+ padding-left: 0;
|
|
|
+}
|
|
|
+.com-tab-menu ul li:after{
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ width: 1px;
|
|
|
+ height: 16px;
|
|
|
+ top: 8px;
|
|
|
+ right: 0;
|
|
|
+ display: inline-block;
|
|
|
+ background: #999999;
|
|
|
+}
|
|
|
+.com-tab-menu ul li:last-child:after{
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+.com-tab-menu ul li a{
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ display: inline-block;
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 30px;
|
|
|
+ padding: 0 10px;
|
|
|
+}
|
|
|
+.com-tab-menu ul li a.add-btn{
|
|
|
+ width: 110px;
|
|
|
+ height: 24px;
|
|
|
+ line-height: 24px;
|
|
|
+ border: #327ebe 1px solid;
|
|
|
+ border-radius: 5px;
|
|
|
+ color: #327ebe;
|
|
|
+ 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;
|
|
|
+ color: #fff;
|
|
|
+ border-bottom: none !important;
|
|
|
+}
|
|
|
+.com-tab-menu ul li a.active{
|
|
|
+ border-bottom: #d32526 2px solid!important;
|
|
|
+ color:#d32526 ;
|
|
|
+}
|
|
|
+.form-input .form-group-sm .form-control{
|
|
|
+ height: 36px;
|
|
|
+ line-height: 36px;
|
|
|
+ border: #327ebe 1px solid;
|
|
|
+ border-radius: 0px;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+.form-input.search-bg .input-group-addon {
|
|
|
+ width: 85px;
|
|
|
+ height: 36px;
|
|
|
+ display: inline-block;
|
|
|
+ background: #327ebe;
|
|
|
+ font-size: 16px;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 36px;
|
|
|
+ color: #fff;
|
|
|
+ padding: 0;
|
|
|
+ border: none;
|
|
|
+ border-radius: 0;
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ right: 0;
|
|
|
+}
|
|
|
+.form-input.search-bg{
|
|
|
+ margin-top: 15px;
|
|
|
+}
|
|
|
+.filter-list{
|
|
|
+ height: 30px;
|
|
|
+}
|
|
|
+.filter-list span{
|
|
|
+ color: #999;
|
|
|
+}
|
|
|
+.filter-list .input-select{
|
|
|
+ width: 110px;
|
|
|
+}
|
|
|
+.text-icon{
|
|
|
+ display: inline-block;
|
|
|
+ padding: 1px 20px;
|
|
|
+ font-size: 14px;
|
|
|
+ transform: rotate(-10deg);
|
|
|
+ border-radius: 5px;
|
|
|
+ white-space: nowrap;
|
|
|
+ text-align: center;
|
|
|
+ color: #e07b7c;
|
|
|
+ border: #e07b7c 1px solid;
|
|
|
+ position: relative;
|
|
|
+ line-height: inherit !important;
|
|
|
+ position: absolute;
|
|
|
+ right: 177px;
|
|
|
}
|