From 783a938f5aa07b109f52a8ea14bab3b968f7332f Mon Sep 17 00:00:00 2001 From: zhaoxiang <756958008@qq.com> Date: Mon, 7 Nov 2016 01:08:54 +0800 Subject: [PATCH] =?UTF-8?q?modified=20=E4=BF=AE=E6=94=B9=E4=BC=9A=E5=91=98?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/index/css/members.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/public/static/index/css/members.css b/public/static/index/css/members.css index 64e17f9..4ed298a 100644 --- a/public/static/index/css/members.css +++ b/public/static/index/css/members.css @@ -1,8 +1,8 @@ .header { margin-bottom: 20px; } -.header .navbar { background-color: #000; } +.header .navbar { background-color: #111; } .header .navbar .nav li a { color: #fff; padding: 25px 20px; background: none; } -.navbar-brand { overflow: hidden; padding: 0; height: 70px; line-height: 70px; width: 200px; font-size: 0; } +.navbar-brand { overflow: hidden; padding: 0; height: 70px; line-height: 70px; width: 300px; font-size: 0; } .navbar-brand .brand-img { font-size: 0; } .navbar-brand img { display: inline-block; width: 70px; margin-right: 10px; } .navbar-brand span { float: left; height: 70px; font-size: 18px; line-height: 70px; color: #fff; } @@ -48,4 +48,9 @@ body { padding-top: 50px; } .table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td { padding: 15px 8px; border-bottom: 1px solid #eee; } .table thead > tr > th { border-bottom: 1px solid #ddd; } +.menu-group { padding: 10px; border-bottom: 1px dashed #e2e2e2; } +.menu-group h4 { margin-top: 0; margin-bottom: 10px; } +.menu-group .nav-sidebar { margin: 0; } +.menu-group .nav-sidebar > li > a { padding: 10px; } +