|
@ -1,4 +1,4 @@ |
|
|
.enter_homepage { |
|
|
.enter_container { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
position: absolute; |
|
|
position: absolute; |
|
@ -7,174 +7,181 @@ |
|
|
background: url('/assets/images/homepage/enter/bg.gif') !important; |
|
|
background: url('/assets/images/homepage/enter/bg.gif') !important; |
|
|
background-repeat: no-repeat; |
|
|
background-repeat: no-repeat; |
|
|
background-size: 100% 100%; |
|
|
background-size: 100% 100%; |
|
|
overflow: hidden; |
|
|
|
|
|
display: flex; |
|
|
|
|
|
flex-direction: column; |
|
|
|
|
|
justify-content: center; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
padding-top: 5%; |
|
|
|
|
|
|
|
|
|
|
|
._enter_row1 { |
|
|
|
|
|
height: 302px; |
|
|
|
|
|
|
|
|
|
|
|
._row1_item { |
|
|
|
|
|
width: 1434px; |
|
|
|
|
|
height: 241px; |
|
|
|
|
|
// opacity: 0.8; |
|
|
|
|
|
background: url('/assets/images/homepage/enter/row1.png'); |
|
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
|
background-size: 100% 100%; |
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
._row1_item:hover { |
|
|
|
|
|
width: 1434px; |
|
|
|
|
|
height: 302.6px; |
|
|
|
|
|
background: url('/assets/images/homepage/enter/row1-select.png'); |
|
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
|
background-size: 100% 100%; |
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
._enter_row2 { |
|
|
.enter_homepage { |
|
|
height: 427px; |
|
|
|
|
|
display: flex; |
|
|
|
|
|
width: 100%; |
|
|
width: 100%; |
|
|
padding-left: 4%; |
|
|
height: 100%; |
|
|
|
|
|
overflow: hidden; |
|
|
._row2_item1 { |
|
|
display: flex; |
|
|
width: 454px; |
|
|
flex-direction: column; |
|
|
height: 371px; |
|
|
justify-content: center; |
|
|
// opacity: 0.8; |
|
|
align-items: center; |
|
|
background: url('/assets/images/homepage/enter/row2-1.png'); |
|
|
padding-top: 5%; |
|
|
background-repeat: no-repeat; |
|
|
|
|
|
background-size: 100% 100%; |
|
|
._enter_row1 { |
|
|
cursor: pointer; |
|
|
height: 302px; |
|
|
margin-left: 60px; |
|
|
|
|
|
|
|
|
._row1_item { |
|
|
|
|
|
width: 1434px; |
|
|
|
|
|
height: 241px; |
|
|
|
|
|
// opacity: 0.8; |
|
|
|
|
|
background: url('/assets/images/homepage/enter/row1.png'); |
|
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
|
background-size: 100% 100%; |
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
._row1_item:hover { |
|
|
|
|
|
width: 1434px; |
|
|
|
|
|
height: 302.6px; |
|
|
|
|
|
background: url('/assets/images/homepage/enter/row1-select.png'); |
|
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
|
background-size: 100% 100%; |
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
._row2_item1:hover { |
|
|
._enter_row2 { |
|
|
background: url('/assets/images/homepage/enter/row2-1-select.png'); |
|
|
height: 427px; |
|
|
background-repeat: no-repeat; |
|
|
display: flex; |
|
|
background-size: 100% 100%; |
|
|
width: 100%; |
|
|
cursor: pointer; |
|
|
padding-left: 4%; |
|
|
|
|
|
|
|
|
|
|
|
._row2_item1 { |
|
|
|
|
|
width: 454px; |
|
|
|
|
|
height: 371px; |
|
|
|
|
|
// 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 { |
|
|
|
|
|
background: url('/assets/images/homepage/enter/row2-1-select.png'); |
|
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
|
background-size: 100% 100%; |
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
._row2_item2 { |
|
|
|
|
|
margin-left: 60px; |
|
|
|
|
|
width: 454px; |
|
|
|
|
|
height: 371px; |
|
|
|
|
|
// opacity: 0.8; |
|
|
|
|
|
background: url('/assets/images/homepage/enter/row2-2.png'); |
|
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
|
background-size: 100% 100%; |
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
._row2_item2:hover { |
|
|
|
|
|
background: url('/assets/images/homepage/enter/row2-2-select.png'); |
|
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
|
background-size: 100% 100%; |
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
._row2_item3 { |
|
|
|
|
|
margin-left: 60px; |
|
|
|
|
|
width: 454px; |
|
|
|
|
|
height: 371px; |
|
|
|
|
|
// opacity: 0.8; |
|
|
|
|
|
background: url('/assets/images/homepage/enter/row2-3.png'); |
|
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
|
background-size: 100% 100%; |
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
._row2_item3:hover { |
|
|
|
|
|
background: url('/assets/images/homepage/enter/row2-3-select.png'); |
|
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
|
background-size: 100% 100%; |
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
._row2_item2 { |
|
|
._enter_title { |
|
|
margin-left: 60px; |
|
|
position: absolute; |
|
|
width: 454px; |
|
|
top: 4%; |
|
|
height: 371px; |
|
|
left: 3%; |
|
|
// opacity: 0.8; |
|
|
width: 575.35px; |
|
|
background: url('/assets/images/homepage/enter/row2-2.png'); |
|
|
height: 78px; |
|
|
|
|
|
background: url('/assets/images/homepage/enter/title.png'); |
|
|
background-repeat: no-repeat; |
|
|
background-repeat: no-repeat; |
|
|
background-size: 100% 100%; |
|
|
background-size: 100% 100%; |
|
|
cursor: pointer; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
._row2_item2:hover { |
|
|
._title { |
|
|
background: url('/assets/images/homepage/enter/row2-2-select.png'); |
|
|
width: 100%; |
|
|
|
|
|
height: 88px; |
|
|
|
|
|
background: url('/assets/images/homepage/bigscreen/top.png'); |
|
|
background-repeat: no-repeat; |
|
|
background-repeat: no-repeat; |
|
|
background-size: 100% 100%; |
|
|
background-size: 100% 100%; |
|
|
cursor: pointer; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
._row2_item3 { |
|
|
._exit { |
|
|
margin-left: 60px; |
|
|
position: absolute; |
|
|
width: 454px; |
|
|
right: 60px; |
|
|
height: 371px; |
|
|
top: 38px; |
|
|
// opacity: 0.8; |
|
|
|
|
|
background: url('/assets/images/homepage/enter/row2-3.png'); |
|
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
|
background-size: 100% 100%; |
|
|
|
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
|
|
|
color: #C8F0FF; |
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
|
|
|
|
._icon { |
|
|
|
|
|
display: inline-block; |
|
|
|
|
|
width: 28px; |
|
|
|
|
|
height: 28px; |
|
|
|
|
|
background: url('/assets/images/homepage/bigscreen/exit.png'); |
|
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
|
background-size: 100% 100%; |
|
|
|
|
|
margin-right: 3px; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
._row2_item3:hover { |
|
|
.homepage-left { |
|
|
background: url('/assets/images/homepage/enter/row2-3-select.png'); |
|
|
width: 21.8%; |
|
|
background-repeat: no-repeat; |
|
|
height: 89.6%; |
|
|
background-size: 100% 100%; |
|
|
position: absolute; |
|
|
cursor: pointer; |
|
|
top: 8.2%; |
|
|
|
|
|
z-index: 300; |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
._enter_title { |
|
|
|
|
|
position: absolute; |
|
|
|
|
|
top: 4%; |
|
|
|
|
|
left: 3%; |
|
|
|
|
|
width: 575.35px; |
|
|
|
|
|
height: 78px; |
|
|
|
|
|
background: url('/assets/images/homepage/enter/title.png'); |
|
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
|
background-size: 100% 100%; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
._title { |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
height: 88px; |
|
|
|
|
|
background: url('/assets/images/homepage/bigscreen/top.png'); |
|
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
|
background-size: 100% 100%; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
._exit { |
|
|
.homepage-center { |
|
|
position: absolute; |
|
|
width: 49.16%; |
|
|
right: 60px; |
|
|
height: 89.6%; |
|
|
top: 38px; |
|
|
position: absolute; |
|
|
cursor: pointer; |
|
|
bottom: 2.4%; |
|
|
color: #C8F0FF; |
|
|
left: 25.5%; |
|
|
display: flex; |
|
|
padding-left: 16px; |
|
|
|
|
|
padding-right: 16px; |
|
|
._icon { |
|
|
z-index: 400; |
|
|
display: inline-block; |
|
|
|
|
|
width: 28px; |
|
|
._top { |
|
|
height: 28px; |
|
|
margin-top: 5%; |
|
|
background: url('/assets/images/homepage/bigscreen/exit.png'); |
|
|
height: calc(100% - 200px); |
|
|
background-repeat: no-repeat; |
|
|
background: url('/assets/images/homepage/bigscreen/centerbg.png'); |
|
|
background-size: 100% 100%; |
|
|
background-repeat: no-repeat; |
|
|
margin-right: 3px; |
|
|
background-size: 100% 100%; |
|
|
|
|
|
position: relative; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.homepage-left { |
|
|
|
|
|
width: 21.8%; |
|
|
|
|
|
height: 89.6%; |
|
|
|
|
|
position: absolute; |
|
|
|
|
|
top: 8.2%; |
|
|
|
|
|
z-index: 300; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.homepage-center { |
|
|
.homepage-left-left { |
|
|
width: 49.16%; |
|
|
left: 48px; |
|
|
height: 89.6%; |
|
|
|
|
|
position: absolute; |
|
|
|
|
|
bottom: 2.4%; |
|
|
|
|
|
left: 25.5%; |
|
|
|
|
|
padding-left: 16px; |
|
|
|
|
|
padding-right: 16px; |
|
|
|
|
|
z-index: 400; |
|
|
|
|
|
|
|
|
|
|
|
._top { |
|
|
|
|
|
margin-top: 5%; |
|
|
|
|
|
height: calc(100% - 200px); |
|
|
|
|
|
background: url('/assets/images/homepage/bigscreen/centerbg.png'); |
|
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
|
background-size: 100% 100%; |
|
|
|
|
|
position: relative; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.homepage-left-left { |
|
|
.homepage-left-right { |
|
|
left: 48px; |
|
|
right: 48px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.homepage-left-right { |
|
|
|
|
|
right: 48px; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.list { |
|
|
.list { |
|
|
list-style: none; |
|
|
list-style: none; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|