768 lines
18 KiB
SCSS
768 lines
18 KiB
SCSS
@import './theme.scss';
|
|
|
|
|
|
.zone1_box{
|
|
padding-top:70px;
|
|
background-color:#f7f9fc;
|
|
.zone_infos{
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 54px;
|
|
padding:27px 24px;
|
|
&>img{
|
|
border-radius: 4px;
|
|
object-fit: contain;
|
|
}
|
|
.zone_infos_desc{
|
|
padding:0px 34px 0px 10px;
|
|
flex: 1;
|
|
.z_name{
|
|
color:#1f2329;
|
|
font-size:26px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
margin-bottom: 28px!important;
|
|
}
|
|
.z_desc{
|
|
color:#3d485d;
|
|
font-size:14px;
|
|
line-height:32px;
|
|
word-break: break-all;
|
|
-webkit-line-clamp: 4;
|
|
white-space: pre-wrap;
|
|
}
|
|
}
|
|
}
|
|
.zone_vision {
|
|
background-color: #ffffff;
|
|
.boxmain {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.vision_item {
|
|
width: 244px;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
.vision_icon {
|
|
height: 162px;
|
|
width: 162px;
|
|
background-image: url(./img/visionBack.png);
|
|
background-size: 100% 100%;
|
|
position: relative;
|
|
img {
|
|
width: 30%;
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
}
|
|
.vision_icon:hover {
|
|
background-image: url(./img/visionBackActive.png);
|
|
}
|
|
.vision_title {
|
|
font-weight:700;
|
|
color:#1f2329;
|
|
font-size:17px;
|
|
line-height:27px;
|
|
text-align:center;
|
|
margin-top: 39px;
|
|
}
|
|
.vision_content {
|
|
margin-top: 21px;
|
|
color:#4c5876;
|
|
font-size:14px;
|
|
line-height:27px;
|
|
text-align:center;
|
|
}
|
|
}
|
|
}
|
|
.zone_news{
|
|
height: 29vw;
|
|
min-height: 475px;
|
|
background-color: #273144;
|
|
background-image: url(./img/newsBg.png);
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
.boxmain {
|
|
width: 1200px;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-evenly;
|
|
}
|
|
.news_title {
|
|
height: 44px;
|
|
font-weight: 500;
|
|
color: #ffffff;
|
|
font-size: 32px;
|
|
transform: translate(40%, 0);
|
|
}
|
|
.new_first_title {
|
|
height: 25px;
|
|
color: #ffffff;
|
|
font-size: 18px;
|
|
}
|
|
.new_first_desc {
|
|
opacity: 0.8;
|
|
color: #ffffff;
|
|
font-size: 14px;
|
|
line-height: 27px;
|
|
}
|
|
.zone_n_title{
|
|
color:#1f2329;
|
|
font-size:17px;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
}
|
|
.zone_n_desc{
|
|
color:#4c5876;
|
|
font-size:14px;
|
|
line-height:27px;
|
|
word-break: break-all;
|
|
margin-top: 18px;
|
|
min-height: 56px;
|
|
}
|
|
.zone_n_value{
|
|
margin-top: 20px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
height: 20px;
|
|
line-height: 13px;
|
|
}
|
|
.zone_btn{
|
|
padding-right: 20px;
|
|
position: relative;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
color: #07a583;
|
|
transition: 0.1s;
|
|
img{
|
|
position: absolute;
|
|
left: 62px;
|
|
top:5px;
|
|
transition: 0.1s;
|
|
}
|
|
}
|
|
.item_index {
|
|
display: inline-block;
|
|
width:26px;
|
|
height:26px;
|
|
margin-right: 12px;
|
|
border:1px solid;
|
|
border-color:#07a583;
|
|
border-radius:3px;
|
|
text-align: center;
|
|
line-height: 26px;
|
|
color: #07a583;
|
|
font-size: 14px;
|
|
}
|
|
.zone_new_first{
|
|
margin-left: 40%;
|
|
border-radius: 4px;
|
|
width: 682px;
|
|
padding-right: 30px;
|
|
.item_index {
|
|
font-weight:700;
|
|
color:#ffffff;
|
|
background-color:#07a583;
|
|
}
|
|
}
|
|
.zone_new_three{
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
& > div:not(:first-child) {
|
|
margin-left: 50px;
|
|
}
|
|
li{
|
|
background-color: #fff;
|
|
width: 354px;
|
|
height: 196px;
|
|
padding:28px 22px;
|
|
border-radius: 4px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
transition: 0.1s;
|
|
}
|
|
.new_item {
|
|
cursor: pointer;
|
|
}
|
|
.new_item:hover {
|
|
transform: translate(0, -10px);
|
|
img{
|
|
left: 73px;
|
|
}
|
|
.zone_btn {
|
|
transform: translate(-5px, 0);
|
|
}
|
|
.zone_n_title {
|
|
color: #07a583;
|
|
}
|
|
}
|
|
}
|
|
.zone_new_two {
|
|
margin-left: 38%;
|
|
justify-content: flex-start;
|
|
}
|
|
}
|
|
.zone_projects{
|
|
background-image:linear-gradient(180deg,#f1f4fa 0%,#ffffff 100%);
|
|
.right_arraw {
|
|
width: 48px;
|
|
height: 48px;
|
|
right: 0;
|
|
}
|
|
.left_arraw {
|
|
width: 48px;
|
|
height: 48px;
|
|
left: 0;
|
|
z-index: 100;
|
|
}
|
|
.slick-track {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 435px;
|
|
.slick-slide {
|
|
height: auto;
|
|
}
|
|
}
|
|
.less_three_project {
|
|
display: flex;
|
|
justify-content: center;
|
|
.container {
|
|
.zone_p_item {
|
|
background: #fefefe;
|
|
}
|
|
margin: 10px;
|
|
}
|
|
}
|
|
.not_three_project {
|
|
.slick-track {
|
|
.slick-slide[aria-hidden="true"] {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
}
|
|
.slick-current {
|
|
z-index: 100;
|
|
}
|
|
.slick-current .zone_p_item {
|
|
width:364px;
|
|
height:395px;
|
|
background:#fefefe;
|
|
}
|
|
.zone_p_item {
|
|
width: 364px;
|
|
height: 320px;
|
|
border-radius:16px;
|
|
padding: 42px 42px 35px 42px;
|
|
box-shadow:0px 0px 20px rgba(35, 54, 185, 0.06);
|
|
background: url(./img/projectBg.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
border-color:#ffffff;
|
|
transition: 0.3s;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
.info_img {
|
|
width:74px;
|
|
height: 74px;
|
|
border-radius: 50%;
|
|
}
|
|
.z_p_title {
|
|
font-weight: 700;
|
|
color: #1f2329;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
margin-top: 20px;
|
|
cursor: pointer;
|
|
}
|
|
.z_p_desc{
|
|
margin-top: 18px;
|
|
color:#4c5876;
|
|
font-size:14px;
|
|
line-height:22px;
|
|
word-break: break-all;
|
|
-webkit-line-clamp: 5
|
|
}
|
|
}
|
|
.zone_p_item:hover {
|
|
.z_p_title {
|
|
color: #07a583;
|
|
}
|
|
}
|
|
}
|
|
.zone_contributor{
|
|
min-height: 466px;
|
|
background-color: #F7F9FC;
|
|
padding:44px 0px 30px;
|
|
.container {
|
|
height: 220px;
|
|
}
|
|
.zone_c_lists{
|
|
.slick-track {
|
|
display: flex;
|
|
}
|
|
.c_item {
|
|
margin-top: 40px;
|
|
margin-left: 10px;
|
|
width: 380px;
|
|
height: 165px;
|
|
background-image: url(./img/cbg.png);
|
|
background-size: 100% 100%;
|
|
position: relative;
|
|
background-color:#f6f7fa;
|
|
border:2px solid;
|
|
border-color:#ffffff;
|
|
border-radius:4px;
|
|
box-shadow:0px 0px 10px rgba(7, 70, 165, 0.11);
|
|
padding: 30px 35px;
|
|
img {
|
|
position: absolute;
|
|
width:80px;
|
|
height:80px;
|
|
border-radius: 50%;
|
|
border: solid 2px #ffffff;
|
|
right: 27px;
|
|
top: -40px;
|
|
object-fit: cover;
|
|
}
|
|
.c_name {
|
|
color: #000000;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
max-width: 240px;
|
|
}
|
|
.c_desc {
|
|
color: #4c5876;
|
|
font-size: 15px;
|
|
line-height: 26px;
|
|
}
|
|
}
|
|
.c_item:hover {
|
|
box-shadow:0px 0px 35px rgba(7, 70, 165, 0.11);
|
|
}
|
|
}
|
|
}
|
|
.zone_community {
|
|
background-color:#ebeff5;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
.sub_title {
|
|
font-size: 17px;
|
|
line-height: 27px;
|
|
img {
|
|
width:32.93px;
|
|
height:9.15px;
|
|
}
|
|
}
|
|
.c_role {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
z-index: 10;
|
|
.c_role_item {
|
|
width: 260px;
|
|
height: 213px;
|
|
background-image: url(./img/cbg2.png);
|
|
background-size: 100% 100%;
|
|
position: relative;
|
|
padding: 30px 23px;
|
|
.role_level {
|
|
font-weight: 700;
|
|
font-size: 18px;
|
|
line-height: 27px;
|
|
}
|
|
.role_todo {
|
|
color: #3d485d;
|
|
font-size: 15px;
|
|
line-height: 27px;
|
|
margin-top: 10px;
|
|
}
|
|
.dot {
|
|
width:14px;
|
|
height:14px;
|
|
border-radius: 50%;
|
|
background-color:#07a583;
|
|
position: absolute;
|
|
left: 6px;
|
|
bottom: 7px;
|
|
}
|
|
}
|
|
}
|
|
.dot_line {
|
|
height: 0px;
|
|
width: 1200px;
|
|
border-bottom: dashed 1px #8d95ac;
|
|
transform: translate(0, -14px);
|
|
}
|
|
}
|
|
.zone_grow {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
background: url('./img/growBg.png') no-repeat;
|
|
background-size: 100% 100%;
|
|
.in_title {
|
|
img {
|
|
width: 378px;
|
|
}
|
|
}
|
|
.grow_path {
|
|
height: 158px;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
.grow_path_item {
|
|
z-index: 10;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
.grow_path_type {
|
|
width: 82px;
|
|
height: 28px;
|
|
border: 1px solid;
|
|
border-color: #07a583;
|
|
border-radius: 2px;
|
|
color: #07a583;
|
|
font-size: 15px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 10px;
|
|
div {
|
|
width: 3px;
|
|
height: 13px;
|
|
background-color: #07a583;
|
|
margin-right: 3px;
|
|
}
|
|
}
|
|
.grow_path_plan {
|
|
color: #4c5876;
|
|
font-size: 15px;
|
|
text-align: center;
|
|
margin: 5px 0;
|
|
}
|
|
}
|
|
.grow_path_item:nth-child(even) {
|
|
align-self: self-end;
|
|
}
|
|
.grow_path_item:nth-child(odd) {
|
|
align-self: self-start;
|
|
}
|
|
.dot {
|
|
width:12px;
|
|
height:12px;
|
|
background-color:#ffffff;
|
|
border:1px solid;
|
|
border-color:#07a583;
|
|
border-radius: 50%;
|
|
}
|
|
}
|
|
.line {
|
|
height: 0px;
|
|
width: 1200px;
|
|
border-bottom: solid 1px #07a583;
|
|
transform: translate(0, -80px);
|
|
}
|
|
.grow_introduction {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
.intro_item {
|
|
width: 275px;
|
|
height: 250px;
|
|
background-color: #ffffff;
|
|
border-radius: 6px;
|
|
box-shadow: 0px 0px 12px rgba(29, 72, 129, 0.08);
|
|
padding: 22px 17px;
|
|
transition: 0.1s;
|
|
.intro_title {
|
|
font-weight: 700;
|
|
color: #3d485d;
|
|
font-size: 16px;
|
|
img {
|
|
width: 36px;
|
|
height: 36px;
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
.intro_desc {
|
|
color: #4c5876;
|
|
font-size: 15px;
|
|
margin-top: 6px;
|
|
}
|
|
}
|
|
.intro_item:hover {
|
|
transform: translate(0, -20px);
|
|
}
|
|
}
|
|
}
|
|
.zone_communicate {
|
|
height: 160px;
|
|
background: url('./img/communicateBg.png') no-repeat;
|
|
background-size: 100% 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: space-evenly;
|
|
p {
|
|
font-weight: 500;
|
|
font-size: 22px;
|
|
color: #ffffff;
|
|
}
|
|
button {
|
|
width: 140px;
|
|
height: 40px;
|
|
color: #ffffff;
|
|
background-color: #07a583;
|
|
border-radius: 2px;
|
|
font-size: 16px;
|
|
cursor: pointer;
|
|
border: none;
|
|
}
|
|
}
|
|
}
|
|
.zone1_VIP_box{
|
|
padding:50px 0px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
.in_title{
|
|
font-size: 38px;
|
|
}
|
|
.vip_sub_title{
|
|
margin-top: 25px;
|
|
color: #1f2329;
|
|
font-size: 17px;
|
|
line-height: 27px;
|
|
text-align: center;
|
|
}
|
|
.vip_list{
|
|
margin-top: 50px;
|
|
padding-top: 1px;
|
|
padding-bottom: 35px;
|
|
width: 1200px;
|
|
background-image: url('./img/vipListBg.png'), linear-gradient(180deg,#009f7d 0%,#0f6754 100%);
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
border-radius: 10px;
|
|
.vip_list_card{
|
|
padding:0px 40px 10px;
|
|
.card_title{
|
|
width: 443px;
|
|
height: 49px;
|
|
background: url('./img/vipTitleBg.png') no-repeat;
|
|
background-size: 100% 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: 0 auto;
|
|
margin-top: 38px;
|
|
font-size: 20px;
|
|
font-weight: 500;
|
|
div {
|
|
div:nth-child(1) {
|
|
position: absolute;
|
|
z-index: 10;
|
|
background-image: -webkit-linear-gradient(0deg,#fffcf9 0%,#ffffff 51.47%,#fed5a6 100%);
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
text-shadow: none;
|
|
}
|
|
div:not(:nth-child(1)) {
|
|
text-shadow: 0 1px 0 #fed5a6;
|
|
color: #ffffff;
|
|
}
|
|
}
|
|
}
|
|
.card_desc{
|
|
color:#ffffff;
|
|
font-size:15px;
|
|
line-height:32px;
|
|
word-break: break-all;
|
|
margin-top: 32px;
|
|
}
|
|
.card_ul{
|
|
margin: 25px 25px 25px 0;
|
|
padding-bottom: 10px;
|
|
background-image: linear-gradient(180deg,#f7f9fc 0%,#ffffff 100%);
|
|
border-radius: 12px;
|
|
.card_u_li{
|
|
&:last-child .card_u_wrap{
|
|
border-bottom: none;
|
|
}
|
|
.card_u_wrap {
|
|
display: flex;
|
|
padding:30px 40px;
|
|
border-bottom: 1px dashed rgba(141, 149, 172,0.27);
|
|
align-items: center;
|
|
object-fit: cover;
|
|
& > a >img{
|
|
width: 80px;
|
|
height: 80px;
|
|
border-radius: 50%;
|
|
margin-right: 24px;
|
|
}
|
|
.card_u_info{
|
|
.card_u_down{
|
|
color:#4c5876;
|
|
font-size:15px;
|
|
line-height:26px;
|
|
word-break: break-all;
|
|
margin-top: 15px;
|
|
}
|
|
.card_u_up{
|
|
display: flex;
|
|
align-items: center;
|
|
.card_name{
|
|
font-weight:700;
|
|
color:#1f2329;
|
|
font-size:16px;
|
|
display: block;
|
|
max-width: 700px;
|
|
height:26px;
|
|
line-height: 26px;
|
|
}
|
|
.card_tag{
|
|
color: #07a583;
|
|
border: 1px solid;
|
|
border-color: #07a583;
|
|
border-radius: 2px;
|
|
display: inline-block;
|
|
min-width: 76px;
|
|
text-align: center;
|
|
line-height: 26px;
|
|
font-size:15px;
|
|
margin-left: 15px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.zone1_source_box{
|
|
padding-bottom: 30px;
|
|
.source_h{
|
|
padding-top: 40px;
|
|
width: 100%;
|
|
height:280px;
|
|
background-image:linear-gradient(180deg,#f4f6fb 0%,#e8ebf1 100%);
|
|
}
|
|
.sources{
|
|
margin-top: -97px;
|
|
.source_left_ul{
|
|
width: 1200px;
|
|
margin:0px auto;
|
|
background-color:#fefefe;
|
|
border-radius:4px;
|
|
padding:30px 30px 6px;
|
|
.source_l_u{
|
|
display: flex;
|
|
margin-bottom: 12px!important;
|
|
align-items: flex-start;
|
|
&>p{
|
|
font-weight:400;
|
|
color:#1f2329;
|
|
font-size:16px;
|
|
line-height:22px;
|
|
height:22px;
|
|
margin-right: 20px;
|
|
}
|
|
&>div{
|
|
flex:1;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
li{
|
|
cursor: pointer;
|
|
margin:0px 18px 12px!important;
|
|
font-weight:400;
|
|
color:#3d485d;
|
|
font-size:16px;
|
|
line-height:22px;
|
|
height:22px;
|
|
&.active{
|
|
color: var(--primary-color);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.s_m_list{
|
|
width: 1200px;
|
|
margin: 30px auto 0px;
|
|
background-color: #fff;
|
|
.source_lists{
|
|
padding:0px 30px;
|
|
.source_lists_card{
|
|
position: relative;
|
|
padding: 20px 0px 16px;
|
|
border-bottom: 1px dashed rgba(170, 175, 190,0.43);
|
|
&:last-child{
|
|
border-bottom: none;
|
|
}
|
|
a.task-hide{
|
|
display: block;
|
|
padding-right: 100px;
|
|
color:#1f2329;
|
|
font-size:16px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.s_infos{
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 10px;
|
|
.load_count{
|
|
margin-right: 10px;
|
|
min-width: 68px;
|
|
}
|
|
}
|
|
.desc{
|
|
margin-top: 15px;
|
|
color:#4c5876;
|
|
line-height:26px;
|
|
}
|
|
.load_source{
|
|
position: relative;
|
|
padding-left: 14px;
|
|
color:#8d95ac;
|
|
font-size:14px;
|
|
line-height:26px;
|
|
height:26px;
|
|
&::before{
|
|
position: absolute;
|
|
content: "";
|
|
background-color: var(--primary-color);
|
|
width: 8px;
|
|
height: 8px;
|
|
border-radius: 50%;
|
|
left: 0px;
|
|
top:50%;
|
|
margin-top: -4px;
|
|
}
|
|
&>span:last-child{
|
|
padding-left: 21px;
|
|
position: relative;
|
|
&::before{
|
|
position: absolute;
|
|
left: 10px;
|
|
height: 12px;
|
|
top: 1px;
|
|
content: "";
|
|
width: 1px;
|
|
background-color: #8d95ac;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |