edu首页色块位置修改

This commit is contained in:
Linda 2017-05-12 09:31:57 +08:00
parent e5ba9d97d3
commit 1f08a02f4a
2 changed files with 4 additions and 4 deletions

View File

@ -31,11 +31,11 @@ module WelcomeHelper
when 2
"edu-index-bg-purple"
when 3
"edu-index-bg-purple"
when 4
"edu-index-bg-yellow"
when 5
when 4
"edu-index-bg-orange"
when 5
"edu-index-bg-green"
end
end

View File

@ -31,7 +31,7 @@ h3.edu-index-list-title{ font-size:16px; max-width:290px; text-align: center;}
h3.edu-index-list-title a{ color:#fff;}
.edu-index-list-user{ background:rgba(255,255,255,0.3); display:inline-block; padding:5px; border-radius:35px; margin-bottom:25px;}
.edu-index-list-user img{ border-radius:100px; width:40px; height: 40px;}
a.edu-index-name{ max-width:140px; line-height:40px; color:#fff;}
a.edu-index-name{ max-width:140px; line-height:40px; color:#fff!important;}
.edu-index-list-bottom li{ float: left; height: 50px; line-height: 50px; width:30%;}
.edu-index-list-bottom { background:#fff; color:#acacac; padding:0 10px;}
.edu-index-parter{ width:1240px; margin:40px auto 0;}