调整视频播放默认图大小

This commit is contained in:
luoquan 2016-03-11 16:25:05 +08:00
parent 4fa25f68b6
commit e0922e9b19
2 changed files with 2 additions and 2 deletions

View File

@ -1481,4 +1481,4 @@ a.choose-active {background-color:#269ac9; color:#ffffff;}
.subject-list-from {width:105px; text-align:center;}
/*视频播放默认图标*/
.mediaIco{margin: 30px 0 30px 20px;}
.mediaIco{margin: 30px 0 30px 20px;width: 200px;}

View File

@ -1132,4 +1132,4 @@ a.group-btn{ background: url(../images/course/hwork_icon.png) -2px -58px no-rep
a.program-btn{background: url(../images/homepage_icon.png) -86px -393px no-repeat; width:30px; height:20px; display:block; padding-left:23px; color:#888888;}
/*视频播放默认图标*/
.mediaIco{margin: 30px 0 30px 20px;}
.mediaIco{margin: 30px 0 30px 20px;width: 200px;}