Browse Source

(*)入口页面增加政务数据入口

master
peng.peng 1 year ago
parent
commit
5db772a1f1
  1. BIN
      super-screen/client/assets/images/homepage/enter/row1-2-select.png
  2. BIN
      super-screen/client/assets/images/homepage/enter/row1-2.png
  3. BIN
      super-screen/client/assets/images/homepage/enter/row1-select.png
  4. BIN
      super-screen/client/assets/images/homepage/enter/row1.png
  5. 3
      super-screen/client/src/sections/homePage/containers/homePage.js
  6. 50
      super-screen/client/src/sections/homePage/containers/style.less

BIN
super-screen/client/assets/images/homepage/enter/row1-2-select.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

BIN
super-screen/client/assets/images/homepage/enter/row1-2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

BIN
super-screen/client/assets/images/homepage/enter/row1-select.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 208 KiB

BIN
super-screen/client/assets/images/homepage/enter/row1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 164 KiB

3
super-screen/client/src/sections/homePage/containers/homePage.js

@ -9,13 +9,14 @@ function homePage(props) {
const childStyle = { height: '32%', color: '#fff', marginBottom: 17 }
const cardHeight = document.body.clientHeight * 0.896 * 0.32
const cardContentHeight = cardHeight - 42 - 13
return <div className='enter_container'>
<FullScreenContainer>
<div className='enter_homepage'>
<div className='_enter_title'></div>
<div className='_enter_row1'>
<div className='_row1_item' onClick={() => { window.open('https://superchangnan.anxinyun.cn/') }}></div>
<div className='_row2_item' onClick={() => { window.open('https://govdata.anxinyun.cn/signin') }}></div>
</div>
<div className='_enter_row2'>
<div className='_row2_item1' onClick={() => {

50
super-screen/client/src/sections/homePage/containers/style.less

@ -20,10 +20,14 @@
._enter_row1 {
height: 302px;
height: 302px;
display: flex;
justify-content: space-around;
width: 1295px;
._row1_item {
width: 1434px;
height: 241px;
width: 639px;
height: 266px;
// opacity: 0.8;
background: url('/assets/images/homepage/enter/row1.png');
background-repeat: no-repeat;
@ -32,30 +36,50 @@
}
._row1_item:hover {
width: 1434px;
height: 302.6px;
width: 639px;
height: 266.6px;
background: url('/assets/images/homepage/enter/row1-select.png');
background-repeat: no-repeat;
background-size: 100% 100%;
cursor: pointer;
}
._row2_item {
width: 639px;
height: 266px;
// opacity: 0.8;
background: url('/assets/images/homepage/enter/row1-2.png');
background-repeat: no-repeat;
background-size: 100% 100%;
cursor: pointer;
}
._row2_item:hover {
width: 639px;
height: 266.6px;
background: url('/assets/images/homepage/enter/row1-2-select.png');
background-repeat: no-repeat;
background-size: 100% 100%;
cursor: pointer;
}
}
._enter_row2 {
height: 427px;
display: flex;
width: 100%;
padding-left: 4%;
justify-content: space-between;
width: 1448px;
padding-right: 156px;
._row2_item1 {
width: 454px;
height: 371px;
width: 409px;
height: 384px;
// opacity: 0.8;
background: url('/assets/images/homepage/enter/row2-1.png');
background-repeat: no-repeat;
background-size: 100% 100%;
cursor: pointer;
margin-left: 60px;
}
._row2_item1:hover {
@ -66,9 +90,8 @@
}
._row2_item2 {
margin-left: 60px;
width: 454px;
height: 371px;
width: 409px;
height: 384px;
// opacity: 0.8;
background: url('/assets/images/homepage/enter/row2-2.png');
background-repeat: no-repeat;
@ -84,9 +107,8 @@
}
._row2_item3 {
margin-left: 60px;
width: 454px;
height: 371px;
width: 409px;
height: 384px;
// opacity: 0.8;
background: url('/assets/images/homepage/enter/row2-3.png');
background-repeat: no-repeat;

Loading…
Cancel
Save