32 lines
		
	
	
		
			890 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
			
		
		
	
	
			32 lines
		
	
	
		
			890 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
    <meta charset="utf-8">
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
 | 
						|
    <title>温馨提示</title>
 | 
						|
    <meta name="keywords" content="" />
 | 
						|
    <meta name="description" content="" />
 | 
						|
    <!-- css加载 -->
 | 
						|
    <link rel="stylesheet" href="__STATIC__/coupon/css/common.css">
 | 
						|
    <link rel="stylesheet" href="__STATIC__/coupon/css/style.css">
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
<!-- 内容 -->
 | 
						|
<div class="luck-draw">
 | 
						|
    <style>
 | 
						|
        .no-tips{
 | 
						|
            position: fixed;
 | 
						|
            top: 50%;
 | 
						|
            left: 50%;
 | 
						|
            transform: translate(-50%,-50%);
 | 
						|
            font-size: 24px;
 | 
						|
            font-weight: bold;
 | 
						|
        }
 | 
						|
        .luck-draw{
 | 
						|
            background-position: center;
 | 
						|
        }
 | 
						|
    </style>
 | 
						|
    <div class="no-tips">活动未开始</div>
 | 
						|
</div>
 | 
						|
</body>
 | 
						|
</html> |