From c723d19faf5826b5e2b0f626be96d28c5bdcb708 Mon Sep 17 00:00:00 2001 From: chemzqm Date: Thu, 18 Feb 2016 03:27:55 +0800 Subject: [PATCH] improve example css --- example/index.html | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/example/index.html b/example/index.html index d7bba9f..9d0f8d7 100644 --- a/example/index.html +++ b/example/index.html @@ -34,28 +34,18 @@ } .content > li { - border-bottom: 1px solid #0a0a0a; color: #0A0A0A; font-size: 12px; - line-height: 30px; padding: 0 5px; - } - - .content > li { - border-bottom: initial; - font-weight: bolder; - line-height: 40px; + line-height: 32px; + height: 32px; + overflow: hidden; background: -moz-linear-gradient(top,#ffffff 0%,#f2f2f2 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f2f2f2)); background: -webkit-linear-gradient(top,#ffffff 0%,#f2f2f2 100%); background: -o-linear-gradient(top,#ffffff 0%,#f2f2f2 100%); background: -ms-linear-gradient(top,#ffffff 0%,#f2f2f2 100%); background: linear-gradient(to bottom,#ffffff 0%,#f2f2f2 100%); - font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; - } - ul > li { - list-style: none; - width: 100%; } .bottom { text-align: center; @@ -64,8 +54,6 @@ color: #00A0E9; padding: 10px 0; } - .scrollable { - } .scrollable { position: fixed; top: 30px;