website/assets/scss/news.scss
TheYoungManLi 213af58cd5 fix: Update live and partner page
Signed-off-by: TheYoungManLi <cjl@kubesphere.io>
2022-12-02 14:33:18 +08:00

204 lines
3.7 KiB
SCSS

@import 'variables';
@import 'mixin';
.section-1 {
position: relative;
padding-top: 138px;
padding-bottom: 100px;
.title-div {
text-align: center;
}
p {
margin: 12px auto 0;
letter-spacing: -0.04px;
color: #ffffff;
}
}
.section-list {
background-color: #fff;
padding-top: 60px;
padding-bottom: 100px;
@media only screen and (max-width: $mobile-max-width) {
padding-top: 20px;
padding-bottom: 40px;
}
& > div {
& > .blog-tab-ul {
padding: 30px 34px 22px;
border-radius: 5px;
box-shadow: 0 4px 16px 0 rgba(7,42,68,.1);
background-color: #fff;
li {
display: inline-block;
min-width: 48px;
padding: 8px 16px;
margin-bottom: 8px;
border-radius: 20px;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
cursor: pointer;
font-size: 16px;
font-weight: 500;
line-height: 1.5;
text-align: center;
&:hover {
box-shadow: 0 8px 16px 0 rgba(101,193,148,.2),0 0 50px 0 rgba(101,193,148,.1);
background-color: #55bc8a;
color: #fff;
}
}
.active {
box-shadow: 0 8px 16px 0 rgba(101,193,148,.2),0 0 50px 0 rgba(101,193,148,.1);
background-color: #55bc8a;
color: #fff;
}
li + li {
margin-left: 12px;
}
}
.blogs-ul {
margin-top: 20px;
& > li {
position: relative;
border-radius: 4px;
box-shadow: 0 4px 15px 0 rgba(7,42,68,.1);
background-color: #fff;
position: relative;
padding: 32px;
padding-right: 274px;
margin-bottom: 12px;
border-radius: 4px;
@media only screen and (max-width: $mobile-max-width) {
padding: 10px;
}
h2 {
a {
font-size: 20px;
font-weight: 600;
line-height: 1.6;
color: #36435c;
&:hover {
color: #55bc8a;
}
}
}
p {
margin-top: 12px;
font-size: 16px;
line-height: 2;
color: #919aa3;
}
img {
position: absolute;
top: 50%;
right: 32px;
transform: translateY(-50%);
max-width: 158px;
@media only screen and (max-width: $mobile-max-width) {
display: none;
}
}
}
& > li + li {
margin-top: 12px;
}
}
}
}
.section-2 {
padding-top: 60px;
padding-bottom: 70px;
background-color: #ffffff;
.news-div {
position: relative;
padding: 32px;
padding-right: 274px;
margin-bottom: 12px;
border-radius: 4px;
border: solid 1px rgba(145, 154, 163, 0.6);
@media only screen and (max-width: $mobile-max-width) {
padding: 10px;
}
h2 {
a {
font-size: 20px;
font-weight: 600;
line-height: 1.6;
color: #36435c;
&:hover {
color: #55bc8a;
}
}
}
p {
margin-top: 12px;
font-size: 16px;
line-height: 2;
color: #919aa3;
}
img {
position: absolute;
top: 50%;
right: 32px;
transform: translateY(-50%);
max-width: 158px;
@media only screen and (max-width: $mobile-max-width) {
display: none;
}
}
}
#pagination {
margin-top: 40px;
text-align: center;
li {
display: inline-block;
margin: 0 10px;
}
.disabled {
a {
color: #ccd3db;
}
}
.active {
a {
color: #55bc8a;
}
}
}
}
.time{
margin-top: 0px !important;
}