_index.css 649 Bytes
html,body {
	width: 100%;
}

.life-page{
    position: relative;
    background-image: resolve('life/index/bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    margin-bottom: -32px;
    .life-page-link-content {
    	width: 100%;
    	height: 8.13%;
    	position: absolute;
    	top: 86%;
    	.life-page-link {
	    	width: 60.625%;
	    	height: 100%;
	    	background-image: resolve('life/index/button.png');
	    	background-size: contain;
	    	background-repeat: no-repeat;
	    	display: block;
	    	position: relative;
	    	margin: 0 auto;
    	}
    }
    
}
@import "login";