Commit 96657083 authored by wuhao's avatar wuhao 🎯

asder

parent 45045245
...@@ -660,7 +660,7 @@ body, ...@@ -660,7 +660,7 @@ body,
background-color: rgba(247, 250, 252, 1); background-color: rgba(247, 250, 252, 1);
} }
.cpjs { .cpjs {
padding: 2rem; padding: 2rem 10%;
} }
.cpjs h3 { .cpjs h3 {
font-size: 1.2rem; font-size: 1.2rem;
......
...@@ -90,20 +90,27 @@ function Join() { ...@@ -90,20 +90,27 @@ function Join() {
</Tag> </Tag>
)} )}
</div> </div>
<div className="centerl" style={{ marginTop: '1rem' }}> <div
style={{
marginTop: '1rem',
justifyContent: 'space-between',
display: 'flex',
}}
>
<div <div
style={{ style={{
backgroundColor: '#f0f0f0', backgroundColor: '#f0f0f0',
padding: '6px 12px', padding: '0px 12px 8px 12px',
fontSize: '0.6rem', fontSize: '0.6rem',
display: 'inline-block', display: 'inline-block',
width: '4rem', width: '4rem',
minWidth: 72, minWidth: 72,
minHeight: 72, minHeight: 72,
flexDirection: 'column',
}} }}
classNam="center" classNam="center"
> >
<span> <div>
<span <span
style={{ style={{
fontSize: '1.2rem', fontSize: '1.2rem',
...@@ -114,9 +121,8 @@ function Join() { ...@@ -114,9 +121,8 @@ function Join() {
{it?.hiringNum} {it?.hiringNum}
</span> </span>
</span> </div>
<br /> <div>招聘人数</div>
<span>招聘人数</span>
</div> </div>
<div <div
style={{ style={{
...@@ -124,7 +130,8 @@ function Join() { ...@@ -124,7 +130,8 @@ function Join() {
padding: '6px 12px', padding: '6px 12px',
fontSize: '0.6rem', fontSize: '0.6rem',
display: 'inline-block', display: 'inline-block',
marginLeft: '1rem', marginLeft: '12px',
flex: 1,
}} }}
classNam="center" classNam="center"
> >
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
padding: 0 1.6rem; padding: 0 1.6rem;
} }
.khjz-text p{ .khjz-text p{
font-size: 0.8rem; font-size: 0.67rem;
} }
.khjz-text p:nth-child(1){ .khjz-text p:nth-child(1){
......
...@@ -110,12 +110,18 @@ export default () => { ...@@ -110,12 +110,18 @@ export default () => {
</Col> </Col>
</Row> </Row>
</div> </div>
<div className="content" style={{ padding: '2rem' }}> <div className="content" style={{ padding: '2rem 10%' }}>
<h2 className="title">应用效益</h2> <h2 className="title">应用效益</h2>
<Row> <Row>
<Col {...colc}> <Col {...colc}>
<img <img
style={{ width: '100%', display: 'block', margin: '0 auto' }} style={{
width: '100%',
display: 'block',
margin: '0 auto',
height: '100%',
objectFit: 'cover',
}}
src={ src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/worth.jpg' 'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/worth.jpg'
} }
......
...@@ -56,6 +56,7 @@ export default () => { ...@@ -56,6 +56,7 @@ export default () => {
南高工业互联网平台是集工业数据采集、安全接入、计算、存储、服务、开发于一体,为工业企业数字化转型、生产管控、流程优化、智能制造提供服务。我们的目标是提供成熟的公有云或私有云服务,实现物联网设备的快速接入联网,新产品的快速开发、管理和扩展。 南高工业互联网平台是集工业数据采集、安全接入、计算、存储、服务、开发于一体,为工业企业数字化转型、生产管控、流程优化、智能制造提供服务。我们的目标是提供成熟的公有云或私有云服务,实现物联网设备的快速接入联网,新产品的快速开发、管理和扩展。
</p> </p>
</div> </div>
<div className="section">
<Row style={{ margin: '2rem 0' }}> <Row style={{ margin: '2rem 0' }}>
<Col {...colc} className="center"> <Col {...colc} className="center">
<div className="cpjs bgjs"> <div className="cpjs bgjs">
...@@ -74,7 +75,7 @@ export default () => { ...@@ -74,7 +75,7 @@ export default () => {
</Col> </Col>
</Row> </Row>
<Row style={{ margin: '2rem 0' }}> <Row style={{ margin: '4rem 0 0 0' }}>
<Col {...colc}> <Col {...colc}>
<img <img
style={{ width: '100%' }} style={{ width: '100%' }}
...@@ -121,5 +122,6 @@ export default () => { ...@@ -121,5 +122,6 @@ export default () => {
</Col> </Col>
</Row> </Row>
</div> </div>
</div>
); );
}; };
...@@ -146,8 +146,6 @@ export default () => { ...@@ -146,8 +146,6 @@ export default () => {
<div <div
className="cpjs bgjs" className="cpjs bgjs"
style={{ style={{
paddingLeft: 0,
paddingRight: 0,
width: '100%', width: '100%',
overflow: 'hidden', overflow: 'hidden',
}} }}
...@@ -181,8 +179,6 @@ export default () => { ...@@ -181,8 +179,6 @@ export default () => {
<div <div
className="cpjs" className="cpjs"
style={{ style={{
paddingLeft: 0,
paddingRight: 0,
width: '100%', width: '100%',
overflow: 'hidden', overflow: 'hidden',
}} }}
......
.yyal { .yyal {
width: 88%; width: 86%;
margin: auto; margin: auto;
margin-bottom: 66px; margin-bottom: 66px;
} }
......
...@@ -116,7 +116,7 @@ export default () => { ...@@ -116,7 +116,7 @@ export default () => {
style={{ style={{
width: '100%', width: '100%',
height: '100%', height: '100%',
paddingTop: '2rem', padding: '2rem',
}} }}
> >
<Carousel <Carousel
...@@ -228,7 +228,7 @@ export default () => { ...@@ -228,7 +228,7 @@ export default () => {
<div className="yyal content"> <div className="yyal content">
<h3>实施效益</h3> <h3>实施效益</h3>
<Row gutter={36}> <Row gutter={36} style={{ padding: '0 2rem' }}>
<Col {...col}> <Col {...col}>
<img <img
style={{ width: '100%', margin: '0.5rem' }} style={{ width: '100%', margin: '0.5rem' }}
......
...@@ -705,7 +705,7 @@ function IndexPage({ route }) { ...@@ -705,7 +705,7 @@ function IndexPage({ route }) {
}); });
}} }}
> >
<div className="centerl" style={{ marginTop: 12 }}> <div className="centerl" style={{ marginTop: 20 }}>
<img <img
style={{ height: 49, marginRight: 12 }} style={{ height: 49, marginRight: 12 }}
src={it?.picUrl} src={it?.picUrl}
......
...@@ -174,7 +174,11 @@ export default () => { ...@@ -174,7 +174,11 @@ export default () => {
<div <div
className="cpjs" className="cpjs"
style={{ backgroundColor: 'rgba(250, 249, 250, 1)' }} style={{
backgroundColor: 'rgba(250, 249, 250, 1)',
paddingLeft: 0,
paddingRight: 0,
}}
> >
<h3 className="center">产品特点</h3> <h3 className="center">产品特点</h3>
<Row gutter={36} style={{ marginTop: '2rem' }}> <Row gutter={36} style={{ marginTop: '2rem' }}>
...@@ -268,8 +272,10 @@ export default () => { ...@@ -268,8 +272,10 @@ export default () => {
</Row> </Row>
</div> </div>
<div className="cpjs"> <div className="section">
<h3 className="center">南高工业物联网解决实施案例</h3> <h2 className="center" style={{ fontSize: '1.2rem' }}>
南高工业物联网解决实施案例
</h2>
<img <img
src={ src={
'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/casese.png' 'https://ng-website.oss-cn-hangzhou.aliyuncs.com/assets/casese.png'
......
...@@ -12,7 +12,8 @@ function Together() { ...@@ -12,7 +12,8 @@ function Together() {
alt="" alt=""
style={{ width: '100%' }} style={{ width: '100%' }}
/> />
<Row className="center" style={{ marginTop: '2rem' }}> <div className="section">
<Row className="center" style={{ marginTop: '1rem' }}>
<Col <Col
{...col} {...col}
style={{ style={{
...@@ -119,6 +120,7 @@ function Together() { ...@@ -119,6 +120,7 @@ function Together() {
</Col> </Col>
</Row> </Row>
</div> </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