openFuyao is licensed under Mulan PSL v2.
You can use this software according to the terms and conditions of the Mulan PSL v2.
You may obtain a copy of Mulan PSL v2 at:
http://license.coscl.org.cn/MulanPSL2
THIS SOFTWARE IS PROVIDED ON AN 'AS IS' BASIS, WITHOUT WARRANTIES OF ANY KIND,
EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
See the Mulan PSL v2 for more details. */
@import '@/styles/common.less';
p{
margin: 0;
}
.colocation_overview{
width: 100%;
.colocation_overview_content{
.colocation_overview_content_banner{
height: 219px;
width: 100%;
padding-top: 64px;
background-image: url(../assets/images/overviewBanner.png);
background-size: cover;
.colocation_overview_content_banner_title{
font-size: 32px;
margin-bottom: 40px;
text-align: center;
-webkit-text-fill-color:transparent;
background: linear-gradient(90deg,#3f66f5,#599bf5,#3870ca);
background-clip: text;
font-weight: 700;
}
.colocation_overview_content_banner_desc{
color: #333;
font-size: 16px;
text-align: center;
}
}
.colocation_overview_content_process{
padding: 22px 26px;
.colocation_overview_content_process_all{
padding: 0 32px;
background: #fff;
.colocation_overview_content_process_single{
height: 152px;
width: 100%;
display: flex;
padding: 32px 0;
border-bottom: 1px solid #dcdcdc;
.colocation_overview_content_process_single_img{
width: 88px;
height: 88px;
margin-right: 20px;
}
.colocation_overview_content_process_single_rightTop{
display: flex;
margin-bottom: 20px;
.colocation_overview_content_process_single_rightTop_num{
color: #77aef7;
font-weight: 700;
font-size: 36px;
line-height: 40px;
}
.colocation_overview_content_process_single_rightTop_title{
color: #333;
font-weight: 700;
font-size: 20px;
line-height: 40px;
margin: 0 16px 0 14px;
}
svg{
color: #89939b;
}
}
.colocation_overview_content_process_single_rightBottom{
font-weight: 400;
color: #89939b;
font-size: 14px;
.colocation_overview_content_process_single_rightBottom_link{
color: #3f66f5;
text-decoration: none;
cursor: pointer;
font-weight: 400;
font-size: 14px;
margin-left: 8px;
}
}
}
.colocation_overview_content_process_single:last-child{
border-bottom: none;
}
}
}
}
}