54 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="">
 | |
|   <head>
 | |
|     <meta charset="utf-8" />
 | |
|     <meta http-equiv="X-UA-Compatible" content="IE=edge" />
 | |
|     <meta
 | |
|       name="viewport"
 | |
|       content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
 | |
|     />
 | |
|     <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
 | |
|     <script src="<%= BASE_URL %>static/js/config.js"></script>
 | |
|     <script src="<%= BASE_URL %>static/js/jquery.min.js"></script>
 | |
|     <script src="<%= BASE_URL %>static/js/up_share.min.js"></script>
 | |
|     <style type="text/css">
 | |
|       @media screen and (min-width: 480px) {
 | |
|         html {
 | |
|           width: 480px !important;
 | |
|           font-size: 37.5px !important;
 | |
|           margin: 0 auto;
 | |
|           background-color: #69696b;
 | |
|         }
 | |
|         .van-nav-bar--fixed,
 | |
|         .video-wrap {
 | |
|           width: 480px !important;
 | |
|           left: auto !important;
 | |
|           right: auto !important;
 | |
|         }
 | |
|         .van-popup--bottom {
 | |
|           max-width: 480px !important;
 | |
|           left: 50% !important;
 | |
|           margin-left: -240px;
 | |
|         }
 | |
|         .submit-buttom {
 | |
|           width: 480px !important;
 | |
|           transform: translateX(-50%);
 | |
|           left: 50% !important;
 | |
|         }
 | |
|       }
 | |
|     </style>
 | |
|     <title> </title>
 | |
|   </head>
 | |
|   <body>
 | |
|     <noscript>
 | |
|       <strong
 | |
|         >We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
 | |
|         properly without JavaScript enabled. Please enable it to
 | |
|         continue.</strong
 | |
|       >
 | |
|     </noscript>
 | |
|     <div id="app"></div>
 | |
|     <!-- built files will be auto injected -->
 | |
|   </body>
 | |
| </html>
 | 
