i18n
xaoxuu 6 years ago
parent e046698f93
commit e139782462
  1. 4
      source/less/_defines.less
  2. 4
      source/less/_header.less
  3. 2
      source/less/_widget.less

@ -35,7 +35,7 @@
@color_light_green: #5CC281;
@color_vue: #4fc08d;
// xaoxuu
@color_ax_light_red: #FF8485;
@color_ax_light_red: #FF6868;
@color_ax_red: #F24E32;
@color_ax_blue: #52A1F8;
// 主题色
@ -107,7 +107,7 @@
// start: 导航栏 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
// 导航栏高度
@height_navbar: 54px;
@height_navbar: 44px;
@fontsize_logo: @fontsize_base * 1.2;
@fontsize_header_switcher: 1.3em;
@fontsize_header: 1em;

@ -92,8 +92,8 @@
& > li{
height: @height_navbar - @gap;
.enable-trans();
margin: 0;
@height: @height_navbar - 1.2*@gap;
margin: 2px;
@height: @height_navbar - @gap;
@media(max-width: @on_phone){
width: @height;
height: @height;

@ -35,7 +35,7 @@
background-color: @theme_bg_card_header;
color: @theme_text_in_header;
font-weight: bold;
line-height: 1.8em;
line-height: 1.5em;
padding: 8px @gap;
// letter-spacing: .08em;

Loading…
Cancel
Save