Commit 2ae50f1a by Sweet Zhang

送2天保险活动修改

parent dc3cb320
......@@ -7,6 +7,7 @@
<meta name="viewport"
content="width=device-width, initial-scale=1.0,minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>免费获取户外旅行保险</title>
<link rel="shortcut icon" href="https://mdev.zuihuibi.cn/assets/img/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="layer/weui.min.css">
<link rel="stylesheet" href="layer/jquery-weui.css">
<link rel="stylesheet" href="dist/css/bootstrap.min.css">
......@@ -16,7 +17,7 @@
<body>
<div class="wrap">
<div id="logo">
<img src="layer/images/logo.png" alt="">
<img src="layer/images/yd-online_logo.png" alt="">
</div>
<div class="viewport">
<div class="header" style="margin-top: 40px;">
......@@ -105,7 +106,7 @@
</div>
</div>
<ul class="activity">
<li><p>最惠比」为你甄选了一款适合户外旅行和运动的保险。</p></li>
<li><p>银盾保险在线」为你甄选了一款适合户外旅行和运动的保险。</p></li>
<li><p>完善信息,点击提交,<span class="main">即可获得2天免费保险。</span></p></li>
<li><p>(以下为投保必填信息,请确保信息准确!)</p></li>
</ul>
......@@ -132,7 +133,8 @@
</div>
<div class="col-md-12 col-sm-12 col-xm-12">
<p>被保人身份证:</p>
<input type="text" id="idCard" style="padding: 0;margin-top: 16px;" placeholder="请输入被保人身份证" onblur="checkIdCard($('#idCard').val())">
<input type="text" id="idCard" style="padding: 0;margin-top: 16px;" placeholder="请输入被保人身份证"
onblur="checkIdCard($('#idCard').val())">
</div>
<div class="col-md-12 col-sm-12 col-xm-12">
<p>被保人邮箱:</p>
......@@ -148,7 +150,7 @@
<img src="layer/images/btn-focus.png" id="btnSave" alt="提交">
</div>
<p class="copyright">
本活动最终解释权归最惠比所有
本活动最终解释权归银盾保险在线所有
</p>
</div>
</div>
......@@ -156,8 +158,8 @@
<div class="endBg"></div>
<div class="endContent">
<p class="first">本次活动已结束!</p>
<img src="layer/images/zuihuibi.jpg" alt="二维码" id="overCode">
<p class="second">更多活动 , 关注最惠比</p>
<img src="layer/images/yd.jpg" alt="银盾保险在线" id="overCode">
<p class="second">更多活动 , 关注银盾保险在线</p>
</div>
......@@ -166,7 +168,7 @@
<div class="bgContent">
<img src="layer/images/true.png" alt="提交完成" class="true">
<p class="msg">提交成功</p>
<img src="layer/images/zuihuibi.jpg" alt="二维码" id="erCode">
<img src="layer/images/yd.jpg" alt="银盾保险在线" id="erCode">
<p class="msgMore">关注服务号 , 了解订单状态</p>
<div class="share" id="shareOther">
<span>推荐给朋友 , 家人免费领取 <i class="iconfont">&#xe606;</i></span>
......@@ -175,7 +177,13 @@
<!--分享导向-->
<div class="guideImg">
<img src='layer/images/guide.png' alt="">
<div style="width: 65px;float: right;margin-right: 15px;margin-top: 15px;">
<img src="layer/images/point.png" alt="">
</div>
<div style="color: #fff;font-size: 18px;text-align: center;margin-top: 60%;">
<p>请点击右上角菜单</p>
<p>分享给朋友</p>
</div>
</div>
<!--加载中-->
......@@ -196,12 +204,11 @@
<script src="layer/twoCampain.js"></script>
<script>
//短日期,形如 (2003-12-05)1
function isDate(str)
{
function isDate(str) {
var r = str.match(/^(\d{1,4})(-|\/)(\d{1,2})\2(\d{1,2})$/);
if(r==null)return false;
var d= new Date(r[1], r[3]-1, r[4]);
return (d.getFullYear()==r[1]&&(d.getMonth()+1)==r[3]&&d.getDate()==r[4]);
if (r == null)return false;
var d = new Date(r[1], r[3] - 1, r[4]);
return (d.getFullYear() == r[1] && (d.getMonth() + 1) == r[3] && d.getDate() == r[4]);
}
/**
* 校验身份证
......
......@@ -55,46 +55,48 @@ img {
max-width: 100%;
}
#logo {
width: 300px;
float: right;
margin-top: -40px;
}
@media screen and (min-width: 320px) {
#logo {
width: 130px;
}
}
@media screen and (min-width: 600px) {
#logo {
width: 180px;
float: right;
margin-top: -40px;
background: #fff;
width: 0;
height: 0;
border-bottom: 130px solid #9bcdcb;
border-left: none;
border-top: none;
border-right: 190px solid #eee;
}
}
@media screen and (min-width: 800px) {
#logo {
width: 200px;
#logo img {
position: absolute;
right: 0;
top: 25px;
width: 124px;
}
}
@media screen and (min-width: 1000px) {
@media screen and (min-width: 720px) {
#logo {
width: 250px;
float: right;
margin-top: -40px;
background: #fff;
width: 0;
height: 0;
border-bottom: 150px solid #9bcdcb;
border-left: none;
border-top: none;
border-right: 280px solid #eee;
}
}
@media screen and (min-width: 1200px) {
#logo {
width: 300px;
#logo img {
position: absolute;
right: 0;
top: 15px;
width: 180px;
}
}
#logo img {
width: 100%;
}
.heading-1 {
text-transform: uppercase;
color: #fff;
......@@ -561,10 +563,12 @@ img {
.question .tabContent .userInfo input {
width: 170px;
}
.question .tabContent .userInfo .chooseDate input {
width: 105px;
font-size: 14px;
}
#endDate {
font-size: 14px;
}
......@@ -574,6 +578,7 @@ img {
.question .tabContent .userInfo input {
width: 212px;
}
.question .tabContent .userInfo .chooseDate input {
width: 113px
}
......@@ -588,6 +593,7 @@ img {
width: 120px;
font-size: 16px;
}
#endDate {
font-size: 16px;
}
......@@ -677,22 +683,25 @@ img {
display: none;
}
}
@media screen and (min-width: 375px) {
#date {
display: inline-block;
width:14px;
width: 14px;
margin-left: -21px;
margin-bottom: 4px;
}
}
@media screen and (min-width: 414px) {
#date {
width:16px;
width: 16px;
display: inline-block;
margin-left: -24px;
margin-bottom: 4px;
}
}
.bgContent .true {
width: 50px;
height: 50px;
......@@ -747,6 +756,7 @@ img {
top: 0px;
z-index: 120;
overflow: hidden;
background-color: rgba(0, 0, 0, 0.8);
}
.guideImg img {
......
......@@ -365,7 +365,7 @@ $(function () {
wx.onMenuShareTimeline({
title: '免费获取户外旅行保险',
link: link,
imgUrl: protocol + '//mdev.zuihuibi.cn/2days-campaign/layer/images/share.jpg',// 自定义图标
imgUrl: protocol + '//mdev.zuihuibi.cn/2days-campaign/layer/images/banner.jpg',// 自定义图标
trigger: function (res) {
// 不要尝试在trigger中使用ajax异步请求修改本次分享的内容,因为客户端分享操作是一个同步操作,这时候使用ajax的回包会还没有返回.
//alert('click shared');
......@@ -388,7 +388,7 @@ $(function () {
title: '免费获取户外旅行保险', // 分享标题
desc: '爱生活,爱运动,春夏出行,户外旅行保险免费送。', // 分享描述
link: link, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
imgUrl: protocol + '//mdev.zuihuibi.cn/2days-campaign/layer/images/share.jpg', // 自定义图标
imgUrl: protocol + '//mdev.zuihuibi.cn/2days-campaign/layer/images/banner.jpg', // 自定义图标
type: 'link', // 分享类型,music、video或link,不填默认为link
dataUrl: '', // 如果type是music或video,则要提供数据链接,默认为空
success: function () {
......@@ -405,7 +405,7 @@ $(function () {
title: '免费获取户外旅行保险',
desc: '爱生活,爱运动,春夏出行,户外旅行保险免费送。', // 分享描述
link: link,
imgUrl: protocol + '//mdev.zuihuibi.cn/2days-campaign/layer/images/share.jpg',// 自定义图标
imgUrl: protocol + '//mdev.zuihuibi.cn/2days-campaign/layer/images/banner.jpg',// 自定义图标
trigger: function (res) {
// 不要尝试在trigger中使用ajax异步请求修改本次分享的内容,因为客户端分享操作是一个同步操作,这时候使用ajax的回包会还没有返回.
//alert('click shared');
......
......@@ -19,6 +19,7 @@ export class BrokerQryComponent implements OnInit {
// 经纪人查询
userPractitionerQuery() {
this.userPractitionerQueryItemList = [];
const userPractitioner = {
name: this.practitionerName
};
......
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
\ No newline at end of file
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
</profile>
</component>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JsFlowSettings">
<service-enabled>false</service-enabled>
<exe-path />
<annotation-enable>false</annotation-enable>
<other-services-enabled>false</other-services-enabled>
</component>
<component name="ProjectInspectionProfilesVisibleTreeState">
<entry key="Project Default">
<profile-state>
<expanded-state>
<State>
<id />
</State>
</expanded-state>
<selected-state>
<State>
<id>TypeScript</id>
</State>
</selected-state>
</profile-state>
</entry>
</component>
<component name="masterDetails">
<states>
<state key="ScopeChooserConfigurable.UI">
<settings>
<splitter-proportions>
<option name="proportions">
<list>
<option value="0.2" />
</list>
</option>
</splitter-proportions>
</settings>
</state>
</states>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/consulting.iml" filepath="$PROJECT_DIR$/.idea/consulting.iml" />
</modules>
</component>
</project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment