Browse Source

调整首页智算网络版块背景颜色为渐变

tags/v1.22.6.1^2
openihu 3 years ago
parent
commit
78643b2dbe
1 changed files with 27 additions and 6 deletions
  1. +27
    -6
      custom/public/css/git.openi.css

+ 27
- 6
custom/public/css/git.openi.css View File

@@ -72,11 +72,17 @@
z-index: 10; z-index: 10;
} }
.ui.secondary.c2net.segment{ .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{ .hometop .ui.secondary.menu .active.item{
@@ -224,9 +230,21 @@
width: 10em; width: 10em;
z-index: 6; 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{ .leftline03{
border-radius: 4.0em 0 0 0; border-radius: 4.0em 0 0 0;
border-top: 2px solid #3291F8;
border-top: 2px solid #3291F8;
border-bottom:none; border-bottom:none;
top: -2.0em; top: -2.0em;
} }
@@ -235,6 +253,9 @@
width: 7em; width: 7em;
z-index: 5; z-index: 5;
} }
.leftline02-2::after{
border-color: rgba(105, 192, 255, .4);
}
.leftline04{ .leftline04{
border-radius: 0; border-radius: 0;
border-top: none; border-top: none;


Loading…
Cancel
Save