长页脱敏

master
yujialong 2 months ago
parent fedf73ec61
commit dbd4a78956
  1. BIN
      src/assets/images/page/aboutUs.png
  2. BIN
      src/assets/images/page/deviceIntroLayout.png
  3. BIN
      src/assets/images/page/edu.png
  4. BIN
      src/assets/images/page/talentCentre.png
  5. 2
      src/const/modules.js
  6. 22
      src/pages/column/page/talentCentre.vue
  7. 2
      src/setting.js

Binary file not shown.

Before

Width:  |  Height:  |  Size: 149 KiB

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 92 KiB

@ -11183,7 +11183,7 @@ export default {
}, },
], ],
form: { form: {
pic: 'https://huorantech.com/images/member/1.jpg', pic: 'https://huorantech.com/images/careers/1.png',
title: '人才中心', title: '人才中心',
link: { link: {
linkName: '无', linkName: '无',

@ -159,29 +159,35 @@ export default {
li { li {
position: relative; position: relative;
height: 450px; display: flex;
align-items: center;
height: 433px;
margin-bottom: 2rem; margin-bottom: 2rem;
&:nth-child(even) { &:nth-child(even) {
flex-direction: row-reverse;
.pic {
margin-left: -50px;
}
.texts { .texts {
left: 50px; margin-left: 0;
right: auto;
background: rgba(255, 255, 255, 0.43);
} }
} }
} }
.pic { .pic {
width: 100%; width: 55%;
height: 100%; height: 100%;
object-fit: cover;
} }
.texts { .texts {
position: absolute; position: relative;
top: 60px;
right: 50px;
width: 380px; width: 380px;
padding: 50px 25px; padding: 50px 25px;
margin-left: -50px;
background: rgba(243, 251, 255, 0.82); background: rgba(243, 251, 255, 0.82);
} }

@ -5,7 +5,7 @@ const isDev = process.env.NODE_ENV === 'development' // 开发环境
let host = location.origin let host = location.origin
if (isDev) { if (isDev) {
host = 'https://huorantech.com' host = 'https://huorantech.com'
host = 'http://192.168.31.217:10000' // host = 'http://192.168.31.217:10000'
} }
const Setting = { const Setting = {

Loading…
Cancel
Save