Fix mobile banner, icons, announcement css
This commit is contained in:
parent
d00192f018
commit
91d1487a04
|
@ -25,8 +25,8 @@ $('#index').live('pageinit',function(){
|
||||||
$(".slideImg").muImageResize({width: $globalW, height: Math.floor($globalW/720*240)});
|
$(".slideImg").muImageResize({width: $globalW, height: Math.floor($globalW/720*240)});
|
||||||
$(this).find(".newpic img").muImageResize({width: 280, height: 200});
|
$(this).find(".newpic img").muImageResize({width: 280, height: 200});
|
||||||
$('.slideshow').cycle({
|
$('.slideshow').cycle({
|
||||||
fx:'scrollLeft',
|
fx: $effect,
|
||||||
timeout: 6000,
|
timeout: $timeout
|
||||||
});
|
});
|
||||||
$(".newlist").css({
|
$(".newlist").css({
|
||||||
"width" : $(".newitem").outerWidth()*(Math.floor($globalW/$(".newitem").outerWidth()))+30,
|
"width" : $(".newitem").outerWidth()*(Math.floor($globalW/$(".newitem").outerWidth()))+30,
|
||||||
|
@ -37,7 +37,7 @@ $('#index').live('pageinit',function(){
|
||||||
// $('.newlist').swipePlanes();
|
// $('.newlist').swipePlanes();
|
||||||
// }, 1000);
|
// }, 1000);
|
||||||
});
|
});
|
||||||
$('#news_content').live('pageinit',function(){
|
$('#announcement_content').live('pageinit',function(){
|
||||||
$(this).find(".newpic img").muImageResize({width: 320, height: 220});
|
$(this).find(".newpic img").muImageResize({width: 320, height: 220});
|
||||||
});
|
});
|
||||||
var mobileDemo = { 'center': '24.987449, 121.576117', 'zoom': 17 };
|
var mobileDemo = { 'center': '24.987449, 121.576117', 'zoom': 17 };
|
||||||
|
@ -113,8 +113,8 @@ $(window).bind("orientationchange", function(){
|
||||||
|
|
||||||
$(".slideImg").muImageResize({width: $globalW, height: Math.floor($globalW/720*240)});
|
$(".slideImg").muImageResize({width: $globalW, height: Math.floor($globalW/720*240)});
|
||||||
$('.slideshow').cycle({
|
$('.slideshow').cycle({
|
||||||
fx:'scrollLeft',
|
fx: $effect,
|
||||||
timeout: 6000,
|
timeout: $timeout
|
||||||
});
|
});
|
||||||
|
|
||||||
$(".newlist").css({
|
$(".newlist").css({
|
||||||
|
|
|
@ -1,9 +1,12 @@
|
||||||
[data-icons]:before {
|
[data-icons]:before {
|
||||||
font-family: 'entypo';
|
font-family: 'entypo';
|
||||||
content: attr(data-icon);
|
content: attr(data-icons);
|
||||||
speak: none;
|
speak: none;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
|
font-size: 1.5em;
|
||||||
|
line-height: .6em;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'entypo';
|
font-family: 'entypo';
|
||||||
|
|
|
@ -194,28 +194,25 @@ div[data-role="page"] {
|
||||||
padding: 0 0 20px;
|
padding: 0 0 20px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
#news_content .content .newpic {
|
#announcement_content .content .newpic {
|
||||||
width: 320px;
|
width: 320px;
|
||||||
height: 220px;
|
height: 220px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
#news_content .content .newstitle {
|
#announcement_content .content .newstitle {
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
}
|
}
|
||||||
#news_content .content .newsDate {
|
#announcement_content .content .newsDate {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
color: #8D8D8D;
|
color: #8D8D8D;
|
||||||
}
|
}
|
||||||
#news_content .content .newsummary {
|
#announcement_content .content .newsummary {
|
||||||
padding: 0 10px 20px;
|
padding: 0 10px 20px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
#announcement_content .content {
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
#map div[data-role="content"] {
|
#map div[data-role="content"] {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,12 +9,12 @@
|
||||||
<% end -%>
|
<% end -%>
|
||||||
</div>
|
</div>
|
||||||
<ul class="nav">
|
<ul class="nav">
|
||||||
<li><a href="<%= root_path %>" data-icon=""></a></li>
|
<li><a href="<%= root_path %>" data-icons=""></a></li>
|
||||||
<!-- <li><a href="<%= desktop_path %>" data-icon=""></a></li> -->
|
<!-- <li><a href="<%= desktop_path %>" data-icons=""></a></li> -->
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="nav pull-right">
|
<ul class="nav pull-right">
|
||||||
<li class="dropdown">
|
<li class="dropdown">
|
||||||
<a class="dropdown-toggle" data-icon="" href="#" data-toggle="dropdown"></a>
|
<a class="dropdown-toggle" data-icons="" href="#" data-toggle="dropdown"></a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<% t('ntu.site_names').each do |site| %>
|
<% t('ntu.site_names').each do |site| %>
|
||||||
<li><%= link_to site[1], get_link(site[0]) %></li>
|
<li><%= link_to site[1], get_link(site[0]) %></li>
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="dropdown language">
|
<li class="dropdown language">
|
||||||
<a class="dropdown-toggle" href="#" data-toggle="dropdown" data-icon=""></a>
|
<a class="dropdown-toggle" href="#" data-toggle="dropdown" data-icons=""></a>
|
||||||
<ul class="dropdown-menu language-menu">
|
<ul class="dropdown-menu language-menu">
|
||||||
<% @site_in_use_locales.each do |locale| %>
|
<% @site_in_use_locales.each do |locale| %>
|
||||||
<%= content_tag :li, (link_to t(:_locale, :locale => locale), add_locale(remove_locale((referer rescue request.fullpath)), locale)), :class => (I18n.locale.eql?(locale.to_sym) ? 'active' : nil) %>
|
<%= content_tag :li, (link_to t(:_locale, :locale => locale), add_locale(remove_locale((referer rescue request.fullpath)), locale)), :class => (I18n.locale.eql?(locale.to_sym) ? 'active' : nil) %>
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="search clear" title="<%= t :search_google %>">
|
<li class="search clear" title="<%= t :search_google %>">
|
||||||
<a class="orbit-bar-search" href="#" data-icon=""></a>
|
<a class="orbit-bar-search" href="#" data-icons=""></a>
|
||||||
<form class="navbar-search" method="get" action="http://www.google.com/custom">
|
<form class="navbar-search" method="get" action="http://www.google.com/custom">
|
||||||
<input type="hidden" name="client" value="pub-&" />
|
<input type="hidden" name="client" value="pub-&" />
|
||||||
<input type="hidden" name="ie" id="ie" value="utf-8" />
|
<input type="hidden" name="ie" id="ie" value="utf-8" />
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
</li>
|
</li>
|
||||||
<% else %>
|
<% else %>
|
||||||
<li class="dropdown bar-login">
|
<li class="dropdown bar-login">
|
||||||
<a class="dropdown-toggle orbit-bar-member" href="#" data-icon=""></a>
|
<a class="dropdown-toggle orbit-bar-member" href="#" data-icons=""></a>
|
||||||
<div class="dropdown-menu">
|
<div class="dropdown-menu">
|
||||||
<ul class="log">
|
<ul class="log">
|
||||||
<li class="title hide"></li>
|
<li class="title hide"></li>
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
<div class="slideshow">
|
<div class="slideshow">
|
||||||
<% @ad_banner.ad_images.each do |image| %>
|
<% @ad_banner.ad_images.shuffle.each do |image| %>
|
||||||
|
<% if image.display? %>
|
||||||
<div class="slidebanner"><%= image_tag image.file.url, :class => 'slideImg' %></div>
|
<div class="slidebanner"><%= image_tag image.file.url, :class => 'slideImg' %></div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
<div class="newlist clear">
|
<div class="newlist clear">
|
||||||
<% @bulletins.each do |bulletin| %>
|
<% @bulletins.each do |bulletin| %>
|
||||||
|
@ -17,3 +19,8 @@
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<script type='text/javascript'>
|
||||||
|
var $effect = "<%= @ad_banner.ad_fx.nil? ? 'fade': @ad_banner.ad_fx %>"
|
||||||
|
var $timeout = "<%= @ad_banner.transition_msec %>"
|
||||||
|
</script>
|
Loading…
Reference in New Issue