mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-09-12 15:01:39 +08:00
添加Metronic(作为LFS)
This commit is contained in:
33
frontend/static/responsive.html
Normal file
33
frontend/static/responsive.html
Normal file
@@ -0,0 +1,33 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<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">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="zhengliangquan,ozh.nextinside@gmail.com">
|
||||
|
||||
<title>responsive</title>
|
||||
<!--BASE CSS-->
|
||||
<link rel="stylesheet" href="css/base/base.css" />
|
||||
<!--RESPONSE CSS-->
|
||||
<link rel="stylesheet" href="css/base/responsive.css"/>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="row clearfix">
|
||||
<div class="column"><span>.column full</span></div>
|
||||
</div>
|
||||
<div class="row clearfix">
|
||||
<div class="column half"><span>.column half</span></div>
|
||||
<div class="column half"><span>.column half</span></div>
|
||||
</div>
|
||||
<div class="row clearfix">
|
||||
<div class="column third flow-opposite"><span>.column third</span></div>
|
||||
<div class="column two-thirds"><span>.column two-thirds</span></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user