diff --git a/public/stylesheets/css/edu-class.css b/public/stylesheets/css/edu-class.css index 228c70087..67a452803 100644 --- a/public/stylesheets/css/edu-class.css +++ b/public/stylesheets/css/edu-class.css @@ -101,9 +101,8 @@ a:hover.edu-class-right-add{ background-color: rgba(0, 0, 0, 0.4);} .sy_classlist{padding: 20px 15px;border-bottom: 1px dashed #e6e6e6;} .resource_btns_bottom a{ height: 28px; line-height: 28px; padding:0px 15px; border:1px solid #d5d5d5; border-radius:3px; color: #666;} .resource_btns_bottom a:hover{background-color: #3498db; color: #fff; } -.resource_classlist_title{color:#333; font-size: 16px; font-weight: normal;margin-bottom: 5px; max-width:98%; overflow:hidden;white-space: nowrap; text-overflow:ellipsis;} +.resource_classlist_title a{color:#333; display: block; font-size: 16px; font-weight: normal;margin-bottom: 5px; max-width:780px; overflow:hidden;white-space: nowrap; text-overflow:ellipsis;} img.edu-nodata-img{ width:200px; margin:50px auto 20px; display: block;} -.resource_classlist_title a{color:#333;} .edu-nodata-p{ font-size: 16px; text-align: center; color:#888;} .edu-reference-ma-block{height: 40px; margin: 30px auto; text-align: center; font-size: 16px; color: #9a9a9a;}