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

.lifelogin-page{
	position: relative;
	background-image:resolve('life/login/bg.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 38.125rem;
	width: 100%;
	.btn-input{
		position: absolute;
		top: 15.2rem;
        left: 4.2rem;
		border:none;
		width: 9.25rem;
		height: 1rem;
		line-height: 0.75rem;
		text-align: center;
		font-size: 24px;
	}
	.coupon-btn{
		background-image:resolve('life/login/button_1.png');
	    background-size: 100% 100%;
	    background-repeat: no-repeat;
	    width: 60.625%;
	    height:8.13%;
	    position: absolute;
	    left: 20%;
	    top:17rem;
	}
	.down-app{
		background-image:resolve('life/login/button_2.png');
	    background-size: 100% 100%;
	    background-repeat: no-repeat;
	    width: 80%;
	    height:8.13%;
	    left: 10%;
	    bottom: 4rem;
	    position: absolute;
	}
	.notice{
		background-image:resolve('life/login/button_3.png');
	    background-size: 100% 100%;
	    background-repeat: no-repeat;
	    width: 80%;
	    height:7%;
	    position: absolute;
	    left: 10%;
	    bottom: 0.5rem;
	}
	.mark{
		width: 100%;
		height:38.125rem;
		background:#69cffe;
		position: fixed;
		opacity: 0.5;
		top:0 ;
		z-index: 1;
		display: none;
	}
	.code{
		background-image:resolve('life/login/code.png');
	    background-size: 100% 100%;
	    background-repeat: no-repeat;
	    width: 100%;
	    position: fixed;
	    height:100%;
	    left:0;
	    top:15%;
	    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:1.4rem;
	        top:4rem;
	    }
	}
}
@import "coupon";