master
james.zhao 6 years ago
parent a108cc15d3
commit 537a4f5b3c

@ -2,19 +2,20 @@
width:100%; width:100%;
height:100%; height:100%;
/*position: fixed;*/ /*position: fixed;*/
background: url("../img/gateway_bg.png"); background: url("../img/gateway_bg.png") no-repeat center center fixed;;
top: 0; top: 0;
bottom: 0; bottom: 0;
right: 0; right: 0;
left: 0; left: 0;
z-index: -1; z-index: -1;
overflow-y: auto; overflow-y: auto;
background-size:100% 100%; /*background-size:100% 100%;*/
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
align-content: center; align-content: center;
flex-direction: column; flex-direction: column;
background-size: cover;
} }
.head-bar{ .head-bar{
@ -29,16 +30,16 @@
} }
.order-box{ .order-box{
height: 650px; height: 620px;
width: 800px; width: 800px;
margin: 2% auto; /*margin: 2% auto;*/
/*box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.21);*/ /*box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.21);*/
} }
.order-box-bank{ .order-box-bank{
height: 900px; height: 600px;
width: 800px; width: 800px;
margin: 2% auto; /*margin: 2% auto;*/
/*box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.21);*/ /*box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.21);*/
} }
@ -93,7 +94,7 @@
background: #FFFFFF; background: #FFFFFF;
width:60%; width:60%;
float: right; float: right;
height: 90%; height: 130%;
padding: 20px 40px; padding: 20px 40px;
} }
.order-box .brand{ .order-box .brand{
@ -125,7 +126,7 @@
.order-box .brand-bank img{ .order-box .brand-bank img{
width: 246px; width: 246px;
height: 51px; height: 51px;
margin-top: 3% margin-top: 2%
} }
.order-box .right .title { .order-box .right .title {

Loading…
Cancel
Save