代码下载:
https://caiyun.139.com/m/i?135CmBhTZ3v7A
代码
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
.partner-logos {
display: flex;
flex-wrap: wrap;
justify-content: center;
max-width: 1200px;
}
.partner-logo {
flex: 0 0 16.666%;
text-align: center;
margin: 10px;
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
}
.partner-logo img {
max-width: 100%;
max-height: 100%;
max-height: 60px;
max-width: 220px;
}
</style>
</head>
<body>
<!--哈基米start-->
<div class="layout bg-white">
<div class="container">
<div class="line-small">
<div class="blank-big"></div>
<div class="title-c text-center">
<h3>合作伙伴</h3>
</div>
</div>
<div class="partner-logos">
<div class="partner-logo">
<a href="https://promotion.aliyun.com/ntms/yunparter/invite.html?userCode=pqofinu5"
rel="nofollow" target="_blank">
<img src="https://janeyork-cn.gitee.io/img-cdn/partner/alic.png" alt="PUSDN"
class="img-responsive">
</a>
</div>
<div class="partner-logo">
<a href="https://url.cn/dZyBTTVF" rel="nofollow" target="_blank">
<img src="https://janeyork-cn.gitee.io/img-cdn/partner/tcloud.png" alt="PUSDN"
class="img-responsive">
</a>
</div>
<div class="partner-logo">
<a href="#" rel="nofollow" target="_blank">
<img src="https://janeyork-cn.gitee.io/img-cdn/partner/gaode.png" alt="PUSDN"
class="img-responsive">
</a>
</div>
<div class="partner-logo">
<a href="#" rel="nofollow" target="_blank">
<img src="https://janeyork-cn.gitee.io/img-cdn/partner/ruantong.png" alt="PUSDN"
class="img-responsive">
</a>
</div>
<div class="partner-logo">
<a href="#">
<img src="https://janeyork-cn.gitee.io/img-cdn/partner/zhongkeruan.png" alt="PUSDN"
class="img-responsive">
</a>
</div>
<div class="partner-logo">
<a href="#">
<img src="https://janeyork-cn.gitee.io/img-cdn/partner/yongyou.png" alt="PUSDN"
class="img-responsive">
</a>
</div>
<div class="partner-logo">
<a href="#">
<img src="https://janeyork-cn.gitee.io/img-cdn/partner/yaxin.png" alt="PUSDN"
class="img-responsive">
</a>
</div>
<div class="partner-logo">
<a href="#">
<img src="https://janeyork-cn.gitee.io/img-cdn/partner/xinghaiwl.png" alt="PUSDN"
class="img-responsive">
</a>
</div>
<div class="partner-logo">
<a href="#">
<img src="https://janeyork-cn.gitee.io/img-cdn/partner/mogo.png" alt="PUSDN"
class="img-responsive">
</a>
</div>
<div class="partner-logo">
<a href="#">
<img src="https://janeyork-cn.gitee.io/img-cdn/partner/es.png" alt="PUSDN"
class="img-responsive">
</a>
</div>
</div>
</div>
</div>
<!--哈基米 end-->
</body>
</html>