|
|
|
@ -8,11 +8,42 @@ a:link,a:visited{color:#7f7f7f;text-decoration:none;}
|
|
|
|
|
a:hover,a:active{color:#000;}
|
|
|
|
|
|
|
|
|
|
/*常用*/
|
|
|
|
|
select,input,textarea{ border:1px solid #64bdd9; background:#fff; color:#000; padding-left:5px; }
|
|
|
|
|
.sub_btn{ cursor:pointer; -moz-border-radius:3px; -webkit-border-radius:3px; border:1px solid #707070; color:#000; border-radius:3px; padding:1px 10px; margin-bottom:10px; background:#dbdbdb;}
|
|
|
|
|
.sub_btn:hover{ background:#b5e2fa; color:#000; border:1px solid #3c7fb1;}
|
|
|
|
|
table{ background:#fff;}
|
|
|
|
|
.more{ font-weight:normal; color:#999; font-size:12px;}
|
|
|
|
|
.no_line{ border-bottom:none;}
|
|
|
|
|
.no_border{ border:none;}
|
|
|
|
|
|
|
|
|
|
/* font & color */
|
|
|
|
|
h2{ font-size:18px; color:#15bccf;}
|
|
|
|
|
h3{ font-size:14px; color:#e8770d;}
|
|
|
|
|
h4{ font-size:14px; color:#3b3b3b;}
|
|
|
|
|
.f12{font-size:12px; font-weight:normal;}
|
|
|
|
|
.f14{font-size:14px;}
|
|
|
|
|
.f16{font-size:16px;}
|
|
|
|
|
.f18{font-size:18px;}
|
|
|
|
|
.fb{font-weight:bold;}
|
|
|
|
|
.lh20{line-height:20px;}
|
|
|
|
|
.lh22{line-height:22px;}
|
|
|
|
|
.lh24{line-height:24px;}
|
|
|
|
|
.lh26{line-height:26px;}
|
|
|
|
|
.fmYh{font-family:"MicroSoft Yahei";}
|
|
|
|
|
.font999{ color:#999;}
|
|
|
|
|
.fontRed{color:#770000;}
|
|
|
|
|
|
|
|
|
|
/* Float & Clear */
|
|
|
|
|
.cl{ clear:both; overflow:hidden; }
|
|
|
|
|
.fl{ float: left;}
|
|
|
|
|
.fr{ float:right;}
|
|
|
|
|
.fl{float:left;display:inline;}
|
|
|
|
|
.fr{float:right;display:inline;}
|
|
|
|
|
.f_l{ float:left;}
|
|
|
|
|
.f_r{ float:right;}
|
|
|
|
|
.clearfix:after{clear:both;content:".";display:block;font-size:0;height:0;line-height:0;visibility:hidden}
|
|
|
|
|
.clearfix{clear:both;zoom:1}
|
|
|
|
|
.break_word{ word-break:break-all; word-wrap: break-word;}
|
|
|
|
|
|
|
|
|
|
/* Spacing */
|
|
|
|
|
.ml2{ margin-left:2px;}
|
|
|
|
|
.ml3{ margin-left:3px;}
|
|
|
|
|
.ml4{ margin-left:4px;}
|
|
|
|
@ -21,6 +52,7 @@ a:hover,a:active{color:#000;}
|
|
|
|
|
.ml10{ margin-left:10px;}
|
|
|
|
|
.ml15{ margin-left:15px;}
|
|
|
|
|
.ml20{ margin-left:20px;}
|
|
|
|
|
.ml40{ margin-left:40px;}
|
|
|
|
|
.ml45{ margin-left:45px;}
|
|
|
|
|
.ml55{ margin-left:55px;}
|
|
|
|
|
.ml30{ margin-left:30px;}
|
|
|
|
@ -38,10 +70,13 @@ a:hover,a:active{color:#000;}
|
|
|
|
|
.mb5{ margin-bottom:5px;}
|
|
|
|
|
.mb10{ margin-bottom:10px;}
|
|
|
|
|
.pl15{ padding-left:15px;}
|
|
|
|
|
.w90{ width:90px;}
|
|
|
|
|
.w150{ width:150px;}
|
|
|
|
|
.w280{ width:280px;}
|
|
|
|
|
.w430{ width:470px;}
|
|
|
|
|
.w520{ width:520px;}
|
|
|
|
|
.w557{ width:557px;}
|
|
|
|
|
.w583{ width:583px;}
|
|
|
|
|
.w350{ width:350px;}
|
|
|
|
|
.w610{ width:610px;}
|
|
|
|
|
.w600{ width:600px;}
|
|
|
|
@ -49,14 +84,11 @@ a:hover,a:active{color:#000;}
|
|
|
|
|
.h50{ height:50px;}
|
|
|
|
|
.h150{ height:150px;}
|
|
|
|
|
|
|
|
|
|
h2{ font-size:18px; color:#15bccf;}
|
|
|
|
|
h3{ font-size:14px; color:#e8770d;}
|
|
|
|
|
h4{ font-size:14px; color:#3b3b3b;}
|
|
|
|
|
|
|
|
|
|
/* Font & background Color */
|
|
|
|
|
a.b_grey{ background: #F5F5F5;}
|
|
|
|
|
a.b_dgrey{ background: #CCC;}
|
|
|
|
|
a.c_orange{color:#e8770d;}
|
|
|
|
|
a:hover.c_orange{color: #F30;}
|
|
|
|
|
a.c_orange{color:#ff5722;}
|
|
|
|
|
a:hover.c_orange{color: #d33503;}
|
|
|
|
|
a.c_lorange{color:#ff9900;}
|
|
|
|
|
a:hover.c_lorange{color:#fff;}
|
|
|
|
|
a.c_blue{ color:#15bccf;}
|
|
|
|
@ -75,10 +107,6 @@ a:hover.c_blue02{color: #0781b4;}
|
|
|
|
|
a.c_red{ color:#F00;}
|
|
|
|
|
a:hover.c_red{ color: #C00;}
|
|
|
|
|
|
|
|
|
|
.f14{ font-size:14px;}
|
|
|
|
|
.fb{ font-weight:bold;}
|
|
|
|
|
.f12{ font-size:12px; font-weight:normal;}
|
|
|
|
|
|
|
|
|
|
.b_grey{ background: #F5F5F5;}
|
|
|
|
|
.b_dgrey{ background: #CCC;}
|
|
|
|
|
.c_orange{color:#e8770d;}
|
|
|
|
@ -91,6 +119,7 @@ a:hover.c_red{ color: #C00;}
|
|
|
|
|
.b_green{background:#28be6c;}
|
|
|
|
|
.b_w{ background:#fff;}
|
|
|
|
|
|
|
|
|
|
/* commonBtn */
|
|
|
|
|
.grey_btn{ background:#d9d9d9; color:#656565;font-size:14px; font-weight:normal; text-align:center;padding:2px 10px;}
|
|
|
|
|
a.grey_btn{ background:#d9d9d9; color:#656565;font-size:14px; font-weight:normal; text-align:center;padding:2px 10px;}
|
|
|
|
|
a:hover.grey_btn{ background:#717171; color:#fff;}
|
|
|
|
@ -100,19 +129,21 @@ a:hover.blue_btn{ background:#329cbd;}
|
|
|
|
|
.nolink_btn{ background:#BCBCBC; color: #fff; padding:2px 5px;}
|
|
|
|
|
.more_btn{-moz-border-radius:3px; -webkit-border-radius:3px; border:1px solid #9DCEFF; color:#9DCEFF; border-radius:3px; padding:0px 3px;}
|
|
|
|
|
.upbtn{ margin:42px 0 0 10px; border:none;}
|
|
|
|
|
.red_btn_cir{ background:#e74c3c; padding:1px 10px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal;font-size:12px;}
|
|
|
|
|
.green_btn_cir{ background:#28be6c; padding:1px 10px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal;font-size:12px;}
|
|
|
|
|
.blue_btn_cir{ background:#3498db; padding:1px 10px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal;font-size:12px;}
|
|
|
|
|
.orange_btn_cir{ background:#e67e22; padding:1px 10px; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; color:#fff; font-weight:normal; font-size:12px;}
|
|
|
|
|
/* commonpic */
|
|
|
|
|
.pic_date{ display:block; background:url(../images/public_icon.png) -31px 0 no-repeat; width:16px; height:15px; float:left;}
|
|
|
|
|
.pic_add{ display:block; background:url(../images/public_icon.png) -31px -273px no-repeat; width:16px; height:15px; float:left;}
|
|
|
|
|
.pic_sch{ display:block; background:url(../images/public_icon.png) -31px -195px no-repeat; width:16px; height:15px; float:left;}
|
|
|
|
|
.pic_mes{ display:block; background:url(../images/public_icon.png) 0px -376px no-repeat; width:20px; height:15px; padding-left:18px;}
|
|
|
|
|
.pic_img{ display:block; background:url(../images/public_icon.png) -31px -419px no-repeat; width:20px; height:15px; }
|
|
|
|
|
.pic_del{ display:block; background:url(../images/public_icon.png) 0px -235px no-repeat; width:20px; height:15px; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.more{ font-weight:normal; color:#999; font-size:12px;}
|
|
|
|
|
.no_line{ border-bottom:none;}
|
|
|
|
|
|
|
|
|
|
select,input,textarea{ border:1px solid #ccc; background:#fff; color:#999; padding-left:5px;}
|
|
|
|
|
.sub_btn{ cursor:pointer; -moz-border-radius:3px; -webkit-border-radius:3px; border:1px solid #ccc; color:#999; border-radius:3px; padding:2px 10px; margin-bottom:10px;}
|
|
|
|
|
.sub_btn:hover{ background:#999; color:#fff; }
|
|
|
|
|
table{ background:#fff;}
|
|
|
|
|
|
|
|
|
|
/*框架主类容*/
|
|
|
|
|
#Container{ width:940px; margin:0 auto; }
|
|
|
|
@ -151,7 +182,7 @@ div#menu ul ul a.parent {background: url(../images/item.png) -20px 6px no-repea
|
|
|
|
|
div#menu ul ul a.parent:hover {background: url(../images/item.png) -20px -11px no-repeat;}
|
|
|
|
|
/* menu::level1 */
|
|
|
|
|
div#menu a { padding: 5px 12px 0 10px;line-height: 30px; color: #fff;}
|
|
|
|
|
/*div#menu li { background: url(../images/main-delimiter.png) 98% 4px no-repeat; }*/
|
|
|
|
|
div#menu li { background: url(images/main-delimiter.png) 98% 4px no-repeat; }
|
|
|
|
|
div#menu li.last { background: none; }
|
|
|
|
|
/* menu::level2 */
|
|
|
|
|
div#menu ul ul li { background: none; }
|
|
|
|
@ -164,7 +195,6 @@ div#menu ul ul li {width: 100%;}
|
|
|
|
|
div#menu ul ul ul {padding: 0;margin: -38px 0 0 92px !important; width:140px; }
|
|
|
|
|
div#menu ul ul ul li a{ width:125px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis;color:#15bccf;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*主类容*/
|
|
|
|
|
#Main{ background:#fff; margin-bottom:10px;}
|
|
|
|
|
#content{}
|
|
|
|
@ -217,7 +247,8 @@ a:hover.close_btn {background-position:-66px 0;}
|
|
|
|
|
.show_btn {background-position:-119px 0;}
|
|
|
|
|
.msgserver a {color:#15bccf; }
|
|
|
|
|
.msgserver a:hover { text-decoration:underline; }
|
|
|
|
|
.break_word{word-break: break-all;word-wrap: break-word;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/***** Ajax indicator ******/
|
|
|
|
|
#ajax-indicator {
|
|
|
|
|
position: absolute; /* fixed not supported by IE */
|
|
|
|
@ -324,6 +355,7 @@ div.flash.warning, .conflict {
|
|
|
|
|
.conflict-details {font-size:80%;}
|
|
|
|
|
/***** end Flash & error messages ****/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*弹出框*/
|
|
|
|
|
.black_overlay{display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;background-color:black;z-index:1001;-moz-opacity:0.8;opacity:.80;filter:alpha(opacity=80);}
|
|
|
|
|
.white_content{display:none;position:fixed;top:15%;left:30%;width:420px;height: auto; margin-bottom:20px;padding:16px;border:3px solid #15bccf;background-color:white;z-index:1002;overflow:auto;}
|
|
|
|
|