tijian_tieying/web/dccdc/Views/Infection/tjfx2.cshtml
2025-02-20 12:14:39 +08:00

121 lines
3.8 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@{Layout = null; }
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>@ViewBag.name 的推荐</title>
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<link href="../css/mui.min.css" rel="stylesheet" />
<!--css样式-->
<style type="text/css">
body, html {
width: 100%;
height: 100%;
position: relative;
background: #FFFFFF;
font-size: 14px;
}
/*主体*/
.mui-content {
width: 100%;
height: auto;
padding: 18% 5% 15% 5%;
background: #FFFFFF;
}
.mui-input-row {
margin-bottom: 15px;
}
.mui-input-row label {
text-align: right;
width: 37%;
line-height: 20px;
padding: 11px 10px;
}
.mui-input-row label ~ input, .mui-input-row label ~ select, .mui-input-row label ~ textarea {
border: 1px solid rgba(0,0,0,0.2);
padding-left: 8px;
font-size: 14px;
width: 63%;
}
#imgbox {
width: 60%;
height: 100px;
border: 1px solid #EFEFF4;
border-radius: 5px;
text-align: center;
margin: auto;
line-height: 100px;
}
/*按钮*/
.mui-bar {
-webkit-box-shadow: none;
box-shadow: none;
height: 40px;
}
#picture {
width: 100%;
height: 100%;
}
#editBtn, #subBtn {
position: absolute;
/*width: 50%;*/
height: 100%;
border-color: #007aff;
border-radius: 0;
background: #007aff;
color: #FFFFFF;
}
#editBtn {
right: 0;
background: #4cd964;
border-color: #4cd964;
}
#subBtn {
/*right: 50%;*/
background: #8a8cb2;
border-color: #8a8cb2;
}
</style>
</head>
<body>
<!--页面主体-->
<div class="mui-content">
<div class="mui-input-row">
朋友,您好:
<br />&nbsp;&nbsp;&nbsp;&nbsp;本推送来自一个非常关心您健康的朋友!
<br />目前德州市疾控中心与德城区疾控中心正在探索卡车司机人群健康促进模式。现面向社会征集目标人群拥有B本及以上机动车驾驶证且目前依旧从事货运的男性司机朋友。
<br />参加本项目的收益您将获得丰富的传染病、慢性病及职业病的健康知识及2次免费的全面体检及20元红包奖励等参与者每成功推荐一人可获得30元红包奖励。
<br />详情请点击二维码或关注“德城健康e路”微信公众号或致电22671052670076。
<br />郑重承诺:我们对所有涉及到的个人信息严格保密。
<br />
<br />填写个人信息推荐码时,应特别提醒“请在此处填写您朋友的推荐码:@ViewBag.recommend如没有则忽略
</div>
<div class="mui-input-row" style="text-align:center">
长按二维码识别 <br/>
<img style="width:70%" src="@ViewBag.url" />
</div>
</div>
<!--js内容-->
<script src="../js/mui.min.js"></script>
<script type="text/javascript" src="../js/common.js"></script>
<script type="text/javascript" src="../js/jquery-2.1.0.js"></script>
<script type="text/javascript">
mui.init()
var user = {};
window.onload = function () {
}
</script>
</body>
</html>