Commit 96657083 authored by wuhao's avatar wuhao 🎯

asder

parent 45045245
......@@ -660,7 +660,7 @@ body,
background-color: rgba(247, 250, 252, 1);
}
.cpjs {
padding: 2rem;
padding: 2rem 10%;
}
.cpjs h3 {
font-size: 1.2rem;
......
......@@ -90,20 +90,27 @@ function Join() {
</Tag>
)}
</div>
<div className="centerl" style={{ marginTop: '1rem' }}>
<div
style={{
marginTop: '1rem',
justifyContent: 'space-between',
display: 'flex',
}}
>
<div
style={{
backgroundColor: '#f0f0f0',
padding: '6px 12px',
padding: '0px 12px 8px 12px',
fontSize: '0.6rem',
display: 'inline-block',
width: '4rem',
minWidth: 72,
minHeight: 72,
flexDirection: 'column',
}}
classNam="center"
>
<span>
<div>
<span
style={{
fontSize: '1.2rem',
......@@ -114,9 +121,8 @@ function Join() {
{it?.hiringNum}
</span>
</span>
<br />
<span>招聘人数</span>
</div>
<div>招聘人数</div>
</div>
<div
style={{
......@@ -124,7 +130,8 @@ function Join() {
padding: '6px 12px',
fontSize: '0.6rem',
display: 'inline-block',
marginLeft: '1rem',
marginLeft: '12px',
flex: 1,
}}
classNam="center"
>
......
......@@ -8,7 +8,7 @@
padding: 0 1.6rem;
}
.khjz-text p{
font-size: 0.8rem;
font-size: 0.67rem;
}
.khjz-text p:nth-child(1){
......
......@@ -110,12 +110,18 @@ export default () => {
</Col>
</Row>
</div>
<div className="content" style={{ padding: '2rem' }}>
<div className="content" style={{ padding: '2rem 10%' }}>
<h2 className="title">应用效益</h2>
<Row>
<Col {...colc}>
<img
style={{ width: '100%', display: 'block', margin: '0 auto' }}
style={{
width: '100%',
display: 'block',
margin: '0 auto',
height: '100%',
objectFit: 'cover',
}}
src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/worth.jpg'
}
......
......@@ -56,70 +56,72 @@ export default () => {
南高工业互联网平台是集工业数据采集、安全接入、计算、存储、服务、开发于一体,为工业企业数字化转型、生产管控、流程优化、智能制造提供服务。我们的目标是提供成熟的公有云或私有云服务,实现物联网设备的快速接入联网,新产品的快速开发、管理和扩展。
</p>
</div>
<Row style={{ margin: '2rem 0' }}>
<Col {...colc} className="center">
<div className="cpjs bgjs">
<h3>平台数据流</h3>
<p>以数据为核心构造面向数字化工厂的物联网平台。</p>
</div>
</Col>
<Col {...colc}>
<img
style={{ width: '100%' }}
src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/dataliu.png'
}
alt=""
/>
</Col>
</Row>
<div className="section">
<Row style={{ margin: '2rem 0' }}>
<Col {...colc} className="center">
<div className="cpjs bgjs">
<h3>平台数据流</h3>
<p>以数据为核心构造面向数字化工厂的物联网平台。</p>
</div>
</Col>
<Col {...colc}>
<img
style={{ width: '100%' }}
src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/dataliu.png'
}
alt=""
/>
</Col>
</Row>
<Row style={{ margin: '2rem 0' }}>
<Col {...colc}>
<img
style={{ width: '100%' }}
src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/qudongdata.png'
}
alt=""
/>
</Col>
<Col {...colc} className="center bgjs">
<div
style={{
width: '100%',
height: '100%',
overflow: 'hidden',
paddingTop: '2rem',
}}
>
<Carousel
autoplay
dots={{
className: 'diydotc',
<Row style={{ margin: '4rem 0 0 0' }}>
<Col {...colc}>
<img
style={{ width: '100%' }}
src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/qudongdata.png'
}
alt=""
/>
</Col>
<Col {...colc} className="center bgjs">
<div
style={{
width: '100%',
height: '100%',
overflow: 'hidden',
paddingTop: '2rem',
}}
>
<div>
<div className="cpjs" style={{ width: '100%' }}>
<h3>打造数据驱动的智能企业</h3>
<p>
OneData:所有数据只加工一次,目标是构建统一的数据规范标准,让数据成为一种资产,而不是成本。资产和成本的差别在于资产是可以沉淀的,是可以被复用的。
</p>
<Carousel
autoplay
dots={{
className: 'diydotc',
}}
>
<div>
<div className="cpjs" style={{ width: '100%' }}>
<h3>打造数据驱动的智能企业</h3>
<p>
OneData:所有数据只加工一次,目标是构建统一的数据规范标准,让数据成为一种资产,而不是成本。资产和成本的差别在于资产是可以沉淀的,是可以被复用的。
</p>
</div>
</div>
</div>
<div>
<div className="cpjs" style={{ width: '100%' }}>
<h3>打造数据驱动的智能企业</h3>
<p>
OneService:数据即服务,强调数据中台中的数据通过 API
接口的方式被访问。{' '}
</p>
<div>
<div className="cpjs" style={{ width: '100%' }}>
<h3>打造数据驱动的智能企业</h3>
<p>
OneService:数据即服务,强调数据中台中的数据通过 API
接口的方式被访问。{' '}
</p>
</div>
</div>
</div>
</Carousel>
</div>
</Col>
</Row>
</Carousel>
</div>
</Col>
</Row>
</div>
</div>
);
};
......@@ -146,8 +146,6 @@ export default () => {
<div
className="cpjs bgjs"
style={{
paddingLeft: 0,
paddingRight: 0,
width: '100%',
overflow: 'hidden',
}}
......@@ -181,8 +179,6 @@ export default () => {
<div
className="cpjs"
style={{
paddingLeft: 0,
paddingRight: 0,
width: '100%',
overflow: 'hidden',
}}
......
.yyal {
width: 88%;
width: 86%;
margin: auto;
margin-bottom: 66px;
}
......
......@@ -116,7 +116,7 @@ export default () => {
style={{
width: '100%',
height: '100%',
paddingTop: '2rem',
padding: '2rem',
}}
>
<Carousel
......@@ -228,7 +228,7 @@ export default () => {
<div className="yyal content">
<h3>实施效益</h3>
<Row gutter={36}>
<Row gutter={36} style={{ padding: '0 2rem' }}>
<Col {...col}>
<img
style={{ width: '100%', margin: '0.5rem' }}
......
......@@ -705,7 +705,7 @@ function IndexPage({ route }) {
});
}}
>
<div className="centerl" style={{ marginTop: 12 }}>
<div className="centerl" style={{ marginTop: 20 }}>
<img
style={{ height: 49, marginRight: 12 }}
src={it?.picUrl}
......
......@@ -174,7 +174,11 @@ export default () => {
<div
className="cpjs"
style={{ backgroundColor: 'rgba(250, 249, 250, 1)' }}
style={{
backgroundColor: 'rgba(250, 249, 250, 1)',
paddingLeft: 0,
paddingRight: 0,
}}
>
<h3 className="center">产品特点</h3>
<Row gutter={36} style={{ marginTop: '2rem' }}>
......@@ -268,8 +272,10 @@ export default () => {
</Row>
</div>
<div className="cpjs">
<h3 className="center">南高工业物联网解决实施案例</h3>
<div className="section">
<h2 className="center" style={{ fontSize: '1.2rem' }}>
南高工业物联网解决实施案例
</h2>
<img
src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/casese.png'
......
......@@ -12,112 +12,114 @@ function Together() {
alt=""
style={{ width: '100%' }}
/>
<Row className="center" style={{ marginTop: '2rem' }}>
<Col
{...col}
style={{
backgroundImage: `url(https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/lefts.jpg)`,
height: '100%',
}}
className="img"
>
<img
style={{ height: '100%', opacity: 0 }}
src={`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/lefts.jpg`}
alt=""
/>
</Col>
<Col {...col} className={styles.compare}>
<h2>生态合作</h2>
<p>
根据客户需求为其提供量身定制的产品和服务,通过“政、用、产、学、研”与客户建立长期合作的战略伙伴关系。
</p>
<div className="centerl">
<div>
<img
src={`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/zl.png`}
alt=""
/>
<h2>战略伙伴权益</h2>
<p>
<span>市场营销</span>
<span>技术赋能</span>
</p>
<p>
<span>政策分析</span>
<span>融合生态</span>
</p>
<div className="section">
<Row className="center" style={{ marginTop: '1rem' }}>
<Col
{...col}
style={{
backgroundImage: `url(https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/lefts.jpg)`,
height: '100%',
}}
className="img"
>
<img
style={{ height: '100%', opacity: 0 }}
src={`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/lefts.jpg`}
alt=""
/>
</Col>
<Col {...col} className={styles.compare}>
<h2>生态合作</h2>
<p>
根据客户需求为其提供量身定制的产品和服务,通过“政、用、产、学、研”与客户建立长期合作的战略伙伴关系。
</p>
<div className="centerl">
<div>
<img
src={`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/zl.png`}
alt=""
/>
<h2>战略伙伴权益</h2>
<p>
<span>市场营销</span>
<span>技术赋能</span>
</p>
<p>
<span>政策分析</span>
<span>融合生态</span>
</p>
</div>
<div>
<img
src={`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/zl2.png`}
alt=""
/>
<h2>战略合作类型</h2>
<p>
<span>系统集成类</span>
<span>技术攻关类</span>
</p>
<p>
<span>联合申报类</span>
<span>人才培养类</span>
</p>
</div>
</div>
<div>
<img
src={`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/zl2.png`}
alt=""
/>
<h2>战略合作类型</h2>
<p>
<span>系统集成类</span>
<span>技术攻关类</span>
</p>
<p>
<span>联合申报类</span>
<span>人才培养类</span>
</p>
</Col>
</Row>
<Row className="center" style={{ marginTop: '2rem' }}>
<Col {...col} className={styles.compare}>
<h2>行业组织</h2>
<p>
作为“江苏省智能装备产业联盟”和“南京市智能制造装备产业促进会”的秘书长单位,南高智能一直积极地推动并联合与产业相关的政府部门、科研院所、优秀企业代表等,致力于建立真正全连接的产业生态,将拥有智能制造共同理念的参与者联合起来,成为未来整个智能制造产业生态建设的驱动者和践行者。
</p>
<div className="centerl">
<Card
hoverable
onClick={() => {
window.open('http://www.jsiea.com/');
}}
>
<img
src={`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/icon1.png`}
alt=""
/>
<span style={{ fontSize: '0.6rem', marginTop: 12 }}>
江苏省智能装备产业联盟
</span>
</Card>
<Card
hoverable
onClick={() => {
window.open('http://njime.cn/');
}}
>
<img
src={`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/icon2.png`}
alt=""
/>
<span style={{ fontSize: '0.6rem', marginTop: 12 }}>
南京市智能制造装备产业促进会
</span>
</Card>
</div>
</div>
</Col>
</Row>
<Row className="center" style={{ marginTop: '2rem' }}>
<Col {...col} className={styles.compare}>
<h2>行业组织</h2>
<p>
作为“江苏省智能装备产业联盟”和“南京市智能制造装备产业促进会”的秘书长单位,南高智能一直积极地推动并联合与产业相关的政府部门、科研院所、优秀企业代表等,致力于建立真正全连接的产业生态,将拥有智能制造共同理念的参与者联合起来,成为未来整个智能制造产业生态建设的驱动者和践行者。
</p>
<div className="centerl">
<Card
hoverable
onClick={() => {
window.open('http://www.jsiea.com/');
}}
>
<img
src={`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/icon1.png`}
alt=""
/>
<span style={{ fontSize: '0.6rem', marginTop: 12 }}>
江苏省智能装备产业联盟
</span>
</Card>
<Card
hoverable
onClick={() => {
window.open('http://njime.cn/');
}}
>
<img
src={`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/icon2.png`}
alt=""
/>
<span style={{ fontSize: '0.6rem', marginTop: 12 }}>
南京市智能制造装备产业促进会
</span>
</Card>
</div>
</Col>
<Col
{...col}
style={{
backgroundImage: `url(${`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/org.jpg`})`,
height: '100%',
}}
className="img"
>
<img
style={{ height: '100%', opacity: 0 }}
src={`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/lefts.jpg`}
alt=""
/>
</Col>
</Row>
</Col>
<Col
{...col}
style={{
backgroundImage: `url(${`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/org.jpg`})`,
height: '100%',
}}
className="img"
>
<img
style={{ height: '100%', opacity: 0 }}
src={`https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/lefts.jpg`}
alt=""
/>
</Col>
</Row>
</div>
</div>
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment