|
@@ -4,7 +4,7 @@
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
|
<meta content="telephone=no" name="format-detection" />
|
|
|
<script type="text/javascript" src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script>
|
|
|
-<script src="/js/jquery.js"></script>
|
|
|
+<script src="{{Msg "seo" "cdn"}}/js/jquery.js"></script>
|
|
|
<script>
|
|
|
var signature = {{.T.signature}};
|
|
|
var shareTitle = "{{.T.nickName}}在2016年{{.T.words}}";
|
|
@@ -96,7 +96,7 @@ img{
|
|
|
}
|
|
|
.flop-tip{
|
|
|
color: #a52f2e;
|
|
|
- background-image: url("/images/flop/tip-bg.png");
|
|
|
+ background-image: url("{{Msg "seo" "cdn"}}/images/flop/tip-bg.png");
|
|
|
background-size: 100% 100%;
|
|
|
position: absolute;
|
|
|
width: 280px;
|
|
@@ -130,7 +130,7 @@ img{
|
|
|
}
|
|
|
.flop-notice{
|
|
|
color: #ffa461;
|
|
|
- background-image: url("/images/flop/flop-notice.png");
|
|
|
+ background-image: url("{{Msg "seo" "cdn"}}/images/flop/flop-notice.png");
|
|
|
background-size: 100% 100%;
|
|
|
position: absolute;
|
|
|
top: 30px;
|
|
@@ -189,28 +189,28 @@ ul{
|
|
|
height: 25px;
|
|
|
}
|
|
|
.page-before{
|
|
|
- background-image: url("/images/flop/bg-1.png");
|
|
|
+ background-image: url("{{Msg "seo" "cdn"}}/images/flop/bg-1.png");
|
|
|
}
|
|
|
.page-after{
|
|
|
- background-image: url("/images/flop/bg-2.png");
|
|
|
+ background-image: url("{{Msg "seo" "cdn"}}/images/flop/bg-2.png");
|
|
|
}
|
|
|
</style>
|
|
|
</head>
|
|
|
<body>
|
|
|
-<img src="/images/flop/bubble.png" class="bubble"{{if eq .T.flag 1}} style="display: none;"{{end}}>
|
|
|
+<img src="{{Msg "seo" "cdn"}}/images/flop/bubble.png" class="bubble"{{if eq .T.flag 1}} style="display: none;"{{end}}>
|
|
|
<div class="page{{if eq .T.flag 1}} page-before{{else}} page-after{{end}}">
|
|
|
<div class="flop-notice">
|
|
|
<span>{{.T.nickName}}</span>,您的猴年福牌是:
|
|
|
</div>
|
|
|
<div class="cards">
|
|
|
- {{if eq .T.flag 1}}<img src="/images/flop/card.png">{{end}}
|
|
|
- <img src="/images/flop/card-{{.T.cardType}}.png"{{if eq .T.flag 1}} style="display: none;"{{end}}>
|
|
|
+ {{if eq .T.flag 1}}<img src="{{Msg "seo" "cdn"}}/images/flop/card.png">{{end}}
|
|
|
+ <img src="{{Msg "seo" "cdn"}}/images/flop/card-{{.T.cardType}}.png"{{if eq .T.flag 1}} style="display: none;"{{end}}>
|
|
|
</div>
|
|
|
{{if eq .T.flag 1}}
|
|
|
- <img src="/images/flop/btn.png" class="btn">
|
|
|
+ <img src="{{Msg "seo" "cdn"}}/images/flop/btn.png" class="btn">
|
|
|
{{else if eq .T.flag 3}}
|
|
|
<div class="flop-share">
|
|
|
- <img src="/front/weixinshare/{{.T.shareid}}">
|
|
|
+ <img src="{{Msg "seo" "cdn"}}/front/weixinshare/{{.T.shareid}}">
|
|
|
<div>
|
|
|
长按图片识别二维码<br>
|
|
|
您也可以测福牌
|