-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxiaoxitx.html
93 lines (90 loc) · 3.6 KB
/
xiaoxitx.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!doctype html>
<html>
<head>
<meta charset=utf-8>
<title>消息提醒</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!--针对ios-->
<meta content="yes" name="apple-mobile-web-app-capable">
<!--添加主屏后再次打开是否全屏-->
<meta name="apple-touch-fullscreen" content="yes">
<!--禁止百度转码-->
<meta name="Cache-Control" content="no-siteapp">
<!--ios顶部颜色-->
<meta content="black" name="apple-mobile-web-app-status-bar-style">
<!--禁用数字识别电话-->
<meta content="telephone=no" name="format-detection">
<!--添加主屏后显示标题文字-->
<meta name="apple-mobile-web-app-title" content="卡券商城">
<!--添加主屏显示的图标 sizes为尺寸-->
<link rel="apple-touch-icon" sizes="144x144" href="">
<!--viewport-->
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
<!--less-->
<link rel="stylesheet" href="css/app.less">
</head>
<body>
<!--顶部模块-->
<header>
<a class="back" href="javascript:;"></a>
<span class="title title_margin_center">消息提醒</span>
</header>
<!--内容-->
<section>
<div class="xiaoxitxBox" flex="dir:top cross:baseline">
<a class="jinritj" href="" flex="dir:left box:first">
<div class="left">
<span class="tsIMG tuijian"></span>
<span class="new"></span><!--消息提示小红点-->
</div>
<div class="right" flex="dir:top box:mean">
<div class="rightHead">
<span class="text">今日推荐</span>
<span class="time">14:02</span>
<span class="riqi">今天</span>
</div>
<div class="rightContent">
<p>尊敬的客户:已为您定制今天的独享优惠,请勿向其他人泄露.</p>
</div>
</div>
</a>
<a class="cuxiaohuodong" href="" flex="dir:left box:first">
<div class="left">
<span class="tsIMG cuxiao"></span>
<span class="new"></span>
</div>
<div class="right" flex="dir:top box:mean">
<div class="rightHead">
<span class="text">促销活动</span>
<span class="riqi">16-10-03</span>
</div>
<div class="rightContent">
<p>甄选全城评价最好的亲子团购,用上洪荒之力直降秒杀,抢到赚到,手慢无!</p>
</div>
</div>
</a>
<a class="youhuiquan" href="" flex="dir:left box:first">
<div class="left">
<span class="tsIMG daoqi"></span>
</div>
<div class="right" flex="dir:top box:mean">
<div class="rightHead">
<span class="text">优惠券到期提醒</span>
<span class="riqi">16-09-23</span>
</div>
<div class="rightContent">
<p>尊敬的客户:您今天有一张优惠券到期,还有三张即将到期。</p>
</div>
</div>
</a>
</div>
</section>
</body>
<script src="js/zepto.min.js"></script><!--ignore-->
<script src="js/touch.js"></script><!--ignore-->
<script src="js/slider.js"></script><!--ignore-->
<script src="js/fx.js"></script><!--ignore-->
<script src="js/fx_methods.js"></script><!--ignore-->
<script src="js/fastclick.js"></script><!--ignore-->
<script src="js/app.js"></script><!--ignore-->
</html>