|
|
|
@ -1,3 +1,4 @@
|
|
|
|
|
@charset "utf-8";
|
|
|
|
|
/* CSS Document */
|
|
|
|
|
/* 样式重置 */
|
|
|
|
|
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;}
|
|
|
|
@ -233,3 +234,70 @@ ul.sn-inner-pages li a{border: 1px solid #d1d1d1;padding: 1px 4px 1px 4px;margin
|
|
|
|
|
ul.sn-inner-pages li a:hover{ background-color:#24366e; color:#fff; text-decoration:none;}
|
|
|
|
|
.sn-inner-pages_select { background-color:#24366e; color:#fff; padding: 1px 5px 0px 5px; margin-left:3px;margin-top: -2px; border:1px solid #64bdd9;}
|
|
|
|
|
.sn-inner-pages_select a{background-color: #24366e; color: #fff;cursor: default;}
|
|
|
|
|
|
|
|
|
|
/*弹框*/
|
|
|
|
|
.upload_con h2 {
|
|
|
|
|
display: block;
|
|
|
|
|
background: #eaeaea;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #343333;
|
|
|
|
|
height: 31px;
|
|
|
|
|
width: auto;
|
|
|
|
|
margin-top: 25px;
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
padding-top: 5px;
|
|
|
|
|
}
|
|
|
|
|
a.blue_btn {
|
|
|
|
|
background: #64bdd9;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
padding: 2px 8px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
a.grey_btn {
|
|
|
|
|
background: #d9d9d9;
|
|
|
|
|
color: #656565;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
padding: 2px 10px;
|
|
|
|
|
}
|
|
|
|
|
span.add_attachment {
|
|
|
|
|
font-size: 80%;
|
|
|
|
|
line-height: 2.5em;
|
|
|
|
|
}
|
|
|
|
|
.c_dark {
|
|
|
|
|
color: #2d2d2d;
|
|
|
|
|
}
|
|
|
|
|
.upload_filename {
|
|
|
|
|
background: url(../images/pic_file.png) 0 -20px no-repeat;
|
|
|
|
|
color: #7f7f7f;
|
|
|
|
|
width: 270px;
|
|
|
|
|
border: none;
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
}
|
|
|
|
|
.profiler-results.profiler-left {
|
|
|
|
|
left: 0px;
|
|
|
|
|
}
|
|
|
|
|
.profiler-results {
|
|
|
|
|
z-index: 2147483643;
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0px;
|
|
|
|
|
}
|
|
|
|
|
.filename { background: url(../images/pic_file.png) 0 -25px no-repeat;color: #3ca5c6;max-width: 150px;border: none; padding-left: 20px;margin-right: 10px;margin-bottom: 5px; white-space: nowrap; text-overflow:ellipsis;}
|
|
|
|
|
.ajax-waiting input.upload_filename {background:url(../images/hourglass.png) no-repeat 0px 50%;}
|
|
|
|
|
.ajax-loading input.upload_filename {background:url(../images/loading.gif) no-repeat 0px 50%;}
|
|
|
|
|
div.ui-progressbar { width: 100px; height:14px; margin: 2px 0 -5px 8px; display: inline-block; }
|
|
|
|
|
.upload_filename{ background: url(../images/pic_file.png) 0 -20px no-repeat;color: #7f7f7f;width: 270px;border: none; padding-left: 20px;margin-right: 10px;margin-bottom: 5px; white-space: nowrap; text-overflow:ellipsis;}
|
|
|
|
|
.evaluation{position: relative;}
|
|
|
|
|
.evaluation_submit{position: absolute;right: 0px;bottom: 0px;}
|
|
|
|
|
.student_work_search{background-color: #64bdd9;color: white !important;padding: 2px 7px;margin-left: 10px;cursor: pointer; }
|
|
|
|
|
|
|
|
|
|