From 78643b2dbec8bf50bf51d2da9da50ae899ddc90c Mon Sep 17 00:00:00 2001 From: openihu Date: Tue, 14 Jun 2022 11:13:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A6=96=E9=A1=B5=E6=99=BA?= =?UTF-8?q?=E7=AE=97=E7=BD=91=E7=BB=9C=E7=89=88=E5=9D=97=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=E4=B8=BA=E6=B8=90=E5=8F=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/public/css/git.openi.css | 33 +++++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 6 deletions(-) diff --git a/custom/public/css/git.openi.css b/custom/public/css/git.openi.css index 7d4df67c6..3d7e15ada 100755 --- a/custom/public/css/git.openi.css +++ b/custom/public/css/git.openi.css @@ -72,11 +72,17 @@ z-index: 10; } .ui.secondary.c2net.segment{ - background: #f8faff; - margin-bottom: 5em; - padding-top: 2em; - border: none; - color: rgba(0,0,0,.87); + /* background: #f8faff; + border: none;*/ + margin-bottom: 5em; + padding-top: 2em; + color: rgba(0,0,0,.87); + background-image: linear-gradient(to bottom left,var(--tw-gradient-stops)); + --tw-gradient-from: #f5f3ff; + --tw-gradient-stops: var(--tw-gradient-from),#fff,var(--tw-gradient-to,hsla(0,0%,100%,0)); + --tw-gradient-to: rgba(219,234,254,0.4); + border-top: 1px solid rgba(243,244,246,1)!important; + border-bottom: 1px solid rgba(243,244,246,1)!important; } .hometop .ui.secondary.menu .active.item{ @@ -224,9 +230,21 @@ width: 10em; z-index: 6; } +.leftline02::after, .leftline02-2::after{ + content: ''; + position: absolute; + transform: translate(55%,50%); + right: 0; + bottom: 0; + width: 1.0em; + height: 1.0em; + background-color: #FFF; + border: 2px solid #3291F8; + border-radius: 1em; +} .leftline03{ border-radius: 4.0em 0 0 0; - border-top: 2px solid #3291F8; + border-top: 2px solid #3291F8; border-bottom:none; top: -2.0em; } @@ -235,6 +253,9 @@ width: 7em; z-index: 5; } +.leftline02-2::after{ + border-color: rgba(105, 192, 255, .4); +} .leftline04{ border-radius: 0; border-top: none;