修改赞助商logo
|
@ -1,6 +1,7 @@
|
|||
import React from 'react';
|
||||
import './index.scss';
|
||||
import ccf from '../../img/ccf_logo.png';
|
||||
import ccf1 from '../../img/ccf_logo1.png';
|
||||
import gitlink from '../../img/gitlink.png';
|
||||
import xjy from '../../img/xjy.png';
|
||||
import sponsor11 from '../../img/sponsor11.png';
|
||||
|
@ -9,6 +10,7 @@ import sponsor22 from '../../img/sponsor22.png';
|
|||
import sponsor23 from '../../img/sponsor23.png';
|
||||
import sponsor31 from '../../img/sponsor31.png';
|
||||
import sponsor32 from '../../img/sponsor32.png';
|
||||
import sponsor33 from '../../img/sponsor33.png';
|
||||
import sponsor41 from '../../img/sponsor41.png';
|
||||
|
||||
|
||||
|
@ -45,7 +47,7 @@ function Partner() {
|
|||
<div className='cont1 cont mb10'>
|
||||
<div>
|
||||
主办方
|
||||
<div onClick={()=>{window.open("https://www.ccf.org.cn/")}} className='div8b9'><img src={ccf}/></div>
|
||||
<div onClick={()=>{window.open("https://www.ccf.org.cn/")}} className='div8b9'><img src={ccf1}/></div>
|
||||
</div>
|
||||
<div>
|
||||
承办方
|
||||
|
@ -81,13 +83,14 @@ function Partner() {
|
|||
<div className='pt10'>
|
||||
<div className="sponsor" onClick={()=>{window.open("https://aws.amazon.com/cn/")}}><img src={sponsor31} className='gitlink' alt='亚马逊云科技'/></div>
|
||||
<div className="sponsor" onClick={()=>{window.open("https://www.didiglobal.com/")}}><img src={sponsor32} className='gitlink' alt='滴滴出行'/></div>
|
||||
<div className="sponsor" onClick={()=>{window.open("https://www.99cloud.net/")}}><img src={sponsor33} className='gitlink' alt='九州云'/></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className='cont cont3 mt15'>
|
||||
白银赞助商
|
||||
<div className='pt10'>
|
||||
<div className="sponsor" onClick={()=>{window.open("https://www.bytedance.com/")}}><img src={sponsor41} className='gitlink' alt='字节跳动'/></div>
|
||||
<div className="sponsor" onClick={()=>{window.open(" https://www.cloudwego.io/")}}><img src={sponsor41} className='gitlink' alt='cloudwego'/></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 7.4 KiB |
|
@ -37,7 +37,7 @@
|
|||
text-align: center;
|
||||
overflow: hidden;
|
||||
margin: 25px auto 10px;
|
||||
line-height: 100px;
|
||||
line-height: 95px;
|
||||
img{
|
||||
width: 100%;
|
||||
// height: 100%;
|
||||
|
|