2015-08-18 10:59:31 +08:00
|
|
|
/* CSS Document */
|
|
|
|
/* 2015-06-26 */
|
|
|
|
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{ margin:0; padding:0;}
|
|
|
|
body,table,input,textarea,select,button { font-family: "微软雅黑","宋体"; font-size:12px;line-height:1.5; background:#eaebec;}
|
|
|
|
div,img,tr,td,table{ border:0;}
|
|
|
|
table,tr,td{border:0;cellspacing:0; cellpadding:0;}
|
|
|
|
ol,ul,li{ list-style-type:none}
|
|
|
|
a:link,a:visited{color:#7f7f7f;text-decoration:none;}
|
|
|
|
a:hover,a:active{color:#000;}
|
|
|
|
|
|
|
|
/*常用*/
|
2015-08-24 18:15:46 +08:00
|
|
|
/*#RSide{ background:#fff;}*/
|
2015-08-25 13:50:42 +08:00
|
|
|
/*上传图片处理*/
|
|
|
|
.upload_img img{max-width: 100%;}
|
|
|
|
blockquote img{max-width: 100%;}
|
2015-08-19 16:32:05 +08:00
|
|
|
.hidden{overflow:hidden; white-space: nowrap; text-overflow:ellipsis;}
|
2015-08-21 14:25:01 +08:00
|
|
|
.none{display: none;}
|
|
|
|
.rside_back{ width:670px; margin-left:10px; background:#fff; margin-bottom:10px;}
|
2015-08-19 16:32:05 +08:00
|
|
|
.break_word{ word-break:break-all; word-wrap: break-word;}
|
2015-08-18 10:59:31 +08:00
|
|
|
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; 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;}
|
|
|
|
.line{border-bottom:1px dashed #d4d4d4; padding-bottom:10px; margin-bottom:10px;}
|
|
|
|
.no_border{ border:none;background:none;}
|
|
|
|
.min_search{ width:150px; height:20px; border:1px solid #d0d0d0; color:#666; background:url(../images/public_icon.png) 135px -193px no-repeat; cursor:pointer;}
|
2015-08-24 15:36:32 +08:00
|
|
|
.db {display:block;}
|
2015-08-18 10:59:31 +08:00
|
|
|
/* 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;}
|
|
|
|
.text_c{ text-align:center;}
|
|
|
|
|
|
|
|
/* Float & Clear */
|
|
|
|
.cl{ clear:both; overflow:hidden; }
|
|
|
|
.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;}
|
|
|
|
.white_space{white-space:nowrap;}
|
|
|
|
|
|
|
|
/* Spacing */
|
|
|
|
.ml2{ margin-left:2px;}
|
|
|
|
.ml3{ margin-left:3px;}
|
|
|
|
.ml4{ margin-left:4px;}
|
|
|
|
.ml5{ margin-left:5px;}
|
|
|
|
.ml8{ margin-left:8px;}
|
|
|
|
.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;}
|
|
|
|
.ml60{ margin-left:60px;}
|
|
|
|
.ml80{ margin-left:80px;}
|
|
|
|
.ml90{ margin-left:90px;}
|
|
|
|
.ml100{ margin-left:100px;}
|
|
|
|
.ml110{ margin-left:110px;}
|
2015-08-24 15:36:32 +08:00
|
|
|
.ml150 { margin-left:150px;}
|
2015-08-18 10:59:31 +08:00
|
|
|
.mr5{ margin-right:5px;}
|
|
|
|
.mr45 {margin-right:45px;}
|
|
|
|
.mr55{ margin-right:55px;}
|
|
|
|
.mr10{ margin-right:10px;}
|
|
|
|
.mr15 {margin-right:15px;}
|
|
|
|
.mr20{ margin-right:20px;}
|
|
|
|
.mr30{ margin-right:30px;}
|
|
|
|
.mr40{ margin-right:40px;}
|
|
|
|
.mw20{ margin: 0 20px;}
|
|
|
|
.mt3{ margin-top:3px;}
|
|
|
|
.mt5{ margin-top:5px;}
|
|
|
|
.mt8{ margin-top:8px;}
|
2015-08-24 15:36:32 +08:00
|
|
|
.mt10{ margin-top:10px !important;}
|
2015-08-18 10:59:31 +08:00
|
|
|
.mt15 {margin-top:15px;}
|
|
|
|
.mb4{ margin-bottom:4px;}
|
|
|
|
.mb5{ margin-bottom:5px;}
|
|
|
|
.mb8 {margin-bottom:8px;}
|
|
|
|
.mb10{ margin-bottom:10px !important;}
|
|
|
|
.mb20{ margin-bottom:20px;}
|
|
|
|
.pl15{ padding-left:15px;}
|
|
|
|
.w20{ width:20px;}
|
|
|
|
.w60{ width:60px;}
|
|
|
|
.w70{ width:70px;}
|
|
|
|
.w90{ width:90px;}
|
|
|
|
.w210{ width:210px;}
|
|
|
|
.w150{ width:150px;}
|
|
|
|
.w280{ width:280px;}
|
|
|
|
.w430{ width:470px;}
|
|
|
|
.w520{ width:520px;}
|
|
|
|
.w543{ width:543px;}
|
|
|
|
.w557{ width:557px;}
|
|
|
|
.w583{ width:583px;}
|
|
|
|
.w350{ width:350px;}
|
|
|
|
.w610{ width:610px;}
|
|
|
|
.w600{ width:600px;}
|
|
|
|
.h22{ height:22px;}
|
|
|
|
.h26{ height:26px;}
|
|
|
|
.h50{ height:50px;}
|
|
|
|
.h70{ height:70px;}
|
|
|
|
.h150{ height:150px;}
|
|
|
|
|
|
|
|
/* Font & background Color */
|
|
|
|
a.b_grey{ background: #F5F5F5;}
|
|
|
|
a.b_dgrey{ background: #CCC;}
|
|
|
|
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;}
|
|
|
|
a.c_dblue{ color:#09658c;}
|
|
|
|
a:hover.c_dblue{ color:#15bccf;}
|
|
|
|
a.c_white{ color:#fff;}
|
2015-08-25 14:24:20 +08:00
|
|
|
input.c_white { color:#fff}
|
2015-08-18 10:59:31 +08:00
|
|
|
a.c_dorange{ color:#fd6e2a;}
|
|
|
|
a.c_dark{color: #3e4040;}
|
|
|
|
a:hover.c_dark{color: #3ca5c6;}
|
|
|
|
a.b_blue{background: #64bdd9;}
|
|
|
|
a:hover.b_blue{background: #41a8c8;}
|
|
|
|
a.b_green{background:#28be6c;}
|
|
|
|
a:hover.b_green{background:#14ad5a;}
|
|
|
|
a.c_blue02{color: #3ca5c6;}
|
|
|
|
a:hover.c_blue02{color: #0781b4;}
|
|
|
|
a.c_red{ color:#F00;}
|
|
|
|
a:hover.c_red{ color: #C00;}
|
|
|
|
a.c_purple{color: #426e9a;}
|
|
|
|
a:hover.c_purple{color: #d33503;}
|
|
|
|
a.c_green{ color:#28be6c;}
|
|
|
|
|
|
|
|
.b_grey{ background: #F5F5F5;}
|
|
|
|
.b_dgrey{ background: #CCC;}
|
|
|
|
.c_orange{color:#e8770d;}
|
|
|
|
.c_dark{ color:#2d2d2d;}
|
|
|
|
.c_lorange{ color:#ff9900;}
|
|
|
|
.c_purple{color: #6883b6;}
|
|
|
|
.c_blue{ color:#15bccf;}
|
|
|
|
.c_red{ color:#F00;}
|
|
|
|
.c_green{ color:#28be6c;}
|
|
|
|
.c_dblue{ color:#09658c;}
|
|
|
|
.b_blue{background:#64bdd9;}
|
|
|
|
.b_green{background:#28be6c;}
|
|
|
|
.b_w{ background:#fff;}
|
|
|
|
|
|
|
|
/* commonBtn */
|
|
|
|
.grey_btn{ background:#d9d9d9; color:#656565; font-weight:normal; text-align:center;padding:2px 10px;}
|
|
|
|
a.grey_btn{ background:#d9d9d9; color:#656565; font-weight:normal; text-align:center;padding:2px 10px;}
|
|
|
|
a:hover.grey_btn{ background:#717171; color:#fff;}
|
|
|
|
.grey_n_btn{ background:#d9d9d9; color:#656565; font-weight:normal;padding:2px 10px; text-align:center;}
|
|
|
|
a.grey_n_btn{background:#d9d9d9; color:#656565;font-weight:normal; padding:2px 10px; text-align:center;}
|
|
|
|
a:hover.grey_n_btn{ background:#717171; color:#fff;}
|
|
|
|
.green_btn{ background:#28be6c; color:#fff; font-weight:normal;padding:2px 10px; text-align:center;}
|
|
|
|
a.green_btn{background:#28be6c;color:#fff; font-weight:normal; padding:2px 10px; text-align:center;}
|
|
|
|
a:hover.green_btn{ background:#14ad5a;}
|
|
|
|
.blue_btn{ background:#64bdd9; color:#fff; font-weight:normal;padding:2px 10px; text-align:center;}
|
|
|
|
a.blue_btn{background:#64bdd9;color:#fff; font-weight:normal; padding:2px 10px; text-align:center;}
|
|
|
|
a:hover.blue_btn{ background:#329cbd;}
|
|
|
|
a.orange_btn{ background:#ff5722;color:#fff; font-weight:normal; padding:2px 10px; text-align:center; }
|
|
|
|
a:hover.orange_btn{ background:#d63502;}
|
|
|
|
|
|
|
|
.green_u_btn{border:1px solid #3cb761; padding:2px 10px; color:#3cb761;}
|
|
|
|
a.green_u_btn{border:1px solid #3cb761; padding:2px 10px; color:#3cb761;}
|
|
|
|
a:hover.green_u_btn{ background:#3cb761; color:#fff;}
|
|
|
|
.orange_u_btn{border:1px solid #ff5d31; padding:2px 10px; color:#ff5d31;}
|
|
|
|
a.orange_u_btn{border:1px solid #ff5d31; padding:2px 10px; color:#ff5d31;}
|
|
|
|
a:hover.orange_u_btn{background:#ff5d31; color:#fff;}
|
|
|
|
.bgreen_u_btn{border:1px solid #1abc9c; padding:2px 10px; color:#1abc9c;}
|
|
|
|
a.bgreen_u_btn{border:1px solid #1abc9c; padding:2px 10px; color:#1abc9c;}
|
|
|
|
a:hover.bgreen_u_btn{background:#1abc9c; color:#fff;}
|
|
|
|
.blue_u_btn{border:1px solid #64bdd9; padding:2px 10px; color:#64bdd9;}
|
|
|
|
a.blue_u_btn{border:1px solid #64bdd9; padding:2px 10px; color:#64bdd9;}
|
|
|
|
a:hover.blue_u_btn{background:#64bdd9; color:#fff;}
|
|
|
|
.blue_n_btn{ background:#64bdd9; color:#fff; font-weight:normal;padding:2px 10px; text-align:center;}
|
|
|
|
a.blue_n_btn{background:#64bdd9;color:#fff;font-weight:normal; padding:2px 10px; text-align:center;}
|
|
|
|
a:hover.blue_n_btn{ background:#329cbd;}
|
|
|
|
.green_n_btn{background:#3cb761; padding:2px 10px; color:#fff;}
|
|
|
|
a.green_n_btn{background:#3cb761; padding:2px 10px; color:#fff;}
|
|
|
|
a:hover.green_n_btn{ background:#14ad5a;}
|
|
|
|
.orange_n_btn{background:#ff5d31; padding:2px 10px; color:#fff;}
|
|
|
|
a.orange_n_btn{background:#ff5d31; padding:2px 10px; color:#fff;}
|
|
|
|
a:hover.orange_n_btn{background:#d63502;}
|
|
|
|
.bgreen_n_btn{background:#1abc9c; padding:2px 10px; color:#fff;}
|
|
|
|
a.bgreen_n_btn{background:#1abc9c; padding:2px 10px; color:#fff;}
|
|
|
|
a:hover.bgreen_n_btn{background:#08a384;}
|
|
|
|
|
|
|
|
.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; color:#999; width:150px;}
|
|
|
|
.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;}
|
|
|
|
.bgreen_btn_cir{ background:#1abc9c; 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; }
|
|
|
|
.pic_add{ display:block; background:url(../images/public_icon.png) -31px -273px no-repeat; width:16px; height:15px; }
|
|
|
|
.pic_sch{ display:block; background:url(../images/public_icon.png) -31px -195px no-repeat; width:16px; height:15px; }
|
|
|
|
.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; }
|
|
|
|
.pic_del:hover{ background:url(../images/public_icon.png) -32px -235px no-repeat; }
|
|
|
|
.pic_stats{display:block; background:url(../images/public_icon.png) 0px -548px no-repeat; width:20px; height:15px;}
|
|
|
|
.pic_files{display:block; background:url(../images/public_icon.png) 0px -578px no-repeat; width:20px; height:15px;}
|
|
|
|
.pic_text{display:block; background:url(../images/public_icon.png) 0px -609px no-repeat; width:20px; height:18px;}
|
|
|
|
.pic_text02{display:block; background:url(../images/public_icon.png) 0px -642px no-repeat; width:20px; height:19px;}
|
|
|
|
.pic_edit{display:block; background:url(../images/public_icon.png) 0px -32px no-repeat; width:20px; height:15px;}
|
|
|
|
.pic_edit:hover{display:block; background:url(../images/public_icon.png) -32px -32px no-repeat; width:20px; height:15px;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*框架主类容*/
|
|
|
|
#Container{ width:1000px; margin:0 auto; }
|
|
|
|
|
|
|
|
/*头部导航*/
|
|
|
|
#Header{ margin:10px 0; background:#15bccf; height:40px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; position: relative;}
|
|
|
|
.logo{ margin:5px 10px; }
|
|
|
|
#TopNav{}
|
|
|
|
#TopNav ul li{ margin-top:8px;}
|
|
|
|
.topnav_a a{ font-size:14px; font-weight:bold; color:#fff; margin-right:10px;}
|
2015-08-24 15:36:32 +08:00
|
|
|
.topnav_a a:hover{color: #a1ebff;}
|
2015-08-18 10:59:31 +08:00
|
|
|
#userInfo {float:right; display:inline-block; width:130px; padding-top:5px;}
|
|
|
|
.userInfoRow2 {margin-top:-5px;}
|
|
|
|
.myPractice {display:inline-block;}
|
|
|
|
a.parent {background: url(../images/arrowList.png) -30px 3px no-repeat; width:95px; padding-right:50px;}
|
|
|
|
a.parent:hover {background: url(../images/arrowList.png) -30px -14px no-repeat; width:95px; padding-right:50px; color:#fe7d68;}
|
|
|
|
a.linkToOrange:hover {color:#fe7d68;}
|
|
|
|
#userInfo ul li {positon: relative;}
|
|
|
|
#userInfo ul li ul {display:none;}
|
|
|
|
#userInfo ul li:hover ul {display:block; position:absolute;}
|
|
|
|
#userInfo ul li:hover ul li ul {display:none;}
|
|
|
|
#userInfo ul li:hover ul li:hover ul {display:block; position:absolute; left:110px; top:6px; width:148px; border:1px solid #15bccf; background-color:#ffffff; padding:5px 0px;}
|
|
|
|
#userInfo ul li:hover ul li:hover ul li {max-width:148px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; display:block; padding: 0 10px; line-height:1.5; color:#15bccf;}
|
|
|
|
#TopUser{}
|
|
|
|
#TopUser ul li{ margin-top:8px;}
|
|
|
|
.topuser_a a{ font-size:14px; font-weight:bold; color:#fff; margin-right:10px;}
|
|
|
|
.topuser_a a:hover{color: #a1ebff;}
|
|
|
|
#TopUser02{ }
|
|
|
|
#TopUser02 li{ float: left;}
|
|
|
|
#TopUser02 li a{ margin-right:10px;color: #FFF;text-align: center;}
|
|
|
|
#TopUser02 li a:hover{color: #a1ebff;}
|
|
|
|
#TopUser02 div{ position: absolute;visibility: hidden;background:#fff;border: 1px solid #15bccf;}
|
|
|
|
#TopUser02 div a{position: relative;display: block;white-space: nowrap;text-align: left; line-height:1.9; margin-left:5px;background: #fff;color:#15bccf; font-weight:normal;}
|
|
|
|
#TopUser02 div a:hover{ color:#e8770d; font-weight: bold;}
|
|
|
|
|
|
|
|
/*myctrip*/
|
|
|
|
.userImage{position:absolute; right:140px; top:5px; width:30px;height:30px; background: url(../images/item.png) 2px 4px no-repeat; line-height:1.4;}
|
|
|
|
a.topnav_login_a{color:#fff; display:inline-block;}
|
|
|
|
a.topnav_login_a:hover {color:#a1ebff;}
|
|
|
|
a.topnav_login_mes{color:#fff; width:10px;height:20px; padding-left:15px; background: url(../images/item.png) -84px -145px no-repeat; display:inline-block; vertical-align:top;}
|
|
|
|
a.topnav_login_mes:hover {color:#a1ebff;}
|
|
|
|
a.topnav_login_box{ color:#fff; font-size:14px; font-weight:bold; width:90px; display:inline-block;}
|
|
|
|
.menuArrow {background:url(../images/item.png) -20px -40px no-repeat;}
|
|
|
|
li.menuArrow:hover {background:url(../images/item.png) -20px -70px no-repeat;}
|
|
|
|
a.topnav_login_box:hover {color:#a1ebff;}
|
|
|
|
.navRow1 {margin:0; padding:0;}
|
|
|
|
.navRow2 {margin:0; padding:0;}
|
|
|
|
.topnav_login_list{ border:1px solid #15bccf; background:#fff; padding-left:10px; padding-bottom:10px; padding-top:8px; width:60px; left:-7px; position:absolute; z-index:9999; line-height:2;}
|
|
|
|
.topnav_login_list a{color:#15bccf;}
|
|
|
|
.topnav_login_list li{ }
|
|
|
|
|
|
|
|
/*主类容*/
|
|
|
|
#Main{ background:#fff; margin-bottom:10px;}
|
|
|
|
#content{}
|
|
|
|
#content02{ background:#fff; padding:10px; margin-bottom:10px;}
|
|
|
|
/*主类容搜索*/
|
|
|
|
#TopBar{ height:60px; margin-bottom:10px; background:#fff;}
|
|
|
|
.topbar_info02{ margin:5px 10px;width:480px; }
|
|
|
|
.topbar_info02 p{color: #7f7f7f;}
|
|
|
|
.search{ margin-top:8px; margin-left:71px;}
|
|
|
|
.search_form{margin-top:8px;margin-left:72px;}
|
|
|
|
.topbar_info{ width:350px; color:#5c5c5c; font-size:16px; margin-right:50px; line-height:1.3; padding-left:100px;}
|
|
|
|
a.search_btn{ display:block; background:#15bccf; color:#fff; width:60px; height:24px; text-align:center; padding-top:3px;}
|
|
|
|
a:hover.search_btn{ background: #0fa9bb;}
|
|
|
|
.search_text{ border:1px solid #15bccf; background:#fff; width:220px; height:25px; padding-left:5px; }
|
|
|
|
|
2015-08-24 13:54:15 +08:00
|
|
|
|
|
|
|
/*资源库*/
|
|
|
|
.resources {width:728px; background-color:#ffffff; padding:10px; border:1px solid #dddddd;float: right}
|
|
|
|
/*.resources {width:730px; background-color:#ffffff; padding:10px;float: right}*/
|
2015-08-18 10:59:31 +08:00
|
|
|
.resourcesBanner {width:730px; height:40px; background-color:#eaeaea; margin-bottom:10px;}
|
|
|
|
.bannerName {background:#64bdd9; color:#ffffff; height:40px; line-height:40px; width:90px; text-align:center; font-weight:normal; vertical-align:middle; font-size: 16px; float:left;}
|
|
|
|
.resourcesSelect {width:30px; height:34px; float:right; position:relative; margin-top:-6px;}
|
2015-08-19 14:43:12 +08:00
|
|
|
.resourcesSelected {width:25px; height:20px; position:relative; background:url(images/resource_icon_list.png) 0px 0px no-repeat;}
|
|
|
|
.resourcesSelected:hover { background:url(images/resource_icon_list.png) 0px -25px no-repeat;}
|
|
|
|
.resourcesIcon {margin-top:15px; display:block; width:25px; height:20px;}
|
2015-08-24 13:54:15 +08:00
|
|
|
/*.resourcesIcon {margin-top:15px; display:block; position:relative; background:url(images/resource_icon_list.png) 0px 0px no-repeat; width:25px; height:20px;}*/
|
|
|
|
/*.resourcesIcon:hover { background:url(images/resource_icon_list.png) 0px -25px no-repeat;}*/
|
|
|
|
/*.resourcesType {width:50px; background-color:#ffffff; float:left; list-style:none; position:absolute; border:1px solid #eaeaea; border-radius:5px; top:35px; padding:5px 10px; left:-30px; font-size:12px; color:#888888; display:none;}*/
|
2015-08-18 10:59:31 +08:00
|
|
|
a.resourcesGrey {font-size:12px; color:#888888;}
|
|
|
|
a.resourcesGrey:hover {font-size:12px; color:#15bccf;}
|
|
|
|
.resourcesBanner ul li:hover ul.resourcesType {display:block;}
|
|
|
|
ul li:hover ul {display:block;}
|
|
|
|
.resourcesUploadBox {float:right; width:103px; height:34px; background-color:#64bdd9; line-height:34px; vertical-align:middle; text-align:center; margin-left:12px;}
|
2015-08-24 13:54:15 +08:00
|
|
|
.resourcesUploadBox:hover {background-color:#0781b4;}
|
2015-08-18 10:59:31 +08:00
|
|
|
.uploadIcon {background:url(images/resource_icon_list.png) -35px 10px no-repeat; float:left; display:block; width:30px; height:30px; margin-left:-3px;}
|
|
|
|
a.uploadText {color:#ffffff; font-size:14px;}
|
2015-08-24 13:54:15 +08:00
|
|
|
.resourcesSearchloadBox {border:1px solid #e6e6e6; width:225px; float:left; background-color:#ffffff;}
|
2015-08-18 10:59:31 +08:00
|
|
|
.searchResource {border:none; outline:none; background-color:#ffffff; width:184px; height:32px; padding-left:10px; display:block; float:left;}
|
|
|
|
.searchIcon{width:31px; height:32px; background-color:#ffffff; background:url(images/resource_icon_list.png) -40px -15px no-repeat; display:block; float:left;}
|
2015-08-24 13:54:15 +08:00
|
|
|
/*.resourcesSearchBanner {height:34px; margin-bottom:10px;}*/
|
|
|
|
.resourcesSearchBanner {width:710px; height:34px; margin-bottom:10px; margin-top:15px; margin-left:auto; margin-right:auto;}
|
|
|
|
/*.resourcesListTab {width:730px; height:40px; background-color:#f6f6f6; border-bottom:1px solid #eaeaea; font-size:14px; color:#7a7a7a;}*/
|
|
|
|
.resourcesListTab {width:710px; height:40px; background-color:#f6f6f6; border-bottom:1px solid #eaeaea; font-size:14px; color:#7a7a7a; margin-left:auto; margin-right:auto;}
|
|
|
|
/*.resourcesListName {width:175px; height:40px; line-height:40px; text-align:center;}*/
|
|
|
|
/*.resourcesListSize {width:110px; height:40px; line-height:40px; text-align:center;}*/
|
|
|
|
/*.resourcesListType {width:150px; height:40px; line-height:40px; text-align:center;}*/
|
|
|
|
/*.resourcesListUploader {width:130px; height:40px; line-height:40px; text-align:center;}*/
|
|
|
|
/*.resourcesListTime {width:165px; height:40px; line-height:40px; text-align:center;}*/
|
|
|
|
.resourcesListName {width:160px; height:40px; line-height:40px; text-align:left;}
|
|
|
|
.resourcesListSize {width:105px; height:40px; line-height:40px; text-align:center;}
|
2015-08-18 10:59:31 +08:00
|
|
|
.resourcesListType {width:150px; height:40px; line-height:40px; text-align:center;}
|
2015-08-24 13:54:15 +08:00
|
|
|
.resourcesListUploader {width:180px; height:40px; line-height:40px; text-align:center;}
|
|
|
|
.resourcesListTime {width:95px; height:40px; line-height:40px; text-align:center;}
|
|
|
|
/*.resourcesList {width:730px; height:39px; background-color:#ffffff; border-bottom:1px dashed #eaeaea; color:#9a9a9a; font-size:12px;}*/
|
|
|
|
a.resourcesBlack {font-size:12px; color:#4c4c4c;white-space: nowrap;text-align: left}
|
2015-08-18 10:59:31 +08:00
|
|
|
a.resourcesBlack:hover {font-size:12px; color:#000000;}
|
2015-08-24 13:54:15 +08:00
|
|
|
.resourcesListCheckbox {width:20px; height:40px; line-height:40px; text-align:center; vertical-align:middle;}
|
|
|
|
.resourcesCheckbox {padding:0px; margin:0px; margin-top:14px; width:12px; height:12px;}
|
|
|
|
.resourcesList {width:710px; height:39px; background-color:#ffffff; border-bottom:1px dashed #eaeaea; color:#9a9a9a; font-size:12px; margin-left:auto; margin-right:auto;}
|
|
|
|
.resourcesListOption {width:710px; height:40px; line-height:40px; vertical-align:middle; margin-left:auto; margin-right:auto; background-color:#f6f6f6;}
|
|
|
|
.resourcesCheckAll {width:20px; height:40px; line-height:40px; text-align:center; vertical-align:middle; float:left;}
|
|
|
|
.resourcesSelectSend {float:right;}
|
|
|
|
/*.resourcesSelectSendButton {width:75px; height:28px; background-color:#ffffff; line-height:28px; vertical-align:middle; margin-top:5px; margin-right:10px; margin-left:15px; text-align:center; border:1px solid #15bccf; border-radius:5px; float:right;}*/
|
|
|
|
.resourcesSelectSendButton {width:75px; height:28px; background-color:#ffffff; line-height:28px; vertical-align:middle; margin-top:5px; margin-right:10px; margin-left:15px; text-align:center; border:1px solid #15bccf; border-radius:5px; float:right;}
|
|
|
|
a.sendButtonBlue {color:#15bccf;}
|
|
|
|
a.sendButtonBlue:hover {color:#ffffff;}
|
|
|
|
.resourcesSelectSendButton:hover {background-color:#15bccf;}
|
|
|
|
.db {display:block;}
|
|
|
|
|
2015-08-18 10:59:31 +08:00
|
|
|
.dropdown-menu {
|
2015-08-24 13:54:15 +08:00
|
|
|
position: absolute;
|
|
|
|
top: 100%;
|
|
|
|
left: 0;
|
|
|
|
z-index: 1000;
|
|
|
|
display: none;
|
|
|
|
float: left;
|
|
|
|
min-width: 80px;
|
|
|
|
padding: 5px 0;
|
|
|
|
margin: 2px 0 0;
|
|
|
|
font-size: 12px;
|
|
|
|
text-align: left;
|
|
|
|
background-color: #fff;
|
|
|
|
-webkit-background-clip: padding-box;
|
|
|
|
background-clip: padding-box;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-radius: 4px;
|
|
|
|
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
|
|
|
|
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
|
2015-08-18 10:59:31 +08:00
|
|
|
}
|
|
|
|
.dropdown-menu > li > a {
|
2015-08-19 14:43:12 +08:00
|
|
|
display: block;
|
|
|
|
padding: 3px 20px;
|
|
|
|
clear: both;
|
|
|
|
font-weight: normal;
|
|
|
|
line-height: 1.5;
|
|
|
|
color:#616060;
|
|
|
|
white-space: nowrap;
|
2015-08-18 10:59:31 +08:00
|
|
|
}
|
|
|
|
.dropdown-menu > li > a:hover{
|
2015-08-19 14:43:12 +08:00
|
|
|
color: #ffffff;
|
|
|
|
text-decoration: none;
|
|
|
|
background-color: #64bdd9;
|
|
|
|
outline:none;
|
2015-08-18 10:59:31 +08:00
|
|
|
}
|
2015-08-24 13:54:15 +08:00
|
|
|
.homepageRightBanner {width:720px; height:34px; margin:0px auto; border-bottom:1px solid #e9e9e9;}
|
|
|
|
.NewsBannerName {font-size:16px; color:#4b4b4b; display:block; background:url(images/homepage_icon.png) -18px -230px no-repeat; width:150px; float:left; padding-left:15px; margin-top:4px;}
|
|
|
|
a.resourcesTypeAll {background:url(images/homepage_icon.png) -180px -89px no-repeat; padding-left:23px;}
|
|
|
|
a.resourcesTypeAtt {background:url(images/homepage_icon.png) -180px -49px no-repeat; padding-left:23px;}
|
|
|
|
.resourcesType {width:75px; background-color:#ffffff; float:left; list-style:none; position:absolute; border:1px solid #eaeaea; border-radius:5px; top:15px; padding:10px 20px; left:-90px; font-size:12px; color:#888888; display:none; line-height:2;}
|
|
|
|
.resourcesUploadBox {float:right; width:103px; height:34px; background-color:#64bdd9; line-height:34px; vertical-align:middle; text-align:center; margin-left:12px;}
|
|
|
|
.resourcesUploadBox:hover {background-color:#0781b4;}
|
|
|
|
/* 个人主页右边部分*/
|
|
|
|
.homepageSearchIcon {width:30px; height:32px; background:url(images/nav_icon.png) -8px 3px no-repeat; float:left;}
|
|
|
|
a.homepagePostTypeQuiz {background:url(images/homepage_icon.png) -90px -124px no-repeat; padding-left:23px;}
|
|
|
|
a.homepagePostTypeAssignment {background:url(images/homepage_icon.png) -93px -318px no-repeat; padding-left:23px;}
|
|
|
|
a.replyGrey {color:#888888; display:inline-block;}
|
|
|
|
a.replyGrey:hover {color:#4b4b4b;}
|
|
|
|
|
|
|
|
/*上传资源弹窗*/
|
|
|
|
.resourceUploadPopup {width:400px; height:auto; border:3px solid #15bccf; padding-left:16px; padding-bottom:16px; background-color:#ffffff; position:absolute; top:50%; left:50%; margin-left:-200px; z-index:1000;}
|
|
|
|
.uploadDialogText {font-size:16px; color:#15bccf; line-height:16px; padding-top:20px; width:140px; display:inline-block;}
|
|
|
|
.uploadBoxContainer {height:33px; line-height:33px; margin-top:10px; position:relative}
|
|
|
|
.uploadBox {width:100px; height:33px; line-height:33px; text-align:center; vertical-align:middle; background-color:#64bdd9; border-radius:3px; float:left; margin-right:12px;}
|
|
|
|
a.uploadBoxIcon {background:url(images/resource_icon_list.png) -35px 10px no-repeat; float:left; display:block; width:81px; height:30px; padding-left:22px; font-size:14px; color:#ffffff;}
|
|
|
|
a.uploadIcon {background:url(images/resource_icon_list.png) 8px -60px no-repeat; width:100px; height:33px;}
|
|
|
|
.chooseFile {color:#ffffff; display:block; margin-left:32px;}
|
|
|
|
.uploadResourceIntr {width:250px; height:33px; float:left; line-height:33px; font-size:12px;}
|
|
|
|
.uploadResourceName {width:250px; display:inline-block; line-height:15px; font-size:12px; color:#444444; margin-bottom:2px;}
|
|
|
|
.uploadResourceIntr2 {width:250px; display:inline-block; line-height:15px; font-size:12px; color:#444444;}
|
|
|
|
.uploadType {margin:10px 0; border:1px solid #e6e6e6; width:100px; height:30px; outline:none; font-size:12px; color:#888888;}
|
|
|
|
.uploadKeyword {margin-bottom:10px; outline:none; border:1px solid #e6e6e6; height:30px; width:280px;}
|
2015-08-18 10:59:31 +08:00
|
|
|
|
|
|
|
/*发送资源弹窗*/
|
|
|
|
/*.resourceShareContainer {width:100%; height:100%; background:#666; filter:alpha(opacity=50); opacity:0.5; -moz-opacity:0.5; position:absolute; left:0; top:0; z-index:-999;}*/
|
2015-08-24 13:54:15 +08:00
|
|
|
/*.resourceSharePopup {width:300px; height:auto; border:3px solid #15bccf; padding-left:16px; padding-bottom:16px; background-color:#ffffff; position:absolute; top:50%; left:50%; margin-left:-150px; z-index:1000;}*/
|
2015-08-18 10:59:31 +08:00
|
|
|
.resourceSharePopup {width:300px; height:auto; border:3px solid #15bccf; padding-left:16px; padding-bottom:16px; background-color:#ffffff; position:absolute; top:50%; left:50%; margin-left:-150px; z-index:1000;}
|
2015-08-24 13:54:15 +08:00
|
|
|
.sendText {font-size:16px; color:#15bccf; line-height:16px; padding-top:20px; width:100px; display:inline-block;}
|
2015-08-24 15:36:32 +08:00
|
|
|
.resourcesSendTo {float:left; height:20px; margin-top:15px;}
|
|
|
|
.resourcesSendType {border:1px solid #e6e6e6; width:60px; height:24px; outline:none; font-size:14px; color:#888888;}
|
2015-08-18 10:59:31 +08:00
|
|
|
.resourcePopupClose {width:20px; height:20px; display:inline-block; float:right;}
|
|
|
|
.resourceClose {background:url(images/resource_icon_list.png) 0px -40px no-repeat; width:20px; height:20px; display:inline-block;}
|
|
|
|
.resourcesSearchBox {border:1px solid #e6e6e6; width:225px; height:25px; background-color:#ffffff; margin-top:12px; margin-bottom:15px;}
|
|
|
|
.searchResourcePopup {border:none; outline:none; background-color:#ffffff; width:184px; height:25px; padding-left:10px; display:inline-block; float:left;}
|
|
|
|
.searchIconPopup{width:31px; height:25px; background-color:#ffffff; background:url(images/resource_icon_list.png) -40px -18px no-repeat; display:inline-block; float:left;}
|
|
|
|
.courseSend {width:260px; height:15px; line-height:15px; margin-bottom:10px;}
|
|
|
|
.courseSendCheckbox {padding:0px; margin:0px; width:12px; height:12px; margin-right:10px; display:inline-block; margin-top:2px;}
|
|
|
|
.sendCourseName {font-size:12px; color:#5f6060;}
|
2015-08-24 16:35:10 +08:00
|
|
|
.courseSendSubmit {width:50px; height:25px; line-height:25px; text-align:center; vertical-align:middle; background-color:#64bdd9; margin-right:25px; float:left;cursor: pointer;}
|
|
|
|
/*.courseSendSubmit:hover {background-color:#0182bb;}*/
|
2015-08-18 10:59:31 +08:00
|
|
|
.courseSendCancel {width:50px; height:25px; line-height:25px; text-align:center; vertical-align:middle; background-color:#c1c1c1; float:left}
|
|
|
|
a.sendSourceText {font-size:14px; color:#ffffff;}
|
2015-08-24 16:35:10 +08:00
|
|
|
input.sendSourceText {font-size:14px;color:#ffffff;background-color:#64bdd9;cursor: pointer;}
|
|
|
|
/*input.sendSourceText:hover {font-size:14px; color:#ffffff;}*/
|
2015-08-24 13:54:15 +08:00
|
|
|
.resourcesSendTo {float:left; height:20px; margin-top:15px;}
|
|
|
|
.resourcesSendType {border:1px solid #e6e6e6; width:60px; height:24px; outline:none; font-size:14px; color:#888888;}
|
2015-08-24 14:53:30 +08:00
|
|
|
.courseReferContainer {float:left; max-height:120px;margin-right:16px;margin-bottom:10px; overflow:scroll; overflow-x:hidden;}
|
2015-08-18 10:59:31 +08:00
|
|
|
|
2015-08-24 15:36:32 +08:00
|
|
|
/*上传资源弹窗*/
|
|
|
|
.resourceUploadPopup {width:400px; height:auto; border:3px solid #15bccf; padding-left:16px; padding-bottom:16px; background-color:#ffffff; position:absolute; top:50%; left:50%; margin-left:-200px; z-index:1000;}
|
|
|
|
.uploadText {font-size:16px; color:#15bccf; line-height:16px; padding-top:20px; width:140px; display:inline-block;}
|
|
|
|
.uploadBoxContainer {height:33px; line-height:33px; margin-top:10px; position:relative;}
|
|
|
|
.uploadBox {width:100px; height:33px; line-height:33px; text-align:center; vertical-align:middle; background-color:#64bdd9; border-radius:3px; float:left; margin-right:12px;}
|
|
|
|
.uploadBox:hover {background-color:#0182bb;}
|
|
|
|
a.uploadIcon {background:url(images/resource_icon_list.png) 8px -60px no-repeat; width:100px; height:33px; display:block;}
|
|
|
|
.chooseFile {color:#ffffff; display:block; margin-left:32px;}
|
|
|
|
.uploadResourceIntr {width:250px; height:33px; float:left; line-height:33px; font-size:12px;}
|
|
|
|
.uploadResourceName {width:250px; display:inline-block; line-height:15px; font-size:12px; color:#444444; margin-bottom:2px;}
|
|
|
|
.uploadResourceIntr2 {width:250px; display:inline-block; line-height:15px; font-size:12px; color:#444444;}
|
|
|
|
.uploadType {margin:10px 0; border:1px solid #e6e6e6; width:100px; height:30px; outline:none; font-size:12px; color:#888888;}
|
|
|
|
.uploadKeyword {margin-bottom:10px; outline:none; border:1px solid #e6e6e6; height:30px; width:280px;}
|
|
|
|
|
2015-08-18 10:59:31 +08:00
|
|
|
|
|
|
|
/*新个人主页框架css*/
|
|
|
|
.navContainer {width:100%; margin:0 auto; background-color:#15bccf;}
|
|
|
|
.homepageContentContainer {width:100%; margin:0 auto; background-color:#eaebed;}
|
|
|
|
.homepageContent {width:1000px; background-color:#eaebed; margin:0 auto;}
|
|
|
|
.navHomepage {width:1000px; height:54px; background-color:#15bccf; margin:0 auto;}
|
|
|
|
.navHomepageLogo {width:60px; height:54px; line-height:54px; vertical-align:middle; margin-left:2px; margin-right:40px;}
|
|
|
|
.navHomepageMenu {margin-right:40px;display:inline-block;height:54px; line-height:54px; vertical-align:middle;}
|
2015-08-24 18:25:33 +08:00
|
|
|
/*.navHomepageMenu:hover {background-color:#0ea6b7;}*/
|
2015-08-24 15:36:32 +08:00
|
|
|
.navHomepageSearchBoxcontainer {margin-top:11px; }
|
2015-08-18 10:59:31 +08:00
|
|
|
.navHomepageSearchBox {width:380px; border:none; outline:none; height:32px; margin-top:11px; background-color:#ffffff;}
|
|
|
|
.navHomepageSearchInput {width:345px; height:32px; outline:none; border:none; float:left; padding-left:5px;; margin:0;}
|
|
|
|
.homepageSearchIcon {width:30px; height:32px; background:url(../images/nav_icon.png) -8px 3px no-repeat; float:left;}
|
|
|
|
a.homepageSearchIcon:hover {background:url(../images/nav_icon.png) -49px 3px no-repeat;}
|
2015-08-24 15:36:32 +08:00
|
|
|
.navSearchTypeBox {width:368px; height:35px; position:absolute; border:1px solid #98a1a6; background-color:#ffffff; padding-left:10px; display:none; color:#3e3e3e; font-size:14px;}
|
|
|
|
#navSearchAlert {display:none;}
|
2015-08-18 10:59:31 +08:00
|
|
|
.navHomepageNews {width:30px; display:block; float:right; margin-top:12px; position:relative;}
|
|
|
|
.homepageNewsIcon {background:url(../images/nav_icon.png) -5px -85px no-repeat; width:30px; height:29px; display:block;}
|
|
|
|
.newsActive {width:10px; height:10px; border-radius:50%; border:2px solid #ffffff; background-color:#ff0000; position:absolute; left:17px; top:5px;}
|
|
|
|
.navHomepageProfile {width:65px; display:block; float:right; margin-left:33px;}
|
|
|
|
.homepageProfileMenuIcon {background:url(../images/nav_icon.png) 30px -155px no-repeat; width:65px; height:54px; position:relative; display:inline-block;}
|
|
|
|
.homepageProfileMenuIcon:hover {background:url(../images/nav_icon.png) 30px -122px no-repeat;}
|
|
|
|
.navHomepageProfile ul li ul {display:none;}
|
|
|
|
.navHomepageProfile ul li:hover ul {display:block;}
|
|
|
|
.homepageLeft {width:240px; float:left; margin-right:10px; margin-bottom:10px;}
|
|
|
|
.homepageRight {width:750px; float:left; margin-top:15px; margin-bottom:10px;}
|
|
|
|
.homepagePortraitContainer {width:238px; border:1px solid #dddddd; background-color:#ffffff; margin-top:15px; padding-bottom:15px;}
|
2015-08-24 15:36:32 +08:00
|
|
|
.homepagePortraitImage {width:206px; height:206px; padding:2px; margin:15px 14px 10px 14px; position:relative; border:1px solid #cbcbcb;}
|
2015-08-19 14:43:12 +08:00
|
|
|
.homepagePortraitImage:hover {border:1px solid #15bccf;}
|
2015-08-18 10:59:31 +08:00
|
|
|
.homepageFollow {background:url(../images/homepage_icon.png) -10px -8px no-repeat; width:20px; height:20px; position:absolute; right:9px; top:9px;}
|
2015-08-19 14:43:12 +08:00
|
|
|
.homepageFollowCancel {background:url(../images/homepage_icon.png) -178px -8px no-repeat; width:20px; height:20px; position:absolute; right:9px; top:9px;}
|
|
|
|
.homepageEditProfile {width:20px; height:20px; border-radius:2px; background-color:#888888; position:absolute; right:9px; bottom:9px; font-size:12px; filter:alpha(opacity=50); -moz-opacity:0.5; opacity: 0.5;}
|
|
|
|
.homepageEditProfileIcon {background:url(../images/homepage_icon.png) -11px -35px no-repeat; width:20px; height:20px; display:block;}
|
2015-08-25 13:50:42 +08:00
|
|
|
.homepageImageName {font-size:16px; color:#484848; margin-left:15px; margin-right:8px; height:21px; float:left;}
|
2015-08-24 15:36:32 +08:00
|
|
|
.homepageImageSex {top:116px; left:5px; width:20px; height:20px; background:url(../images/homepage_icon.png) -10px -112px no-repeat; float:left;}
|
2015-08-21 15:40:38 +08:00
|
|
|
.homepageImageSexWomen {width: 20px;height: 20px;background: url(../images/homepage_icon.png) -10px -149px no-repeat;float: left;}
|
2015-08-21 16:29:25 +08:00
|
|
|
.homepageSignatureTextarea {width:207px; height:80px; max-width:207px; max-height:80px; border:1px solid #d9d9d9; outline:none; margin:0px 0px 12px 15px;;}
|
2015-08-18 10:59:31 +08:00
|
|
|
.homepageSignature {font-size:12px; color:#888888; margin-left:15px; margin-top:10px; margin-bottom:12px; width:208px;}
|
2015-08-19 14:43:12 +08:00
|
|
|
.homepageImageBlock {margin:0 auto; width:78px; float:left; text-align:center; display:inline-block;}
|
2015-08-18 10:59:31 +08:00
|
|
|
.homepageImageNumber {font-size:12px; color:#484848;}
|
|
|
|
a.homepageImageNumber:hover {color:#15bccf;}
|
2015-08-19 14:43:12 +08:00
|
|
|
.homepageImageText {font-size:12px; color:#888888;}
|
2015-08-18 10:59:31 +08:00
|
|
|
.homepageVerDiv {height:28px; vertical-align:middle; width:1px; float:left; display:inline-block; background-color:#d1d1d1; margin-top:3px;}
|
|
|
|
.homepageLeftMenuContainer {width:238px; border:1px solid #dddddd; border-bottom:none; background-color:#ffffff; margin-top:10px;}
|
|
|
|
.homepageLeftMenuBlock {border-bottom:1px solid #dddddd; height:50px; line-height:50px; vertical-align:middle;}
|
2015-08-19 14:43:12 +08:00
|
|
|
.homepageLeftMenuCourses {font-size:14px; border-bottom:1px solid #dddddd;}
|
|
|
|
.homepageLeftMenuCoursesLine {padding-left:25px; height:38px; line-height:38px; vertical-align:middle;}
|
|
|
|
.homepageLeftMenuCoursesLine:hover {background-color:#b3e0ee;}
|
2015-08-20 10:23:29 +08:00
|
|
|
a.coursesLineGrey {color:#808080; display:block;}
|
2015-08-19 14:43:12 +08:00
|
|
|
a.coursesLineGrey:hover {color:#ffffff;}
|
|
|
|
.homepageLeftMenuMore {height:18px;}
|
|
|
|
.homepageLeftMenuMore:hover {background-color:#b3e0ee;}
|
|
|
|
.homepageLeftMenuMoreIcon {background:url(../images/homepage_icon.png) -74px -240px no-repeat; display:block; height:18px;}
|
2015-08-18 10:59:31 +08:00
|
|
|
.homepageMenuSetting {display:inline-block; margin-left:155px;}
|
|
|
|
a.homepageMenuText {color:#484848; font-size:16px; margin-left:20px;}
|
|
|
|
.homepageLeftLabelContainer {width:238px; border:1px solid #dddddd; background-color:#ffffff; margin-top:10px;}
|
|
|
|
.homepageLabelText {color:#484848; font-size:16px; margin-left:10px; margin-bottom:12px; display:block;}
|
|
|
|
.homepageRightBanner {width:720px; height:34px; margin:0px auto; border-bottom:1px solid #e9e9e9;}
|
|
|
|
.NewsBannerName {font-size:16px; color:#4b4b4b; display:block; background:url(../images/homepage_icon.png) -18px -230px no-repeat; width:150px; float:left; padding-left:15px; margin-top:4px;}
|
2015-08-19 14:43:12 +08:00
|
|
|
.newsType {width:60px; background-color:#ffffff; float:left; list-style:none; position:absolute; border:1px solid #eaeaea; border-radius:5px; top:15px; padding:5px 10px; left:-40px; font-size:12px; color:#888888; display:none; line-height:2; z-index:9999;}
|
2015-08-24 15:36:32 +08:00
|
|
|
.newsReadSetting {width:700px; background-color:#f6f6f6; border-bottom:1px solid #eeeeee; margin:10px auto; height:39px; line-height:39px; vertical-align:middle; font-size:14px; color:#7a7a7a; padding-left:10px;}
|
2015-08-18 10:59:31 +08:00
|
|
|
.homepageNewsList {width:710px; height:49px; line-height:49px; vertical-align:middle; border-bottom:1px dashed #eaeaea; margin-left:10px;}
|
|
|
|
.homepageNewsPortrait {width:40px; display:block; margin-top:7px;}
|
|
|
|
.homepageNewsPublisher {width:80px; max-width:80px; margin-right:10px; font-size:12px; color:#15bccf; display:block; padding-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis; }
|
|
|
|
.homepageNewsType {width:95px; font-size:12px; color:#888888; display:block;}
|
|
|
|
.homepageNewsContent {width:395px; max-width:395px; margin-right:10px; font-size:12px; color:#4b4b4b; display:block; overflow:hidden; white-space: nowrap; text-overflow:ellipsis; }
|
|
|
|
.homepageNewsTime {width:75px; font-size:12px; color:#888888; display:block; text-align:right;}
|
|
|
|
a.homepageWhite {color:#ffffff;}
|
|
|
|
a.homepageWhite:hover {color:#a1ebff}
|
2015-08-24 16:22:06 +08:00
|
|
|
a.newsGrey {color:#4b4b4b;}
|
|
|
|
a.newsGrey:hover {color:#000000;}
|
2015-08-24 15:36:32 +08:00
|
|
|
a.replyGrey {color:#888888; display:inline-block;}
|
2015-08-19 14:43:12 +08:00
|
|
|
a.replyGrey:hover {color:#4b4b4b;}
|
2015-08-24 13:54:15 +08:00
|
|
|
a.replyGrey1 {color:#888888;}
|
|
|
|
a.replyGrey1:hover {color:#4b4b4b;}
|
2015-08-18 10:59:31 +08:00
|
|
|
a.newsBlue {color:#15bccf;}
|
|
|
|
a.newsBlue:hover {color:#0781b4;}
|
|
|
|
a.menuGrey {color:#808080;}
|
|
|
|
a.menuGrey:hover {color:#fe7d68;}
|
2015-08-24 16:22:06 +08:00
|
|
|
.navSearchTypeBox {width:368px; height:35px; position:absolute; border:1px solid #98a1a6; background-color:#ffffff; padding-left:10px; display:none; color:#3e3e3e; font-size:14px;}
|
|
|
|
#navSearchAlert {display:none;}
|
2015-08-18 10:59:31 +08:00
|
|
|
|
|
|
|
/*个人主页右部分*/
|
2015-08-19 14:43:12 +08:00
|
|
|
.homepagePostType {width:180px; background-color:#ffffff; float:left; list-style:none; position:absolute; border:1px solid #eaeaea; border-radius:5px; top:15px; padding:5px 10px; left:-170px; font-size:12px; color:#4b4b4b; line-height:2; z-index:9999; display:none;}
|
|
|
|
.homepagePostTypeHomework {width:100px;}
|
|
|
|
.homepagePostTypeProject {width:80px;}
|
|
|
|
a.homepagePostTypeAssignment {background:url(../images/homepage_icon.png) -93px -318px no-repeat; padding-left:23px;}
|
|
|
|
a.homepagePostTypeNotice {background:url(../images/homepage_icon.png) -87px -280px no-repeat; padding-left:23px;}
|
|
|
|
a.homepagePostTypeForum {background:url(../images/homepage_icon.png) -10px -310px no-repeat; padding-left:23px;}
|
|
|
|
a.homepagePostTypeQuiz {background:url(../images/homepage_icon.png) -90px -124px no-repeat; padding-left:23px;}
|
|
|
|
a.homepagePostTypeQuestion {background:url(../images/homepage_icon.png) -10px -273px no-repeat; padding-left:23px;}
|
|
|
|
a.postTypeGrey {color:#888888;}
|
|
|
|
a.postTypeGrey:hover {color:#15bccf;}
|
2015-08-18 10:59:31 +08:00
|
|
|
.homepagePostBrief {width:710px; margin:20px auto 0px auto; position:relative;}
|
|
|
|
.homepagePostPortrait {float:left; width:90px;}
|
|
|
|
.homepagePostDes {float:left; width:600px; margin-left:20px;}
|
|
|
|
.homepagePostTo {font-size:14px; color:#484848; margin-bottom:15px;}
|
2015-08-24 15:36:32 +08:00
|
|
|
.homepagePostTitle {font-size:14px; color:#484848; margin-bottom:15px; font-weight:bold;}
|
2015-08-18 10:59:31 +08:00
|
|
|
.homepagePostSubmitContainer {height:30px; margin-bottom:15px;}
|
2015-08-21 16:07:18 +08:00
|
|
|
.homepagePostSubmit {font-size:14px; color:#888888; width:90px; height:30px; text-align:center; vertical-align:middle; line-height:30px; border:1px solid #dddddd; background-color:#eaeaea; float:left; margin-right:20px;}
|
2015-08-19 14:43:12 +08:00
|
|
|
.homepagePostSubmit:hover {background-color:#d8d8d8;}
|
2015-08-24 15:36:32 +08:00
|
|
|
.homepagePostIntro {font-size:14px; color:#484848;}
|
2015-08-18 10:59:31 +08:00
|
|
|
.homepagePostDeadline {font-size:12px; color:#888888; float:left; height:30px; line-height:30px; vertical-align:middle;}
|
2015-08-19 14:43:12 +08:00
|
|
|
.homepagePostReply {width:710px; margin:0px auto; background-color:#f1f1f1; margin-top:15px;}
|
2015-08-18 10:59:31 +08:00
|
|
|
.homepagePostReplyBanner {width:708px; height:33px; border:1px solid #e4e4e4; line-height:33px; vertical-align:middle; font-size:12px; color:#888888;}
|
|
|
|
.borderBottomNone {border-bottom:none !important;}
|
|
|
|
.homepagePostReplyBannerCount{width:255px; display:inline-block; margin-left:20px;}
|
|
|
|
.homepagePostReplyBannerTime{width:85px; display:inline-block;}
|
|
|
|
.homepagePostReplyBannerMore{width:330px; display:inline-block; text-align:right;}
|
|
|
|
.homepagePostReplyInputContainer {width:670px; margin:0px auto;}
|
|
|
|
.homepagePostReplyInput {width:663px; height:45px; max-width:663px; max-height:45px; border:1px solid #d9d9d9; outline:none; margin:20px auto 10px auto;}
|
2015-08-24 15:36:32 +08:00
|
|
|
.homepagePostReplyEmotion {background:url(../images/homepage_icon.png) -90px -88px no-repeat; width:50px; height:24px; float:left; padding-left:30px;}
|
2015-08-18 10:59:31 +08:00
|
|
|
.homepagePostReplySubmit {float:right; width:45px; height:24px; text-align:center; line-height:24px; vertical-align:middle; font-size:12px; color:#ffffff; background-color:#15bccf;}
|
2015-08-19 14:43:12 +08:00
|
|
|
.homepagePostReplySubmit:hover {background-color:#329cbd;}
|
|
|
|
a.postReplySubmit {color:#ffffff; display:block;}
|
2015-08-18 10:59:31 +08:00
|
|
|
.homepagePostReplyCancel {float:right; width:45px; height:24px; text-align:center; line-height:24px; vertical-align:middle; font-size:12px; color:#888888; background-color:#cecece; margin-left:8px;}
|
2015-08-19 14:43:12 +08:00
|
|
|
.homepagePostReplyCancel:hover {background-color:#717171;}
|
|
|
|
a.postReplyCancel {color:#888888; display:block;}
|
|
|
|
a.postReplyCancel:hover {color:#ffffff;}
|
2015-08-18 10:59:31 +08:00
|
|
|
.homepagePostReplyInputContainer2 {width:595px; margin:0px auto;}
|
|
|
|
.homepagePostReplyInput2 {width:588px; height:45px; max-width:588px; max-height:45px; border:1px solid #d9d9d9; outline:none; margin:0px auto 10px auto;}
|
|
|
|
.homepagePostReplyContainer {border-bottom:1px solid #e3e3e3; width:670px; margin:0px auto; margin-top:15px; min-height:65px;}
|
2015-08-19 14:43:12 +08:00
|
|
|
.homepagePostSetting {position:absolute; width:20px; height:20px; right:0px; top:0px;}
|
|
|
|
.homepagePostSettingIcon {background:url(../images/homepage_icon.png) -93px -5px no-repeat; width:20px; height:20px;}
|
|
|
|
.homepagePostSettiongText {width:85px; line-height:2; font-size:12px; color:#616060; background-color:#ffffff; border:1px solid #eaeaea; border-radius:3px; position:absolute; left:-68px; top:20px; padding:5px 0px; display:none;}
|
|
|
|
.homepagePostSettingIcon:hover {background:url(../images/homepage_icon.png) -93px -44px no-repeat;}
|
|
|
|
a.postOptionLink {color:#616060; display:block; width:55px; padding:0px 15px;}
|
|
|
|
a.postOptionLink:hover {color:#ffffff; background-color:#15bccf;}
|
2015-08-18 10:59:31 +08:00
|
|
|
.homepagePostReplyPortrait {float:left; width:60px;}
|
|
|
|
.homepagePostReplyDes {float:left; width:595px; margin-left:15px;}
|
|
|
|
.homepagePostReplyPublisher {font-size:12px; color:#484848; margin-bottom:12px;}
|
|
|
|
.homepagePostReplyContent {font-size:12px; color:#484848; margin-bottom:12px;}
|
|
|
|
.homepagePostProjectState {width:42px; height:20px; line-height:20px; border-radius:1px; background-color:#28be6c; color:#ffffff; text-align:center; vertical-align:middle; font-size:12px; display:inline-block; margin-left:5px;}
|
|
|
|
.homepagePostAssignTo {float:left; font-size:14px; color:#15bccf; height:30px; line-height:30px; vertical-align:middle;}
|
2015-08-19 14:43:12 +08:00
|
|
|
.homepagePostFileAtt {height:22px; line-height:22px; vertical-align:middle; background:url(../images/homepage_icon.png) -85px -150px no-repeat; padding-left:35px; font-size:14px; margin-right:25px;}
|
|
|
|
.homepagePostImageAtt {height:22px; line-height:22px; vertical-align:middle; background:url(../images/homepage_icon.png) -86px -195px no-repeat; padding-left:35px; font-size:14px; margin-right:25px;}
|
|
|
|
.postAttSize {color:#888888; font-size:12px;}
|
|
|
|
a.postGrey {color:#484848;}
|
|
|
|
a.postGrey:hover {color:#000000;}
|
2015-08-21 14:25:01 +08:00
|
|
|
a.gz_btn{display:block; background:url(../images/pic_uersall.png) -318px -25px no-repeat; width:53px; height:18px; border:1px solid #cdcdcd; color:#333333; padding:0px 0 0 18px;margin-top: 2px;margin-right: 15px;}
|
2015-08-19 15:13:30 +08:00
|
|
|
a:hover.gz_btn{ color:#ff5722;}
|
2015-08-18 10:59:31 +08:00
|
|
|
|
2015-08-24 15:36:32 +08:00
|
|
|
/*课程主页css*/
|
|
|
|
.homepageCoursesType {width:75px; background-color:#ffffff; float:left; list-style:none; position:absolute; border:1px solid #eaeaea; border-radius:5px; top:15px; padding:5px 10px; left:-65px; font-size:12px; color:#4b4b4b; line-height:2; z-index:9999; display:none;}
|
|
|
|
|
2015-08-24 16:22:06 +08:00
|
|
|
/*注册登陆页面*/
|
|
|
|
#loginInBox {display:block; margin-top:143px;}
|
|
|
|
#signUpBox {display:none; margin-top:79px;}
|
|
|
|
#loginSignButton {height:54px; padding-left:10px; padding-right:10px; text-align:center; line-height:54px; vertical-align:middle; color:#ffffff; font-size:16px;}
|
|
|
|
#loginInButton {height:54px; padding-left:10px; padding-right:10px; text-align:center; line-height:54px; vertical-align:middle; color:#ffffff; font-size:16px;}
|
|
|
|
#loginSignButton:hover {background-color:#0ea6b7;}
|
|
|
|
#loginInButton:hover {background-color:#0ea6b7;}
|
|
|
|
.loginContentContainer {width:100%; background-color:#15bccf; margin-top:1px; height:580px;}
|
|
|
|
.loginContent {width:1000px; margin:0px auto;}
|
|
|
|
.loginLeft {width:595px; float:left;}
|
|
|
|
.loginLogo {padding-left:208px; padding-top:155px;}
|
|
|
|
.loginInro {width:465px; padding-top:55px; padding-left:50px; font-size:16px; color:#ffffff;}
|
|
|
|
.loginRight {width:405px; float:left;}
|
|
|
|
.loginChooseBox {width:405px; height:54px; background-color:#ffffff; padding-top:18px;}
|
|
|
|
.loginChooseList {width:350px; height:30px; font-size:14px; margin:0px auto;}
|
|
|
|
.loginChoose {width:55px; height:30px; border-bottom:1px solid #8ad2da; text-align:center;}
|
|
|
|
a.loginChooseTab {color:#484848; height:30px; display:block;}
|
|
|
|
.loginInButton {width:315px; height:40px; background-color:#15bccf; margin-left:46px; font-size:14px; text-align:center; line-height:40px; vertical-align:middle; margin-top:20px;}
|
|
|
|
.loginUpButton {width:315px; height:40px; background-color:#15bccf; margin-left:46px; font-size:14px; text-align:center; line-height:40px; vertical-align:middle; margin-top:30px;}
|
|
|
|
.loginChooseBorder {width:295px; height:30px; border-bottom:1px solid #e3e3e3;}
|
|
|
|
.loginChoose:hover {border-bottom:1px solid #8ad2da;}
|
|
|
|
.loginSign {width:405px; background-color:#ffffff;}
|
|
|
|
.loginSignBox {width:308px; height:38px; margin-left:46px; border:1px solid #98a1a6; outline:none;}
|
|
|
|
.loginSignOption {margin-left:46px; margin-top:15px;}
|
|
|
|
.loginIn {width:405px; background-color:#ffffff; padding-bottom:30px;}
|
2015-08-25 14:24:20 +08:00
|
|
|
.loginSignAlert {font-size:12px; margin-left:60px;}
|
|
|
|
.loginSignRow {height:60px; min-height:60px;}
|
|
|
|
|
2015-08-24 16:22:06 +08:00
|
|
|
|
2015-08-18 10:59:31 +08:00
|
|
|
|
|
|
|
/*底部*/
|
|
|
|
#Footer{background-color:#ffffff; margin-bottom:10px; padding-bottom:15px; color:#666666;}
|
|
|
|
.footerAboutContainer {width:auto; border-bottom:1px solid #efefef;}
|
2015-08-25 09:29:19 +08:00
|
|
|
.footerAbout{ width:455px; margin:0 auto;height:35px; line-height:35px; border-bottom:1px solid #efefef; }
|
2015-08-18 10:59:31 +08:00
|
|
|
.languageBox {width:55px; height:20px; margin-left:5px; outline:none; color:#666666; border:1px solid #d9d9d9;}
|
|
|
|
.departments{ width:890px; margin:5px auto 0 auto;height:30px;line-height:30px;}
|
|
|
|
.copyright{ width:375px; margin:0 auto;height:20px;line-height:20px;}
|
|
|
|
a.f_grey {color:#666666;}
|
|
|
|
a.f_grey:hover {color:#000000;}
|
|
|
|
/*意见反馈*/
|
|
|
|
html{ overflow-x:hidden;}
|
|
|
|
.scrollsidebar{ position: fixed; bottom:1px; right:1px; background:none; }
|
|
|
|
.side_content{width:154px; height:auto; overflow:hidden; float:left; }
|
|
|
|
.side_content .side_list {width:154px;overflow:hidden;}
|
|
|
|
.show_btn{ width:0; height:112px; overflow:hidden; float:left; margin-top:190px;cursor:pointer;}
|
|
|
|
.show_btn span { display:none;}
|
|
|
|
.close_btn{width:24px;height:24px;cursor:pointer;}
|
|
|
|
.side_title,.side_bottom,.close_btn,.show_btn {background:url(../images/sidebar_bg.png) no-repeat; }
|
|
|
|
.side_title {height:35px;}
|
|
|
|
.side_bottom { height:8px;}
|
|
|
|
.side_center {font-family:Verdana, Geneva, sans-serif; padding:0px 12px; font-size:12px;}
|
|
|
|
.close_btn { float:right; display:block; width:21px; height:16px; margin:9px 10px 0 0; _margin:16px 5px 0 0;}
|
|
|
|
.close_btn span { display:none;}
|
|
|
|
.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
|
|
|
|
.msgserver { margin-top:5px;}
|
|
|
|
.msgserver a { background:url(../images/sidebar_bg.png) no-repeat -119px -112px; padding-left:22px; height:21px; display:block; }
|
|
|
|
.opnionText{box-shadow:none; width:122px; height:180px; border-color: #DFDFDF; background:#fff; color:#999; padding:3px; font-size:12px;overflow:auto; background-attachment:fixed;border-style:solid;}
|
|
|
|
a.opnionButton{ display:block; background:#15bccf; width:130px; height:23px; margin-top:5px; text-align:center; padding-top:3px;}
|
|
|
|
a:hover.opnionButton{background: #0fa9bb; }
|
|
|
|
/* blue skin as the default skin */
|
|
|
|
.side_title {background-position:-195px 0;}
|
|
|
|
.side_center {background:url(../images/blue_line.png) repeat-y center; }
|
|
|
|
.side_bottom {background-position:-195px -50px;}
|
|
|
|
a.close_btn {background-position:-44px 0;}
|
|
|
|
a:hover.close_btn {background-position:-66px 0;}
|
|
|
|
.show_btn {background-position:-119px 0;}
|
|
|
|
.msgserver a {color:#15bccf; }
|
|
|
|
.msgserver a:hover { text-decoration:underline; }
|
|
|
|
|
|
|
|
|
|
|
|
/***** Ajax indicator ******/
|
|
|
|
#ajax-indicator {
|
|
|
|
position: absolute; /* fixed not supported by IE */
|
|
|
|
background-color:#eee;
|
|
|
|
border: 1px solid #bbb;
|
|
|
|
top:35%;
|
|
|
|
left:40%;
|
|
|
|
width:20%;
|
|
|
|
font-weight:bold;
|
|
|
|
text-align:center;
|
|
|
|
padding:0.6em;
|
|
|
|
z-index:100000;
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
html>body #ajax-indicator { position: fixed; }
|
|
|
|
|
|
|
|
#ajax-indicator span {
|
|
|
|
background-position: 0% 40%;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-image: url(../images/loading.gif);
|
|
|
|
padding-left: 26px;
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.modal {
|
|
|
|
border-radius: 5px;
|
|
|
|
background: #fff;
|
|
|
|
z-index: 50;
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
.ui-widget-content {
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
.ui-widget {
|
|
|
|
font-family: Verdana, sans-serif;
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-content {
|
|
|
|
position: relative;
|
|
|
|
border: 0;
|
|
|
|
padding: .5em 1em;
|
|
|
|
background: none;
|
|
|
|
overflow: auto;
|
|
|
|
zoom: 1;
|
|
|
|
}
|
|
|
|
.ui-widget-overlay {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.ui-widget-overlay {
|
|
|
|
background: #666 url(http://forge.trustie.net/stylesheets/jquery/images/xui-bg_diagonals-thick_20_666666_40x40.png.pagespeed.ic.9mfuw_R0z1.png) 50% 50% repeat;
|
|
|
|
opacity: .5;
|
|
|
|
filter: Alpha(Opacity=50);
|
|
|
|
}
|
|
|
|
/***** end Ajax indicator ******/
|
|
|
|
|
|
|
|
/***** Flash & error messages ****/
|
|
|
|
#errorExplanation, div.flash, .nodata, .warning, .conflict {
|
|
|
|
padding: 4px 4px 4px 30px;
|
|
|
|
margin-bottom: 12px;
|
|
|
|
font-size: 1.1em;
|
|
|
|
border: 2px solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.flash {margin-top: 8px;}
|
|
|
|
|
|
|
|
div.flash.error, #errorExplanation {
|
|
|
|
background: url(../images/exclamation.png) 8px 50% no-repeat;
|
|
|
|
background-color: #ffe3e3;
|
|
|
|
border-color: #dd0000;
|
|
|
|
color: #880000;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.flash.notice {
|
|
|
|
background: url(../images/true.png) 8px 5px no-repeat;
|
|
|
|
background-color: #dfffdf;
|
|
|
|
border-color: #9fcf9f;
|
|
|
|
color: #005f00;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.flash.warning, .conflict {
|
|
|
|
background: url(../images/warning.png) 8px 5px no-repeat;
|
|
|
|
background-color: #FFEBC1;
|
|
|
|
border-color: #FDBF3B;
|
|
|
|
color: #A6750C;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nodata, .warning {
|
|
|
|
text-align: center;
|
|
|
|
background-color: #FFEBC1;
|
|
|
|
border-color: #FDBF3B;
|
|
|
|
color: #A6750C;
|
|
|
|
}
|
|
|
|
|
|
|
|
#errorExplanation ul { font-size: 0.9em;}
|
|
|
|
#errorExplanation h2, #errorExplanation p { display: none; }
|
|
|
|
|
|
|
|
.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;}
|
|
|
|
.white_content02{display:none;position:fixed;top:15%;left:30%;width:200px;height: auto; margin-bottom:20px;padding:10px;border:3px solid #15bccf;background-color:white;z-index:1002;overflow:auto;}
|
|
|
|
.newhwork_content{ display:none;position:fixed;top:15%;left:30%;width:600px;height: auto; margin-bottom:20px;padding:16px;border:3px solid #15bccf;background-color:white;z-index:1002;overflow:auto;}
|
|
|
|
.floatbox{ width:420px; border:3px solid #15bccf; background:#fff; padding:5px;}
|
|
|
|
a.box_close{ display:block; float:right; width:16px; height:16px; background:url(../images/img_floatbox.png) 0 0 no-repeat;}
|
|
|
|
a:hover.box_close{background:url(../images/img_floatbox.png) -22px 0 no-repeat;}
|
2015-08-19 17:14:19 +08:00
|
|
|
|
|
|
|
/*个人主页头像*/
|
|
|
|
.white_content_users{display:none;position:fixed;top:45%;left:45%;width:210px;height: auto; margin-bottom:20px;padding:10px;border:3px solid #15bccf;background-color:white;z-index:1002;overflow:auto;}
|
|
|
|
a.box_close{background:url(../images/img_floatbox.png) -22px 0 no-repeat;}
|
|
|
|
.box_h3{ color:#15bccf; font-size:16px;}
|
|
|
|
.uppicBox{ width:265px; height:265px; background:#f2f2f5; float:left; color:#666; text-align:center;}
|
|
|
|
.showpicBox{width:133px; height:250px; background:#f2f2f5; float:left; margin-left:20px; text-align:center; padding-top:15px; color:#666;}
|
|
|
|
.mr15{ margin-right:15px;}
|
2015-08-24 18:15:46 +08:00
|
|
|
.uppic_btn{border:none; width:150px; background:none; margin-bottom:5px; color:#666; margin-top:105px;}
|
|
|
|
|
|
|
|
/*20150820课程作业 LB*/
|
|
|
|
.HomeWork {width:708px; background-color:#ffffff; padding:20px; border:1px solid #dddddd;}
|
|
|
|
.RightBanner {width:708px; height:34px; border-bottom:1px solid #e9e9e9;}
|
2015-08-25 10:30:31 +08:00
|
|
|
select.InputBox,input.InputBox,textarea.InputBox{ border:1px solid #d9d9d9; color:#888888; height:28px; line-height:28px; padding-left:5px; font-size:14px;}
|
2015-08-24 18:15:46 +08:00
|
|
|
a.BlueCirBtn{ display:block;width:75px; height:28px; background-color:#ffffff; line-height:28px; vertical-align:middle; text-align:center; border:1px solid #15bccf; color:#15bccf; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
|
|
|
|
a:hover.BlueCirBtn{ background:#15bccf; color:#fff;}
|
2015-08-25 10:30:31 +08:00
|
|
|
.W440{ width:440px;}
|
|
|
|
.W120{ width:110px;}
|
2015-08-24 18:15:46 +08:00
|
|
|
.W700{ width:700px;}
|
|
|
|
a.AnnexBtn{ background: url(../images/homepage_icon.png) 0px -343px no-repeat; width:70px; height:20px; display:block; padding-left:20px; color:#888888;}
|
|
|
|
a:hover.AnnexBtn{background: url(../images/homepage_icon.png) -90px -343px no-repeat; color:#15bccf;}
|
|
|
|
a.FilesBtn{ background: url(../images/homepage_icon.png) 0px -373px no-repeat; width:70px; height:20px; display:block; padding-left:20px; color:#888888;}
|
|
|
|
a:hover.FilesBtn{background: url(../images/homepage_icon.png) -89px -372px no-repeat; color:#15bccf;}
|
|
|
|
a.BlueCirBtnMini{ display:block;width:40px; height:22px; background-color:#ffffff; line-height:24px; vertical-align:middle; text-align:center; border:1px solid #15bccf; color:#15bccf; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
|
|
|
|
a:hover.BlueCirBtnMini{ background:#15bccf; color:#fff;}
|
|
|
|
a.DropBtn{background: url(../images/homepage_icon.png) -125px -339px no-repeat; width:85px; height:20px; display:block; color:#888888; font-size:14px;}
|
|
|
|
a:hover.DropBtn{background: url(../images/homepage_icon.png) -125px -370px no-repeat;}
|
|
|
|
.DropLine{border-top:1px solid #d9d9d9; float:left; width:623px; height:10px; margin-top:10px;}
|
|
|
|
/*20150820编程作业 LB*/
|
2015-08-25 10:30:31 +08:00
|
|
|
.W320{ width:320px;}
|
2015-08-24 18:15:46 +08:00
|
|
|
.icon_add{ background:url(images/icons.png) 0px -310px no-repeat; width:16px; height:27px; display:block;float:left; margin-right:5px;}
|
|
|
|
a:hover.icon_add{background:url(images/icons.png) -20px -310px no-repeat;}
|
|
|
|
.icon_remove{background:url(images/icons.png) 0px -338px no-repeat; width:16px; height:27px; display:block;float:left;}
|
|
|
|
a:hover.icon_remove{background:url(images/icons.png) -20px -338px no-repeat;}
|
|
|
|
/*20150820提交作业 LB*/
|
|
|
|
.HomeWorkBox{ background:#f6f6f6; padding:10px; margin:10px 0;}
|
|
|
|
.c_grey{ color:#888888;}
|
2015-08-25 18:22:46 +08:00
|
|
|
.c_dark_grey{color:#a9a9a9 !important;}
|
2015-08-24 18:15:46 +08:00
|
|
|
.HomeWorkP{ width:690px; font-size:14px;}
|
|
|
|
.H150{ height:150px;}
|
2015-08-25 10:30:31 +08:00
|
|
|
.ProResult{width:748px; background-color:#fff; border:1px solid #dddddd;border-bottom:none; }
|
2015-08-24 18:15:46 +08:00
|
|
|
.ProResultTop{ height:38px; line-height:38px; border-bottom:1px solid #dddddd; background:#f2f2f2; padding:0 10px;}
|
2015-08-25 10:30:31 +08:00
|
|
|
.ProResultCon{ padding:10px; color:#888888; line-height:24px; border-bottom:1px solid #dddddd; }
|
2015-08-24 18:15:46 +08:00
|
|
|
.W50{ width:50px;}
|
2015-08-25 10:30:31 +08:00
|
|
|
.W200{ width:200px;}
|
2015-08-24 18:15:46 +08:00
|
|
|
.ProResultTable{ color:#888888;}
|
|
|
|
.T_C{ text-align:center;}
|
2015-08-25 10:30:31 +08:00
|
|
|
.SearchIcon{background:url(../images/homepage_icon.png) 676px -393px no-repeat; }
|
|
|
|
.SearchIcon:hover{background:url(../images/homepage_icon.png) 676px -419px no-repeat; }
|
|
|
|
a.link_file{ background:url(../images/pic_file.png) 0 2px no-repeat; padding-left:20px; }
|
|
|
|
a:hover.link_file{ background:url(../images/pic_file.png) 0 -25px no-repeat; color:#3ca5c6;}
|
2015-08-25 13:50:42 +08:00
|
|
|
a.remove-upload {background: url(../images/delete.png) no-repeat 1px 50%;width: 1px;display: inline-block;padding-left: 16px;}
|
2015-08-25 10:30:31 +08:00
|
|
|
a.FilesName{ max-width:540px;overflow:hidden; white-space:nowrap; text-overflow:ellipsis; display:block;}
|
|
|
|
a.FilesName02{ max-width:665px;overflow:hidden; white-space:nowrap; text-overflow:ellipsis; display:block;}
|
|
|
|
.ProResultUl span { display:block; float:left;}
|
|
|
|
.ProResultUl li{ line-height:35px; border-bottom:1px solid #dddddd; }
|
|
|
|
.DateBorder{border:1px solid #d9d9d9; border-left:none; padding:7px 6px 6px 6px;}
|
2015-08-24 18:15:46 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|