From c6bdbbc03c44a1ba8a14795317ab621957487494 Mon Sep 17 00:00:00 2001 From: wangbing Date: Sat, 15 Jun 2019 21:53:35 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81Api?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SpringBoot/resources/static/css/base.css | 107 +----------------- 1 file changed, 4 insertions(+), 103 deletions(-) diff --git a/src/main/resources/modules/SpringBoot/resources/static/css/base.css b/src/main/resources/modules/SpringBoot/resources/static/css/base.css index f3083591..0d33d762 100644 --- a/src/main/resources/modules/SpringBoot/resources/static/css/base.css +++ b/src/main/resources/modules/SpringBoot/resources/static/css/base.css @@ -2,8 +2,8 @@ -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-tap-highlight-color: transparent; - margin: 0px; - padding: 0px; + margin: 0; + padding: 0; font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif; } @@ -37,91 +37,11 @@ h1 { margin: .67em 0 } -figcaption, figure, main { - display: block -} - -figure { - margin: 1em 40px -} - -hr { - -webkit-box-sizing: content-box; - box-sizing: content-box; - height: 0; - overflow: visible -} - pre { font-family: monospace, monospace; font-size: 1em } -abbr[title] { - border-bottom: none; - text-decoration: underline; - -webkit-text-decoration: underline dotted; - text-decoration: underline dotted -} - -b, strong { - font-weight: inherit -} - -b, strong { - font-weight: bolder -} - -code, kbd, samp { - font-family: monospace, monospace; - font-size: 1em -} - -dfn { - font-style: italic -} - -mark { - background-color: #ff0; - color: #000 -} - -small { - font-size: 80% -} - -sub, sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline -} - -sub { - bottom: -.25em -} - -sup { - top: -.5em -} - -audio, video { - display: inline-block -} - -audio:not([controls]) { - display: none; - height: 0 -} - -img { - border-style: none -} - -svg:not(:root) { - overflow: hidden -} - button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; @@ -129,10 +49,6 @@ button, input, optgroup, select, textarea { margin: 0 } -button, input { - overflow: visible -} - button, select { text-transform: none } @@ -225,21 +141,6 @@ template { box-sizing: border-box } -article, aside, blockquote, body, button, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, input, legend, li, menu, nav, ol, p, section, td, textarea, th, ul { - margin: 0; - padding: 0 -} - -button, input, select, textarea { - font-family: inherit; - font-size: inherit; - line-height: inherit -} - -input::-ms-clear, input::-ms-reveal { - display: none -} - a { text-decoration: none; outline: 0; @@ -779,8 +680,8 @@ code { .wb-layout-foot-absolute > .wb-foot { position: absolute; - bottom: 0px; - left: 0px; + bottom: 0; + left: 0; height: 50px; width: 100%; }