123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- .stu_title
- {
- background:url('images/studenttitle.png') no-repeat left top;
- background-size:cover;
- width:100%;
- height:270px;
- }
- .studyButtons div
- {
- float:left;
- width:100px;
- margin:20px auto auto 90px;
- cursor:pointer;
- }
- .stu_td1
- {
- width:200px;
- height:160px;
- line-height:160px;
- }
- .studentTable td
- {
- height:30px;
- line-height:30px;
- }
- .studentTable td>*:first-child
- {
- margin-left:5px;
- }
- .studentTable .trcol2
- {
- font-size:15px;
- font-weight:bold;
- color:#888;
- }
- .studentTable .span1
- {
- font-size:14px;
- font-weight:bold;
- margin-right:100px;
- color:#888;
- }
- .studentTable .couse1
- {
- font-size:18px;
- font-weight:bold;
- color:#666;
- }
- .studentTable .btn
- {
- border-radius:3px;
- }
- .stu_title1
- {
- padding-bottom:10px;
- }
- .stu_title1 .h1
- {
- color:#666;
- font-size:18px;
- font-weight:bold;
- margin-right:40px;
- }
- .stu_title1 .h2
- {
- color:#888;
- font-size:15px;
- font-weight:bold;
- }
- .stu_title1 .t1
- {
- color:#ff6600;
- font-size:18px;
- font-weight:bold;
- margin-right:40px;
- }
- .stu_title1 .t2
- {
- color:#666;
- font-size:15px;
- font-weight:bold;
- margin-right:40px;
- }
- .studentTable .progressbar div
- {
- border-radius:6px;
- }
- .studentTable .progressbar
- {
- border-radius:6px;
- }
|