|
|
|
|
/**
|
|
|
|
|
* 描 述: oneThink后台主体样式
|
|
|
|
|
* 作用范围:后台独有
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* 头部Logo,主导航
|
|
|
|
|
--------------------------------------*/
|
|
|
|
|
html {
|
|
|
|
|
height: 100%;
|
|
|
|
|
overflow-y: scroll;
|
|
|
|
|
min-width:1400px;
|
|
|
|
|
}
|
|
|
|
|
body{
|
|
|
|
|
padding: 50px 0 0 200px;
|
|
|
|
|
}
|
|
|
|
|
.header {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
z-index: 9999;
|
|
|
|
|
width: 100%;
|
|
|
|
|
/* height: 50px;
|
|
|
|
|
line-height: 50px; */
|
|
|
|
|
height:100px;
|
|
|
|
|
background-color: #383838;
|
|
|
|
|
min-width: 1200px;
|
|
|
|
|
}
|
|
|
|
|
.header .logo {
|
|
|
|
|
float: left;
|
|
|
|
|
margin-left: 16px;
|
|
|
|
|
/* width: 184px;
|
|
|
|
|
height: 49px; */
|
|
|
|
|
width: 244px;
|
|
|
|
|
/* height: 70px; */
|
|
|
|
|
margin-top: 17px;
|
|
|
|
|
margin-right: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 主导航 */
|
|
|
|
|
.main-nav {
|
|
|
|
|
|
|
|
|
|
float: left;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.main-nav li {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
.main-nav a {
|
|
|
|
|
display: block;
|
|
|
|
|
/* height: 50px;
|
|
|
|
|
line-height: 50px; */
|
|
|
|
|
height:60px;
|
|
|
|
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: #FFF;
|
|
|
|
|
text-align: center; font-weight: bold;
|
|
|
|
|
padding:10px 20px;
|
|
|
|
|
border-radius:5px;margin:10px 5px;
|
|
|
|
|
padding: 10px 25px 10px !important;
|
|
|
|
|
}
|
|
|
|
|
.main-nav a h5 {
|
|
|
|
|
font-weight:normal;font-size:0.9em;
|
|
|
|
|
}
|
|
|
|
|
.main-nav a p {display:block;height:45px;width:100%;}
|
|
|
|
|
.main-nav a img {display:block;margin:0;padding:0;border:none;}
|
|
|
|
|
.main-nav a .guidicon {width:45px;height:45px;display:block;margin:0 auto;background-position:center center;background-repeat:no-repeat;background-size:100% 100%;}
|
|
|
|
|
.main-nav a .guidicon-1 {background-image:url(../images/icon1d.png);}
|
|
|
|
|
.main-nav a .guidicon-16 {background-image:url(../images/icon16d.png);}
|
|
|
|
|
.main-nav a .guidicon-137 {background-image:url(../images/icon137d.png);}
|
|
|
|
|
.main-nav a .guidicon-146 {background-image:url(../images/icon146d.png);}
|
|
|
|
|
.main-nav a .guidicon-185 {background-image:url(../images/icon185d.png);}
|
|
|
|
|
.main-nav a .guidicon-205 {background-image:url(../images/icon205d.png);}
|
|
|
|
|
.main-nav a .guidicon-217 {background-image:url(../images/icon217d.png);}
|
|
|
|
|
.main-nav a .guidicon-68 {background-image:url(../images/icon68d.png);}
|
|
|
|
|
.main-nav a .guidicon-43 {background-image:url(../images/icon43d.png);}
|
|
|
|
|
.main-nav a .guidicon-491 {background-image:url(../images/icon491d.png);}
|
|
|
|
|
.main-nav a:hover {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
background-color:#656565;
|
|
|
|
|
}
|
|
|
|
|
/* .main-nav .current{
|
|
|
|
|
background-color: #656565;
|
|
|
|
|
} */
|
|
|
|
|
.main-nav .current a {
|
|
|
|
|
background-color: #86db00;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 用户 */
|
|
|
|
|
.header .topright {height: 88px;margin-top:6px;
|
|
|
|
|
float: right; position:absolute; right:0px; top:0px;}
|
|
|
|
|
.header .topright ul {
|
|
|
|
|
padding-top: 15px;
|
|
|
|
|
float: right;
|
|
|
|
|
padding-right: 12px;
|
|
|
|
|
}
|
|
|
|
|
.header .topright ul li {
|
|
|
|
|
float: left;
|
|
|
|
|
padding-left: 9px;
|
|
|
|
|
padding-right: 9px;
|
|
|
|
|
background: url(../images/line.gif) no-repeat right;
|
|
|
|
|
height:30px;
|
|
|
|
|
line-height:30px;
|
|
|
|
|
}
|
|
|
|
|
.header .topright ul li:last-child {
|
|
|
|
|
background: none;
|
|
|
|
|
}
|
|
|
|
|
.header .topright ul li span {
|
|
|
|
|
margin-top: 2px;
|
|
|
|
|
float: left;
|
|
|
|
|
padding-right: 3px;
|
|
|
|
|
}
|
|
|
|
|
.header .topright ul li a {
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
color: #e9f2f7;
|
|
|
|
|
}
|
|
|
|
|
.header .user {
|
|
|
|
|
height: 30px;
|
|
|
|
|
background: url(../images/ub1.png) repeat-x;
|
|
|
|
|
clear: both;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
float: right;
|
|
|
|
|
margin-right: 12px;
|
|
|
|
|
border-radius: 30px;
|
|
|
|
|
behavior: url(js/pie.htc);
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
.header .user span {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
background: url(../images/user.png) no-repeat 15px 8px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #b8ceda;
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
padding-left: 35px;
|
|
|
|
|
}
|
|
|
|
|
.header .user i {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #b8ceda;
|
|
|
|
|
}
|
|
|
|
|
.header .user b {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 18px;
|
|
|
|
|
background: url(../images/msg.png);
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
margin-right: 13px;
|
|
|
|
|
margin-top: 7px;
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
}
|
|
|
|
|
/* .header .user-bar {
|
|
|
|
|
position: relative;
|
|
|
|
|
float: right;
|
|
|
|
|
margin-right: 20px;
|
|
|
|
|
}
|
|
|
|
|
.header .user-bar .user-entrance {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
padding-bottom: 15px;
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
background: url(../images/bg_icon.png) no-repeat -150px 0;
|
|
|
|
|
}
|
|
|
|
|
.header .user-bar .user-entrance:hover {
|
|
|
|
|
border-bottom: 0 none;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
.header .user-menu {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 40px;
|
|
|
|
|
right: -8px;
|
|
|
|
|
width: 140px;
|
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
-webkit-border-radius: 8px;
|
|
|
|
|
-moz-border-radius: 8px;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
-webkit-box-shadow: #666 0px 0px 10px;
|
|
|
|
|
-moz-box-shadow: #666 0px 0px 10px;
|
|
|
|
|
box-shadow: #666 0px 0px 10px;background: #EEFF99;behavior: url(/PIE.htc);
|
|
|
|
|
}
|
|
|
|
|
.header .user-menu li {
|
|
|
|
|
height: 30px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
|
}
|
|
|
|
|
.header .user-menu li .man_modify{ background:url(../images/alter_man.png) no-repeat; display:block; width:18px; height:18px; float:left;margin: 6px;}
|
|
|
|
|
.header .user-menu li .man_quit{ background:url(../images/alter_man.png) no-repeat; background-position:0px -25px; display:block; width:18px; height:18px; float:left;margin: 6px;}
|
|
|
|
|
|
|
|
|
|
.header .user-menu a {
|
|
|
|
|
padding: 0 15px;
|
|
|
|
|
color:#424242;
|
|
|
|
|
}
|
|
|
|
|
.header .user-menu a:hover {
|
|
|
|
|
color: #424242;
|
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
|
}
|
|
|
|
|
.header .user-menu .manager {
|
|
|
|
|
padding: 0 15px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
} */
|
|
|
|
|
|
|
|
|
|
/* 边栏导航样式
|
|
|
|
|
------------------------------------------ */
|
|
|
|
|
.sidebar {
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 200px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background:#fff;
|
|
|
|
|
z-index:2;
|
|
|
|
|
border-right:1px solid #ddd;
|
|
|
|
|
top:100px;
|
|
|
|
|
|
|
|
|
|
border-right-color:#b7d5df;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*导航用户*/
|
|
|
|
|
.user_nav{ height:70px; padding-top:10px; padding-left:20px; background:#eef1f7}
|
|
|
|
|
.user_nav span{ width:60px; height:60px; display:block; text-align: center; float:left; margin-right:10px;}
|
|
|
|
|
.user_nav span img{ width:55px; height:55px; margin:0 auto;border-radius:50px; border:1px solid #ddd; }
|
|
|
|
|
.user_nav p{ float:left; display:block; width:50%; margin-top:10px;}
|
|
|
|
|
|
|
|
|
|
/*分割线*/
|
|
|
|
|
.fgx{ /* background: #2062b0; */background-color:#487EBD;
|
|
|
|
|
color: #fff;
|
|
|
|
|
height: 40px;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
|
|
|
|
|
background-color:#3F97C9;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* 子导航标题栏 */
|
|
|
|
|
.subnav h3 {
|
|
|
|
|
height: 40px;
|
|
|
|
|
line-height:40px;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
/* font-weight:normal; */
|
|
|
|
|
padding-left:15px;
|
|
|
|
|
background-color:#d9e1eb;
|
|
|
|
|
|
|
|
|
|
background-color:#D4E7F0;
|
|
|
|
|
border-bottom:1px solid #b7d5df;font-size:1em;
|
|
|
|
|
}
|
|
|
|
|
/* .subnav h3:hover{ background:#d9e1eb;} */
|
|
|
|
|
.subnav h3 a {
|
|
|
|
|
color:#353535;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
/* .subnav h3 a:hover {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
|
|
} */
|
|
|
|
|
.subnav h3 .icon,
|
|
|
|
|
.subnav h3 .icon-fold,
|
|
|
|
|
.subnav h3 .recycle {
|
|
|
|
|
float: left;
|
|
|
|
|
margin: 10px 6px 0 0;
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
}
|
|
|
|
|
.subnav h3 .icon {
|
|
|
|
|
background: url(../images/bg_icon.png) no-repeat -125px -20px;
|
|
|
|
|
}
|
|
|
|
|
.subnav h3 .icon-fold {
|
|
|
|
|
background: url(../images/bg_icon.png) no-repeat -100px -20px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.recycle {
|
|
|
|
|
background: url(../images/bg_icon.png) no-repeat -125px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 子导航 */
|
|
|
|
|
.side-sub-menu {
|
|
|
|
|
/* background:#fff; */
|
|
|
|
|
/* border-right: 3px solid #297ebe; */background-color:#eef1f7;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
background-color:#F0F9FD;
|
|
|
|
|
max-height: 400px;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
}
|
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
|
width: 12px;
|
|
|
|
|
height: 12px;
|
|
|
|
|
}
|
|
|
|
|
::-webkit-scrollbar-corner {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
|
height: 6px;
|
|
|
|
|
border-radius: 7px;
|
|
|
|
|
border: 3px solid transparent;
|
|
|
|
|
background-color: #ddd;
|
|
|
|
|
background-clip: padding-box;
|
|
|
|
|
}
|
|
|
|
|
.side-sub-menu > li {
|
|
|
|
|
position: relative;
|
|
|
|
|
/* border-bottom: 1px dashed #ddd; */
|
|
|
|
|
/* background:url(../images/nav_dashed.png) no-repeat center left 5px; */
|
|
|
|
|
/* background:url(../images/list.gif) no-repeat 32px 8px; */
|
|
|
|
|
border-bottom: 1px dotted #bbb;
|
|
|
|
|
}
|
|
|
|
|
.side-sub-menu > li > .item {
|
|
|
|
|
padding:6px 0;
|
|
|
|
|
line-height:20px;
|
|
|
|
|
/* padding-left: 26px; */
|
|
|
|
|
padding-left:48px;
|
|
|
|
|
display:block;
|
|
|
|
|
color: #f1f1f1;
|
|
|
|
|
text-decoration: none;position:relative;
|
|
|
|
|
border-bottom: 1px solid transparent;position:relative;font-size:13px;
|
|
|
|
|
}
|
|
|
|
|
.side-sub-menu > li > .item:before {
|
|
|
|
|
display:block;
|
|
|
|
|
content:'';position:absolute;
|
|
|
|
|
left:38px;top:50%;width:0;height:0;
|
|
|
|
|
border: 4px solid transparent;
|
|
|
|
|
border-left-color: #333;
|
|
|
|
|
margin-top: -4px;
|
|
|
|
|
}
|
|
|
|
|
.side-sub-menu > li > .item:hover,
|
|
|
|
|
.side-sub-menu > li.hover > .item {
|
|
|
|
|
color: #277bc1;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
.side-sub-menu > .current > .item {
|
|
|
|
|
color: #414141;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
.side-sub-menu > .current > .item,
|
|
|
|
|
.side-sub-menu > .current > .item:hover,
|
|
|
|
|
.side-sub-menu > .current.hover > .item {
|
|
|
|
|
color: #277bc1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 子菜单 */
|
|
|
|
|
.side-sub-menu li .subitem {
|
|
|
|
|
display: none;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 185px;
|
|
|
|
|
z-index: 9;
|
|
|
|
|
width: 150px;
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.side-sub-menu .hover > .subitem {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
.side-sub-menu .subitem .subitem {
|
|
|
|
|
margin-top: -1px;
|
|
|
|
|
left: 150px;
|
|
|
|
|
}
|
|
|
|
|
.side-sub-menu .subitem .item {
|
|
|
|
|
display: block;
|
|
|
|
|
padding: 0 15px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
}
|
|
|
|
|
.side-sub-menu .subitem .item:hover {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
border-bottom: 0 none;
|
|
|
|
|
background: url(../images/subnav_current.png) no-repeat 130px 12px #f5f5f5;
|
|
|
|
|
}
|
|
|
|
|
.side-sub-menu .subitem > .item {
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
border: 0 none;
|
|
|
|
|
width: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 内容模块边栏子菜单 */
|
|
|
|
|
.subnav-off {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 后台首页
|
|
|
|
|
------------------------------------------------- */
|
|
|
|
|
.index-body {
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
background-color: #f6f6f6;
|
|
|
|
|
}
|
|
|
|
|
.index-main {
|
|
|
|
|
margin: 0 20px;
|
|
|
|
|
padding-top: 30px;
|
|
|
|
|
}
|
|
|
|
|
/* 首页数据 */
|
|
|
|
|
.top-columns {
|
|
|
|
|
margin: 25px 0 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
/* .show-num-mod {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
*display: inline;
|
|
|
|
|
*zoom: 1;
|
|
|
|
|
margin: 0 10px 15px;
|
|
|
|
|
border: 1px solid #cdcdcd;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.show-num-mod dt,
|
|
|
|
|
.show-num-mod dd {
|
|
|
|
|
float:left;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
}
|
|
|
|
|
.show-num-mod dt {
|
|
|
|
|
width: 65px;
|
|
|
|
|
height: 56px;
|
|
|
|
|
line-height: 56px;
|
|
|
|
|
}
|
|
|
|
|
.show-num-mod dd {
|
|
|
|
|
width: 100px;
|
|
|
|
|
border-left: 1px solid #cdcdcd;
|
|
|
|
|
}
|
|
|
|
|
.show-num-mod dd strong {
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
}
|
|
|
|
|
.show-num-mod dd span {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
letter-spacing: .15em;
|
|
|
|
|
}
|
|
|
|
|
.show-num-mod dd strong {
|
|
|
|
|
display: block;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
overflow: hidden
|
|
|
|
|
} */
|
|
|
|
|
/* .count-icon {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 48px;
|
|
|
|
|
height: 48px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
background: url(../images/count_icon.png) no-repeat;
|
|
|
|
|
}
|
|
|
|
|
.user-count-icon {
|
|
|
|
|
background-position: 0 0;
|
|
|
|
|
}
|
|
|
|
|
.user-action-icon {
|
|
|
|
|
background-position: 0 -50px;
|
|
|
|
|
}
|
|
|
|
|
.doc-count-icon {
|
|
|
|
|
background-position: 0 -100px;
|
|
|
|
|
}
|
|
|
|
|
.doc-modal-icon {
|
|
|
|
|
background-position: 0 -150px;
|
|
|
|
|
}
|
|
|
|
|
.category-count-icon {
|
|
|
|
|
background-position: 0 -200px;
|
|
|
|
|
} */
|
|
|
|
|
.aiwrap{}
|
|
|
|
|
|
|
|
|
|
.top-columns {
|
|
|
|
|
|
|
|
|
|
margin: 30px 0 30px 5px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.show-num-mod {
|
|
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
|
|
*display: inline;
|
|
|
|
|
|
|
|
|
|
*zoom: 1;
|
|
|
|
|
|
|
|
|
|
margin: 0 15px 15px 0px;
|
|
|
|
|
|
|
|
|
|
border-radius:5px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* width:18%; */
|
|
|
|
|
|
|
|
|
|
width:14.6666666%;
|
|
|
|
|
|
|
|
|
|
color:#666;
|
|
|
|
|
|
|
|
|
|
height:110px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.col_01{ background:#6ccac9;}
|
|
|
|
|
|
|
|
|
|
.col_02{ background:#BED492;}
|
|
|
|
|
|
|
|
|
|
.col_03{ background:#94D29B;}
|
|
|
|
|
|
|
|
|
|
.col_04{ background:#D5C2FD;}
|
|
|
|
|
|
|
|
|
|
.col_05{ background:#b296eb;}
|
|
|
|
|
|
|
|
|
|
.col_06{ background:#A1C1FB;}
|
|
|
|
|
|
|
|
|
|
.show-num-mod>ul li{ float:left; width:42%; height:30px; line-height:25px; text-align:left; overflow:hidden; font-size:10px; padding-left:2% }
|
|
|
|
|
.show-num-mod>ul li.last{ float: right;
|
|
|
|
|
margin-right: 20px; text-align:right;}
|
|
|
|
|
.show-num-mod>ul li font{ float:right; width: 45%;overflow: hidden;}
|
|
|
|
|
.show-num-mod dt,
|
|
|
|
|
|
|
|
|
|
.show-num-mod dd {
|
|
|
|
|
|
|
|
|
|
float:left;
|
|
|
|
|
|
|
|
|
|
padding: 10px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.show-num-mod dd p{ line-height:25px; margin-bottom:0px;}
|
|
|
|
|
|
|
|
|
|
.show-num-mod dd p a{ color:#fff;}
|
|
|
|
|
|
|
|
|
|
.show-num-mod dd p a:hover{ color:#fff;}
|
|
|
|
|
|
|
|
|
|
.show-num-mod dt {
|
|
|
|
|
|
|
|
|
|
width: 65px;
|
|
|
|
|
|
|
|
|
|
line-height: 56px;
|
|
|
|
|
|
|
|
|
|
border-radius:5px 0px 0px 5px;
|
|
|
|
|
|
|
|
|
|
text-align:center;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.show-num-mod dt img{border-radius:80px; width:80px; border:3px solid #fff;}
|
|
|
|
|
|
|
|
|
|
.show-num-mod dd {
|
|
|
|
|
|
|
|
|
|
/* width:220px; */
|
|
|
|
|
text-align:left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.show-num-mod dd strong {
|
|
|
|
|
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
|
|
|
|
|
height: 30px;
|
|
|
|
|
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.show-num-mod dd>span {
|
|
|
|
|
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
|
|
|
|
|
letter-spacing: .15em;
|
|
|
|
|
|
|
|
|
|
display:block;
|
|
|
|
|
|
|
|
|
|
position:relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.show-num-mod dd strong {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* font-size: 35px;
|
|
|
|
|
|
|
|
|
|
overflow: hidden */
|
|
|
|
|
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.count-icon {
|
|
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
|
|
width: 48px;
|
|
|
|
|
|
|
|
|
|
height: 48px;
|
|
|
|
|
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
|
|
|
|
background: url(../images/count_icon.png) no-repeat;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.user-count-icon {
|
|
|
|
|
|
|
|
|
|
background-position: 0 0;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.user-action-icon {
|
|
|
|
|
|
|
|
|
|
background-position: 0 -50px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wz-action-icon {
|
|
|
|
|
|
|
|
|
|
background-position: 0 -250px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.doc-count-icon {
|
|
|
|
|
|
|
|
|
|
background-position: 0 -100px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.doc-modal-icon {
|
|
|
|
|
|
|
|
|
|
background-position: 0 -150px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.category-count-icon {
|
|
|
|
|
|
|
|
|
|
background-position: 0 -200px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* 首页插件模块 */
|
|
|
|
|
.columns-mod {
|
|
|
|
|
border: 1px solid #cdcdcd;
|
|
|
|
|
border-radius:3px;
|
|
|
|
|
}
|
|
|
|
|
.columns-mod .hd {
|
|
|
|
|
margin-bottom: 1px;
|
|
|
|
|
padding: 0 10px 0 15px;
|
|
|
|
|
height: 35px;
|
|
|
|
|
line-height: 35px;
|
|
|
|
|
border-bottom: 1px solid #cdcdcd;
|
|
|
|
|
background-color:#F0F5F7;
|
|
|
|
|
}
|
|
|
|
|
.columns-mod .hd h5 {
|
|
|
|
|
float: left;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
.columns-mod .hd a {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
color: #656565;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border: 1px solid transparent;
|
|
|
|
|
*margin-top: 7px;
|
|
|
|
|
}
|
|
|
|
|
.columns-mod .hd a:hover {
|
|
|
|
|
color: #656565;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
border-color: #ccc;
|
|
|
|
|
}
|
|
|
|
|
.mod-down,
|
|
|
|
|
.mod-up {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|
width: 10px;
|
|
|
|
|
height: 5px;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
background: url(../images/bg_icon.png) no-repeat;
|
|
|
|
|
}
|
|
|
|
|
.mod-down {
|
|
|
|
|
background-position: -50px -25px;
|
|
|
|
|
}
|
|
|
|
|
.mod-up {
|
|
|
|
|
background-position: -75px -25px;
|
|
|
|
|
}
|
|
|
|
|
.reload {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 12px;
|
|
|
|
|
height: 12px;
|
|
|
|
|
background: url(../images/bg_icon.png) no-repeat -175px 0;
|
|
|
|
|
*margin-top: 3px;
|
|
|
|
|
*cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.columns-mod .hd .title-opt {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
.columns-mod .bd {
|
|
|
|
|
height: 255px;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
background-color: #fafafa;
|
|
|
|
|
*overflow-x:hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 系统信息列表 */
|
|
|
|
|
.sys-info {
|
|
|
|
|
padding: 15px;
|
|
|
|
|
*padding-right: 30px;
|
|
|
|
|
}
|
|
|
|
|
.sys-info table {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
.sys-info th,
|
|
|
|
|
.sys-info td {
|
|
|
|
|
padding: 8px 0;
|
|
|
|
|
height: 20px;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
border-bottom: 1px solid #e9e9e9;
|
|
|
|
|
}
|
|
|
|
|
.sys-info th {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
width: 30%;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* 后台内页模块样式
|
|
|
|
|
------------------------------------------------- */
|
|
|
|
|
.login_old,.login_today {/* color:#056dae; */}
|
|
|
|
|
.main {
|
|
|
|
|
/* padding:20px; */
|
|
|
|
|
background-color: #f6f6f6;
|
|
|
|
|
padding:0 20px 20px;
|
|
|
|
|
}
|
|
|
|
|
.main-title {
|
|
|
|
|
border-bottom: 2px solid #C1C1C1 !important;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
padding-bottom:10px;
|
|
|
|
|
*zoom: 1;
|
|
|
|
|
}
|
|
|
|
|
.main-title:before,
|
|
|
|
|
.main-title:after {
|
|
|
|
|
display: table;
|
|
|
|
|
content: "";
|
|
|
|
|
}
|
|
|
|
|
.main-title:after {
|
|
|
|
|
clear: both;
|
|
|
|
|
}
|
|
|
|
|
.main-title h2 {
|
|
|
|
|
float: left;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
color: #445566;
|
|
|
|
|
}
|
|
|
|
|
.main-title .tools {
|
|
|
|
|
float: right;
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
}
|
|
|
|
|
.main-title .ca {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin: 0 10px;
|
|
|
|
|
width: 5px;
|
|
|
|
|
height: 10px;
|
|
|
|
|
background: url(../images/subnav_current.png) no-repeat center center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.main-place,.main-place-overview {
|
|
|
|
|
height:40px;position:relative;
|
|
|
|
|
background: #EDF6FA;
|
|
|
|
|
border-bottom:1px solid #D7E4EA;font-size:13px;
|
|
|
|
|
}
|
|
|
|
|
.main-place {margin-left: -20px;
|
|
|
|
|
margin-right: -20px;}
|
|
|
|
|
.main-place-overview {margin-left:0;margin-right:0;}
|
|
|
|
|
.main-place .main-placetitle {
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
float: left;
|
|
|
|
|
margin-left: 12px;
|
|
|
|
|
}
|
|
|
|
|
.main-placeul {float:left;}
|
|
|
|
|
.main-placeul li {
|
|
|
|
|
float: left;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
padding-left: 12px;
|
|
|
|
|
padding-right: 7px;
|
|
|
|
|
}
|
|
|
|
|
.main-placeul li+li{background: url(../images/rlist.gif) no-repeat left;}
|
|
|
|
|
.main-placeul li a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: #000;
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.noticeinfo {position:relative;}
|
|
|
|
|
.noticeinfo .question {text-align:left;float:right;position:relative;
|
|
|
|
|
margin-right: 3px;font-weight:normal;}
|
|
|
|
|
.tab_table .noticeinfo .question {margin-top: 8px;}
|
|
|
|
|
.noticeinfo .noticemaintitle,.noticeinfo .infonotice2 {float:right;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.formtitleinfo .question{ position: absolute;
|
|
|
|
|
left: 62px;
|
|
|
|
|
top: -2px;}
|
|
|
|
|
.formtitleinfo .yincang { float: left;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
padding: 0 3px;
|
|
|
|
|
font-size: 14px;}
|
|
|
|
|
.formtitleinfo .yincang~.question {left:0;top:-3px;}
|
|
|
|
|
|
|
|
|
|
.main-place .question,.formtitleinfo .yincang~.question,.keywords_information {position:relative;float: left;}
|
|
|
|
|
.overviewinfo .question {position: absolute;top: 0;right: -25px;}
|
|
|
|
|
.main-place .question_mark,
|
|
|
|
|
.overviewinfo .question_mark,
|
|
|
|
|
.blockinfo .question_mark,
|
|
|
|
|
.noticeinfo .question_mark,
|
|
|
|
|
.formtitleinfo .question_mark {color:#646A6E; border-radius:3px;
|
|
|
|
|
text-align:center;border:1px solid #9B9BAF;
|
|
|
|
|
width:14px;height:14px;line-height:14px;margin-top:12px;
|
|
|
|
|
}
|
|
|
|
|
.main-place .question_mark,
|
|
|
|
|
.overviewinfo .question_mark,
|
|
|
|
|
.blockinfo .question_mark,
|
|
|
|
|
.noticeinfo .question_mark,
|
|
|
|
|
.formtitleinfo .question_mark,
|
|
|
|
|
.keywords_information .keywords_mark {display:block;font-size:12px;font-style:normal;font-weight:normal; }
|
|
|
|
|
.overviewinfo .question_mark,.blockinfo .question_mark,.noticeinfo .question_mark,.keywords_information .keywords_mark {margin-top:0px;}
|
|
|
|
|
.main-place .question:hover .question_content,
|
|
|
|
|
.overviewinfo .question:hover .question_content,
|
|
|
|
|
.blockinfo .question:hover .question_content,
|
|
|
|
|
.noticeinfo .question:hover .question_content,
|
|
|
|
|
.formtitleinfo .question:hover .question_content,.keywords_information .keywords_content.active {visibility:visible;opacity:1;transition:visibility 1.5s,opacity 1s;}
|
|
|
|
|
.main-place .question_content,
|
|
|
|
|
.overviewinfo .question_content,
|
|
|
|
|
.blockinfo .question_content,
|
|
|
|
|
.noticeinfo .question_content,
|
|
|
|
|
.formtitleinfo .question_content,.keywords_information .keywords_content {visibility:hidden;opacity:0;
|
|
|
|
|
position:absolute;width:550px;z-index:10;background:#fff;border-radius:5px;
|
|
|
|
|
box-shadow:0px 4px 4px rgba(0,0,0,.1),2px 0px 2px rgba(0,0,0,.1),-2px 0px 2px rgba(0,0,0,.1);
|
|
|
|
|
top:38px;left:-20px;
|
|
|
|
|
}
|
|
|
|
|
.main-place .question_content:before,
|
|
|
|
|
.overviewinfo .question_content:before,
|
|
|
|
|
.blockinfo .question_content:before,
|
|
|
|
|
.noticeinfo .question_content:before,
|
|
|
|
|
.formtitleinfo .question_content:before,.keywords_information .keywords_content:before {
|
|
|
|
|
display:block;content:'';
|
|
|
|
|
width: 0;
|
|
|
|
|
height: 0;
|
|
|
|
|
border: 10px solid transparent;
|
|
|
|
|
border-bottom-color: #7089A1;
|
|
|
|
|
margin-top: -20px;margin-left:18px;
|
|
|
|
|
position: absolute;top:0;left:0;
|
|
|
|
|
}
|
|
|
|
|
.main-place .question_title,
|
|
|
|
|
.overviewinfo .question_title,
|
|
|
|
|
.blockinfo .question_title,
|
|
|
|
|
.noticeinfo .question_title,
|
|
|
|
|
.formtitleinfo .question_title,.keywords_information .keywords_title {
|
|
|
|
|
height:30px;line-height:30px;background-color:#7089A1;
|
|
|
|
|
border-top-left-radius:5px;border-top-right-radius:5px;color:#fff;
|
|
|
|
|
padding-left:10px;font-size:12px;
|
|
|
|
|
}
|
|
|
|
|
.main-place .question_list,
|
|
|
|
|
.overviewinfo .question_list,
|
|
|
|
|
.blockinfo .question_list,
|
|
|
|
|
.noticeinfo .question_list,
|
|
|
|
|
.formtitleinfo .question_list,.keywords_information .keywords_list {overflow:hidden;clear:both;padding:10px;font-size:10px;padding-left:10px;border-bottom:1px solid #DBDBDD;}
|
|
|
|
|
.main-place .question_list:last-child,
|
|
|
|
|
.overviewinfo .question_list:last-child,
|
|
|
|
|
.blockinfo .question_list:last-child,
|
|
|
|
|
.noticeinfo .question_list:last-child,
|
|
|
|
|
.formtitleinfo .question_list:last-child,.keywords_information .keywords_list:last-child {border-bottom:none;}
|
|
|
|
|
.main-place .question_list span,
|
|
|
|
|
.overviewinfo .question_list span,
|
|
|
|
|
.blockinfo .question_list span,
|
|
|
|
|
.noticeinfo .question_list span,
|
|
|
|
|
.formtitleinfo .question_list span,.keywords_information .keywords_list span {display:inline-block;display: block;
|
|
|
|
|
float: left;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
width: 420px;}
|
|
|
|
|
.main-place .question_list span:first-child,
|
|
|
|
|
.overviewinfo .question_list span:first-child,
|
|
|
|
|
.blockinfo .question_list span:first-child,
|
|
|
|
|
.noticeinfo .question_list span:first-child,
|
|
|
|
|
.formtitleinfo .question_list span:first-child,.keywords_information .keywords_list span:first-child {width:90px;margin-right:20px;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.overviewinfo .question_content,.blockinfo .question_content,.noticeinfo .question_content {top:26px;}
|
|
|
|
|
.overviewinfo .question_content li {text-align: left;}
|
|
|
|
|
.overviewinfo dl:nth-of-type(n+4) .question_content{left: -510px;}
|
|
|
|
|
.overviewinfo dl:nth-of-type(n+4) .question_content:before {left:auto;right:22px;}
|
|
|
|
|
|
|
|
|
|
.blockinfo .question {position:relative;display: inline-block;margin-left:5px;font-weight:normal;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.blockinfo {position:relative;}
|
|
|
|
|
|
|
|
|
|
.main-place .main-jump {line-height: 40px;
|
|
|
|
|
float: right;
|
|
|
|
|
margin-right: 20px;}
|
|
|
|
|
.main-place .main-jump a {color:#404040;}
|
|
|
|
|
|
|
|
|
|
.button_list {margin:9px 0;margin:5px 0 32px;margin-right:15px;}
|
|
|
|
|
.button_list a,.sort_list .sort_btn button { background-image: url(../images/toolbg.gif);background-repeat:repeat-x;
|
|
|
|
|
border: solid 1px #d3dbde;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
font-size:13px;color:#333;
|
|
|
|
|
cursor: pointer;}
|
|
|
|
|
.button_list a {float: left;padding-right: 10px;
|
|
|
|
|
margin-right: 5px;line-height: 33px;
|
|
|
|
|
height: 33px;}
|
|
|
|
|
.button_list a.disabled {border:1px solid #d3dbde!important;background-image:url(../images/toolbg.gif)!important;color:#333!important;}
|
|
|
|
|
.button_list a span {
|
|
|
|
|
float: left;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
margin-top: 5px;display:black;width:24px;height:24px;
|
|
|
|
|
}
|
|
|
|
|
.button_list .button_icon {background-image:url(../images/button.png);background-repeat:no-repeat;}
|
|
|
|
|
.button_list .button_icon1 {background-position:-77px -64px;} /*新增*/
|
|
|
|
|
.button_list .button_icon2 {background-position:-7px -64px;} /*删除*/
|
|
|
|
|
.button_list .button_icon3 {background-position:-41px -64px;} /*修改*/
|
|
|
|
|
.button_list .button_icon4 {background-position:-181px -64px;} /*启用*/
|
|
|
|
|
.button_list .button_icon5 {background-position:-146px -64px;} /*禁用*/
|
|
|
|
|
.button_list .button_icon6 {background-position:-320px -35px;} /*清空*/
|
|
|
|
|
.button_list .button_icon7 {background-position:-5px -5px;} /*已读*/
|
|
|
|
|
.button_list .button_icon8 {background-position:-7px -35px;} /*充值*/
|
|
|
|
|
.button_list .button_icon9 {background-position:-320px -64px;} /*审核*/
|
|
|
|
|
.button_list .button_icon10 {background-position:-96px -35px;} /*参与对账*/
|
|
|
|
|
.button_list .button_icon11 {background-position:-141px -35px;} /*不参与对账*/
|
|
|
|
|
.button_list .button_icon12 {background-position:-186px -35px;} /*通过*/
|
|
|
|
|
.button_list .button_icon13 {background-position:-230px -35px;} /*拒绝*/
|
|
|
|
|
.button_list .button_icon14 {background-position:-51px -35px;} /*结算*/
|
|
|
|
|
.button_list .button_icon15 {background-position:-44px -5px;} /*移动*/
|
|
|
|
|
.button_list .button_icon16 {background-position:-123px -5px;} /*复制*/
|
|
|
|
|
.button_list .button_icon17 {background-position:-162px -5px;} /*粘贴*/
|
|
|
|
|
.button_list .button_icon18 {background-position:-275px -35px;} /*排序*/
|
|
|
|
|
.button_list .button_icon19 {background-position:-201px -5px;} /*还原*/
|
|
|
|
|
.button_list .button_icon20 {background-position:-286px -64px;} /*生成*/
|
|
|
|
|
.button_list .button_icon21 {background-position:-216px -64px;} /*修复*/
|
|
|
|
|
.button_list .button_icon22 {background-position:-280px -5px;} /*优化*/
|
|
|
|
|
.button_list .button_icon23 {background-position:-84px -5px;} /*打包*/
|
|
|
|
|
.button_list .button_icon24 {background-position:-319px -5px;} /*导入*/
|
|
|
|
|
.button_list .button_icon25 {background-position:-241px -5px;} /*开启*/
|
|
|
|
|
.button_list .button_icon26 {background-position:-250px -64px;} /*关闭*/
|
|
|
|
|
.button_list .button_icon27 {background-position:-111px -64px;} /*统计*/
|
|
|
|
|
|
|
|
|
|
.search_list {margin-bottom:35px;}
|
|
|
|
|
.search_list>div{margin-top:9px;}
|
|
|
|
|
.search_list .sleft { float: left;
|
|
|
|
|
margin-right: 15px;}
|
|
|
|
|
.search_list li label {
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
float: left;
|
|
|
|
|
line-height: 32px;
|
|
|
|
|
}
|
|
|
|
|
.search_list>div>label{}
|
|
|
|
|
.search_list .slinput,.search_list input[type=text] {
|
|
|
|
|
/* width: 150px;
|
|
|
|
|
height: 33px;
|
|
|
|
|
line-height: 33px;*/
|
|
|
|
|
border-top: solid 1px #a7b5bc;
|
|
|
|
|
border-left: solid 1px #a7b5bc;
|
|
|
|
|
border-right: solid 1px #ced9df;
|
|
|
|
|
border-bottom: solid 1px #ced9df;
|
|
|
|
|
box-shadow:0px 3px 3px #F7F8F9 inset;
|
|
|
|
|
text-indent: 10px;
|
|
|
|
|
width:120px;
|
|
|
|
|
height:26px;
|
|
|
|
|
line-height:27px;
|
|
|
|
|
border-radius:3px;font-size:12px;
|
|
|
|
|
}
|
|
|
|
|
.search_list .scbtn,.search_list .sch-btn {
|
|
|
|
|
|
|
|
|
|
/* width: 85px;height: 35px;line-height:35px; */
|
|
|
|
|
background: #3C95C8;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
color: #fff;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border-radius: 3px;display:inline-block;text-align:center;border-bottom:none;
|
|
|
|
|
|
|
|
|
|
width:55px;height:28px;line-height:26px;
|
|
|
|
|
}
|
|
|
|
|
.search_list2 .sch-btn {width:85px;}
|
|
|
|
|
.search_list select {
|
|
|
|
|
color: #000;
|
|
|
|
|
resize: none;
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
border-style: solid;border-radius:0;
|
|
|
|
|
border-color: #a7b5bc #ced9df #ced9df #a7b5bc;
|
|
|
|
|
box-shadow:0px 3px 3px #F7F8F9 inset;
|
|
|
|
|
|
|
|
|
|
height: 28px;height:auto\9;
|
|
|
|
|
padding: 0 5px;padding:5px\9;
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
line-height: 28px;
|
|
|
|
|
line-height: 28px\9;
|
|
|
|
|
*line-height: 28px;
|
|
|
|
|
_line-height:28px;
|
|
|
|
|
border-radius:3px;
|
|
|
|
|
font-size:12px;
|
|
|
|
|
width:120px;
|
|
|
|
|
}
|
|
|
|
|
.search-title-box label {line-height:28px;}
|
|
|
|
|
.search_list .input-list-game .select_gallery{width:200px;}
|
|
|
|
|
.search_list .input-list-spend .select_gallery,
|
|
|
|
|
.search_list .input-list-parent .select_gallery,
|
|
|
|
|
.search_list .input-list-server .select_gallery,
|
|
|
|
|
.search_list .input-list-resway .select_gallery,
|
|
|
|
|
.search_list .input-list-user .select_gallery,
|
|
|
|
|
.search_list .input-list-promote .select_gallery,
|
|
|
|
|
.search_list .input-list-admin .select_gallery {width:150px;}
|
|
|
|
|
.search_list .input-list-platform select,.search_list .input-list-insteadstatus select,
|
|
|
|
|
.search_list .input-list-promotestatus select {width:100px;}
|
|
|
|
|
|
|
|
|
|
.search_list .input-list-orderstatus select,.search_list .input-list-gamenoticestatus select,
|
|
|
|
|
.search_list .input-list-displaystatus select,.search_list .input-list-platform select {width:120px;}
|
|
|
|
|
|
|
|
|
|
.search_list .search_label_rehab label {vertical-align: middle;}
|
|
|
|
|
.search_list .search_total{position:relative;}
|
|
|
|
|
.search_list .totalvalue{position: absolute;
|
|
|
|
|
top: -37px;
|
|
|
|
|
right: 0;
|
|
|
|
|
/* width: 170px; */width:600px;
|
|
|
|
|
z-index: 11;color:#fff;padding:0px 6px;
|
|
|
|
|
background: rgba(0,0,0,.3);
|
|
|
|
|
text-align: right;line-height:28px;border-radius:4px;}
|
|
|
|
|
.search_list .totalvalue:after {display:block;content:'';position:absolute;top:28px;right:10px;width:0;height:0;border:10px solid transparent;border-top-color:rgba(0,0,0,.3);}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.search_list_item,.search_list_drop {position:relative;}
|
|
|
|
|
.search_list_item input[type=text] { padding: 0 18px 0 0;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
.search_arrow {border-color: #888 transparent transparent transparent;
|
|
|
|
|
border-style: solid;
|
|
|
|
|
border-width: 5px 4px 0 4px;
|
|
|
|
|
height: 0;
|
|
|
|
|
right: 5px;
|
|
|
|
|
margin-left: -4px;
|
|
|
|
|
margin-top: -2px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
width: 0;}
|
|
|
|
|
.search_arrow_up {border-color:transparent transparent #888 transparent;border-width: 0px 4px 5px 4px;}
|
|
|
|
|
.search_list_nav { background-color: white;
|
|
|
|
|
/* border: 1px solid #aaa; */
|
|
|
|
|
border-top: solid 1px #a7b5bc;
|
|
|
|
|
border-left: solid 1px #a7b5bc;
|
|
|
|
|
border-right: solid 1px #ced9df;
|
|
|
|
|
border-bottom: solid 1px #ced9df;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0px;
|
|
|
|
|
width: 100%;max-height: 200px;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
z-index: 1051;margin-top:-1px;}
|
|
|
|
|
.search_list_nav li a {display:block;padding: 6px;cursor: pointer;color:#404040;}
|
|
|
|
|
.search_list_nav li a:hover {background-color: #5897fb;border:none;
|
|
|
|
|
color: white;}
|
|
|
|
|
.search_list .date{position:relative;}
|
|
|
|
|
.search_list .date .add-on {position: absolute;right: 0;bottom: 0;}
|
|
|
|
|
|
|
|
|
|
.search_list2 {margin-right:85px;}
|
|
|
|
|
/* .search_list2 .input-list {margin-left:0;margin-right:0;} */
|
|
|
|
|
/* .search_list2 .input-list:first-child .sch-btn {background: #ffb620;border-top-right-radius:0;border-bottom-right-radius:0;} */
|
|
|
|
|
/* .search_list2 .input-list:last-child .sch-btn {background: #2062b0;border-top-left-radius:0;border-bottom-left-radius:0;} */
|
|
|
|
|
|
|
|
|
|
.search_list .search_data_summary {line-height:34px;font-size:13px;}
|
|
|
|
|
|
|
|
|
|
.top_nav_list .search_list>div.button_list {margin:9px 5px 0 5px;}
|
|
|
|
|
|
|
|
|
|
.formtitle {
|
|
|
|
|
border-bottom: solid 1px #d0dee5;
|
|
|
|
|
line-height: 35px;
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 35px;
|
|
|
|
|
margin-bottom: 28px;
|
|
|
|
|
}
|
|
|
|
|
.formtitle>span {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
border-bottom: solid 3px #66c9f3;
|
|
|
|
|
float: left;
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 100;
|
|
|
|
|
bottom: -1px;
|
|
|
|
|
padding: 0 3px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
}
|
|
|
|
|
.form_info_ml,.box_mt {margin-top:20px;}
|
|
|
|
|
.box_mt1{margin-top:10px;}
|
|
|
|
|
.form_info {margin-left:20px;}
|
|
|
|
|
.form_info>li { margin-bottom: 23px;
|
|
|
|
|
font-size:12px;clear:both;overflow:hidden;
|
|
|
|
|
}
|
|
|
|
|
.form_info li>label {
|
|
|
|
|
width: 100px;
|
|
|
|
|
line-height: 34px;
|
|
|
|
|
display: block;
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
.form_info2 li>label,.form_info3 li>label,.form_info12 li>label,.form_info21 li>label,
|
|
|
|
|
.form_info22 li>label,.form_info_hook li>label,.form_config5 li>label,
|
|
|
|
|
.form_config15 li>label,.form_config9 li .form_config9_sub li>label,.form_info_menu li>label,
|
|
|
|
|
.form_info_article li>label,.form_info_addons_create li>label {width:130px;}
|
|
|
|
|
.form_info4 li>label,.form_info11 li>label {width:180px;}
|
|
|
|
|
.form_info input[type=text],.form_info input[type=password],
|
|
|
|
|
.tab_content input[type=text],.tab_content input[type=password] {
|
|
|
|
|
border-top: solid 1px #a7b5bc;
|
|
|
|
|
border-left: solid 1px #a7b5bc;
|
|
|
|
|
border-right: solid 1px #ced9df;
|
|
|
|
|
border-bottom: solid 1px #ced9df;
|
|
|
|
|
background: url(../images/inputbg.gif) repeat-x;
|
|
|
|
|
border-radius:0;
|
|
|
|
|
}
|
|
|
|
|
.form_info input[type=text],.form_info input[type=password],
|
|
|
|
|
.tab_content input[type=text],.tab_content input[type=password] {
|
|
|
|
|
width: 345px;
|
|
|
|
|
height: 32px;
|
|
|
|
|
line-height: 32px;
|
|
|
|
|
text-indent: 10px;font-size:12px;
|
|
|
|
|
}
|
|
|
|
|
.form_info input[type=text].txt2 {width:690px;}
|
|
|
|
|
.form_info_seo li>label {font-weight:bold;}
|
|
|
|
|
.form_info li .form_main {display:inline;/* width:560px;display:inline-block;display:block;float:left; */}
|
|
|
|
|
.form_info11 li .form_main,.form_info12 li .form_main,.form_info14 li .form_main,
|
|
|
|
|
.form_info21 li .form_main,.form_info22 li .form_main,.form_info_hook li .form_main,
|
|
|
|
|
.form_main_sub {display:block;float:left;}
|
|
|
|
|
.form_info li .form_hint {
|
|
|
|
|
color: #7f7f7f;
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
font-style: normal;font-size:10px;line-height:34px;
|
|
|
|
|
}
|
|
|
|
|
.form_info .form_btn,.form_info .form_return {
|
|
|
|
|
width: 137px;
|
|
|
|
|
height: 35px;
|
|
|
|
|
border-radius:4px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
cursor: pointer;border:none;text-align:center;
|
|
|
|
|
}
|
|
|
|
|
.form_info .form_btn,.search_list2 .sch-btn.current {background: #3E96C9;color: #fff;background-image: -moz-linear-gradient(top, #449ACB 0%,#3C95C8 50%, #3591C6 100%);
|
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#449ACB),color-stop(50%,#3C95C8), color-stop(100%,#3591C6));
|
|
|
|
|
background-image: -webkit-linear-gradient(top, #449ACB 0%,#3C95C8 50%,#3591C6 100%);
|
|
|
|
|
background-image: -o-linear-gradient(top, #449ACB 0%,#3C95C8 50%,#3591C6 100%);
|
|
|
|
|
background-image: -ms-linear-gradient(top, #449ACB 0%,#3C95C8 50%,#3591C6 100%);
|
|
|
|
|
background-image: linear-gradient(to bottom, #449ACB 0%,#3C95C8 50%,#3591C6 100%);}
|
|
|
|
|
.form_info .form_return,.search_list2 .sch-btn {background: #dedede;color: #7c7c7c;background-image: -moz-linear-gradient(top, #D0D5D8 0%,#CFD5D9 50%, #CED5D9 100%);
|
|
|
|
|
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D0D5D8),color-stop(50%,#CFD5D9), color-stop(100%,#CED5D9));
|
|
|
|
|
background-image: -webkit-linear-gradient(top, #D0D5D8 0%,#CFD5D9 50%,#CED5D9 100%);
|
|
|
|
|
background-image: -o-linear-gradient(top, #D0D5D8 0%,#CFD5D9 50%,#CED5D9 100%);
|
|
|
|
|
background-image: -ms-linear-gradient(top, #D0D5D8 0%,#CFD5D9 50%,#CED5D9 100%);
|
|
|
|
|
background-image: linear-gradient(to bottom, #D0D5D8 0%,#CFD5D9 50%,#CED5D9 100%);}
|
|
|
|
|
.form_info .form_btn:focus {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.form_info select,.tab_content select,.tab_content td select{
|
|
|
|
|
z-index: 2;margin:0;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
height: 34px;width:345px;line-height:34px;
|
|
|
|
|
/*position: relative;*/
|
|
|
|
|
padding-right: 20px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
border-radius:0;border-top: solid 1px #a7b5bc;
|
|
|
|
|
border-left: solid 1px #a7b5bc;
|
|
|
|
|
border-right: solid 1px #ced9df;
|
|
|
|
|
border-bottom: solid 1px #ced9df;
|
|
|
|
|
text-indent: 5px;
|
|
|
|
|
background-image: url(../images/inputbg.gif) ;
|
|
|
|
|
background-repeat: repeat-x;font-size:12px;
|
|
|
|
|
}
|
|
|
|
|
.form_info textarea,.tab_content textarea,.tab_content td textarea {
|
|
|
|
|
border-top: solid 1px #a7b5bc;margin:0;
|
|
|
|
|
border-left: solid 1px #a7b5bc;
|
|
|
|
|
border-right: solid 1px #ced9df;
|
|
|
|
|
border-bottom: solid 1px #ced9df;
|
|
|
|
|
background-image: url(../images/inputbg.gif);
|
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
|
line-height: 20px;padding:3px;
|
|
|
|
|
overflow-y: scroll;font-size:12px;border-radius:0;
|
|
|
|
|
}
|
|
|
|
|
.form_info textarea,.tab_content .table_textarea textarea {padding: 10px;width: 504px;
|
|
|
|
|
height: 135px;}
|
|
|
|
|
.form_info1 textarea~.form_hint,
|
|
|
|
|
.form_info2 textarea~.form_hint,
|
|
|
|
|
.form_info3 textarea~.form_hint,
|
|
|
|
|
.form_info4 textarea~.form_hint,
|
|
|
|
|
.form_info_seo textarea~.form_hint{vertical-align:top;}
|
|
|
|
|
.form_info .form_text {line-height:32px;}
|
|
|
|
|
.form_info option {
|
|
|
|
|
overflow: auto;
|
|
|
|
|
}
|
|
|
|
|
.form_info .form_radio,.form_info .form_checkbox {width:355px;display:inline-block;
|
|
|
|
|
line-height:34px;}
|
|
|
|
|
.form_info .form_radio label,.tab_content .table_radio label,.form_info .form_checkbox label{margin-right:10px;cursor:pointer;}
|
|
|
|
|
.form_info .form_radio input[type=radio] ,.tab_content .table_radio input[type=radio],.form_info .form_checkbox input[type=checkbox]{vertical-align:middle;cursor:pointer;}
|
|
|
|
|
.form_info .form_textarea_edit {width:670px;display:inline-block;}
|
|
|
|
|
.form_info .form_textarea_edit~.form_hint,.form_info .form_textarea_edit2~.form_hint {vertical-align:top;}
|
|
|
|
|
.form_info .form_textarea_edit2 {width:900px;float:left;}
|
|
|
|
|
.form_info .form_icon,.form_info li .form_select_multiple {width:345px;display:inline-block;}
|
|
|
|
|
.form_info .form_time input[type=text],.tab_content .table_time input[type=text]{width:172px;}
|
|
|
|
|
.form_info .table_select3 select,.tab_content .table_select3 select {width:110px;}
|
|
|
|
|
|
|
|
|
|
.form_info .form_checkbox input[type=checkbox] {vertical-align:middle;}
|
|
|
|
|
.form_info_category li>label {width:120px;}
|
|
|
|
|
.form_info_category li .form_file,.form_info li .form_file,.form_info li .form_picture {display:block;float:left;}
|
|
|
|
|
.form_info .form_picture,.form_info .form_file {width:360px;display:inline-block;}
|
|
|
|
|
.form_info .form_div_width {width:345px;height:35px;line-height:34px;}
|
|
|
|
|
.form_info_model li>label {}
|
|
|
|
|
|
|
|
|
|
.form_main_sub_textarea {margin-top: 10px;
|
|
|
|
|
margin-left: 10px;}
|
|
|
|
|
.form_main_sub_textarea textarea {width:482px;}
|
|
|
|
|
|
|
|
|
|
.form_info select[multiple]{height: 200px;width:300px;}
|
|
|
|
|
.form_info li .form_main_textarea {width:526px;float:left;}
|
|
|
|
|
.form_main_textarea .form_main_sub {width:100%;}
|
|
|
|
|
|
|
|
|
|
/* tab */
|
|
|
|
|
.tab_nav {
|
|
|
|
|
height: 36px;
|
|
|
|
|
border-bottom: solid 1px #d0dee5;
|
|
|
|
|
position: relative;
|
|
|
|
|
border-left: solid 1px #d3dbde;
|
|
|
|
|
}
|
|
|
|
|
.tab_nav .tab-nav {}
|
|
|
|
|
.tab_nav>ul {width:100%;clear:both;overflow:hidden;}
|
|
|
|
|
.tab_nav ul li {
|
|
|
|
|
float: left;
|
|
|
|
|
height: 37px;
|
|
|
|
|
line-height: 37px;
|
|
|
|
|
background: url(../images/itabbg.png) repeat-x;
|
|
|
|
|
border-right: solid 1px #d3dbde;
|
|
|
|
|
}
|
|
|
|
|
.tab_nav ul li a {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #000;
|
|
|
|
|
padding-left: 25px;
|
|
|
|
|
padding-right: 25px;text-decoration:none;
|
|
|
|
|
}
|
|
|
|
|
.tab_nav ul li a:hover {border:none;}
|
|
|
|
|
.tab_nav ul li.current a {
|
|
|
|
|
height: 37px;
|
|
|
|
|
display: block;
|
|
|
|
|
background: url(../images/itabbg1.png) repeat-x;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
.tab_nav .tab_select{background-image:none;border-right:none;}
|
|
|
|
|
.tab_nav .tab_select select {line-height:30px;height:30px;width:100px;font-size:12px;z-index: 2;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
position: relative;
|
|
|
|
|
background: #fff;
|
|
|
|
|
border-radius:0;
|
|
|
|
|
text-indent: 5px;
|
|
|
|
|
background-image: url(../images/inputbg.gif) ;
|
|
|
|
|
background-repeat: repeat-x;}
|
|
|
|
|
.tab_content {padding:12px 0;font-size:12px;}
|
|
|
|
|
.tab_content td {padding: 20px 0;}
|
|
|
|
|
.tab_content td.l {
|
|
|
|
|
width: 140px;
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
.tab_content td.r {
|
|
|
|
|
text-align: left;
|
|
|
|
|
}.tab_content td.r select {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.tab_content select {margin-left:0;}
|
|
|
|
|
.tab_content td.r input[type=file] {border:1px solid transparent;}
|
|
|
|
|
.tab_content .table_width input {}
|
|
|
|
|
|
|
|
|
|
.tab_table {margin-bottom: 20px;}
|
|
|
|
|
.tab_table table {width: 100%;}
|
|
|
|
|
.tab_table td{border: 1px solid #ddd;
|
|
|
|
|
padding: 10px 10px !important;
|
|
|
|
|
line-height: 34px;}
|
|
|
|
|
.tab_table td.l {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tab_content .infonotice {line-height:30px;}
|
|
|
|
|
|
|
|
|
|
.tab_content3 input[type="text"]:disabled {
|
|
|
|
|
border: none!important;
|
|
|
|
|
background-image:none;text-indent:0;
|
|
|
|
|
}
|
|
|
|
|
.tab_content .table_click,.tab_content .table_click a {color:#056dae;text-decoration:underline;cursor:pointer;}
|
|
|
|
|
.tab_content .table_click:hover,.tab_content .table_click a:hover {border:none;color:#00a4ac;}
|
|
|
|
|
|
|
|
|
|
/* sort */
|
|
|
|
|
.sort_list .sort_center {clear:both;overflow:hidden;}
|
|
|
|
|
.sort_list .sort_center .sort_btn {float:left;}
|
|
|
|
|
.sort_list .sort_bottom {margin-top:30px;}
|
|
|
|
|
.sort_list .sort_btn button {width:68px;height:33px;line-height:33px;background-size:100%;}
|
|
|
|
|
/* 消息栏 */
|
|
|
|
|
.tips-bar {
|
|
|
|
|
margin: 10px 18px;
|
|
|
|
|
height: 25px;
|
|
|
|
|
line-height: 25px;
|
|
|
|
|
border: 1px solid #e1e1e1;
|
|
|
|
|
box-shadow: 0 1px 0 rgba(0,0,255,.05);
|
|
|
|
|
}
|
|
|
|
|
.tips-bar .i-tips {
|
|
|
|
|
float: left;
|
|
|
|
|
width: 27px;
|
|
|
|
|
height: 25px;
|
|
|
|
|
background: url(../images/i_tips.png) no-repeat;
|
|
|
|
|
}
|
|
|
|
|
.tips-bar .tips-cnt {
|
|
|
|
|
float: left;
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
.tips-bar .close {
|
|
|
|
|
float: right;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
color: #d5d5d5;
|
|
|
|
|
text-shadow: 0 1px 0 #FFF;
|
|
|
|
|
}
|
|
|
|
|
.tips-bar .close:hover {
|
|
|
|
|
color: #000;
|
|
|
|
|
opacity: .4;
|
|
|
|
|
filter: alpha(opacity=40);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.member-form {
|
|
|
|
|
display: none;
|
|
|
|
|
width: 360px;
|
|
|
|
|
padding: 12px 60px;
|
|
|
|
|
}
|
|
|
|
|
.member-form i{
|
|
|
|
|
color: red;
|
|
|
|
|
}
|
|
|
|
|
.admin-form .item{
|
|
|
|
|
margin: 12px 0;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
}
|
|
|
|
|
.admin-form .item .text{
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
line-height: 16px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
color: #555;
|
|
|
|
|
padding: 10px 4px;
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
|
|
|
|
|
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
|
|
|
|
|
-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
|
|
|
|
|
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
|
|
|
|
|
transition: border linear 0.2s, box-shadow linear 0.2s;
|
|
|
|
|
}
|
|
|
|
|
.admin-form .item .text:focus{
|
|
|
|
|
outline: 0;
|
|
|
|
|
outline: thin dotted \9;
|
|
|
|
|
border-color: rgba(82, 168, 236, 0.8);
|
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.8);
|
|
|
|
|
}
|
|
|
|
|
.admin-form label{
|
|
|
|
|
color: #666;
|
|
|
|
|
padding-right: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 插件配置表单 */
|
|
|
|
|
.config-form fieldset {
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
/* 授权表单 */
|
|
|
|
|
.auth-form {
|
|
|
|
|
padding: 15px;
|
|
|
|
|
min-width: 100px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 插件钩子弹出层 */
|
|
|
|
|
.hooktpl {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
width: 500px;
|
|
|
|
|
}
|
|
|
|
|
.hooktpl .textarea {
|
|
|
|
|
max-width: 500px;
|
|
|
|
|
}
|
|
|
|
|
.add-pop-form {
|
|
|
|
|
width: 500px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 插件管理-返回顶部配置表单 */
|
|
|
|
|
#style_list a:hover {
|
|
|
|
|
border-bottom: 0 none;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
/* 插件管理表单 */
|
|
|
|
|
.has_config,
|
|
|
|
|
.has_adminlist {
|
|
|
|
|
display: block!important;
|
|
|
|
|
margin-left: 0!important;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
.has_config.hidden,
|
|
|
|
|
.has_adminlist.hidden {
|
|
|
|
|
display: none!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 授权编辑页 */
|
|
|
|
|
.checkmod {
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
border: 1px solid #ebebeb;
|
|
|
|
|
}
|
|
|
|
|
.checkmod dt {
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
border-bottom: 1px solid #ebebeb;
|
|
|
|
|
background-color: #ECECEC;
|
|
|
|
|
}
|
|
|
|
|
.checkmod dd {
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
}
|
|
|
|
|
.checkmod dd .checkbox {
|
|
|
|
|
margin: 0 10px 0 0;
|
|
|
|
|
}
|
|
|
|
|
.checkmod dd .divsion {
|
|
|
|
|
margin-right: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 拖动排序列表 */
|
|
|
|
|
.dragsort {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.edit_sort {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
border:1px solid #cdcdcd;
|
|
|
|
|
color: #404040;
|
|
|
|
|
line-height: 35px;
|
|
|
|
|
width: 20%;
|
|
|
|
|
height: 376px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.edit_sort span {
|
|
|
|
|
background: #EEEEEE;
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
text-indent: 10px;
|
|
|
|
|
border-bottom: 1px solid #cdcdcd;
|
|
|
|
|
margin-bottom:5px;
|
|
|
|
|
}
|
|
|
|
|
.edit_sort ul {
|
|
|
|
|
padding: 0 5px;
|
|
|
|
|
overflow-y:scroll;
|
|
|
|
|
height: 334px;
|
|
|
|
|
}
|
|
|
|
|
.edit_sort_l {
|
|
|
|
|
float: left;
|
|
|
|
|
margin-right: 20px;
|
|
|
|
|
}
|
|
|
|
|
.tab2 p {
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
text-indent: 15px;
|
|
|
|
|
}
|
|
|
|
|
.dragsort li {
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
padding: 0 6px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
/* border: 1px solid #eee;
|
|
|
|
|
background-color: #fff; */
|
|
|
|
|
border-top: solid 1px #a7b5bc;
|
|
|
|
|
border-left: solid 1px #a7b5bc;
|
|
|
|
|
border-right: solid 1px #ced9df;
|
|
|
|
|
border-bottom: solid 1px #ced9df;
|
|
|
|
|
background: url(../images/inputbg.gif) repeat-x;
|
|
|
|
|
border-radius:0;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.dragsort li em {
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
|
.dragsort li b {
|
|
|
|
|
display: none;
|
|
|
|
|
float: right;
|
|
|
|
|
padding: 0 6px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
.dragsort li:hover b {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
.dragsort .draging-place {
|
|
|
|
|
border-style: dashed;
|
|
|
|
|
/* border-color: #ccc;
|
|
|
|
|
border-top-color: #a7b5bc;
|
|
|
|
|
border-left-color: #a7b5bc;
|
|
|
|
|
border-right-color: #ced9df;
|
|
|
|
|
border-bottom-color: #ced9df; */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 版权信息 */
|
|
|
|
|
.cont-ft {
|
|
|
|
|
padding: 0 15px;
|
|
|
|
|
background-color: #f6f6f6;
|
|
|
|
|
}
|
|
|
|
|
.copyright {
|
|
|
|
|
height: 39px;
|
|
|
|
|
line-height: 39px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border-top: 1px solid #ccc;font-size:13px;
|
|
|
|
|
}
|
|
|
|
|
.copyright a {
|
|
|
|
|
margin: 0 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*导航*/
|
|
|
|
|
.main-nav li a i{ display:block; width:20px; height:20px; float:left; margin-top: 13px; margin-right: 5px;}
|
|
|
|
|
.menu_1{ background: url(../images/top_menu.png) no-repeat -5px;}
|
|
|
|
|
.menu_2{ background: url(../images/top_menu.png) no-repeat -35px;}
|
|
|
|
|
.menu_3{ background: url(../images/top_menu.png) no-repeat -66px;}
|
|
|
|
|
.menu_4{ background: url(../images/top_menu.png) no-repeat -96px;}
|
|
|
|
|
.menu_5{ background: url(../images/top_menu.png) no-repeat -130px;}
|
|
|
|
|
.menu_6{ background: url(../images/top_menu.png) no-repeat -165px;}
|
|
|
|
|
.menu_7{ background: url(../images/top_menu.png) no-repeat -198px;}
|
|
|
|
|
.menu_8{ background: url(../images/top_menu.png) no-repeat -229px;}
|
|
|
|
|
.menu_9{ background: url(../images/top_menu.png) no-repeat -263px;}
|
|
|
|
|
|
|
|
|
|
/*按钮*/
|
|
|
|
|
/* .blue, .gre, .red, .org, .deep,.disabled,.lock,.unlock,.bohui,.import,.lahei,.payway,.create,.settle,.tixian{ background:url(../images/btn.png) no-repeat!important; background-color:none!important; border:none!important; color:#fff!important; text-shadow:-1px -1px 0 #707070}
|
|
|
|
|
.gre,.lock,.tixian{ background:url(../images/btn.png) no-repeat -69px 0px!important;}
|
|
|
|
|
.red,.unlock,.bohui,.lahei{ background:url(../images/btn.png) no-repeat -139px 0px!important;}
|
|
|
|
|
.org{ background:url(../images/btn.png) no-repeat -210px 0px!important;}
|
|
|
|
|
.deep,.settle{ background:url(../images/btn.png) no-repeat -282px 0px!important;}
|
|
|
|
|
.disabled{background-position:-356px 0px!important;}
|
|
|
|
|
.btn.shiying{padding:5px 10px;}
|
|
|
|
|
.btn.shiying2{padding:5px 16px;} */
|
|
|
|
|
|
|
|
|
|
/* .blue, .gre, .red, .org,.gray, .deep,.disabled,.lock,.unlock,.bohui,.import,.lahei,.payway,.create,.settle,.tixian{ border-radius:4px;background:#0166CC!important; border:none!important; color:#fff!important; }
|
|
|
|
|
*/.gre,.lock,.tixian{ background:#5CB75F!important;}
|
|
|
|
|
.red,.unlock,.bohui,.lahei{ background:#CE453F!important;}
|
|
|
|
|
.org{ background:#F9A42A!important;}
|
|
|
|
|
.gray{ background:#AEABA6!important;}
|
|
|
|
|
.deep,.settle{ background:#41A7C3!important;}
|
|
|
|
|
/* .disabled{background:#BBBBBB!important;} */
|
|
|
|
|
.btn.shiying{padding:5px 10px;}
|
|
|
|
|
.btn.shiying2{padding:5px 16px;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*查看表格*/
|
|
|
|
|
.tab-check { margin-bottom:20px;}
|
|
|
|
|
.tab-check table{ width:100%;}
|
|
|
|
|
.tab-check span{ color:#2062b0;}
|
|
|
|
|
.tab-check td{ border:1px solid #ddd; text-align: left !important;padding:5px 10px !important;line-height:34px;}
|
|
|
|
|
.tab-check td.l{ font-weight:600;}
|
|
|
|
|
.tab-check input{ background:none; border:none!important;}
|
|
|
|
|
|
|
|
|
|
.tab-look { margin-bottom:20px;}
|
|
|
|
|
.tab-look table{ width:100%;}
|
|
|
|
|
/* .tab-look span{ color:#2062b0;} */
|
|
|
|
|
.tab-look td{ border:1px solid #ddd; text-align: left !important;padding:5px 10px !important;line-height:34px;}
|
|
|
|
|
.tab-look td.l{ font-weight:600;}
|
|
|
|
|
.tab-look input{ background:none; border-radius:3px;}
|
|
|
|
|
.tab-look textarea{border-radius:3px;border:1px solid #ccc;outline:none;padding:6px;line-height:25px;}
|
|
|
|
|
.tab-look input[type="text"]:disabled{border:none!important;}
|
|
|
|
|
|
|
|
|
|
.tab-list {}
|
|
|
|
|
.tab-list input,.tab-list td.r input {line-height:30px;height:30px;border-radius:3px;border-color:#ddd;}
|
|
|
|
|
.tab-list select,.tab-list td.r select {line-height:40px;height:40px;width:400px;}
|
|
|
|
|
.tab-list .form-item{margin:0;padding:10px 0 0;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**/
|
|
|
|
|
.input-list,.i_list{float:left;margin:0 5px;}
|
|
|
|
|
.i_list,.g_list{border:1px solid #eee;float:left;}
|
|
|
|
|
.i_list .drop-down{width:200px;}
|
|
|
|
|
.i_list input,.g_list input{width:166px!important;border:none;}
|
|
|
|
|
.i_list_li{overflow-y:scroll;height:400px;z-index:999;}
|
|
|
|
|
.search-form .drop-down .i_list_li li a,
|
|
|
|
|
.i_list .drop-down .i_list_li a,.g_list .i_list_li a{width:163px;}
|
|
|
|
|
.i_list .sort-txt{
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin: 0 2px 0 4px;
|
|
|
|
|
padding-left: 6px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.g_list .sort-txt{display:inline-block;padding:3px 6px;cursor:pointer;}
|
|
|
|
|
.i_list .drop-down,.g_list.drop-down {
|
|
|
|
|
float: left;
|
|
|
|
|
height: 28px;
|
|
|
|
|
line-height: 28px;
|
|
|
|
|
}
|
|
|
|
|
.g_list i{margin:0 5px;}
|
|
|
|
|
.i_list .drop-down ul,.g_list.drop-down ul {
|
|
|
|
|
position: absolute;
|
|
|
|
|
margin-left: -1px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border: 1px solid #ebebeb;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.i_list .drop-down ul a ,.g_list.drop-down ul a{
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
color: #404040;
|
|
|
|
|
}
|
|
|
|
|
.g_list ul{width:200px;}
|
|
|
|
|
.g_list.drop-down ul li:first-child {
|
|
|
|
|
border-top-width: 0;
|
|
|
|
|
}
|
|
|
|
|
.g_list.drop-down ul li {
|
|
|
|
|
border-top: 1px solid #ebebeb;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.d_list {
|
|
|
|
|
border-color: #ebebeb;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
float: left;
|
|
|
|
|
border: 1px solid #ebebeb;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.d_list .drop-down {
|
|
|
|
|
float: left;
|
|
|
|
|
width: 81px;
|
|
|
|
|
height: 28px;
|
|
|
|
|
line-height: 28px;
|
|
|
|
|
}
|
|
|
|
|
.d_list .sort-txt {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin: 0 2px 0 4px;
|
|
|
|
|
padding-left: 6px;
|
|
|
|
|
width: 45px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.arrow {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 0;
|
|
|
|
|
height: 0;
|
|
|
|
|
line-height: 0;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
border: 4px dashed transparent;
|
|
|
|
|
}
|
|
|
|
|
.arrow-down {
|
|
|
|
|
border-top-style: solid;
|
|
|
|
|
border-top-color: #000;
|
|
|
|
|
border-bottom-width: 0;
|
|
|
|
|
}
|
|
|
|
|
.d_list .drop-down ul {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
position: absolute;
|
|
|
|
|
margin-left: -1px;
|
|
|
|
|
border: 1px solid #ebebeb;
|
|
|
|
|
border-color: #ebebeb;
|
|
|
|
|
}
|
|
|
|
|
.d_list .drop-down ul li:first-child {
|
|
|
|
|
border-top-width: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.d_list .drop-down ul li {
|
|
|
|
|
border-top-color: #ebebeb;
|
|
|
|
|
}
|
|
|
|
|
.d_list .drop-down ul li {
|
|
|
|
|
border-top: 1px solid #ebebeb;
|
|
|
|
|
}
|
|
|
|
|
.d_list .drop-down ul a {
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
color: #404040;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* pop */
|
|
|
|
|
.notice {
|
|
|
|
|
display:none;
|
|
|
|
|
position:absolute;
|
|
|
|
|
background:#eee;
|
|
|
|
|
top:45%;
|
|
|
|
|
left:0;
|
|
|
|
|
right:0;
|
|
|
|
|
margin:auto;
|
|
|
|
|
width:200px;
|
|
|
|
|
border:1px solid #eee;
|
|
|
|
|
border-radius:5px;
|
|
|
|
|
padding:5px 8px;
|
|
|
|
|
text-align:center;
|
|
|
|
|
}
|
|
|
|
|
/* .delwrap {
|
|
|
|
|
width:100vw;
|
|
|
|
|
height:100vh;
|
|
|
|
|
position:absolute;
|
|
|
|
|
top:0;
|
|
|
|
|
left:0;
|
|
|
|
|
z-index:1000;
|
|
|
|
|
display:none;
|
|
|
|
|
}
|
|
|
|
|
.delbg {
|
|
|
|
|
width:100%;
|
|
|
|
|
height:100%;
|
|
|
|
|
z-index:1001;
|
|
|
|
|
background:transparent;
|
|
|
|
|
background:rgba(0,0,0,.1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.delnotic {
|
|
|
|
|
position:absolute;
|
|
|
|
|
top:45%;
|
|
|
|
|
left:0;right:0;
|
|
|
|
|
margin:auto;
|
|
|
|
|
width:380px;
|
|
|
|
|
background:#fff;
|
|
|
|
|
border-radius:5px;
|
|
|
|
|
padding-bottom:20px;
|
|
|
|
|
}
|
|
|
|
|
.deltitle {
|
|
|
|
|
line-height:36px;
|
|
|
|
|
background:#4FB4DA;
|
|
|
|
|
border-top-left-radius:5px;
|
|
|
|
|
border-top-right-radius:5px;
|
|
|
|
|
color:#fff;
|
|
|
|
|
font-size:16px;padding:0 6px;
|
|
|
|
|
}
|
|
|
|
|
.delclose {
|
|
|
|
|
color:#fff;
|
|
|
|
|
float: right;
|
|
|
|
|
margin: 0 6px;
|
|
|
|
|
font-size:18px;
|
|
|
|
|
padding:0 5px;
|
|
|
|
|
}
|
|
|
|
|
a.delclose,a.delclose:hover,a.delclose:visited,a.delclose:active,
|
|
|
|
|
.delbutton a,.delbutton a:hover,
|
|
|
|
|
.delbutton a:visited,.delbutton a:active{border:none;color:#fff;}
|
|
|
|
|
.delcontent{line-height:100px;height:100px;text-align:center;font-size:18px;z-index:1002;padding:0 30px;}
|
|
|
|
|
.delcontent span {float:left;}
|
|
|
|
|
.delcontent .delimg {
|
|
|
|
|
background:url(../images/4.jpg) no-repeat center center;
|
|
|
|
|
width:50px;height:100%;
|
|
|
|
|
background-size:50px 50px;
|
|
|
|
|
z-index:1003;
|
|
|
|
|
line-height:80px;margin:0 10px 0 20px;
|
|
|
|
|
}
|
|
|
|
|
.delbutton {
|
|
|
|
|
line-height:50px;
|
|
|
|
|
font-size:16px;text-align:center;
|
|
|
|
|
}
|
|
|
|
|
.delbutton a {
|
|
|
|
|
color:#fff;
|
|
|
|
|
padding:5px 10px;
|
|
|
|
|
margin:0 8px;border-radius:5px;
|
|
|
|
|
}
|
|
|
|
|
.delbutton #delconfirm {
|
|
|
|
|
background:#4FB4DA;
|
|
|
|
|
}
|
|
|
|
|
.delbutton #delcancel {
|
|
|
|
|
background:#9f9f9f;
|
|
|
|
|
} */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.delnotic {
|
|
|
|
|
width: 485px;
|
|
|
|
|
height: 260px;
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 30%;
|
|
|
|
|
left: 50%;margin-left:-230px;
|
|
|
|
|
background: #fcfdfd;
|
|
|
|
|
box-shadow: 1px 8px 10px 1px #9b9b9b;
|
|
|
|
|
border-radius: 1px;
|
|
|
|
|
z-index: 111111;display:none;
|
|
|
|
|
}
|
|
|
|
|
.delnotic * {font-size: 12px;
|
|
|
|
|
border: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;}
|
|
|
|
|
.delnotic .deltitle {
|
|
|
|
|
height: 40px;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
background: url(../images/tcbg.gif) repeat-x;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.delnotic .deltitle span {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #fff;
|
|
|
|
|
float: left;
|
|
|
|
|
text-indent: 20px;
|
|
|
|
|
}
|
|
|
|
|
.delnotic .deltitle .delclose {
|
|
|
|
|
display: block;
|
|
|
|
|
background: url(../images/close.png) no-repeat;
|
|
|
|
|
width: 22px;
|
|
|
|
|
height: 22px;
|
|
|
|
|
float: right;
|
|
|
|
|
margin-right: 7px;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.delnotic .deltitle .delclose:hover {border:none;
|
|
|
|
|
background: url(../images/close1.png) no-repeat;
|
|
|
|
|
}
|
|
|
|
|
.delnotic .delcontent {
|
|
|
|
|
padding-top: 30px;
|
|
|
|
|
margin-left: 65px;
|
|
|
|
|
height: 95px;
|
|
|
|
|
}
|
|
|
|
|
.delnotic .delcontent .delimg {
|
|
|
|
|
width: 95px;
|
|
|
|
|
height: 95px;
|
|
|
|
|
float: left;display: block;
|
|
|
|
|
}
|
|
|
|
|
.delnotic .delcontent .delimg img {width:100%;}
|
|
|
|
|
.delnotic .delcontent .deltext {
|
|
|
|
|
float: left;
|
|
|
|
|
padding-top: 15px;
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
.delnotic .delcontent .deltext p {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
line-height: 35px;
|
|
|
|
|
}
|
|
|
|
|
.delnotic .delcontent .deltext cite {
|
|
|
|
|
color: #858686;font-style:normal;color:red;font-weight:700;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.delnotic .delbutton {
|
|
|
|
|
margin-top: 25px;
|
|
|
|
|
margin-left: 125px;
|
|
|
|
|
}
|
|
|
|
|
.delnotic .delbutton .delconfirm,.delnotic .delbutton .delcancel {
|
|
|
|
|
width: 96px;
|
|
|
|
|
height: 35px;
|
|
|
|
|
line-height: 35px;
|
|
|
|
|
color: #999;
|
|
|
|
|
background:#D0D5D8;
|
|
|
|
|
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.delnotic .delbutton .delcancel {
|
|
|
|
|
background-color:#3E96C9;border-radius:4px;
|
|
|
|
|
color: #FFF;
|
|
|
|
|
font-weight: normal;margin-left:60px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zc_for .cb input{width:13px;height:13px;}
|
|
|
|
|
.noticemsg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1000;background:rgba(0,0,0,.1);}
|
|
|
|
|
/* .noticebg{width:100%;height:100%;z-index:1001;} */
|
|
|
|
|
.noticemain { position: absolute;
|
|
|
|
|
top: 40%;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
margin: auto;
|
|
|
|
|
width: 300px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
border-radius: 5px;padding:20px;}
|
|
|
|
|
.noticemain textarea{width:100%;height:100px;border:none;color:blue;}
|
|
|
|
|
.noticemain p {line-height:30px;height:30px;}
|
|
|
|
|
.noticebtn{ line-height: 20px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
text-align: center;}
|
|
|
|
|
.noticebtn a{ padding: 2px 8px;
|
|
|
|
|
margin: 0 8px;
|
|
|
|
|
border-radius: 5px;}
|
|
|
|
|
.noticebtn a:hover,.noticebtn a:focus {border:none;}
|
|
|
|
|
.cpn {margin-top:15px;font-size:16px;}
|
|
|
|
|
.noticemain .noticeinput {line-height:50px;}
|
|
|
|
|
.noticemain .noticeinput .txt{width:94%;line-height:25px;height: 25px;padding:2px 6px;display:block;marign:0 auto;
|
|
|
|
|
font-size: 14px;border-radius:3px;border:1px solid #ababab;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.partakebtn a,.partakebtn a:hover{border:none;cursor:pointer;}
|
|
|
|
|
.partakebtn a.forbidden,.partakebtn a.nochange {color:#ababab;cursor:default;}
|
|
|
|
|
.partakebtn a.disabled {background:none!important;color:#ababab!important;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.d_list .limitwidth1 {width:100px;}
|
|
|
|
|
.d_list .limitwidth1 .sort-txt{width:65px;}
|
|
|
|
|
.d_list .limitwidth1 .nav-list li {width:80px;}
|
|
|
|
|
|
|
|
|
|
.d_list .limitwidth2 {width:150px;}
|
|
|
|
|
.d_list .limitwidth2 .sort-txt{width:115px;}
|
|
|
|
|
.d_list .limitwidth2 .nav-list li {width:150px;}
|
|
|
|
|
.d_list .limitwidth2 .nav-list li a {width:110px;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.d_list .limitwidth3 {width:100px;}
|
|
|
|
|
.d_list .limitwidth3 .sort-txt{width:65px;}
|
|
|
|
|
.d_list .limitwidth3 .nav-list a {width:80px;}
|
|
|
|
|
|
|
|
|
|
/* seo */
|
|
|
|
|
.seo_txt{width:600px;line-height:24px;border:1px solid #eee;padding:3px 8px;resize:vertical;}
|
|
|
|
|
.seo_txt_s{height:24px;}
|
|
|
|
|
.seo_txt_d{height:48px;}
|
|
|
|
|
.seo_txt_m{height:72px;}
|
|
|
|
|
.infomation{margin:10px 10px;background:#F0F9FD;background:#F1F7F9;padding:10px;border-radius:3px;font-size:13px;}
|
|
|
|
|
.infomation h3{font-weight:bold;}
|
|
|
|
|
.infomation p {line-height:30px;font-weight:normal;margin:0;text-indent:0;}
|
|
|
|
|
|
|
|
|
|
.personal li{ height:28px; overflow:hidden;}
|
|
|
|
|
.main-nav{ position:absolute; left:220px;right: 0px;width: 1050px;margin:0 auto;float: none; }
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width:1500px) {
|
|
|
|
|
.header .logo {margin-right:60px;}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
@media screen and (max-width:1500px){
|
|
|
|
|
#calendar{ width:85%; height:160px;}
|
|
|
|
|
.personalinfo i{ width:60px!important; height:60px!important;}
|
|
|
|
|
.personalinfo i img{ width:30px;}
|
|
|
|
|
.personal .personalinfo span:first-child{ font-size:14px!important;}
|
|
|
|
|
.personal .personalinfo span:last-child{ font-size:14px!important;}
|
|
|
|
|
.personal .per_wel{ margin-top: 20px!important; padding: 3px 10px!important;}
|
|
|
|
|
.personal li{ font-size:12px!important}
|
|
|
|
|
.datatit{ width:auto!important;}
|
|
|
|
|
/*.main-nav{width: 855px;}*/
|
|
|
|
|
.main-nav a{ padding:10px 20px!important;}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
@media screen and (max-width:1400px){
|
|
|
|
|
/*.main-nav {width: 765px;}*/
|
|
|
|
|
.main-nav a{ padding:10px 15px!important;}
|
|
|
|
|
}
|
|
|
|
|
@media screen and (max-width:1200px){
|
|
|
|
|
/*.main-nav{width: 675px;}*/
|
|
|
|
|
.main-nav a{ padding:10px 10px!important;}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gwlist .nav{height:30px; position:relative;}
|
|
|
|
|
.gwlist .nav p{display:block;line-height:30px; color:#e9f2f7; cursor:pointer;}
|
|
|
|
|
.gwlist .nav p:hover{ }
|
|
|
|
|
.gwlist .set{background:url(__IMG__/btn_2.png) 40px 14px no-repeat; background-size: 8px 4px;}
|
|
|
|
|
.gwlist .select{background:url(__IMG__/btn_1.png) 40px 14px no-repeat; background-size: 8px 4px;}
|
|
|
|
|
.gwlist .new{width:70px;position:absolute;border:1px solid #CCC;display:none; z-index:999; background:#fff; padding:0px!important; right:0px;}
|
|
|
|
|
.gwlist .nav ul li{line-height:35px; height:35px;padding-left:10px; width:52px;}
|
|
|
|
|
.gwlist .nav ul li a{ color:#333!important;}
|
|
|
|
|
.gwlist .nav ul li:hover{background:#CCC;color:#FFF;}
|
|
|
|
|
|
|
|
|
|
.tabcon1711 .headpicmark {vertical-align:top;}
|
|
|
|
|
.tabcon1711 {font-size:13px;color:#222;}
|
|
|
|
|
.tabcon1711 table {width:100%;}
|
|
|
|
|
.tabcon1711 td{height:50px;}
|
|
|
|
|
.tabcon1711 .picbox td,.picbox2 td {padding:30px 0;}
|
|
|
|
|
.tabcon1711 td:first-child {padding-left:60px;width:150px;}
|
|
|
|
|
.tablecon17112 td:first-child {width:180px;}
|
|
|
|
|
.tabcon1711 .picbox td:first-child {}
|
|
|
|
|
.tabcon1711 td:last-child {font-size:12px;}
|
|
|
|
|
/* .r.table_radio label:not(:first-child){margin-left:20px;} */
|
|
|
|
|
.tabcon1711 input[type=text],.tabcon1711 input[type=password] { height: 20px;
|
|
|
|
|
padding: 4px 6px;width:200px;}
|
|
|
|
|
.tabcon1711 input[type=text],.tabcon1711 input[type=password],.tabcon1711 select,.tabcon1711 textarea {
|
|
|
|
|
padding: 4px 6px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
color: #555;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
-webkit-border-radius: 4px;
|
|
|
|
|
-moz-border-radius: 4px;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
|
|
|
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
|
|
|
|
-webkit-transition: border linear .2s, box-shadow linear .2s;
|
|
|
|
|
-moz-transition: border linear .2s, box-shadow linear .2s;
|
|
|
|
|
-o-transition: border linear .2s, box-shadow linear .2s;
|
|
|
|
|
transition: border linear .2s, box-shadow linear .2s;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.tabcon1711 .tab5 .tab_name{font-weight: bold;font-size: 16px;}
|
|
|
|
|
.tabcon1711 .tab5 .tab5_b{margin: 3px 5px;font-weight: bold;font-size: 14px;}
|
|
|
|
|
.tabcon1711 .tab5 .tab5_notice{font-size: 12px;color: #999;margin-left: 30px;float: left;line-height: 30px;height: 30px;white-space: pre-wrap;}
|
|
|
|
|
.tabcon1711 textarea,.tabcon1711 input[type=text],.tabcon1711 input[type=password],.tabcon1711 select,.tabcon1711 .form_input {float:left;}
|
|
|
|
|
.tabcon1711 input[type=checkbox] {margin-top:-3px;}
|
|
|
|
|
.tabcon1711 .form_radio,.tabcon1711 .form_select,.tabcon1711 .form_checkbox,.tabcon1711 .table_radio label,.tabcon1711 .form_radio label,.tabcon1711 .form_checkbox label,.tabcon1711 .form_time,.tabcon1711 .select2,.tabcon1711 #game_discount_txt,.tabcon1711 .form_number,.tabcon1711 .table_click,.tabcon1711 .form_text,.tabcon1711 .form_unit {float:left;line-height:30px;}
|
|
|
|
|
.tabcon1711 .table_btn,.tabcon1711 .table_icon,.tabcon1711 .table_text{width:255px;float:left;}
|
|
|
|
|
.tabcon1711 .player_table_btn{width:215px;float:left;}
|
|
|
|
|
.tabcon1711 #game_discount_txt {width:215px;}
|
|
|
|
|
.pr{position:releative;}
|
|
|
|
|
.inner-click-text{position:absolute;left: 160px;}
|
|
|
|
|
.tabcon1711 .readonly-input[type="text"]{border: none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
|
|
|
|
|
.tabcon1711 input.table_btn_input {width:132px;}
|
|
|
|
|
.tabcon1711 input.table_text_input {width:188px;}
|
|
|
|
|
.tabcon1711 input.time {float:none;}
|
|
|
|
|
.tabcon1711 textarea {margin:10px 0;}
|
|
|
|
|
.tabcon17112 textarea {resize:both;}
|
|
|
|
|
.tabcon1711 select {width:215px;height:30px;margin-left:0;}
|
|
|
|
|
.tabcon1711 select.select-large {width:414px;}
|
|
|
|
|
.tabcon1711 .form_radio~.notice-text {width:55%;}
|
|
|
|
|
.tabcon1711 input~.notice-text {width:72%;}
|
|
|
|
|
.tabcon1711 input.input-large~.notice-text,.tabcon1711 input.txt2~.notice-text {width:52%;}
|
|
|
|
|
.tabcon1711 textarea {width:400px;height:150px;margin-left:0;}
|
|
|
|
|
.tabcon1711 .form_radio label {margin:0;}
|
|
|
|
|
.tabcon1711 .form_radio label {margin-right:15px;}
|
|
|
|
|
.tabcon1711 .form_radio label input[type=radio] {vertical-align:middle;margin-right:2px;}
|
|
|
|
|
.tabcon1711 .form_checkbox label{margin:0;}
|
|
|
|
|
.tabcon1711 .form_checkbox label~label {margin-left:15px;}
|
|
|
|
|
.tabcon1711 .notice-text {font-size:12px;color:#999;margin-left:30px;float:left;line-height:30px;height:30px;white-space:pre-wrap;}
|
|
|
|
|
.tabcon1711 .picbox .notice-text {position:absolute;top:44px;left:140px;}
|
|
|
|
|
.tabcon1711 .table_click {cursor:pointer;color:#145ccd;border-bottom:1px solid transparent;}
|
|
|
|
|
.tabcon1711 .table_click:hover {border-bottom-color:#145CCD;}
|
|
|
|
|
.tabcon1711 input~.table_click {margin-left:20px;float:left;}
|
|
|
|
|
.tabcon1711 input~.table_click~.notice-text {width:50%;}
|
|
|
|
|
.tabcon1711 .submit_btn {margin-left:60px;margin-top:40px;display:block;float:left;text-align:center;line-height:35px;width:100px;}
|
|
|
|
|
.tabcon1711 .submit_btn:hover {color:#FFF;text-decoration:none;}
|
|
|
|
|
.tabcon1711 .new_submit .submit_btn{margin-left:0;}
|
|
|
|
|
.tabcon1711 .new_submit .submit_btn~.submit_btn {margin-left:60px;}
|
|
|
|
|
|
|
|
|
|
.navtab_list {background:#FFF;width:100%;border-bottom:1px solid #ddd;margin:0 0 15px;height:36px;padding-top:25px;}
|
|
|
|
|
.navtab_list a,.tabnav1711 li {font-size:15px;border:1px solid transparent;display:block;width:140px;height:35px;line-height:35px;text-align:center;float:left;color:#333;}
|
|
|
|
|
.navtab_list a.tabchose,.tabnav1711 li.current {border-color:#ddd;border-bottom-color:#FFF;background:#FFF;color:#3C95C8;border-top-left-radius:3px;border-top-right-radius:3px;}
|
|
|
|
|
|
|
|
|
|
.tabnav1711 li a {color:inherit;}
|
|
|
|
|
.tabcon1711 .submit_btn:visited,.tabcon1711 .submit_btn:active,.tabcon1711 .submit_btn:link {color:#FFF;}
|
|
|
|
|
|
|
|
|
|
.page_title {float:left;height:35px;line-height:35px;font-size:16px;}
|
|
|
|
|
.description_text {font-size:11px;padding-top:10px;float:left;margin-left:30px;color:#777;}
|
|
|
|
|
|
|
|
|
|
.main-place .question_mark {margin-top:10px;margin-left:5px;}
|
|
|
|
|
|
|
|
|
|
.tabcon1711 .mustmark {color:#FF0000;font-style:normal;margin:0 3px;}
|
|
|
|
|
|
|
|
|
|
.tabcon1711 .webuploader-pick {height:100%;line-height:30px;width:120px;padding:0;}
|
|
|
|
|
|
|
|
|
|
.stabnav1711 {padding:15px 0 25px;margin-bottom:10px;overflow:hidden;clear:both;}
|
|
|
|
|
.stabnav1711 li {float:left;margin-right:15px;}
|
|
|
|
|
.stabnav1711 a {display:block;
|
|
|
|
|
height:33px;line-height:33px;
|
|
|
|
|
background-image: url(../images/toolbg.gif);
|
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
|
border: solid 1px #d3dbde;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
color: #333;padding:0 15px ;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
|
|
/* background: url(../images/itabbg.png) repeat-x;
|
|
|
|
|
height:37px;line-height:37px; */
|
|
|
|
|
}
|
|
|
|
|
.stabnav1711 a:hover {}
|
|
|
|
|
.stabnav1711 li.current a {background:#3C95C8;color:#FFF;border-color:#3C95C8;}
|
|
|
|
|
|
|
|
|
|
.stabnav17112 {margin:35px 0 25px;}
|
|
|
|
|
.information1711 {margin-bottom:25px;}
|
|
|
|
|
|
|
|
|
|
.tabcon1711 input[type=text].txt2,.tabcon1711 textarea.txt2,.tabcon1711 input[type=text].input-large {width:400px;}
|
|
|
|
|
|
|
|
|
|
.tabcon1711 .edit_sort {width:300px;}
|
|
|
|
|
.marktop td:first-child {vertical-align:top;}
|
|
|
|
|
|
|
|
|
|
.tabcon17113 td {padding:10px 0;}
|
|
|
|
|
.tabcon17113 textarea {margin:0;}
|
|
|
|
|
.tabcon1711 .form_textarea_edit {float:left;width:auto;}
|
|
|
|
|
.tabcon1711 .form_textarea_edit~.notice-text {float:left;}
|
|
|
|
|
|
|
|
|
|
.tabcon1711 .tabul1711 {padding-left:40px;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.tabcon1711 .fw td{font-weight:bold;}
|
|
|
|
|
.tabcon1711 .fw td .notice-text {font-weight:normal;}
|
|
|
|
|
|
|
|
|
|
.keywords_information {margin-left:15px;cursor:pointer;}
|
|
|
|
|
.keywords_information .keywords_mark {height:35px;line-height:35px;color:#145ccd;}
|
|
|
|
|
.keywords_information .keywords_mark span{border-bottom:1px solid transparent;}
|
|
|
|
|
.keywords_information .keywords_mark:hover span {border-bottom-color:#145ccd;}
|
|
|
|
|
.keywords_information .keywords_content {transition:opacity 1.2s,visibility 1.5s;}
|
|
|
|
|
.keywords_information .keywords_content:before {margin-left:41px;}
|
|
|
|
|
.keywords_information .keywords_content .keywords_close {position:absolute;right:0;top:0;width:30px;height:30px;line-height:30px;color:#FFF;}
|
|
|
|
|
.keywords_information .keywords_list span:first-child {width:160px;}
|
|
|
|
|
.keywords_information .keywords_list span:last-child {width:350px;}
|
|
|
|
|
|
|
|
|
|
.tip {z-index:2147483649;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.tabcon1711 textarea~.notice-text,.tabcon1711 .form_textarea_edit~.notice-text {height:100%;}
|
|
|
|
|
.tabcon1711 .notice-text table {width:100%;height:100%;}
|
|
|
|
|
.tabcon1711 .notice-text table td{padding:0;width:100%;height:100%;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.informationitem{display:none;}
|
|
|
|
|
.informationitem.in{display:block;}
|
|
|
|
|
|
|
|
|
|
.money_color {color:orange;}
|
|
|
|
|
|
|
|
|
|
.check_wait_color {color:blue;}
|
|
|
|
|
.check_pass_color {color:#7c7c7c;}
|
|
|
|
|
.check_notpass_color {color:000;}
|
|
|
|
|
|
|
|
|
|
input:-webkit-autofill {
|
|
|
|
|
-webkit-box-shadow: 0 0 0px 1000px white inset !important;background:white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.msg_title_color,.msg_content_color,.msg_status_color,.msg_notice_color {color:#FF6600;}
|
|
|
|
|
.msg_content_underline {text-decoration:underline;}
|
|
|
|
|
|
|
|
|
|
.order_status_color,.game_notice_status_color,.recharge_status_color {color:#46A3FF;}
|
|
|
|
|
|
|
|
|
|
.money_limit_status_color {color:#F9A42A;}
|
|
|
|
|
|
|
|
|
|
.discount_status,.relation_add,.display_status,.download_status,.reconciliation_join_status {border:solid 1px #0099FF;border-radius: 2px;width: 70px;height: 25px;margin:0 auto}
|
|
|
|
|
.discount_status .discount_butnbox,.relation_add .relation_butnbox,.display_status .display_butnbox,.download_status .download_butnbox,.reconciliation_join_status .reconciliation_join_butnbox {width:60px; height:25px; line-height:25px; text-align:center; float:left;}
|
|
|
|
|
|
|
|
|
|
.relation_add .relation_butnbox.yes,.relation_add .relation_butnbox a,.download_butnbox.yes {color:orange;}
|
|
|
|
|
.relation_add_error,.cooperation_mode.no {color:black;}
|
|
|
|
|
.reconciliation_join_status .reconciliation_join_butnbox .no {color:black;}
|
|
|
|
|
|
|
|
|
|
.tab_not_same{position:relative;border:solid 1px #0099FF;border-radius: 2px;width: 70px;height: 25px;margin:0 auto;cursor:pointer;}
|
|
|
|
|
.tab_not_same:after{content:'';display:block;position:absolute;top:0;right:0;height:100%;width:10px;background:url(__IMG__/inputedit.png) center center no-repeat;background-size:100%;}
|
|
|
|
|
.tab_not_same span {width:60px; height:25px; line-height:25px; text-align:center; float:left;color:#056dae;}
|
|
|
|
|
.tab_not_same:hover span{color:#00a4ac;}
|
|
|
|
|
.w70,.tab_not_same .w70,.display_status .w70,.relation_add .w70{width:70px;}
|
|
|
|
|
.pack_status_color,.check_status_color,.cooperation_mode {color:orange;}
|
|
|
|
|
.discount_ratio_color,.statistics_text_color {color:#46A3FF;}
|
|
|
|
|
|
|
|
|
|
.tab-content-subtab {overflow:hidden;clear:both;}
|
|
|
|
|
.tab-content-subtab .tabcon-subtab {color:#999;border:1px solid #999;border-radius:3px;font-size:14px;float:left;margin:0 40px 0 0;padding:5px 15px;width:80px;text-align:center;}
|
|
|
|
|
.tab-content-subtab .tcst1 {margin-left:60px;}
|
|
|
|
|
.tab-content-subtab .tabcon-subtab.current {background:#3C95C8;color:#FFF;border-color:#3C95C8;}
|
|
|
|
|
|
|
|
|
|
.tab-content-subpan {display:none;}
|
|
|
|
|
.tab-content-subpan.current {display:block;}
|
|
|
|
|
|
|
|
|
|
.data_list table td {text-align: center;}
|
|
|
|
|
.data_list table td.comment-left {text-align: left;}
|
|
|
|
|
.span_font_color_red {color:red!important;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.common_settings {position:fixed;right:0;top:18%;}
|
|
|
|
|
.common_settings img {vertical-align:middle;margin-top:-2px;}
|
|
|
|
|
.common_settings .plus_icon {display:block;text-align:right;}
|
|
|
|
|
.common_settings .plus_icon span{
|
|
|
|
|
background:#659be1;
|
|
|
|
|
height:36px;
|
|
|
|
|
line-height:36px;
|
|
|
|
|
width:44px;
|
|
|
|
|
border-top-left-radius:5px;
|
|
|
|
|
border-bottom-left-radius:5px;
|
|
|
|
|
display:inline-block;text-align:center;}
|
|
|
|
|
.common_settings .form {height:0;}
|
|
|
|
|
.common_settings .add-butn img {margin-left:8px;}
|
|
|
|
|
.common_settings .add-butn span {margin-right:8px;}
|
|
|
|
|
.tabcon1711 .zwm_martl{
|
|
|
|
|
margin-top:0;
|
|
|
|
|
margin-left:208px;
|
|
|
|
|
}
|
|
|
|
|
.tabcon1711 .mlspacing{
|
|
|
|
|
margin-left:208px;
|
|
|
|
|
}
|
|
|
|
|
.tabcon1711 .short-mlspacing{
|
|
|
|
|
margin-left:180px;
|
|
|
|
|
}
|
|
|
|
|
.tabcon1711 .mt0{
|
|
|
|
|
margin-top:0;
|
|
|
|
|
}
|
|
|
|
|
.common_settings .add-butn {
|
|
|
|
|
display:block;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
transition: .5s;
|
|
|
|
|
background: #659be1;
|
|
|
|
|
height: 36px;
|
|
|
|
|
line-height: 36px;
|
|
|
|
|
border-top-left-radius: 5px;
|
|
|
|
|
border-bottom-left-radius: 5px;
|
|
|
|
|
color: #FFF;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
right: -100%;width:0;
|
|
|
|
|
z-index: -1;}
|
|
|
|
|
|
|
|
|
|
.common_settings:hover .add-butn{display:block;width:145px;visibility:visible;right:0;z-index:0;}
|
|
|
|
|
.common_settings:hover .addSIsetted {width:90px;}
|
|
|
|
|
|
|
|
|
|
/*input输入框 placeholder 颜色*/
|
|
|
|
|
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
|
|
|
|
|
color: #999;
|
|
|
|
|
}
|
|
|
|
|
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
|
|
|
|
|
color: #999;
|
|
|
|
|
}
|
|
|
|
|
::-moz-placeholder { /* Mozilla Firefox 19+ */
|
|
|
|
|
color: #999;
|
|
|
|
|
}
|
|
|
|
|
:-ms-input-placeholder { /* Internet Explorer 10-11 */
|
|
|
|
|
color: #999;
|
|
|
|
|
}
|
|
|
|
|
/*input输入框 placeholder 颜色*/
|
|
|
|
|
|
|
|
|
|
.page .current {border-left:1px solid #CCCCCC;border-right: 1px solid #CCCCCC;}
|
|
|
|
|
.page select {height:30px;float:left;/* margin-right:15px; */}
|
|
|
|
|
.page select+a,.page select+.current {margin-left:15px;}
|
|
|
|
|
.page .rows {padding-left:0;}
|
|
|
|
|
.page .sch-btn,.page .sch-btn:hover{background: #3C95C8;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: normal;cursor:pointer;
|
|
|
|
|
color: #fff;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
border-bottom: none;
|
|
|
|
|
width: 55px;
|
|
|
|
|
height: 30px;float:right;margin-left:15px;
|
|
|
|
|
line-height: 30px;border:none;
|
|
|
|
|
width:70px;
|
|
|
|
|
background:transparent;color:#404040;border:1px solid #ccc;margin-left:8px;height:28px;line-height:28px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.page .sch-btn:before{
|
|
|
|
|
content:url(../images/icon_daochu1.png);
|
|
|
|
|
position:relative;padding:0 5px 0 0;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.page .totalvalue {float:right;border:none;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.placeholder-graphic{background:#e2e2e2;display:inline-block;}
|
|
|
|
|
.upload-img-box .upload-pre-item {border:none;}
|
|
|
|
|
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_icon,.upload-img-box .upload-pre-item .placeholder-graphic_icon img {border-radius:20px;}
|
|
|
|
|
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_icon,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_site_ico,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_pc_set_qrcode,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_pc_set_ico,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_open_set_ico,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_ch_set_ico,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_app_icon,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_app_down_logo,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_icon img,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_pc_set_qrcode img,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_pc_set_ico img,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_open_set_ico img,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_ch_set_ico img,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_app_icon img,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_app_down_logo img,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_site_ico img {width:120px;height:120px;max-height:120px;}
|
|
|
|
|
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_ad,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_ad img {width:120px;height:90px;max-height:90px;}
|
|
|
|
|
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_screenshot,.upload-img-box .upload-pre-item .placeholder-graphic_screenshots,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_screenshot img,.upload-img-box .upload-pre-item .placeholder-graphic_screenshots img {width:67.5px;height:120px;max-height:120px;}
|
|
|
|
|
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_logo,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_logo img {width:120px;height:70px;max-height:70px;}
|
|
|
|
|
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_sbg,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_sbg img {width:120px;height:60px;max-height:60px;}
|
|
|
|
|
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_shuffling,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_shuffling img {width:120px;height:67.5px;max-height:120px;}
|
|
|
|
|
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_ht_logo,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_pc_set_logo,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_pc_set_logo_foot,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_ch_set_logo,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_about_ico,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_wap_set_ico,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_wap_app_icon,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_wap_suspend_icon,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_category_icon,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_kuaijie_icon,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_ht_logo img,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_pc_set_logo_foot img,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_ch_set_logo img,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_about_ico img,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_wap_set_ico img,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_wap_app_icon img,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_wap_suspend_icon img,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_category_icon img,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_kuaijie_icon img,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_pc_set_logo img {width:120px;height:30px;max-height:120px;}
|
|
|
|
|
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_dl_title,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_dl_title img {width:120px;height:32px;max-height:120px;}
|
|
|
|
|
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_dl_right,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_dl_right img {width:71px;height:120px;max-height:120px;}
|
|
|
|
|
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_cover_id,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_cover_id img {width:120px;height:76px;max-height:120px;}
|
|
|
|
|
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_app_set_cover,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_app_set_cover img {width:120px;height:68px;max-height:120px;}
|
|
|
|
|
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_wap_set_logo,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_wap_set_logo img {width:120px;height:51px;max-height:120px;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_adv img {width:100%;height:100%;max-height:120px;}
|
|
|
|
|
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_open_set_logo,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_ch_logo_backstage,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_open_set_logo img,
|
|
|
|
|
.upload-img-box .upload-pre-item .placeholder-graphic_ch_logo_backstage img {width:120px;height:38px;max-height:120px;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.data_list table tbody tr .status_closed,.data_list table tbody tr .status_closed:hover {color:red;}
|
|
|
|
|
|
|
|
|
|
.tow_table input.time{width:112px;}
|
|
|
|
|
.tow_table .table_btn {width:273px;}
|
|
|
|
|
.tabcon1711 .btn-large {width:412px;}
|
|
|
|
|
|
|
|
|
|
.tabcon1711 .table_uploads {width:215px;}
|
|
|
|
|
|
|
|
|
|
.layui-layer-content .layer-box {
|
|
|
|
|
padding: 20px 30px;
|
|
|
|
|
}
|
|
|
|
|
.layui-layer-content .layer-box .form-group {
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
}
|
|
|
|
|
.layui-layer-content .layer-box .form-group .static-input {
|
|
|
|
|
color: #515974;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
line-height: 34px;
|
|
|
|
|
height: 34px;
|
|
|
|
|
width: 380px;
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
}
|
|
|
|
|
.layui-layer-content .layer-box .form-group > label {
|
|
|
|
|
color: #8B8CA0;
|
|
|
|
|
text-align: right;
|
|
|
|
|
line-height: 34px;
|
|
|
|
|
height: 34px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 120px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
.layui-layer-content .layer-box .form-group .form-input {
|
|
|
|
|
height: 34px;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
border: 1px solid #E5E5E5;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
width: 380px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-layer-content .layer-box .form-group textarea.form-input {
|
|
|
|
|
height: auto;
|
|
|
|
|
padding: 10px 15px;
|
|
|
|
|
width: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.layui-layer-content .layer-box .form-group .radio-item {
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
line-height: 34px;
|
|
|
|
|
height: 34px;
|
|
|
|
|
color: #515974;
|
|
|
|
|
}
|
|
|
|
|
.layui-layer-content .layer-box .form-item {
|
|
|
|
|
width: 380px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
.layui-layer-content .layer-box .form-group .btn {
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 34px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
height: 34px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
text-align: center;
|
|
|
|
|
background: #3A97FF;
|
|
|
|
|
color: #fff;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
padding: 0 15px;
|
|
|
|
|
}
|