|
@@ -20,7 +20,7 @@ html {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
html, body {
|
|
html, body {
|
|
|
- -ms-overflow-style: scrollbar;
|
|
|
|
|
|
|
+ -ms-overflow-style: scrollbar;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
body,button,input,select,textarea {
|
|
body,button,input,select,textarea {
|
|
@@ -61,8 +61,8 @@ body {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#top .container, #header .container, #nav .container, #content .container, #main .container, #footer .container {
|
|
#top .container, #header .container, #nav .container, #content .container, #main .container, #footer .container {
|
|
|
- width: 1190px;
|
|
|
|
|
- margin: 0 auto;
|
|
|
|
|
|
|
+ width: 1190px;
|
|
|
|
|
+ margin: 0 auto;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.carousel-inner,.carousel-control:hover,.carousel-control:focus {
|
|
.carousel-inner,.carousel-control:hover,.carousel-control:focus {
|
|
@@ -207,15 +207,15 @@ body {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.text-ellipsis {
|
|
.text-ellipsis {
|
|
|
- overflow: hidden;
|
|
|
|
|
- text-overflow: ellipsis;
|
|
|
|
|
- white-space: nowrap;
|
|
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
|
+ white-space: nowrap;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.text-link {
|
|
.text-link {
|
|
|
color: #5e696e;
|
|
color: #5e696e;
|
|
|
- cursor: pointer;
|
|
|
|
|
- text-decoration: underline;
|
|
|
|
|
|
|
+ cursor: pointer;
|
|
|
|
|
+ text-decoration: underline;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.text-required {
|
|
.text-required {
|
|
@@ -264,7 +264,7 @@ input::-moz-placeholder{
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active,.btn-inverse.active
|
|
.btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active,.btn-inverse.active
|
|
|
- {
|
|
|
|
|
|
|
+{
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
background-color: #ef5813;
|
|
background-color: #ef5813;
|
|
|
}
|
|
}
|
|
@@ -277,7 +277,7 @@ input::-moz-placeholder{
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.btn-theme:hover,.btn-theme:focus,.btn-theme:active,.btn-theme.active
|
|
.btn-theme:hover,.btn-theme:focus,.btn-theme:active,.btn-theme.active
|
|
|
- {
|
|
|
|
|
|
|
+{
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
background-color: #5078cb;
|
|
background-color: #5078cb;
|
|
|
}
|
|
}
|
|
@@ -397,12 +397,12 @@ input.ng-invalid.ng-dirty,textarea.ng-invalid.ng-dirty {
|
|
|
|
|
|
|
|
/* modal 模态框 */
|
|
/* modal 模态框 */
|
|
|
.modal-open {
|
|
.modal-open {
|
|
|
- overflow: auto;
|
|
|
|
|
|
|
+ overflow: auto;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.modal-open .modal {
|
|
.modal-open .modal {
|
|
|
- overflow-x: hidden;
|
|
|
|
|
- overflow-y: hidden;
|
|
|
|
|
|
|
+ overflow-x: hidden;
|
|
|
|
|
+ overflow-y: hidden;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@@ -412,13 +412,13 @@ input.ng-invalid.ng-dirty,textarea.ng-invalid.ng-dirty {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.modal {
|
|
.modal {
|
|
|
- position: absolute;
|
|
|
|
|
- bottom: auto;
|
|
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ bottom: auto;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.modal-backdrop.in {
|
|
.modal-backdrop.in {
|
|
|
- filter: alpha(opacity=30);
|
|
|
|
|
- opacity: .3;
|
|
|
|
|
|
|
+ filter: alpha(opacity=30);
|
|
|
|
|
+ opacity: .3;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/*loading new by suntg*/
|
|
/*loading new by suntg*/
|
|
@@ -451,7 +451,7 @@ input.ng-invalid.ng-dirty,textarea.ng-invalid.ng-dirty {
|
|
|
.u-panel {
|
|
.u-panel {
|
|
|
border: 1px solid #1BA5F8;
|
|
border: 1px solid #1BA5F8;
|
|
|
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
|
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
|
|
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
|
|
|
|
|
|
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
|
|
|
}
|
|
}
|
|
|
.u-panel-heading {
|
|
.u-panel-heading {
|
|
|
height: 57px;
|
|
height: 57px;
|
|
@@ -479,7 +479,7 @@ input.ng-invalid.ng-dirty,textarea.ng-invalid.ng-dirty {
|
|
|
/* 提示框 */
|
|
/* 提示框 */
|
|
|
.callout {
|
|
.callout {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
border: 1px solid #dddddd;
|
|
border: 1px solid #dddddd;
|
|
|
background-color: white;
|
|
background-color: white;
|
|
|
box-shadow: 5px 5px 5px #E2E3E4;
|
|
box-shadow: 5px 5px 5px #E2E3E4;
|
|
@@ -635,7 +635,7 @@ table th.before-blank:before, table th.before-blank:after {
|
|
|
.search-check .search button{
|
|
.search-check .search button{
|
|
|
background: #d3e1fc;
|
|
background: #d3e1fc;
|
|
|
border-radius: 0;
|
|
border-radius: 0;
|
|
|
- border: #e2dbdb 1px solid;
|
|
|
|
|
|
|
+ border: none !important;
|
|
|
border-left: none;
|
|
border-left: none;
|
|
|
}
|
|
}
|
|
|
.search-check .search a{
|
|
.search-check .search a{
|
|
@@ -672,7 +672,7 @@ table th.before-blank:before, table th.before-blank:after {
|
|
|
.check-input input{
|
|
.check-input input{
|
|
|
display: none;
|
|
display: none;
|
|
|
}
|
|
}
|
|
|
-.check-input label {
|
|
|
|
|
|
|
+.check-input label label {
|
|
|
width: 15px;
|
|
width: 15px;
|
|
|
height: 15px;
|
|
height: 15px;
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
@@ -710,14 +710,15 @@ div.ng-table-pager a.page-a{
|
|
|
.down-goods-btn{
|
|
.down-goods-btn{
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
width: 94px;
|
|
width: 94px;
|
|
|
- height: 34px;
|
|
|
|
|
- line-height: 34px;
|
|
|
|
|
|
|
+ height: 30px;
|
|
|
|
|
+ line-height: 30px;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
background: #5078cb;
|
|
background: #5078cb;
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
float: right;
|
|
float: right;
|
|
|
margin-right: 15px;
|
|
margin-right: 15px;
|
|
|
|
|
+ margin-top: 2px;
|
|
|
}
|
|
}
|
|
|
.down-goods-btn:hover{
|
|
.down-goods-btn:hover{
|
|
|
background: #3f7ae3;
|
|
background: #3f7ae3;
|
|
@@ -730,18 +731,37 @@ div.ng-table-pager a.page-a{
|
|
|
.ng-table-pager .ng-table-pagination li.active a{
|
|
.ng-table-pager .ng-table-pagination li.active a{
|
|
|
background: #5078cb !important;
|
|
background: #5078cb !important;
|
|
|
}
|
|
}
|
|
|
|
|
+.ng-table-pager .ng-table-pagination li.active a:hover{
|
|
|
|
|
+ color: #fff !important;
|
|
|
|
|
+}
|
|
|
div.ng-table-pager div.page-go-block{
|
|
div.ng-table-pager div.page-go-block{
|
|
|
margin-top: 0 !important;
|
|
margin-top: 0 !important;
|
|
|
}
|
|
}
|
|
|
-div.ng-table-pager a.page-a{
|
|
|
|
|
|
|
+.ng-table-pagination .page-number{
|
|
|
|
|
+ height: 30px !important;
|
|
|
|
|
+ border-bottom-right-radius: 0;
|
|
|
|
|
+ border-top-right-radius: 0;
|
|
|
|
|
+}
|
|
|
|
|
+body div.ng-table-pager input.page-number{
|
|
|
|
|
+ width: 40px;
|
|
|
|
|
+ height: 30px;
|
|
|
|
|
+ padding: 0 !important;
|
|
|
|
|
+ line-height: 30px;
|
|
|
|
|
+}
|
|
|
|
|
+body div.ng-table-pager a.page-a{
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
border-color: #4574E8;
|
|
border-color: #4574E8;
|
|
|
- padding: 6px 6px;
|
|
|
|
|
|
|
+ /*padding: 6px 6px !important;*/
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
border-top-right-radius: 4px;
|
|
border-top-right-radius: 4px;
|
|
|
border-bottom-right-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
|
- height: 31px;
|
|
|
|
|
|
|
+ height: 30px !important;
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ width: 35px;
|
|
|
|
|
+ padding: 0;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ line-height: 30px;
|
|
|
}
|
|
}
|
|
|
.ng-table-pagination .page-a:hover{
|
|
.ng-table-pagination .page-a:hover{
|
|
|
background: none !important;
|
|
background: none !important;
|
|
@@ -782,4 +802,112 @@ div.ng-table-pager a.page-a{
|
|
|
#left-nav-fragment .user_left ul li a:focus,#left-nav-fragment .user_left p:hover{
|
|
#left-nav-fragment .user_left ul li a:focus,#left-nav-fragment .user_left p:hover{
|
|
|
color: #fff !important;
|
|
color: #fff !important;
|
|
|
}
|
|
}
|
|
|
-input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea:focus:invalid{box-shadow: none;}
|
|
|
|
|
|
|
+input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea:focus:invalid{box-shadow: none;}
|
|
|
|
|
+/*显示多少条下拉*/
|
|
|
|
|
+.show-input{
|
|
|
|
|
+ margin-right: 40px;
|
|
|
|
|
+ width: 116px;
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+}
|
|
|
|
|
+.show-input .form-control{
|
|
|
|
|
+ width: 45px;
|
|
|
|
|
+ height: 22px;
|
|
|
|
|
+ line-height: 22px;
|
|
|
|
|
+ border-radius: 1px;
|
|
|
|
|
+ padding: 0 2px;
|
|
|
|
|
+ float: right;
|
|
|
|
|
+ margin-left: 5px;
|
|
|
|
|
+ font-size: 12px;
|
|
|
|
|
+}
|
|
|
|
|
+.search-check .more-hover {
|
|
|
|
|
+ color: #fff !important;
|
|
|
|
|
+}
|
|
|
|
|
+.search-check .check{
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+}
|
|
|
|
|
+.search-check .check ul{
|
|
|
|
|
+ width: 94px;
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ left: 0;
|
|
|
|
|
+ top: 30px;
|
|
|
|
|
+ background: #fff;
|
|
|
|
|
+ border: #e8e8e8 1px solid;
|
|
|
|
|
+ padding: 5px 0;
|
|
|
|
|
+ display: none;
|
|
|
|
|
+ z-index: 200;
|
|
|
|
|
+}
|
|
|
|
|
+.search-check .check:hover ul{
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+}
|
|
|
|
|
+.search-check .check ul li{
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ line-height: 22px;
|
|
|
|
|
+ float: left;
|
|
|
|
|
+}
|
|
|
|
|
+.search-check .check ul li a{
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ height: 22px;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ line-height: 22px;
|
|
|
|
|
+}
|
|
|
|
|
+.red{
|
|
|
|
|
+ color: #f00 !important;
|
|
|
|
|
+}
|
|
|
|
|
+.blue{
|
|
|
|
|
+ color: #5078cb !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/*全选操作*/
|
|
|
|
|
+.operation-btn{
|
|
|
|
|
+ margin-right: 15px;
|
|
|
|
|
+ margin-top: 4px;
|
|
|
|
|
+}
|
|
|
|
|
+.operation-btn a{
|
|
|
|
|
+ width: 55px;
|
|
|
|
|
+ height: 26px;
|
|
|
|
|
+ line-height: 26px;
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+}
|
|
|
|
|
+.operation-btn a.off{
|
|
|
|
|
+ background: #b4b5b9;
|
|
|
|
|
+ color: #333;
|
|
|
|
|
+ margin-right: 10px;
|
|
|
|
|
+}
|
|
|
|
|
+.operation-btn a.ok{
|
|
|
|
|
+ background: #5078cb;
|
|
|
|
|
+ color: #fff;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/*改为按钮*/
|
|
|
|
|
+.edit-icon button {
|
|
|
|
|
+ width: 50px;
|
|
|
|
|
+ height: 24px;
|
|
|
|
|
+ border: none;
|
|
|
|
|
+ color: #fff;
|
|
|
|
|
+ float: left;
|
|
|
|
|
+}
|
|
|
|
|
+.edit-icon button:nth-of-type(2){
|
|
|
|
|
+ margin-top: 3px;
|
|
|
|
|
+}
|
|
|
|
|
+.edit-icon button.ok {
|
|
|
|
|
+ background: #33b401;
|
|
|
|
|
+}
|
|
|
|
|
+.edit-icon button.off {
|
|
|
|
|
+ background: #f15601;
|
|
|
|
|
+}
|
|
|
|
|
+.edit-icon button.edit {
|
|
|
|
|
+ background: #5078cb;
|
|
|
|
|
+}
|
|
|
|
|
+.edit-icon button.up {
|
|
|
|
|
+ background: #fff;
|
|
|
|
|
+ border: #5078cb 1px solid;
|
|
|
|
|
+ color: #5078cb;
|
|
|
|
|
+}
|
|
|
|
|
+.edit-icon button.up:hover{
|
|
|
|
|
+ background: #5078cb;
|
|
|
|
|
+ color: #fff;
|
|
|
|
|
+}
|