1871 lines
44 KiB
CSS
1871 lines
44 KiB
CSS
html {
|
|
color: #000;
|
|
background: #fff;
|
|
-webkit-text-size-adjust: 100%;
|
|
-ms-text-size-adjust: 100%
|
|
}
|
|
|
|
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
|
|
margin: 0;
|
|
padding: 0
|
|
}
|
|
|
|
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
|
|
display: block
|
|
}
|
|
|
|
audio, canvas, video {
|
|
display: inline-block;
|
|
*display: inline;
|
|
*zoom: 1
|
|
}
|
|
|
|
body, button, input, select, textarea {
|
|
font: 14px/16px Hiragino Sans GB,'Microsoft Yahei',arial,sans-serif
|
|
}
|
|
|
|
input, select, textarea {
|
|
font-size: 100%
|
|
}
|
|
|
|
textarea {
|
|
resize: none
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0
|
|
}
|
|
|
|
th {
|
|
text-align: inherit
|
|
}
|
|
|
|
fieldset, img {
|
|
border: 0
|
|
}
|
|
|
|
iframe {
|
|
display: block
|
|
}
|
|
|
|
abbr, acronym {
|
|
border: 0;
|
|
font-variant: normal
|
|
}
|
|
|
|
del {
|
|
text-decoration: line-through
|
|
}
|
|
|
|
address, caption, cite, code, dfn, em, th, var {
|
|
font-style: normal;
|
|
font-weight: 500
|
|
}
|
|
|
|
ol, ul {
|
|
list-style: none
|
|
}
|
|
|
|
caption, th {
|
|
text-align: left
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
font-size: 100%;
|
|
font-weight: 500
|
|
}
|
|
|
|
q:before, q:after {
|
|
content: ''
|
|
}
|
|
|
|
sub, sup {
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
position: relative;
|
|
vertical-align: baseline
|
|
}
|
|
|
|
sup {
|
|
top: -0.5em
|
|
}
|
|
|
|
sub {
|
|
bottom: -0.25em
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline
|
|
}
|
|
|
|
ins, a {
|
|
text-decoration: none;
|
|
outline: none
|
|
}
|
|
|
|
.fn-clear:after {
|
|
visibility: hidden;
|
|
display: block;
|
|
font-size: 0;
|
|
content: " ";
|
|
clear: both;
|
|
height: 0
|
|
}
|
|
|
|
.fn-clear {
|
|
zoom: 1
|
|
}
|
|
|
|
body.fn-hide {
|
|
display: none
|
|
}
|
|
|
|
.fn-left, .fn-right {
|
|
display: inline
|
|
}
|
|
|
|
.fn-left {
|
|
float: left
|
|
}
|
|
|
|
.fn-right {
|
|
float: right
|
|
}
|
|
|
|
a:hover, a:active {
|
|
text-decoration: none
|
|
}
|
|
|
|
input[type="submit"], input[type="reset"], input[type="button"], button {
|
|
-webkit-appearance: none;
|
|
cursor: pointer
|
|
}
|
|
|
|
/*index*/
|
|
.hide {
|
|
display: none;
|
|
}
|
|
|
|
.main_body {
|
|
background: #f4f7fc;
|
|
font-size: 14px; /* background: url(../imgs/index_bg.jpg) repeat-y 0 0; background-size: 15.94rem .03rem;*/
|
|
}
|
|
|
|
.index_header {
|
|
height: 88px;
|
|
box-shadow: 0 3px 10px #dfdfdf;
|
|
background: #f8f9fd;
|
|
position: absolute;
|
|
width: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 2;
|
|
}
|
|
|
|
.index_headerH {
|
|
height: 88px;
|
|
}
|
|
|
|
.index_header .left {
|
|
display: block;
|
|
float: left;
|
|
width: 151px;
|
|
height: 65px;
|
|
margin: 10px 0 0 55px;
|
|
}
|
|
|
|
.index_header .left img {
|
|
display: block;
|
|
width: 151px;
|
|
height: 65px;
|
|
}
|
|
|
|
.index_header .right {
|
|
display: block;
|
|
float: right;
|
|
margin: 18px 30px 0 0;
|
|
background: url(../imgs/manage_p3.jpg) no-repeat right center;
|
|
height: 50px;
|
|
padding-right: 18px;
|
|
}
|
|
|
|
.index_header .right img {
|
|
display: block;
|
|
float: left;
|
|
width: 50px;
|
|
height: 50px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.index_header .right span {
|
|
display: block;
|
|
float: left;
|
|
margin-left: 10px;
|
|
line-height: 50px;
|
|
font-size: 14px;
|
|
color: #5b5b5b;
|
|
}
|
|
|
|
.index_header .logOff {
|
|
display: block;
|
|
float: right;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
margin: 18px 32px 0 0;
|
|
color: #5b5b5b;
|
|
}
|
|
|
|
.index_header .logOff img {
|
|
display: block;
|
|
float: left;
|
|
margin: 14px 6px 0 0;
|
|
width: 22px;
|
|
height: 23px;
|
|
}
|
|
|
|
.index_header .logOff span {
|
|
display: block;
|
|
float: left;
|
|
}
|
|
|
|
.index_main {
|
|
}
|
|
|
|
.index_main .mainLeft {
|
|
float: left;
|
|
width: 253px;
|
|
background: #FFFFFF;
|
|
box-shadow: 2px 0 10px #dfdfdf;
|
|
}
|
|
|
|
.index_main .mainRight { /* width: 1310px;*/
|
|
float: left;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.index_main .mainLeft .listItem {
|
|
height: 55px;
|
|
line-height: 55px;
|
|
border-bottom: 1px solid #e4e4e4;
|
|
color: #6f6f6f;
|
|
font-size: 14px;
|
|
background: url(../imgs/manage_p11.png) no-repeat 223px 50%;
|
|
background-size: 6px 9px;
|
|
color: #626262;
|
|
}
|
|
|
|
.index_main .mainLeft .listItem img {
|
|
display: block;
|
|
float: left;
|
|
width: 20px;
|
|
height: 20px;
|
|
margin: 16px 22px 0 65px;
|
|
}
|
|
|
|
.index_main .mainLeft .listItem .img2 {
|
|
display: none;
|
|
}
|
|
|
|
.index_main .mainLeft .listItem.curr {
|
|
background: #1c486e url(../imgs/manage_p12.png) no-repeat 220px 50%;
|
|
background-size: 10px 8px;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.index_main .mainLeft .listItem.curr .img1 {
|
|
display: none;
|
|
}
|
|
|
|
.index_main .mainLeft .listItem.curr .img2 {
|
|
display: block;
|
|
}
|
|
|
|
.index_main .mainLeft .list {
|
|
display: none;
|
|
background: #f0f1f5;
|
|
}
|
|
|
|
.index_main .mainLeft .list a {
|
|
display: block;
|
|
height: 52px;
|
|
line-height: 52px;
|
|
border-bottom: 1px solid #d4d4d4;
|
|
text-indent: 105px;
|
|
color: #626262;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.index_main .mainRight .tit {
|
|
color: #1b1938;
|
|
font-size: 18px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
margin: 30px 0 0 30px;
|
|
}
|
|
|
|
.index_main .mainRight .main {
|
|
background: #FFFFFF;
|
|
width: 100%;
|
|
margin-top: 12px;
|
|
padding: 20px 0;
|
|
min-height: 500px;
|
|
}
|
|
|
|
.index_main .mainRight .content { /*width: 1258px; margin: 0 auto;*/
|
|
margin: 5px 25px 20px;
|
|
border: 1px solid #e3e3e3;
|
|
}
|
|
|
|
.index_main .mainRight .contentP {
|
|
padding-bottom: 15px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabTit {
|
|
height: 35px;
|
|
line-height: 35px;
|
|
background: #f0f1f5;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabTit a {
|
|
display: block;
|
|
float: left;
|
|
width: 14%;
|
|
text-align: center;
|
|
color: #343434;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabTit a.curr {
|
|
background: #f4f7fc;
|
|
color: #005679;
|
|
border-bottom: 2px solid #1c486e;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabTit a:last-child {
|
|
border-right: 1px solid #d7d8d9;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain {
|
|
margin-top: 25px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderList {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderList .item {
|
|
display: block;
|
|
float: left;
|
|
margin: 0 20px 18px 35px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
color: #444849;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderList .item label {
|
|
display: block;
|
|
float: left;
|
|
width: 60px;
|
|
text-align: justify;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderList .item input {
|
|
display: block;
|
|
float: left;
|
|
width: 285px;
|
|
height: 30px;
|
|
border: 1px solid #cedaf0;
|
|
border-radius: 4px;
|
|
background: #f9f9f9;
|
|
text-indent: 10px;
|
|
margin-left: 14px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderList .item select {
|
|
display: block;
|
|
float: left;
|
|
width: 285px;
|
|
height: 30px;
|
|
border: 1px solid #cedaf0;
|
|
border-radius: 4px;
|
|
background: #f9f9f9;
|
|
text-indent: 10px;
|
|
margin-left: 14px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderNumTotal {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
margin-left: 35px;
|
|
color: #444849;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderBtn {
|
|
clear: both;
|
|
margin: 16px 35px 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderBtn a {
|
|
display: block;
|
|
float: left;
|
|
width: 145px;
|
|
height: 38px;
|
|
line-height: 38px;
|
|
text-align: center;
|
|
margin: 0 27px 25px 0;
|
|
color: #ffffff;
|
|
font-size: 15px;
|
|
background: #1c486e;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderBtn a:hover {
|
|
background: #101f4b;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderTable {
|
|
clear: both; /* width: 1258px;*/
|
|
text-align: center;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderW1 {
|
|
width: 4%;
|
|
float: left;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderW2 {
|
|
width: 10%;
|
|
float: left;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderW3 {
|
|
width: 8%;
|
|
float: left;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderW4 {
|
|
width: 8%;
|
|
float: left;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderW5 {
|
|
width: 8%;
|
|
float: left;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderW6 {
|
|
width: 8%;
|
|
float: left;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderW7 {
|
|
width: 15%;
|
|
float: left;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderW8 {
|
|
width: 15%;
|
|
float: left;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderW9 {
|
|
width: 15%;
|
|
float: left;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderW10 {
|
|
width: 3%;
|
|
float: left;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderW11 {
|
|
width: 3%;
|
|
float: left;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderW12 {
|
|
width: 14%;
|
|
float: left;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .table_tit {
|
|
height: 38px;
|
|
line-height: 38px;
|
|
background: #f2f3f7;
|
|
color: #343434;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .table_main {
|
|
font-size: 13px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .table_main li {
|
|
height: 38px;
|
|
line-height: 38px;
|
|
background: #ffffff;
|
|
color: #5c5c5c;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .table_main li:nth-child(2n) {
|
|
background: #f5f9fc;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .pageWrap {
|
|
text-align: center;
|
|
height: 40px;
|
|
margin-top: 16px;
|
|
text-align: center;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .pageWrap a {
|
|
padding-left: 14px;
|
|
display: inline-block;
|
|
width: 22px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
border: 1px solid #f3f3f3;
|
|
border-radius: 4px;
|
|
color: #8b8b8a;
|
|
margin-right: 6px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .pageWrap a.curr {
|
|
background: #101f4b;
|
|
border-color: #101f4b;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.index_main .mainRight .copyRight {
|
|
clear: both;
|
|
text-align: center;
|
|
color: #5c5c5c;
|
|
margin: 15px 0 10px;
|
|
}
|
|
|
|
.clear {
|
|
clear: both;
|
|
}
|
|
/******************新增********************/
|
|
.index_main .mainRight .main .sbControl a .NewimgWrap {
|
|
width: 76px;
|
|
height: 72px;
|
|
background: #CCC;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.index_main .mainRight .main .sbControl a:hover .NewimgWrap {
|
|
background: #CCC;
|
|
}
|
|
/*后台管理-控制器*/
|
|
.index_main .mainRight .pageController_tit {
|
|
height: 35px;
|
|
line-height: 35px;
|
|
color: #787878;
|
|
margin: 5px 0 0 30px;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.index_main .mainRight .pageController_tit span {
|
|
color: #d3211a;
|
|
}
|
|
|
|
.index_main .mainRight .pageController_tit img {
|
|
vertical-align: middle;
|
|
position: relative;
|
|
top: -.2px;
|
|
}
|
|
|
|
.index_main .mainRight .pageController_tit i {
|
|
font-style: normal;
|
|
color: #0a6aa2;
|
|
}
|
|
|
|
.index_main .mainRight .pageController_tabel { /* width: 1245px; */
|
|
margin: 10px 28px 5px;
|
|
background: #f9f9f9;
|
|
border: 1px solid #efefef;
|
|
overflow: hidden;
|
|
padding: 35px 0 25px;
|
|
}
|
|
|
|
.index_main .mainRight .pageController_tabel .ControllerLeft {
|
|
float: left;
|
|
width: 250px;
|
|
text-align: center;
|
|
}
|
|
|
|
.index_main .mainRight .pageController_tabel .ControllerRight {
|
|
float: left;
|
|
width: 945px;
|
|
text-align: center;
|
|
}
|
|
|
|
.index_main .mainRight .pageController_tabel .ControllerLeft p:first-child {
|
|
margin: 20px 0 5px;
|
|
line-height: inherit;
|
|
height: auto;
|
|
}
|
|
|
|
.index_main .mainRight .pageController_tabel .ControllerLeft p {
|
|
font-size: 13px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
color: #7c7c7c;
|
|
}
|
|
|
|
.index_main .mainRight .pageController_tabel .ControllerRight span {
|
|
display: block;
|
|
float: left;
|
|
width: 38px;
|
|
height: 38px;
|
|
line-height: 38px;
|
|
border: 1.2px solid #f9f9f9;
|
|
border-top: none;
|
|
border-left: none;
|
|
background: #e5e5e5;
|
|
color: #6d6d6d;
|
|
font-size: 14px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.index_main .mainRight .pageController_tabel .ControllerRight span.curr {
|
|
background: #d41813;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.index_main .mainRight .pageController_tabel:last-child {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.index_main .mainRight .main .item label {
|
|
display: block;
|
|
float: left;
|
|
width: 40px;
|
|
text-align: justify;
|
|
margin-left: 8px;
|
|
margin-top: 6px;
|
|
}
|
|
|
|
.index_main .mainRight .main .item select {
|
|
display: block;
|
|
float: left;
|
|
width: 100px;
|
|
height: 26px;
|
|
border: 1px solid #cedaf0;
|
|
border-radius: 4px;
|
|
background: #f9f9f9;
|
|
text-indent: 10px;
|
|
margin-left: 14px;
|
|
}
|
|
|
|
.index_main .mainRight .pageController_tabel .ControllerRight_Pic {
|
|
float: left;
|
|
width: 945px;
|
|
text-align: center;
|
|
}
|
|
|
|
.index_main .mainRight .pageController_tabel .ControllerRight_Pic span {
|
|
display: block;
|
|
float: left;
|
|
width: 38px;
|
|
height: 38px;
|
|
line-height: 38px;
|
|
border: 1.2px solid #f9f9f9;
|
|
border-top: none;
|
|
border-left: none;
|
|
background: #e5e5e5;
|
|
color: #6d6d6d;
|
|
font-size: 14px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.index_main .mainRight .pageController_tabel .ControllerRight_Pic span.curr {
|
|
background: #d41813;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.index_main .mainRight .pageController_tabel .ControllerRight span.currv {
|
|
background: #4ad413;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.index_main .mainRight .pageController_tabel:last-child {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
|
|
|
|
|
|
.index_main .mainRight .pageController_tabel .ControllerRight span.currgreen {
|
|
background: #4ad413;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.index_main .mainRight .pageController_tabel .ControllerRight span.curryellow {
|
|
background: #ffdb2d;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
|
|
/*登录页*/
|
|
input {
|
|
outline: none;
|
|
}
|
|
|
|
.loginHtml_bg {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: url(../imgs/manage_p19.jpg) no-repeat 50% 50%;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.loginMain_wrap {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 100;
|
|
}
|
|
|
|
.loginMain_wrap .login_main {
|
|
height: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.loginMain_wrap .login_main:before {
|
|
content: "";
|
|
width: 0;
|
|
height: 100%;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.loginMain_wrap .login_content {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
width: 450px;
|
|
height: 360px;
|
|
border-radius: 5px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
background: rgba(0,0,0,.15);
|
|
}
|
|
|
|
.loginMain_wrap .login_content .imgLogo {
|
|
display: block;
|
|
width: 125px;
|
|
height: 55px;
|
|
margin: 30px auto 0;
|
|
}
|
|
|
|
.loginMain_wrap .login_content .loginMain {
|
|
width: 390px;
|
|
margin: 35px auto 0;
|
|
}
|
|
|
|
.loginMain_wrap .login_content .loginMain .p_list {
|
|
clear: both;
|
|
height: 42px;
|
|
line-height: 42px;
|
|
background: #FFFFFF;
|
|
margin-bottom: 25px;
|
|
position: relative;
|
|
}
|
|
|
|
.loginMain_wrap .login_content .loginMain .p_list input {
|
|
display: block;
|
|
float: left;
|
|
height: 42px;
|
|
width: 342px;
|
|
border: none;
|
|
text-indent: 15px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.loginMain_wrap .login_content .loginMain .p_list img {
|
|
display: block;
|
|
float: left;
|
|
width: 46px;
|
|
height: 42px;
|
|
}
|
|
|
|
.loginMain_wrap .login_content .loginMain button {
|
|
display: block;
|
|
height: 45px;
|
|
line-height: 45px;
|
|
text-align: center;
|
|
background: #0073c6;
|
|
color: #FFFFFF;
|
|
font-size: 24px;
|
|
width: 100%;
|
|
border: none;
|
|
}
|
|
|
|
.loginMain_wrap .login_content .loginMain button:hover {
|
|
background: #278cd4;
|
|
}
|
|
|
|
.loginMain_wrap .login_content .loginMain .writeInfor {
|
|
margin-top: 13px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
color: #c6c6d5;
|
|
}
|
|
|
|
.loginMain_wrap .login_content .loginMain .writeInfor span {
|
|
display: block;
|
|
float: left;
|
|
}
|
|
|
|
.loginMain_wrap .login_content .loginMain .writeInfor a {
|
|
display: block;
|
|
float: right;
|
|
color: #c6c6d5;
|
|
}
|
|
|
|
.loginMain_wrap .login_content .loginMain .writeInfor input {
|
|
width: 12px;
|
|
height: 12px;
|
|
background: #fdfdff;
|
|
border: 1px solid #cdcbce;
|
|
margin-right: 5px;
|
|
position: relative;
|
|
top: 3px;
|
|
}
|
|
|
|
.loginMain_footer {
|
|
height: 40px;
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
z-index: 99;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
color: #d7d5e1;
|
|
background: rgba(0,0,0,.15);
|
|
}
|
|
|
|
/*后台管理-删除数据库历史数据*/
|
|
.index_main .mainRight .content .sqlTit {
|
|
height: 32px;
|
|
line-height: 32px;
|
|
margin: 20px 0 0 25px;
|
|
color: #444849;
|
|
}
|
|
|
|
.index_main .mainRight .content .sqlTit label, .index_main .mainRight .content .sqlTit .inputTxt, .index_main .mainRight .content .sqlTit a, .index_main .mainRight .content .sqlTit .inputCheck, .index_main .mainRight .content .sqlTit u {
|
|
display: block;
|
|
float: left;
|
|
}
|
|
|
|
.index_main .mainRight .content .sqlTit .inputTxt {
|
|
margin-left: 16px;
|
|
width: 170px;
|
|
height: 30px;
|
|
line-height: 34px;
|
|
border-radius: 4px;
|
|
background: #f9f9f9;
|
|
border: 1px solid #cedaf0;
|
|
text-indent: 16px;
|
|
color: #444849;
|
|
}
|
|
|
|
.index_main .mainRight .content .sqlTit a {
|
|
height: 32px;
|
|
line-height: 32px;
|
|
width: 123px;
|
|
text-align: center;
|
|
font-size: 15px;
|
|
color: #FFFFFF;
|
|
margin-left: 28px;
|
|
background: #1c486e;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.index_main .mainRight .content .sqlTit a:hover {
|
|
background: #101f4b;
|
|
}
|
|
|
|
.index_main .mainRight .content .sqlTit .inputCheck {
|
|
width: 17px;
|
|
height: 17px;
|
|
margin: 10px 11px 0 48px;
|
|
border: 1px solid #d7d7d7;
|
|
}
|
|
|
|
.index_main .mainRight .content .sqlTit u {
|
|
text-decoration: none;
|
|
margin-top: 2px;
|
|
}
|
|
|
|
.index_main .mainRight .content .sqlTit i {
|
|
font-style: normal;
|
|
color: #de0101;
|
|
}
|
|
|
|
.index_main .mainRight .content .sqlTable {
|
|
clear: both;
|
|
margin: 25px 0;
|
|
text-align: center;
|
|
color: #343434;
|
|
min-height: 430px;
|
|
}
|
|
|
|
.index_main .mainRight .content .sqlTable .tabelTit {
|
|
height: 38px;
|
|
line-height: 38px;
|
|
background: #f0f1f5;
|
|
}
|
|
|
|
.index_main .mainRight .content .sqlTable .tabelList {
|
|
height: 38px;
|
|
line-height: 38px;
|
|
color: #5c5c5c;
|
|
background: #ffffff;
|
|
}
|
|
|
|
.index_main .mainRight .content .sqlTable .tabelList:nth-child(2n-1) {
|
|
background: #f5f9fc;
|
|
}
|
|
|
|
.index_main .mainRight .content .sqlTable span {
|
|
display: block;
|
|
float: left;
|
|
height: 38px;
|
|
border-right: 1px solid #e0e0e3;
|
|
}
|
|
|
|
.index_main .mainRight .content .sqlTable .span1 {
|
|
width: 16%;
|
|
}
|
|
|
|
.index_main .mainRight .content .sqlTable .span2 {
|
|
width: 16%;
|
|
}
|
|
|
|
/*储位查询*/
|
|
.index_main .mainRight .content .tabMain .orderBtnCW1 {
|
|
margin: 10px 0 0;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderBtnCW {
|
|
margin: 10px 0 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderBtnCW a {
|
|
display: inline-block;
|
|
float: inherit;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderBtnCW a:hover {
|
|
background: #101f4b;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderTableCW {
|
|
margin-top: 0px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderTableCW .orderList_cw {
|
|
width: 8.2%;
|
|
float: left;
|
|
border-right: 1px solid #dbdbdb;
|
|
height: 38px;
|
|
line-height: 38px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderTableCW .orderList_cw:last-child {
|
|
border-right: none;
|
|
}
|
|
|
|
/*用户信息*/
|
|
.index_main .mainRight .content .tabMain .urserInfor {
|
|
|
|
line-height: 32px;
|
|
margin-left: 25px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .urserInfor label {
|
|
display: block;
|
|
float: left;
|
|
color: #444849;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .urserInfor input {
|
|
display: block;
|
|
float: left;
|
|
margin: 0 26px 0 9px;
|
|
width: 16%;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
border-radius: 4px;
|
|
background: #f9f9f9;
|
|
border: 1px solid #cedaf0;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .urserInfor a {
|
|
display: block;
|
|
float: left;
|
|
margin-right: 18px;
|
|
width: 120px;
|
|
text-align: center;
|
|
color: #FFFFFF;
|
|
background: #1c486e;
|
|
border-radius: 4px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .urserInfor a:hover {
|
|
background: #101f4b;
|
|
}
|
|
.ss {
|
|
clear:both;
|
|
width:50px;
|
|
}
|
|
.index_main .mainRight .content .tabMain .urserTable {
|
|
min-height: 355px;
|
|
margin: 25px 20px;
|
|
background: #f7f7f9;
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .urserTable .inforTit {
|
|
height: 35px;
|
|
line-height: 35px;
|
|
text-align: center;
|
|
background: #f0f1f5;
|
|
color: #343434;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .urserTable span {
|
|
display: block;
|
|
float: left;
|
|
width: 10%;
|
|
height: 35px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .urserTable .inforList {
|
|
clear: both;
|
|
text-align: center;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .urserTable .inforList li {
|
|
height: 35px;
|
|
line-height: 35px;
|
|
background: #FFFFFF;
|
|
color: #5c5c5c;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .urserTable .inforList li:nth-child(2n) {
|
|
background: #f5f9fc;
|
|
}
|
|
|
|
/*************************/
|
|
/*用户信息*/
|
|
|
|
.index_main .mainRight .content .tabMain .MatchTable {
|
|
min-height: 355px;
|
|
margin: 25px 20px;
|
|
background: #f7f7f9;
|
|
border: 1px solid #e6e6e6;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .MatchTable .inforTit {
|
|
height: 35px;
|
|
line-height: 35px;
|
|
text-align: center;
|
|
background: #f0f1f5;
|
|
color: #343434;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .MatchTable span {
|
|
display: block;
|
|
float: left;
|
|
width: 12%;
|
|
height: 35px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .MatchTable .inforList {
|
|
clear: both;
|
|
text-align: center;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .MatchTable .inforList li {
|
|
height: 35px;
|
|
line-height: 35px;
|
|
background: #FFFFFF;
|
|
color: #5c5c5c;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .MatchTable .inforList li:nth-child(2n) {
|
|
background: #f5f9fc;
|
|
}
|
|
.MatchTable_A a {
|
|
width:200px;
|
|
}
|
|
|
|
/*登录失败弹窗*/
|
|
.index_failTcWrap {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(0,0,0,.4);
|
|
z-index: 1001;
|
|
}
|
|
|
|
.index_failTcWrap .failMain {
|
|
height: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.index_failTcWrap .failMain:before {
|
|
content: "";
|
|
width: 0;
|
|
height: 100%;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.index_failTcWrap .failContent {
|
|
width: 330px;
|
|
height: 210px;
|
|
background: #FFFFFF;
|
|
border-radius: 6px;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.index_failTcWrap .failContent .closeBtn {
|
|
display: block;
|
|
float: right;
|
|
margin: 12px 12px 0 0;
|
|
width: 14px;
|
|
height: 14px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.index_failTcWrap .failContent .tipsTit {
|
|
color: #000000;
|
|
padding-top: 30px;
|
|
clear: both;
|
|
}
|
|
|
|
.index_failTcWrap .failContent .tipsTxt {
|
|
color: #6d6c6c;
|
|
font-size: 12px;
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.index_failTcWrap .failContent .confirmBtn {
|
|
display: block;
|
|
height: 36px;
|
|
line-height: 36px;
|
|
width: 150px;
|
|
margin: 30px auto 0;
|
|
border-radius: 4px;
|
|
color: #FFF;
|
|
background: #1c486e;
|
|
}
|
|
|
|
/*//添加*/
|
|
.index_failTcWrap1 {
|
|
display: block;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(0,0,0,.4);
|
|
z-index: 1001;
|
|
}
|
|
|
|
.index_failTcWrap1 .failMain {
|
|
height: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.index_failTcWrap1 .failMain:before {
|
|
content: "";
|
|
width: 0;
|
|
height: 100%;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.index_failTcWrap1 .failContent {
|
|
width: 330px;
|
|
height: 210px;
|
|
background: #FFFFFF;
|
|
border-radius: 6px;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.index_failTcWrap1 .failContent .closeBtn {
|
|
display: block;
|
|
float: right;
|
|
margin: 12px 12px 0 0;
|
|
width: 14px;
|
|
height: 14px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.index_failTcWrap1 .failContent .tipsTit {
|
|
color: #000000;
|
|
padding-top: 30px;
|
|
clear: both;
|
|
}
|
|
|
|
.index_failTcWrap1 .failContent .tipsTxt {
|
|
color: #6d6c6c;
|
|
font-size: 12px;
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.index_failTcWrap1 .failContent .confirmBtn {
|
|
display: block;
|
|
height: 36px;
|
|
line-height: 36px;
|
|
width: 150px;
|
|
margin: 30px auto 0;
|
|
border-radius: 4px;
|
|
color: #FFF;
|
|
background: #1c486e;
|
|
}
|
|
|
|
.index_failTcWrap2 {
|
|
display: block;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(0,0,0,.4);
|
|
z-index: 1001;
|
|
}
|
|
|
|
.index_failTcWrap2 .failMain {
|
|
height: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.index_failTcWrap2 .failMain:before {
|
|
content: "";
|
|
width: 0;
|
|
height: 100%;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.index_failTcWrap2 .failContent {
|
|
width: 330px;
|
|
height: 210px;
|
|
background: #FFFFFF;
|
|
border-radius: 6px;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.index_failTcWrap2 .failContent .closeBtn {
|
|
display: block;
|
|
float: right;
|
|
margin: 12px 12px 0 0;
|
|
width: 14px;
|
|
height: 14px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.index_failTcWrap2 .failContent .tipsTit {
|
|
color: #000000;
|
|
padding-top: 30px;
|
|
clear: both;
|
|
}
|
|
|
|
.index_failTcWrap2 .failContent .tipsTxt {
|
|
color: #6d6c6c;
|
|
font-size: 12px;
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.index_failTcWrap2 .failContent .confirmBtn {
|
|
display: block;
|
|
height: 36px;
|
|
line-height: 36px;
|
|
width: 80px;
|
|
margin: 50px auto 0;
|
|
border-radius: 4px;
|
|
color: #FFF;
|
|
background: #1c486e;
|
|
}
|
|
|
|
.index_failTcWrap3 {
|
|
display: none;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(0,0,0,.4);
|
|
z-index: 1001;
|
|
}
|
|
|
|
.index_failTcWrap3 .failMain {
|
|
height: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.index_failTcWrap3 .failMain:before {
|
|
content: "";
|
|
width: 0;
|
|
height: 100%;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.index_failTcWrap3 .failContent {
|
|
width: 500px;
|
|
height: 500px;
|
|
background: #FFFFFF;
|
|
border-radius: 6px;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.index_failTcWrap3 .failContent .closeBtn {
|
|
display: block;
|
|
float: right;
|
|
margin: 12px 12px 0 0;
|
|
width: 14px;
|
|
height: 14px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.index_failTcWrap3 .failContent .tipsTit {
|
|
color: #000000;
|
|
padding-top: 30px;
|
|
clear: both;
|
|
}
|
|
|
|
.index_failTcWrap3 .failContent .tipsTxt {
|
|
color: #6d6c6c;
|
|
font-size: 12px;
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.index_failTcWrap3 .failContent .confirmBtn {
|
|
display: block;
|
|
height: 36px;
|
|
line-height: 36px;
|
|
width: 150px;
|
|
margin: 30px auto 0;
|
|
border-radius: 4px;
|
|
color: #FFF;
|
|
background: #1c486e;
|
|
}
|
|
/*设备控制*/
|
|
.index_main .mainRight .main .sbControl {
|
|
margin: 5px 25px 10px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.index_main .mainRight .main .sbControl a {
|
|
display: block;
|
|
float: left;
|
|
margin-right: 40px;
|
|
margin-bottom: 20px;
|
|
text-align: center;
|
|
color: #1b1938;
|
|
}
|
|
|
|
.index_main .mainRight .main .sbControl a .imgWrap {
|
|
width: 88px;
|
|
height: 84px;
|
|
background: #1c486e;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.index_main .mainRight .main .sbControl a:hover .imgWrap {
|
|
background: #101f4b;
|
|
}
|
|
|
|
.index_main .mainRight .main .sbControl a img {
|
|
display: block;
|
|
margin: 0 auto;
|
|
padding-top: 19px;
|
|
width: 52px;
|
|
height: 46px;
|
|
}
|
|
|
|
.index_main .mainRight .main .sbControl a .p_txt {
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.index_main .mainRight .main .sbControl a .NewimgWrap { /*********/
|
|
width: 88px;
|
|
height: 84px;
|
|
background: #CCC;
|
|
border-radius: 4px;
|
|
}
|
|
/*@media screen and (min-width:960px) and (max-width:1366px){ */
|
|
@media screen and (max-width: 1366px) {
|
|
body, button, input, select, textarea {
|
|
font-size: 12px;
|
|
}
|
|
/*首页*/
|
|
.index_main .mainLeft {
|
|
width: 220px;
|
|
}
|
|
|
|
.index_main .mainLeft .listItem {
|
|
background: url(../imgs/manage_p11.png) no-repeat 170px 50%;
|
|
height: 45px;
|
|
line-height: 45px;
|
|
}
|
|
|
|
.index_main .mainLeft .listItem.curr {
|
|
background: #1c486e url(../imgs/manage_p12.png) no-repeat 170px 50%;
|
|
}
|
|
|
|
.index_main .mainLeft .listItem img {
|
|
margin: 12px 22px 0 40px;
|
|
}
|
|
|
|
.index_main .mainLeft .list a {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
text-indent: 85px;
|
|
}
|
|
|
|
.index_main .mainRight {
|
|
margin-left: 15px;
|
|
}
|
|
|
|
.index_main .mainRight .tit {
|
|
margin: 18px 0 0 14px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.index_main .mainRight .main {
|
|
margin-top: 12px;
|
|
}
|
|
|
|
.index_main .mainRight .content {
|
|
margin: 0px 18px 15px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabTit {
|
|
height: 35px;
|
|
line-height: 35px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderList .item {
|
|
margin: 0 15px 12px 25px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderList .item label {
|
|
width: 50px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderList .item input {
|
|
width: 225px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderList .item select {
|
|
width: 225px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderBtn {
|
|
margin: 10px 30px 0;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderBtn a {
|
|
height: 35px;
|
|
line-height: 35px;
|
|
width: 125px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderNumTotal {
|
|
margin-left: 25px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .table_tit {
|
|
font-size: 12px;
|
|
height: 36px;
|
|
line-height: 36px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderTableCW .orderList_cw {
|
|
height: 36px;
|
|
line-height: 36px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .table_main li {
|
|
height: 36px;
|
|
line-height: 36px;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .pageWrap a {
|
|
width: 31px;
|
|
height: 31px;
|
|
line-height: 31px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain hide .pageWrap1 a {
|
|
width: 31px;
|
|
height: 31px;
|
|
line-height: 31px;
|
|
}
|
|
/*控制器*/
|
|
.index_main .mainRight .pageController_tit {
|
|
margin: 0 0 0 14px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.index_main .mainRight .pageController_tit img {
|
|
top: -4px;
|
|
}
|
|
|
|
.index_main .mainRight .pageController_tabel {
|
|
margin: 0 20px 5px;
|
|
padding: 20px 0;
|
|
}
|
|
|
|
.index_main .mainRight .pageController_tabel .ControllerLeft {
|
|
width: 220px;
|
|
}
|
|
|
|
.index_main .mainRight .pageController_tabel .ControllerRight span {
|
|
width: 36px;
|
|
height: 36px;
|
|
line-height: 36px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.index_main .mainRight .pageController_tabel .ControllerRight_Pic span {
|
|
width: 36px;
|
|
height: 36px;
|
|
line-height: 36px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.index_main .mainRight .pageController_tabel .ControllerLeft p:first-child {
|
|
margin: 40px 0 5px;
|
|
}
|
|
/*登录*/
|
|
.loginMain_wrap .login_content {
|
|
width: 410px;
|
|
height: 295px;
|
|
}
|
|
|
|
.loginMain_wrap .login_content .imgLogo {
|
|
width: 110px;
|
|
height: 46px;
|
|
margin: 23px auto 15px;
|
|
}
|
|
|
|
.loginMain_wrap .login_content .loginMain {
|
|
margin: 23px auto 0;
|
|
width: 370px;
|
|
}
|
|
|
|
.loginMain_wrap .login_content .loginMain .p_list {
|
|
height: 38px;
|
|
line-height: 38px;
|
|
margin-bottom: 18px;
|
|
}
|
|
|
|
.loginMain_wrap .login_content .loginMain .p_list img {
|
|
width: 42px;
|
|
height: 38px;
|
|
}
|
|
|
|
.loginMain_wrap .login_content .loginMain .p_list input {
|
|
width: 326px;
|
|
height: 38px;
|
|
line-height: 38px;
|
|
text-indent: 10px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.loginMain_wrap .login_content .loginMain button {
|
|
height: 38px;
|
|
height: 38px;
|
|
line-height: 38px;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.loginMain_wrap .login_content .loginMain .writeInfor {
|
|
margin-top: 11px;
|
|
}
|
|
|
|
.loginMain_footer {
|
|
height: 35px;
|
|
}
|
|
/*删除数据库历史数据*/
|
|
.index_main .mainRight .content .sqlTit {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.index_main .mainRight .content .sqlTit .inputTxt {
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
|
|
.index_main .mainRight .content .sqlTit a {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.index_main .mainRight .content .sqlTit .inputCheck {
|
|
margin: 8px 11px 0 48px;
|
|
}
|
|
|
|
.index_main .mainRight .content .sqlTable {
|
|
margin: 18px 0;
|
|
}
|
|
|
|
.index_main .mainRight .content .sqlTable .tabelTit {
|
|
height: 35px;
|
|
line-height: 35px;
|
|
}
|
|
|
|
.index_main .mainRight .content .sqlTable .tabelList {
|
|
height: 35px;
|
|
line-height: 35px;
|
|
}
|
|
|
|
.index_main .mainRight .content .sqlTable span {
|
|
height: 35px;
|
|
}
|
|
/*用户信息*/
|
|
.index_main .mainRight .content .tabMain .urserInfor {
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .urserInfor input {
|
|
height: 26px;
|
|
line-height: 26px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .urserInfor a {
|
|
height: 28px;
|
|
line-height: 28px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .urserTable {
|
|
margin: 20px 15px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .urserTable .inforTit {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .urserTable span {
|
|
height: 30px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .urserTable .inforList li {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
/*退出登录*/
|
|
.index_header .logOff {
|
|
font-size: 14px;
|
|
}
|
|
/*登录失败弹窗*/
|
|
.index_failTcWrap .failContent {
|
|
width: 280px;
|
|
height: 170px;
|
|
}
|
|
|
|
.index_failTcWrap .failContent .tipsTit {
|
|
padding-top: 18px;
|
|
}
|
|
|
|
.index_failTcWrap .failContent .confirmBtn {
|
|
margin: 23px auto 0;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
/*设备控制*/
|
|
.index_main .mainRight .main .sbControl a .imgWrap {
|
|
width: 76px;
|
|
height: 72px;
|
|
}
|
|
|
|
.index_main .mainRight .main .sbControl a .NewimgWrap { /*********/
|
|
width: 76px;
|
|
height: 72px;
|
|
background: #CCC;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.index_main .mainRight .main .sbControl a img {
|
|
width: 45px;
|
|
height: 40px;
|
|
padding-top: 16px;
|
|
}
|
|
|
|
.index_main .mainRight .main .sbControl a .p_txt {
|
|
margin-top: 6px;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 1200px) {
|
|
/*首页*/
|
|
.index_main .mainRight .content {
|
|
margin: 0px 18px 5px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderList .item {
|
|
margin: 0 10px 15px 20px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderList .item label {
|
|
width: 48px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderList .item input {
|
|
width: 186px;
|
|
height: 26px;
|
|
line-height: 26px;
|
|
margin-left: 3px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderList .item select {
|
|
width: 186px;
|
|
height: 26px;
|
|
line-height: 26px;
|
|
margin-left: 3px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderBtn a {
|
|
height: 32px;
|
|
line-height: 32px;
|
|
margin: 0 20px 18px 0;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .table_tit {
|
|
font-size: 12px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .table_main li {
|
|
height: 32px;
|
|
line-height: 32px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .pageWrap a {
|
|
width: 28px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
/*控制器*/
|
|
/*储位查询*/
|
|
.index_main .mainRight .content .tabMain .orderTableCW .orderList_cw {
|
|
width: 8.2%;
|
|
}
|
|
/*删除数控库历史数据*/
|
|
.index_main .mainRight .content .sqlTit {
|
|
margin: 15px 0 0 15px;
|
|
height: 26px;
|
|
line-height: 26px;
|
|
}
|
|
|
|
.index_main .mainRight .content .sqlTit .inputTxt {
|
|
height: 24px;
|
|
line-height: 24px;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.index_main .mainRight .content .sqlTit a {
|
|
height: 26px;
|
|
line-height: 26px;
|
|
width: 100px;
|
|
}
|
|
|
|
.index_main .mainRight .content .sqlTit a {
|
|
margin-left: 18px;
|
|
}
|
|
|
|
.index_main .mainRight .content .sqlTit .inputCheck {
|
|
margin: 8px 11px 0 28px;
|
|
}
|
|
|
|
.index_main .mainRight .content .sqlTable .tabelTit {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.index_main .mainRight .content .sqlTable .tabelList {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.index_main .mainRight .content .sqlTable span {
|
|
height: 30px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1024px) {
|
|
}
|
|
|
|
@media (min-width: 1100px) {
|
|
}
|
|
|
|
|
|
@media (min-width: 1366px) {
|
|
}
|
|
|
|
@media (min-width: 1440px) {
|
|
}
|
|
|
|
@media (min-width: 1680px) {
|
|
}
|
|
|
|
@media (min-width: 1920px) {
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderList {
|
|
overflow: inherit;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderNumTotal {
|
|
clear: both;
|
|
}
|
|
|
|
.index_main .mainRight .content .tabMain .orderList .item {
|
|
position: relative;
|
|
}
|