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,6 +56,7 @@ export default () => {
南高工业互联网平台是集工业数据采集、安全接入、计算、存储、服务、开发于一体,为工业企业数字化转型、生产管控、流程优化、智能制造提供服务。我们的目标是提供成熟的公有云或私有云服务,实现物联网设备的快速接入联网,新产品的快速开发、管理和扩展。
</p>
</div>
<div className="section">
<Row style={{ margin: '2rem 0' }}>
<Col {...colc} className="center">
<div className="cpjs bgjs">
......@@ -74,7 +75,7 @@ export default () => {
</Col>
</Row>
<Row style={{ margin: '2rem 0' }}>
<Row style={{ margin: '4rem 0 0 0' }}>
<Col {...colc}>
<img
style={{ width: '100%' }}
......@@ -121,5 +122,6 @@ export default () => {
</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,7 +12,8 @@ function Together() {
alt=""
style={{ width: '100%' }}
/>
<Row className="center" style={{ marginTop: '2rem' }}>
<div className="section">
<Row className="center" style={{ marginTop: '1rem' }}>
<Col
{...col}
style={{
......@@ -119,6 +120,7 @@ function Together() {
</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