|
@ -1,73 +1,115 @@
|
|
|
<!DOCTYPE html>
|
|
|
<html>
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
|
<title>关注消息</title>
|
|
|
<meta name="author" content="yihu.com" />
|
|
|
<meta name="format-detection" content="telephone=no" />
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
|
|
<link rel="stylesheet" type="text/css" href="../../../fonts/font-awesome/css/font-awesome.min.css"/>
|
|
|
<link rel="stylesheet" type="text/css" href="../../../css/mui.min.css"/>
|
|
|
<link rel="stylesheet" type="text/css" href="../../../common/cross/css/cross.css"/>
|
|
|
<link rel="stylesheet" href="../../../common/cross/css/cross.ui.css" type="text/css" />
|
|
|
<link rel="stylesheet" type="text/css" href="../../../common/css/jy-style.css">
|
|
|
<style>
|
|
|
.msg-box{
|
|
|
background-color: #fff;
|
|
|
padding: 10px 0;
|
|
|
border-radius: 6px;
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
.fa-angle-right{
|
|
|
top: 50%;
|
|
|
right: 10px;
|
|
|
-webkit-transform: translateY(-50%);
|
|
|
-o-transform: translateY(-50%);
|
|
|
transform: translateY(-50%);
|
|
|
font-size: 20px;
|
|
|
}
|
|
|
</style>
|
|
|
</head>
|
|
|
<body>
|
|
|
<div class="h45">
|
|
|
<div class="demo-comtop">
|
|
|
<a class="mui-action-back"></a>
|
|
|
<h1>关注消息</h1>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="mui-scroll-wrapper" style="top: 45px;">
|
|
|
<div class="mui-scroll">
|
|
|
<div id="messageList" class="plr10"></div>
|
|
|
<div id="wushuju" class="c-hide" >
|
|
|
<img class="no-result-img" src="../../../images/shujuweikong_img.png">
|
|
|
<div class="f-fs14 c-323232 c-t-center">抱歉,暂未找到符合条件的结果。</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<script type="text/html" id="message-tmp">
|
|
|
{{each list as val i}}
|
|
|
<div class="hd-welcome mt10">
|
|
|
<p>{{val.czrq}}</p>
|
|
|
</div>
|
|
|
<div class="{{if val.read==1}}new-msg{{/if}} msg-box c-position-r" data-json="{{val | getJsonString}}">
|
|
|
<div class="plr10 pb5 c-f14 c-323232">{{val.title}}</div>
|
|
|
<div class="plr10 pb5 c-f14 c-323232">{{val.content}}</div>
|
|
|
<div class="c-border-t pt5 plr10 c-f14 c-909090 c-position-r">
|
|
|
<span>点击处理</span>
|
|
|
<i class="fa fa-angle-right c-position-a"></i>
|
|
|
</div>
|
|
|
</div>
|
|
|
{{/each}}
|
|
|
</script>
|
|
|
|
|
|
<script type="text/javascript" src="../../../js/jquery/2.1.3/jquery.js"></script>
|
|
|
<script type="text/javascript" src="../../../js/mui.min.js"></script>
|
|
|
<script src="../../../js/common_http.js" type="text/javascript" charset="utf-8"></script>
|
|
|
<script src="../../../js/template.js" type="text/javascript" charset="utf-8"></script>
|
|
|
<script src="../../../js/app.js" type="text/javascript" charset="utf-8"></script>
|
|
|
<script src="../js/concern-message.js" type="text/javascript" charset="utf-8"></script>
|
|
|
</body>
|
|
|
</html>
|
|
|
|
|
|
<head>
|
|
|
<meta charset="UTF-8">
|
|
|
<title>关注消息</title>
|
|
|
<meta name="author" content="yihu.com" />
|
|
|
<meta name="format-detection" content="telephone=no" />
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
|
|
<link rel="stylesheet" type="text/css" href="../../../fonts/font-awesome/css/font-awesome.min.css" />
|
|
|
<link rel="stylesheet" type="text/css" href="../../../css/mui.min.css" />
|
|
|
<link rel="stylesheet" type="text/css" href="../../../common/cross/css/cross.css" />
|
|
|
<link rel="stylesheet" href="../../../common/cross/css/cross.ui.css" type="text/css" />
|
|
|
<link rel="stylesheet" type="text/css" href="../../../common/css/jy-style.css">
|
|
|
<style>
|
|
|
.msg-box {
|
|
|
background-color: #fff;
|
|
|
padding: 10px 0;
|
|
|
border-radius: 6px;
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
|
|
|
.fa-angle-right {
|
|
|
top: 50%;
|
|
|
right: 10px;
|
|
|
-webkit-transform: translateY(-50%);
|
|
|
-o-transform: translateY(-50%);
|
|
|
transform: translateY(-50%);
|
|
|
font-size: 20px;
|
|
|
}
|
|
|
|
|
|
.cl-canbals {
|
|
|
background: #fff;
|
|
|
}
|
|
|
|
|
|
.c-list>li:first-child,
|
|
|
.c-list>.c-border-t:first-child,
|
|
|
.c-list>li:first-child .c-border-t,
|
|
|
.c-list>.c-list-function:first-child,
|
|
|
.c-list>.c-list-function:first-child .c-list-info,
|
|
|
.c-list>div:first-child .c-border-t,
|
|
|
.c-list>div:first-child,
|
|
|
.new-msg {
|
|
|
background: url('../../../images/new_icon.png') no-repeat;
|
|
|
background-size: 35px 35px;
|
|
|
-webkit-background-size: 35px 35px;
|
|
|
-moz-background-size: 35px 35px;
|
|
|
-o-background-size: 35px 35px;
|
|
|
background-position: top right!important;
|
|
|
}
|
|
|
</style>
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
<div class="h45">
|
|
|
<div class="demo-comtop">
|
|
|
<a class="mui-action-back"></a>
|
|
|
<h1>关注消息</h1>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="mui-scroll-wrapper" style="top: 45px;">
|
|
|
<div class="mui-scroll">
|
|
|
<div id="messageList" class="plr10"></div>
|
|
|
<div id="wushuju" class="c-hide">
|
|
|
<img class="no-result-img" src="../../../images/shujuweikong_img.png">
|
|
|
<div class="f-fs14 c-323232 c-t-center">抱歉,暂未找到符合条件的结果。</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<script type="text/html" id="message-tmp">
|
|
|
{{each list as val i}}
|
|
|
<div class="hd-welcome mt10">
|
|
|
<p>{{val.czrq}}</p>
|
|
|
</div>
|
|
|
<ul class="c-list mt10 cl-canbals mlr10 bgc-fff" data-json="{{val | getJsonString}}">
|
|
|
<li class="c-list-link c-border c-list-function mb10 c-position-r {{if val.read==1}}new-msg{{/if}}">
|
|
|
<div class=" c-avatar-m"><img src="{{setPatiPic(val.senderPhoto,val.sex)}}"></div>
|
|
|
<div class="c-list-info">
|
|
|
<h4 class="c-nowrap">{{val.senderName}}</h4>
|
|
|
<p class="c-nowrap">{{val.message}}</p>
|
|
|
<span class="list-icon arrow-right"></span>
|
|
|
</div>
|
|
|
</li>
|
|
|
</ul>
|
|
|
{{/each}}
|
|
|
</script>
|
|
|
<script type="text/html" id="message-tmp1">
|
|
|
{{each list as val i}}
|
|
|
<div class="hd-welcome mt10">
|
|
|
<p>{{val.czrq}}</p>
|
|
|
</div>
|
|
|
<div class="{{if val.read==1}}new-msg{{/if}} msg-box c-position-r" data-json="{{val | getJsonString}}">
|
|
|
<div class="plr10 pb5 c-f14 c-323232">{{val.title}}</div>
|
|
|
<div class="plr10 pb5 c-f14 c-323232">{{val.content}}</div>
|
|
|
<div class="c-border-t pt5 plr10 c-f14 c-909090 c-position-r">
|
|
|
<span>点击处理</span>
|
|
|
<i class="fa fa-angle-right c-position-a"></i>
|
|
|
</div>
|
|
|
</div>
|
|
|
{{/each}}
|
|
|
</script>
|
|
|
|
|
|
<script type="text/javascript" src="../../../js/jquery/2.1.3/jquery.js"></script>
|
|
|
<script type="text/javascript" src="../../../js/mui.min.js"></script>
|
|
|
<script src="../../../js/common_http.js" type="text/javascript" charset="utf-8"></script>
|
|
|
<script src="../../../js/template.js" type="text/javascript" charset="utf-8"></script>
|
|
|
<script src="../../../js/app.js" type="text/javascript" charset="utf-8"></script>
|
|
|
<script src="../../js/templateHelp.js"></script>
|
|
|
<script src="../js/concern-message.js" type="text/javascript" charset="utf-8"></script>
|
|
|
</body>
|
|
|
|
|
|
</html>
|