From 0ed5eac768ad9d0e023e512e8a7281b7443ded51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E4=BB=AA=E5=BC=8F?= <854085467@qq.com> Date: Mon, 20 Jul 2020 23:58:45 +0800 Subject: [PATCH] update admin/css/pearStep.css. --- admin/css/pearStep.css | 92 +++++++++++++++++++++--------------------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/admin/css/pearStep.css b/admin/css/pearStep.css index b622112..998ea93 100644 --- a/admin/css/pearStep.css +++ b/admin/css/pearStep.css @@ -1,83 +1,83 @@ .lay-step { - font-size: 0; - margin: 0 auto; - max-width: 100%; + font-size: 0; + margin: 0 auto; + max-width: 100%; width: 60%; padding-left: 15%; - + } .step-item { - display: inline-block; - line-height: 35px; - position: relative; - font-size: 15px; + display: inline-block; + line-height: 35px; + position: relative; + font-size: 15px; } .step-item-tail { - width: 100%; - padding: 0 10px; - position: absolute; - left: 0; - top: 13px; + width: 100%; + padding: 0 10px; + position: absolute; + left: 0; + top: 13px; } .step-item-tail i { - display: inline-block; - width: 100%; - height: 2px; + display: inline-block; + width: 100%; + height: 2px; margin-top: 4px; - vertical-align: top; - background: #5FB878; - position: relative; + vertical-align: top; + background: #5FB878; + position: relative; } .step-item-tail .step-item-tail-done { - background: #5FB878; + background: #5FB878; height: 3px; margin-top: 4px; } .step-item-head { - position: relative; - display: inline-block; - height: 35px; - width: 35px; - text-align: center; - vertical-align: top; - color: #5FB878; - border: 2px solid #5FB878; - border-radius: 50%; - background: #ffffff; + position: relative; + display: inline-block; + height: 35px; + width: 35px; + text-align: center; + vertical-align: top; + color: #5FB878; + border: 2px solid #5FB878; + border-radius: 50%; + background: #ffffff; } .step-item-head.step-item-head-active { - background: #5FB878; - color: #ffffff; + background: #5FB878; + color: #ffffff; } .step-item-main { - display: block; - position: relative; - margin-left: -50%; - margin-right: 50%; - padding-left: 26px; - text-align: center; + display: block; + position: relative; + margin-left: -50%; + margin-right: 50%; + padding-left: 26px; + text-align: center; } .step-item-main-title { - font-weight: bolder; - color: #555555; + font-weight: bolder; + color: #555555; } .step-item-main-desc { - color: #aaaaaa; + color: #aaaaaa; } -.lay-step + [carousel-item]:before { - display: none; +.lay-step+[carousel-item]:before { + display: none; } -.lay-step + [carousel-item] > * { - background-color: transparent; -} \ No newline at end of file +.lay-step+[carousel-item]>* { + background-color: transparent; +}