From 1e256add7ff2e8186d85144f2ee9566be8158ed4 Mon Sep 17 00:00:00 2001 From: luoquan <545501972@qq.com> Date: Fri, 11 Mar 2016 13:17:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AA=92=E4=BD=93=E6=92=AD=E6=94=BE=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/stylesheets/new_user.css | 3 +++ public/stylesheets/public.css | 2 ++ 2 files changed, 5 insertions(+) diff --git a/public/stylesheets/new_user.css b/public/stylesheets/new_user.css index b68488558..f321d6eab 100644 --- a/public/stylesheets/new_user.css +++ b/public/stylesheets/new_user.css @@ -1479,3 +1479,6 @@ a.choose-active {background-color:#269ac9; color:#ffffff;} .subject-list-type {width:50px; text-align:center;} .subject-list-count {width:60px; text-align:center;} .subject-list-from {width:105px; text-align:center;} + +/*视频播放默认图标*/ +.mediaIco{margin: 30px 0 30px 20px;} \ No newline at end of file diff --git a/public/stylesheets/public.css b/public/stylesheets/public.css index 707d661ea..4842f0542 100644 --- a/public/stylesheets/public.css +++ b/public/stylesheets/public.css @@ -1129,3 +1129,5 @@ a.resource-tab-active {color:#fff; background-color:#269ac9; border-bottom:1px s a.group-btn{ background: url(../images/course/hwork_icon.png) -2px -58px no-repeat !important; height:20px; display:block; padding-left:23px; color:#888888; -moz-transition :all 0s linear 0s; -webkit-transition :all 0s linear 0s; -o-transition:all 0s linear 0s; transition:all 0s linear 0s;} 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;} \ No newline at end of file