|
|
|
@ -7,10 +7,11 @@ 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;}
|
|
|
|
|
.pInline {margin:0px; padding:0px; display:inline-block;}
|
|
|
|
|
|
|
|
|
|
/*常用*/
|
|
|
|
|
/*#RSide{ background:#fff;}*/
|
|
|
|
|
#users_setting{clear:both;width:730px;background: #fff;padding: 10px;/*滑动门的宽度*/}
|
|
|
|
|
#users_setting{clear:both;width:728px;background: #fff;padding: 10px;/*滑动门的宽度*/}
|
|
|
|
|
/*上传图片处理*/
|
|
|
|
|
.upload_img img{max-width: 100%;}
|
|
|
|
|
blockquote img{max-width: 100%;}
|
|
|
|
@ -76,33 +77,40 @@ h4{ font-size:14px; color:#3b3b3b;}
|
|
|
|
|
.ml100{ margin-left:100px;}
|
|
|
|
|
.ml110{ margin-left:110px;}
|
|
|
|
|
.ml150 { margin-left:150px;}
|
|
|
|
|
.mr-5 {margin-right:-5px;}
|
|
|
|
|
.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;}
|
|
|
|
|
.mr30{ margin-right:30px !important;}
|
|
|
|
|
.mr40{ margin-right:40px !important;}
|
|
|
|
|
.mw20{ margin: 0 20px;}
|
|
|
|
|
.mt-4 {margin-top: -4px;}
|
|
|
|
|
.mt3{ margin-top:3px;}
|
|
|
|
|
.mt5{ margin-top:5px;}
|
|
|
|
|
.mt8{ margin-top:8px;}
|
|
|
|
|
.mt8{ margin-top:8px !important;}
|
|
|
|
|
.mt10{ margin-top:10px !important;}
|
|
|
|
|
.mt12 { margin-top:12px;}
|
|
|
|
|
.mt15 {margin-top:15px;}
|
|
|
|
|
.mt19 {margin-top:19px !important;}
|
|
|
|
|
.mb4{ margin-bottom:4px;}
|
|
|
|
|
.mb5{ margin-bottom:5px;}
|
|
|
|
|
.mb8 {margin-bottom:8px;}
|
|
|
|
|
.mb8 {margin-bottom:8px !important;}
|
|
|
|
|
.mb10{ margin-bottom:10px !important;}
|
|
|
|
|
.mb12 {margin-bottom:12px !important;}
|
|
|
|
|
.mb20{ margin-bottom:20px;}
|
|
|
|
|
.pl15{ padding-left:15px;}
|
|
|
|
|
.w20{ width:20px;}
|
|
|
|
|
.w50 {width:50px;}
|
|
|
|
|
.w60{ width:60px;}
|
|
|
|
|
.w70{ width:70px;}
|
|
|
|
|
.w90{ width:90px;}
|
|
|
|
|
.w210{ width:210px;}
|
|
|
|
|
.w150{ width:150px;}
|
|
|
|
|
.w280{ width:280px;}
|
|
|
|
|
.w350 {width:350px;}
|
|
|
|
|
.w430{ width:470px;}
|
|
|
|
|
.w520{ width:520px;}
|
|
|
|
|
.w543{ width:543px;}
|
|
|
|
@ -116,6 +124,7 @@ h4{ font-size:14px; color:#3b3b3b;}
|
|
|
|
|
.h50{ height:50px;}
|
|
|
|
|
.h70{ height:70px;}
|
|
|
|
|
.h150{ height:150px;}
|
|
|
|
|
.p10 {padding-left:10px; padding-right:10px;}
|
|
|
|
|
|
|
|
|
|
/* Font & background Color */
|
|
|
|
|
a.b_grey{ background: #F5F5F5;}
|
|
|
|
@ -124,7 +133,7 @@ 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_blue{ color:#269ac9;}
|
|
|
|
|
a.c_dblue{ color:#09658c;}
|
|
|
|
|
a:hover.c_dblue{ color:#15bccf;}
|
|
|
|
|
a.c_white{ color:#fff;}
|
|
|
|
@ -158,6 +167,14 @@ a.c_green{ color:#28be6c;}
|
|
|
|
|
.b_green{background:#28be6c;}
|
|
|
|
|
.b_w{ background:#fff;}
|
|
|
|
|
|
|
|
|
|
/*add by Tim*/
|
|
|
|
|
a.linkBlue {color:#269ac9;}
|
|
|
|
|
a.linkBlue:hover {color:#297fb8;}
|
|
|
|
|
a.buttonBlue {background-color:#269ac9;}
|
|
|
|
|
a.buttonBlue:hover {background-color:#297fb8;}
|
|
|
|
|
a.linkGrey {color:#484848;}
|
|
|
|
|
a.linkGrey:hover {color:#269ac9;}
|
|
|
|
|
|
|
|
|
|
/* 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;}
|
|
|
|
@ -230,7 +247,7 @@ a:hover.bgreen_n_btn{background:#08a384;}
|
|
|
|
|
#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;}
|
|
|
|
|
#Header{ margin:10px 0; background:#269ac9; 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;}
|
|
|
|
@ -272,8 +289,8 @@ 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{ border:1px solid #269ac9; 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:#269ac9;}
|
|
|
|
|
.topnav_login_list li{ }
|
|
|
|
|
|
|
|
|
|
/*主类容*/
|
|
|
|
@ -305,11 +322,11 @@ a:hover.search_btn{ background: #0fa9bb;}
|
|
|
|
|
/*.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;}*/
|
|
|
|
|
a.resourcesGrey {font-size:12px; color:#888888;}
|
|
|
|
|
a.resourcesGrey:hover {font-size:12px; color:#15bccf;}
|
|
|
|
|
a.resourcesGrey:hover {font-size:12px; color:#269ac9;}
|
|
|
|
|
.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;}
|
|
|
|
|
.resourcesUploadBox:hover {background-color:#0781b4;}
|
|
|
|
|
.resourcesUploadBox {float:right; width:103px; height:34px; background-color:#269ac9; line-height:34px; vertical-align:middle; text-align:center; margin-left:12px;}
|
|
|
|
|
.resourcesUploadBox:hover {background-color:#297fb8;}
|
|
|
|
|
.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;}
|
|
|
|
|
.resourcesSearchloadBox {border:1px solid #e6e6e6; width:225px; float:left; background-color:#ffffff;}
|
|
|
|
@ -339,10 +356,10 @@ a.resourcesBlack:hover {font-size:12px; color:#000000;}
|
|
|
|
|
.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;}
|
|
|
|
|
.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 #269ac9; border-radius:5px; float:right;}
|
|
|
|
|
a.sendButtonBlue {color:#269ac9;}
|
|
|
|
|
a.sendButtonBlue:hover {color:#ffffff;}
|
|
|
|
|
.resourcesSelectSendButton:hover {background-color:#15bccf;}
|
|
|
|
|
.resourcesSelectSendButton:hover {background-color:#297fb8;}
|
|
|
|
|
.db {display:block !important;}
|
|
|
|
|
|
|
|
|
|
.dropdown-menu {
|
|
|
|
@ -380,8 +397,6 @@ a.sendButtonBlue:hover {color:#ffffff;}
|
|
|
|
|
background-color: #64bdd9;
|
|
|
|
|
outline:none;
|
|
|
|
|
}
|
|
|
|
|
.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;}
|
|
|
|
@ -395,10 +410,10 @@ 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;}
|
|
|
|
|
.resourceUploadPopup {width:400px; height:auto; border:3px solid #269ac9; 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:#269ac9; line-height:16px; padding-top:20px; width:140px; display:inline-block; font-weight: bold;}
|
|
|
|
|
.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 {width:100px; height:33px; line-height:33px; text-align:center; vertical-align:middle; background-color:#269ac9; 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;}
|
|
|
|
@ -411,8 +426,8 @@ a.uploadIcon {background:url(images/resource_icon_list.png) 8px -60px no-repeat;
|
|
|
|
|
/*发送资源弹窗*/
|
|
|
|
|
/*.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;}*/
|
|
|
|
|
/*.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;}*/
|
|
|
|
|
.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;}
|
|
|
|
|
.sendText {font-size:16px; color:#15bccf; line-height:16px; padding-top:20px; width:100px; display:inline-block;}
|
|
|
|
|
.resourceSharePopup {width:300px; height:auto; border:3px solid #269ac9; padding-left:16px; padding-bottom:16px; background-color:#ffffff; position:absolute; top:50%; left:50%; margin-left:-150px; z-index:1000;}
|
|
|
|
|
.sendText {font-size:16px; color:#269ac9; line-height:16px; padding-top:20px; width:100px; display:inline-block; font-weight: bold;}
|
|
|
|
|
.resourcesSendTo {float:left; height:20px; margin-top:15px;}
|
|
|
|
|
.resourcesSendType {border:1px solid #e6e6e6; width:60px; height:24px; outline:none; font-size:14px; color:#888888;}
|
|
|
|
|
.resourcePopupClose {width:20px; height:20px; display:inline-block; float:right;}
|
|
|
|
@ -423,22 +438,24 @@ a.uploadIcon {background:url(images/resource_icon_list.png) 8px -60px no-repeat;
|
|
|
|
|
.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;}
|
|
|
|
|
.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;}*/
|
|
|
|
|
.courseSendSubmit {width:50px; height:25px; line-height:25px; text-align:center; vertical-align:middle; background-color:#269ac9; margin-right:25px; float:left;cursor: pointer;}
|
|
|
|
|
.courseSendSubmit:hover {background-color:#297fb8;}
|
|
|
|
|
.courseSendCancel {width:50px; height:25px; line-height:25px; text-align:center; vertical-align:middle; background-color:#c1c1c1; float:left}
|
|
|
|
|
.courseSendCancel:hover {background-color: #717171;}
|
|
|
|
|
a.sendSourceText {font-size:14px; color:#ffffff;}
|
|
|
|
|
input.sendSourceText {font-size:14px;color:#ffffff;background-color:#64bdd9;cursor: pointer;}
|
|
|
|
|
input.sendSourceText {font-size:14px;color:#ffffff;background-color:#269ac9;cursor: pointer; outline: none; border: none; width: 50px; height: 25px;}
|
|
|
|
|
input.sendSourceText:hover {background-color:#297fb8;}
|
|
|
|
|
/*input.sendSourceText:hover {font-size:14px; color:#ffffff;}*/
|
|
|
|
|
.resourcesSendTo {float:left; height:20px; margin-top:15px;}
|
|
|
|
|
.resourcesSendType {border:1px solid #e6e6e6; width:60px; height:24px; outline:none; font-size:14px; color:#888888;}
|
|
|
|
|
.courseReferContainer {float:left; max-height:120px;margin-right:16px;margin-bottom:10px; overflow:scroll; overflow-x:hidden;}
|
|
|
|
|
|
|
|
|
|
.popbox{/* width:300px; *//* height:100px; */position:fixed !important;/* z-index:100; */left:50%;top:50%;margin:-100px 0 0 -150px; /* background:#fff; */ -moz-border-radius:5px; /* -webkit-border-radius:5px; */ /* border-radius:5px; */ /* box-shadow:0px 0px 8px #194a81; */ /* overflow:auto; */}
|
|
|
|
|
/*上传资源弹窗*/
|
|
|
|
|
.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;}
|
|
|
|
|
.resourceUploadPopup {width:400px; height:auto; border:3px solid #269ac9; 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;}
|
|
|
|
|
.uploadBox {width:100px; height:33px; line-height:33px; text-align:center; vertical-align:middle; background-color:#269ac9; border-radius:3px; float:left; margin-right:12px;}
|
|
|
|
|
.uploadBox:hover {background-color:#297fb8;}
|
|
|
|
|
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;}
|
|
|
|
@ -449,22 +466,22 @@ a.uploadIcon {background:url(images/resource_icon_list.png) 8px -60px no-repeat;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*新个人主页框架css*/
|
|
|
|
|
.navContainer {width:100%; margin:0 auto; background-color:#15bccf;}
|
|
|
|
|
.navContainer {width:100%; margin:0 auto; background-color:#269ac9;}
|
|
|
|
|
.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;}
|
|
|
|
|
.navHomepage {width:1000px; height:54px; background-color:#269ac9; margin:0 auto;}
|
|
|
|
|
.navHomepageLogo {width:60px; height:54px; line-height:54px; vertical-align:middle; margin-left:2px; margin-right:30px;}
|
|
|
|
|
.navHomepageMenu {margin-right:20px;display:inline-block;height:54px; line-height:54px; vertical-align:middle; padding:0px 10px;}
|
|
|
|
|
.navHomepageMenu:hover {background-color:#297fb8;}
|
|
|
|
|
/*.navHomepageMenu:hover {background-color:#0ea6b7;}*/
|
|
|
|
|
.navHomepageSearchBoxcontainer {margin-top:11px; }
|
|
|
|
|
.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;}
|
|
|
|
|
.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;}
|
|
|
|
|
.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;}
|
|
|
|
|
.navHomepageNews {width:30px; display:block; float:right; margin-top:8px; position:relative;}
|
|
|
|
|
.homepageNewsIcon {background:url(../images/nav_icon.png) -5px -85px no-repeat; width:30px; height:35px; 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;}
|
|
|
|
@ -475,19 +492,19 @@ a.homepageSearchIcon:hover {background:url(../images/nav_icon.png) -49px 3px no-
|
|
|
|
|
.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;}
|
|
|
|
|
.homepagePortraitImage {width:206px; height:206px; padding:2px; margin:15px 14px 10px 14px; position:relative; border:1px solid #cbcbcb;}
|
|
|
|
|
.homepagePortraitImage:hover {border:1px solid #15bccf;}
|
|
|
|
|
.homepagePortraitImage:hover {border:1px solid #269ac9;}
|
|
|
|
|
.homepageFollow {background:url(../images/homepage_icon.png) -10px -8px no-repeat; width:20px; height:20px; position:absolute; right:9px; top:9px;}
|
|
|
|
|
.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;}
|
|
|
|
|
.homepageImageName {font-size:16px; color:#484848; margin-left:15px; margin-right:8px; height:21px; float:left;}
|
|
|
|
|
.homepageImageSex {top:116px; left:5px; width:20px; height:20px; background:url(../images/homepage_icon.png) -10px -112px no-repeat; float:left;}
|
|
|
|
|
.homepageImageName {font-size:16px; color:#484848; margin-left:15px; margin-right:8px; height:25px; float:left;}
|
|
|
|
|
.homepageImageSexMan {top:116px; left:5px; width:20px; height:20px; background:url(../images/homepage_icon.png) -10px -112px no-repeat; float:left;}
|
|
|
|
|
.homepageImageSexWomen {width: 20px;height: 20px;background: url(../images/homepage_icon.png) -10px -149px no-repeat;float: left;}
|
|
|
|
|
.homepageSignatureTextarea {width:207px; height:80px; max-width:207px; max-height:80px; border:1px solid #d9d9d9; outline:none; margin:0px 0px 12px 15px;;}
|
|
|
|
|
.homepageSignature {font-size:12px; color:#888888; margin-left:15px; margin-top:10px; margin-bottom:12px; width:208px;}
|
|
|
|
|
.homepageImageBlock {margin:0 auto; width:78px; float:left; text-align:center; display:inline-block;}
|
|
|
|
|
.homepageImageNumber {font-size:12px; color:#484848;}
|
|
|
|
|
a.homepageImageNumber:hover {color:#15bccf;}
|
|
|
|
|
a.homepageImageNumber {font-size:12px; color:#484848; font-weight: bold;}
|
|
|
|
|
a.homepageImageNumber:hover {color:#269ac9;}
|
|
|
|
|
.homepageImageText {font-size:12px; color:#888888;}
|
|
|
|
|
.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;}
|
|
|
|
@ -504,15 +521,16 @@ a.coursesLineGrey:hover {color:#ffffff;}
|
|
|
|
|
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;}
|
|
|
|
|
.homepageRightBanner {width:720px; height:30px; margin:0px auto;}
|
|
|
|
|
.NewsBannerName {font-size:16px; color:#4b4b4b; display:block; width:150px; float:left; margin-top:4px;}
|
|
|
|
|
.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;}
|
|
|
|
|
.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;}
|
|
|
|
|
.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;height:49px; max-height:49px; }
|
|
|
|
|
.homepageNewsPublisher { max-width:100px; font-size:12px; color:#15bccf; display:block; padding-left:5px; overflow:hidden; white-space: nowrap; text-overflow:ellipsis; float:left; }
|
|
|
|
|
.homepageNewsType {width:100px; padding-left: 5px; font-size:12px; color:#888888; display:block;}
|
|
|
|
|
.homepageNewsPubType {width:215px; font-size:12px; color:#888888; display: block;}
|
|
|
|
|
.homepageNewsContent {width:355px; 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}
|
|
|
|
@ -522,11 +540,11 @@ a.replyGrey {color:#888888; display:inline-block;}
|
|
|
|
|
a.replyGrey:hover {color:#4b4b4b;}
|
|
|
|
|
a.replyGrey1 {color:#888888;}
|
|
|
|
|
a.replyGrey1:hover {color:#4b4b4b;}
|
|
|
|
|
a.newsBlue {color:#15bccf;}
|
|
|
|
|
a.newsBlue:hover {color:#0781b4;}
|
|
|
|
|
a.newsBlue {color:#269ac9;}
|
|
|
|
|
a.newsBlue:hover {color:#297fb8;}
|
|
|
|
|
a.menuGrey {color:#808080;}
|
|
|
|
|
a.menuGrey:hover {color:#fe7d68;}
|
|
|
|
|
.navSearchTypeBox {width:368px; height:35px; position:absolute; border:1px solid #98a1a6; background-color:#ffffff; padding-left:10px; display:none; color:#3e3e3e; font-size:14px;}
|
|
|
|
|
.navSearchTypeBox {width:368px; height:35px; position:absolute; border:1px solid #e1e1e1; background-color:#ffffff; padding-left:10px; display:none; color:#3e3e3e; font-size:14px;}
|
|
|
|
|
#navSearchAlert {display:none;}
|
|
|
|
|
|
|
|
|
|
/*个人主页右部分*/
|
|
|
|
@ -538,19 +556,20 @@ a.homepagePostTypeNotice {background:url(../images/homepage_icon.png) -87px -280
|
|
|
|
|
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.homepagePostTypeAll {background:url(../images/homepage_icon.png) -10px -360px no-repeat; padding-left:23px;}
|
|
|
|
|
a.postTypeGrey {color:#888888;}
|
|
|
|
|
a.postTypeGrey:hover {color:#15bccf;}
|
|
|
|
|
.homepagePostBrief {width:710px; margin:20px auto 0px auto; position:relative;}
|
|
|
|
|
a.postTypeGrey:hover {color:#269ac9;}
|
|
|
|
|
.homepagePostBrief {width:710px; margin:10px 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;}
|
|
|
|
|
.homepagePostTitle {font-size:14px; color:#484848; margin-bottom:15px; font-weight:bold;}
|
|
|
|
|
.homepagePostSubmitContainer {height:30px; margin-bottom:15px;}
|
|
|
|
|
.homepagePostTo {font-size:14px; color:#484848; margin-bottom:10px;}
|
|
|
|
|
.homepagePostTitle {font-size:14px; color:#484848; margin-bottom:10px; font-weight:bold;}
|
|
|
|
|
.homepagePostSubmitContainer {height:30px; margin-bottom:10px;}
|
|
|
|
|
.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;}
|
|
|
|
|
.homepagePostSubmit:hover {background-color:#d8d8d8;}
|
|
|
|
|
.homepagePostIntro {font-size:14px; color:#484848;}
|
|
|
|
|
.homepagePostDeadline {font-size:12px; color:#888888; float:left; height:30px; line-height:30px; vertical-align:middle;}
|
|
|
|
|
.homepagePostReply {width:710px; margin:0px auto; background-color:#f1f1f1; margin-top:15px;}
|
|
|
|
|
.homepagePostReply {width:710px; margin:0px auto; background-color:#f1f1f1; margin-top:10px;}
|
|
|
|
|
.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;}
|
|
|
|
@ -597,9 +616,9 @@ a:hover.gz_btn{ color:#ff5722;}
|
|
|
|
|
#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;}
|
|
|
|
|
#loginSignButton:hover {background-color:#297fb8;}
|
|
|
|
|
#loginInButton:hover {background-color:#297fb8;}
|
|
|
|
|
.loginContentContainer {width:100%; background-color:#269ac9; margin-top:1px; height:580px;}
|
|
|
|
|
.loginContent {width:1000px; margin:0px auto;}
|
|
|
|
|
.loginLeft {width:595px; float:left;}
|
|
|
|
|
.loginLogo {padding-left:208px; padding-top:155px;}
|
|
|
|
@ -607,17 +626,18 @@ a:hover.gz_btn{ color:#ff5722;}
|
|
|
|
|
.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;}
|
|
|
|
|
.loginChoose {width:55px; height:30px; border-bottom:1px solid #269ac9; 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;}
|
|
|
|
|
.loginInButton {width:315px; height:40px; background-color:#269ac9; 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:#269ac9; margin-left:46px; font-size:14px; text-align:center; line-height:40px; vertical-align:middle; margin-top:30px;}
|
|
|
|
|
.loginInButton:hover {background-color: #297fb8}
|
|
|
|
|
.loginUpButton:hover {background-color: #297fb8}
|
|
|
|
|
.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;}
|
|
|
|
|
.loginSignAlert {font-size:12px; margin-left:60px;}
|
|
|
|
|
.loginSignAlert {font-size:12px; margin-left:53px;}
|
|
|
|
|
.loginSignRow {height:60px; min-height:60px;}
|
|
|
|
|
|
|
|
|
|
/*关注列表*/
|
|
|
|
@ -633,6 +653,28 @@ ul.list_watch{
|
|
|
|
|
.feedBack {width:728px; background-color:#ffffff; padding:10px; border:1px solid #dddddd;float: right}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*课程选择弹窗*/
|
|
|
|
|
.coursesChoosePopup {width:530px; height:auto; padding-left:20px; padding-bottom:35px; background-color:#ffffff;}
|
|
|
|
|
.coursesSearchBox {border:1px solid #e6e6e6; width:515px; height:25px; background-color:#ffffff; margin-top:12px; margin-bottom:15px;}
|
|
|
|
|
.searchCoursesPopup {border:none; outline:none; background-color:#ffffff; width:470px; height:25px; padding-left:10px; display:inline-block; float:left;}
|
|
|
|
|
|
|
|
|
|
/*导入作业弹窗*/
|
|
|
|
|
.homeworkPublish {width:500px; height:15px; line-height:15px;}
|
|
|
|
|
.homeworkPublishTime {font-size:12px; color:#b1b1b1; margin-left:22px; margin-bottom:8px;}
|
|
|
|
|
.homeworkListForm{height: 160px;width: 550px;overflow: scroll;overflow-x: hidden;}
|
|
|
|
|
.w450{width: 450px;}
|
|
|
|
|
|
|
|
|
|
/*引用资源库弹窗*/
|
|
|
|
|
.referenceResourcesPopup {width:710px; height:auto; border:3px solid #269ac9; padding-left:20px; padding-right:20px; padding-bottom:35px; background-color:#ffffff; position:absolute; top:50%; left:50%; margin-left:-375px; z-index:1000;}
|
|
|
|
|
.referenceText {font-size:16px; color:#269ac9; line-height:16px; padding-top:20px; display:inline-block; font-weight:bold;}
|
|
|
|
|
.referenceSearchBox {border:1px solid #e6e6e6; width:235px; height:32px; background-color:#ffffff; margin-top:12px; margin-bottom:15px;}
|
|
|
|
|
.searchReferencePopup {border:none; outline:none; background-color:#ffffff; width:190px; height:32px; padding-left:10px; display:inline-block; float:left;}
|
|
|
|
|
.referenceSearchIcon{width:31px; height:25px; background-color:#ffffff; background:url(../images/homepage_icon.png) -170px -135px no-repeat; display:inline-block; float:left;}
|
|
|
|
|
.referenceSearchIcon:hover {background:url(../images/homepage_icon.png) -170px -190px no-repeat;}
|
|
|
|
|
.referenceResourceType {font-size:14px; width:355px; height:34px; line-height:34px; vertical-align:middle; background-color:#f6f6f6; margin-top:15px;}
|
|
|
|
|
.referenceTypeActive {background-color:#269ac9; color:#ffffff !important;}
|
|
|
|
|
a.referenceTypeBlock {color:#888888; display:inline-block; padding:0px 20px;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*20150826忘记密码 LB*/
|
|
|
|
|
.BgBox{ width:968px; border:1px solid #dddddd; background:#fff; padding:15px; padding-top:10px;margin: 20px auto}
|
|
|
|
@ -644,12 +686,12 @@ ul.list_watch{
|
|
|
|
|
.LoginButton:hover {background-color:#297fb8;}
|
|
|
|
|
/*20150826协议 LB*/
|
|
|
|
|
.AgreementBox{ margin:20px 0; color:#666666; font-size:14px; line-height:1.9;}
|
|
|
|
|
.Agreementh4{ color:#2980b9; font-weight:bold; font-size:14px; margin-top:30px;}
|
|
|
|
|
.Agreementh4{ color:#2980b9; font-weight:bold; font-size:14px; margin-top:30px; border: none;}
|
|
|
|
|
|
|
|
|
|
/*底部*/
|
|
|
|
|
#Footer{background-color:#ffffff; padding-bottom:15px; color:#666666;} /*margin-bottom:10px;*/
|
|
|
|
|
.footerAboutContainer {width:auto; border-bottom:1px solid #efefef;}
|
|
|
|
|
.footerAbout{ width:455px; margin:0 auto;height:35px; line-height:35px; border-bottom:1px solid #efefef; }
|
|
|
|
|
.footerAbout{ width:455px; margin:0 auto;height:35px; line-height:35px; }
|
|
|
|
|
.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;}
|
|
|
|
@ -724,6 +766,9 @@ div.modal {
|
|
|
|
|
.ui-widget {
|
|
|
|
|
font-family: Verdana, sans-serif;
|
|
|
|
|
font-size: 1.1em;
|
|
|
|
|
width: 200px;
|
|
|
|
|
height: 14px;
|
|
|
|
|
background: #e2e2e2;
|
|
|
|
|
}
|
|
|
|
|
.ui-dialog .ui-dialog-content {
|
|
|
|
|
position: relative;
|
|
|
|
@ -819,15 +864,16 @@ a.BlueCirBtn{ display:block;width:75px; height:28px; background-color:#ffffff; l
|
|
|
|
|
a:hover.BlueCirBtn{ background:#15bccf; color:#fff;}
|
|
|
|
|
.W440{ width:440px;}
|
|
|
|
|
.W120{ width:110px;}
|
|
|
|
|
.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;}
|
|
|
|
|
.W700{ width:700px;max-width: 700px;min-width: 700px;}
|
|
|
|
|
.w708{width: 708px;}
|
|
|
|
|
a.AnnexBtn{ background: url(../images/homepage_icon2.png) 0px -343px no-repeat; width:70px; height:20px; display:block; padding-left:20px; color:#888888;}
|
|
|
|
|
a:hover.AnnexBtn{background: url(../images/homepage_icon2.png) -90px -343px no-repeat; color:#15bccf;}
|
|
|
|
|
a.FilesBtn{ background: url(../images/homepage_icon2.png) 0px -373px no-repeat; width:70px; height:20px; display:block; padding-left:20px; color:#888888;}
|
|
|
|
|
a:hover.FilesBtn{background: url(../images/homepage_icon2.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;}
|
|
|
|
|
a.DropBtn{background: url(../images/homepage_icon2.png) -125px -339px no-repeat; width:85px; height:20px; display:block; color:#888888; font-size:14px;}
|
|
|
|
|
a:hover.DropBtn{background: url(../images/homepage_icon2.png) -125px -370px no-repeat;}
|
|
|
|
|
.DropLine{border-top:1px solid #d9d9d9; float:left; width:623px; height:10px; margin-top:10px;}
|
|
|
|
|
/*20150820编程作业 LB*/
|
|
|
|
|
.W320{ width:320px;}
|
|
|
|
@ -848,8 +894,8 @@ a:hover.icon_remove{background:url(images/icons.png) -20px -338px no-repeat;}
|
|
|
|
|
.W200{ width:200px;}
|
|
|
|
|
.ProResultTable{ color:#888888;}
|
|
|
|
|
.T_C{ text-align:center;}
|
|
|
|
|
.SearchIcon{background:url(../images/homepage_icon.png) 676px -393px no-repeat; }
|
|
|
|
|
.SearchIcon:hover{background:url(../images/homepage_icon.png) 676px -419px no-repeat; }
|
|
|
|
|
.SearchIcon{background:url(../images/homepage_icon2.png) 676px -393px no-repeat; }
|
|
|
|
|
.SearchIcon:hover{background:url(../images/homepage_icon2.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;}
|
|
|
|
|
a.remove-upload {background: url(../images/delete.png) no-repeat 1px 50%;width: 1px;display: inline-block;padding-left: 16px;}
|
|
|
|
@ -871,15 +917,16 @@ img.ui-datepicker-trigger {
|
|
|
|
|
margin: 7px;
|
|
|
|
|
}
|
|
|
|
|
/*消息*/
|
|
|
|
|
.homepageNewsType {width:95px; font-size:12px; color:#888888; display:block;}
|
|
|
|
|
.homepageNewsTypeNotRead {width:95px; font-size:12px; color:#888888; display:block;}
|
|
|
|
|
.calendar_input{border-left:none !important;border-bottom: none!important; border-top: none!important; border-right: 1px solid #d9d9d9;}
|
|
|
|
|
.calendar_div{border: 1px solid #d9d9d9;}
|
|
|
|
|
|
|
|
|
|
/*缺陷更新动态在消息中显示样式*/
|
|
|
|
|
.issue_update_message{padding-left: 2px; margin-right: 3px;}
|
|
|
|
|
.issue_update_message_value{margin-right: 8px;}
|
|
|
|
|
#attachments_fields input.filename {
|
|
|
|
|
border: 0;
|
|
|
|
|
height: 1.8em;
|
|
|
|
|
max-width: 670px;
|
|
|
|
|
width: 630px;
|
|
|
|
|
color: #7f7f7f;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
background: url(../images/pic_file.png) 0 3px no-repeat;
|
|
|
|
@ -892,6 +939,8 @@ img.ui-datepicker-trigger {
|
|
|
|
|
.description{display: none !important;}
|
|
|
|
|
.ispublic-label{display: none !important;}
|
|
|
|
|
.is_public_checkbox{display: none !important;}
|
|
|
|
|
.is_public{display: none !important;}
|
|
|
|
|
.ui-corner-left{background: #64bdd9;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|