|
|
@ -445,3 +445,154 @@ div.ke-statusbar{height:1px; border-top:none;}
|
|
|
|
/*a.f_grey {color:#666666;}*/
|
|
|
|
/*a.f_grey {color:#666666;}*/
|
|
|
|
/*a.f_grey:hover {color:#000000;}*/
|
|
|
|
/*a.f_grey:hover {color:#000000;}*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*主类容左右分栏*/
|
|
|
|
|
|
|
|
#LSide{ width:240px; }
|
|
|
|
|
|
|
|
#RSide{ width:730px; margin-left:10px; background:#fff; padding:10px; margin-bottom:10px;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*资源库*/
|
|
|
|
|
|
|
|
.resources {width:730px; background-color:#ffffff;}
|
|
|
|
|
|
|
|
.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:40px; height:40px; float:right; position:relative;}
|
|
|
|
|
|
|
|
.resourcesSelected {width:25px; height:20px;}
|
|
|
|
|
|
|
|
.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;}
|
|
|
|
|
|
|
|
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;}
|
|
|
|
|
|
|
|
.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:right; background-color:#ffffff;}
|
|
|
|
|
|
|
|
.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;}
|
|
|
|
|
|
|
|
.resourcesSearchBanner {height:34px; margin-bottom:10px;}
|
|
|
|
|
|
|
|
.resourcesListTab {width:730px; height:40px; background-color:#f6f6f6; border-bottom:1px solid #eaeaea; font-size:14px; color:#7a7a7a;}
|
|
|
|
|
|
|
|
.resourcesListCheckbox {width:40px; height:40px; line-height:40px; text-align:center; vertical-align:middle;}
|
|
|
|
|
|
|
|
.resourcesCheckbox {padding:0px; margin:0px; margin-top:14px; width:12px; height:12px;}
|
|
|
|
|
|
|
|
.resourcesListName {width:135px; height:40px; line-height:40px; text-align:left;}
|
|
|
|
|
|
|
|
.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;}
|
|
|
|
|
|
|
|
.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;}
|
|
|
|
|
|
|
|
a.resourcesBlack:hover {font-size:12px; color:#000000;}
|
|
|
|
|
|
|
|
.dropdown-menu {
|
|
|
|
|
|
|
|
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);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu > li > a {
|
|
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
padding: 3px 20px;
|
|
|
|
|
|
|
|
clear: both;
|
|
|
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
|
|
|
line-height: 1.5;
|
|
|
|
|
|
|
|
color:#616060;
|
|
|
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu > li > a:hover{
|
|
|
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
background-color: #64bdd9;
|
|
|
|
|
|
|
|
outline:none;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*发送资源弹窗*/
|
|
|
|
|
|
|
|
/*.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;}
|
|
|
|
|
|
|
|
.sendText {font-size:16px; color:#15bccf; line-height:16px; padding-top:20px; width:140px; display:inline-block;}
|
|
|
|
|
|
|
|
.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;}
|
|
|
|
|
|
|
|
.courseSendSubmit {width:50px; height:25px; line-height:25px; text-align:center; vertical-align:middle; background-color:#64bdd9; margin-right:25px; float:left;}
|
|
|
|
|
|
|
|
.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;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*上传资源弹窗*/
|
|
|
|
|
|
|
|
.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;}
|
|
|
|
|
|
|
|
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;}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*新个人主页框架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;}
|
|
|
|
|
|
|
|
.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;}
|
|
|
|
|
|
|
|
.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-top:8px; margin-left:33px;}
|
|
|
|
|
|
|
|
.homepageProfileMenuIcon {background:url(../images/nav_icon.png) -8px -175px no-repeat; width:20px; height:25px; float:left; margin-top:15px;}
|
|
|
|
|
|
|
|
a.homepageProfileMenuIcon:hover {background:url(../images/nav_icon.png) -8px -175px no-repeat; width:12px; height:12px; float:left;}
|
|
|
|
|
|
|
|
.homepageLeft {width:240px; float:left; margin-right:10px;}
|
|
|
|
|
|
|
|
.homepageRight {width:750px; float:left;}
|
|
|
|
|
|
|
|
.homepagePortraitContainer {width:238px; height:348px; border:1px solid #dddddd; background-color:#ffffff; margin-top:15px;}
|
|
|
|
|
|
|
|
.homepagePortraitImage {width:208px; height:208px; margin:15px 16px 14px 16px;}
|
|
|
|
|
|
|
|
.homepageFollow {}
|
|
|
|
|
|
|
|
.homepageEditProfile {}
|
|
|
|
|
|
|
|
.homepageImageName {font-size:16px; color:#484848; margin-left:15px; display:inline-block; margin-right:8px;}
|
|
|
|
|
|
|
|
.homepageImageSex {float:left; top:116px; left:5px; width:14px; height:14px; display:inline-block;}
|
|
|
|
|
|
|
|
.homepageSignature {font-size:12px; color:#888888; margin-left:15px; margin-top:5px; margin-bottom:15px;}
|
|
|
|
|
|
|
|
.homepageImageBlock {margin:0 26px; float:left; text-align:center; display:inline-block;}
|
|
|
|
|
|
|
|
.homepageImageNumber {font-size:12px; color:#484848;}
|
|
|
|
|
|
|
|
.homepageImageText {width:26px; 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;}
|
|
|
|
|
|
|
|
.homepageLeftMenuBlock {border-bottom:1px solid #dddddd; height:50px; line-height:50px; vertical-align:middle;}
|
|
|
|
|
|
|
|
a.homepageMenuText {color:#484848; font-size:16px; margin-left:20px;}
|
|
|
|
|
|
|
|
.homepageLeftLabelContainer {width:238px; border:1px solid #dddddd; background-color:#ffffff; margin-top:10px;}
|
|
|
|
|
|
|
|
.homepageRightBanner {}
|
|
|
|
|
|
|
|
.newsType {width:60px; background-color:#ffffff; float:left; list-style:none; position:absolute; border:1px solid #eaeaea; border-radius:5px; top:35px; padding:5px 10px; left:-40px; font-size:12px; color:#888888; display:none; line-height:2;}
|
|
|
|
|
|
|
|
.homepageRightBlock {}
|
|
|
|
|
|
|
|
.homepageNewsList {width:710px; height:39px; line-height:39px; vertical-align:middle; border-bottom:1px dashed #eaeaea; margin:0 auto;}
|
|
|
|
|
|
|
|
.homepageNewsPublisher {width:95px; font-size:12px; color:#15bccf; display:block;}
|
|
|
|
|
|
|
|
.homepageNewsType {width:95px; font-size:12px; color:#888888; display:block;}
|
|
|
|
|
|
|
|
.homepageNewsContent {width:445px; font-size:12px; color:#4b4b4b; display:block;}
|
|
|
|
|
|
|
|
.homepageNewsTime {width:75px; font-size:12px; color:#888888; display:block; text-align:right;}
|
|
|
|
|
|
|
|
a.homepageWhite {color:#ffffff;}
|
|
|
|
|
|
|
|
a.homepageWhite:hover {color:#a1ebff}
|
|
|
|
|
|
|
|
a.newsGrey {color:#4b4b4b;}
|
|
|
|
|
|
|
|
a.newsGrey:hover {color:#000000;}
|
|
|
|
|
|
|
|
a.newsBlue {color:#15bccf;}
|
|
|
|
|
|
|
|
a.newsBlue:hover {color:#0781b4;}
|