_login.css 2.63 KB
html,body {
	width: 100%;
}

.lifelogin-page{
	position: relative;
	background-image:resolve('life/login/bg.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	height: 1525px;
	width: 100%;
	margin-bottom: -32px;
	.btn-input{
		position: absolute;
		top: 608px;
        left: 168px;
		border:none;
		width: 370px;
		height:40px;
		line-height: 30px;
		text-align: center;
		font-size: 24px;
	}
	.coupon-btn{
		background-image:resolve('life/login/button_1.png');
	    background-size: contain;
	    background-repeat: no-repeat;
	    width: 388px;
	    height:82px;
	    position: absolute;
	    left: 20%;
	    top:680px;
	}
	.down-app{
		background-image:resolve('life/login/button_2.png');
	    background-size: contain;
	    background-repeat: no-repeat;
	    width: 80%;
	    height:8.13%;
	    left: 10%;
	    bottom: 160px;
	    position: absolute;
	}
	.notice{
		background-image:resolve('life/login/button_3.png');
	    background-size: contain;
	    background-repeat: no-repeat;
	    width: 80%;
	    height:7%;
	    position: absolute;
	    left: 10%;
	    bottom: 20px;
	}
	.mark{
		width: 100%;
		height:1525px;
		background:#69cffe;
		position: fixed;
		opacity: 0.5;
		top:0 ;
		z-index: 1;
		display: none;
	}
	.code{
		background-image:resolve('life/login/codebox.jpg');
	    background-size: contain;
	    background-repeat: no-repeat;
	    width: 80%;
	    position:fixed;
	    height:60%;
	    left:10%;
	    top:20%;
	    display: none;
	    z-index: 2;
	    .close{
	    	background-image:resolve('life/login/close.png');
	        background-size: 100% 100%;
	        background-repeat: no-repeat;
	        position:absolute;
	        width:40px;
	        height:40px;
	        left:10px;
	        top:10px;
	    }
	    img{
	        height: 40%;
	        width: 50%;
	        position: absolute;
	        left: 25%;
	        top:40%;
	    }
	}
	.successed{
		background-image:resolve('life/login/get.png');
		background-size: 100% 100%;
		position: absolute;
		width: 80%;
		height:20%;
		left: 10%;
		top:33%;
		display: none;
		z-index: 2;
	}
	.faill{
		background-image:resolve('life/login/faill.png');
		background-size: 100% 100%;
		position: absolute;
		width: 80%;
		height:20%;
		left:10%;
		top:33%;
		display: none;
		z-index: 2;
	}
	.late{
		background-image:resolve('life/login/late.png');
		background-size: 100% 100%;
		position: absolute;
		width: 80%;
		height:20%;
		left: 10%;
		top:33%;
		display: none;
		z-index: 2;
	}
	.sure{
		position: absolute;
        display: block;
        width: 42%;
        height: 23%;
        left: 29%;
        bottom: 3%;
        color: #FFFFFF;
        sborder: solid 2px #FFFFFF;
	}
}
@import "coupon";