作者 王晓刚
1 个管道 的构建 通过 耗费 3 秒

静态页面

正在显示 46 个修改的文件 包含 4860 行增加1 行删除

要显示太多修改。

为保证性能只显示 46 of 46+ 个文件。

... ... @@ -32,7 +32,7 @@ class IndexController extends WeChatBaseController
$PageHtmlModel = new PageHtmlModel();
$page_html = $PageHtmlModel->findData(array('id'=>1));
$this->assign('page_html',$page_html);
return $this->fetch();
return $this->fetch('/');
}
}
\ No newline at end of file
... ...
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="__TMPL__/public/assets/assets/css/weui.min.css">
<link rel="stylesheet" href="__TMPL__/public/assets/assets/css/swiper-3.4.2.min.css">
<link rel="stylesheet" href="//at.alicdn.com/t/font_970727_pul0ncci0v.css">
<link rel="stylesheet" href="__TMPL__/public/assets/assets/css/style.css">
<script type="text/javascript" src="__TMPL__/public/assets/assets/js/fontsize.js"></script>
<script type="text/javascript" src="__TMPL__/public/assets/assets/js/jquery-2.1.0.js"></script>
<title>保单托管</title>
</head>
<body>
<div class="my_top">
<img src="__TMPL__/public/assets/assets/imgs/dsgdsfs@2x.png" alt="">
</div>
<div class="myimg">
<img src="__TMPL__/public/assets/assets/imgs/my.png" alt="">
</div>
<div class="my_navbox">
<!--all_trust.html my_tuoguan.html my_trust.html-->
<div class="my_nav"><a href="register.html">保单托管</a></div>
<div class="my_nav"><a href="my_tuoguan.html">我的托管</a></div>
<div class="my_nav"><a href="my_trust.html">我的保单</a></div>
</div>
<div class="my_txtbox">
<div>无论您在哪里购买的保单</div>
<div class="my_txtboxmian">都免费为您 提供保单托管</div>
</div>
<div class="my_txtbox">
<div>无论您在哪里购买的保单</div>
<div class="my_txtboxmian">都免费为您 提供保单托管</div>
</div>
<div class="lianxi">联系客服</div>
</body>
</html>
\ No newline at end of file
... ...
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="__TMPL__/public/assets/assets/css/weui.min.css">
<link rel="stylesheet" href="__TMPL__/public/assets/assets/css/swiper-3.4.2.min.css">
<link rel="stylesheet" href="//at.alicdn.com/t/font_970727_73wfsca7w8a.css">
<link rel="stylesheet" href="__TMPL__/public/assets/assets/css/commom.css">
<link rel="stylesheet" href="__TMPL__/public/assets/assets/css/style.css">
<script type="text/javascript" src="__TMPL__/public/assets/assets/js/fontsize.js"></script>
<script type="text/javascript" src="__TMPL__/public/assets/assets/js/jquery-2.1.0.js"></script>
<title>注册</title>
</head>
<body>
<div class="title">注册</div>
<div class="inputmian">
<div class="index_box">
<input type="text" placeholder="请输入姓名" id="name">
</div>
<div class="index_box tip_box">
<input type="number" placeholder="请输入手机号" id="tel">
<div class="tip_txt code_txt" >获取验证码</div>
</div>
<div class="index_box">
<input type="number" placeholder="请输入验证码" type="number" id="code">
</div>
<div class="reg_box activetxt"><div class="iconfont icon-xuanzhong1"></div>
同意<a href="agree.html">《XXXXX》</a></div>
<div class="regbtn" >注册</div>
</div>
<!--toast-->
<div id="toast" style="display: none;">
<div class="weui-mask_transparent"></div>
<div class="weui-toast">
<p class="weui-toast__content">已完成</p>
</div>
</div>
<script type="text/javascript" src="__TMPL__/public/assets/assets/js/jquery-2.1.0.js"></script>
<script type="text/javascript" src="__TMPL__/public/assets/assets/js/swiper-3.4.2.jquery.min.js"></script>
<script type="text/javascript" src="__TMPL__/public/assets/assets/js/common.js"></script>
<script type="text/javascript" src="__TMPL__/public/assets/assets/js/Augly_Verification.js"></script>
<script>
$('.regbtn').click(function () {
var name=$('#name').val();
var tel=$('#tel').val();
var code=$('#code').val();
if(name==''){
toast("姓名不能为空");
}else if(tel==''){
toast("电话号码不能为空")
}else if(! AuglyTest_phone.test(tel)){
toast("电话号码输入不正确")
}else if(code == ''){
toast("验证码不能为空")
}else if(!$('.reg_box').hasClass('activetxt')){
toast("请同意用户协议")
}
else{
window.location.href="survey.html";
}
})
$('.code_txt').click(function () {
var tel=$('#tel').val();
if(tel==''){
toast("电话号码不能为空")
}else if(! AuglyTest_phone.test(tel)) {
toast("电话号码输入不正确")
}else{
settime($(this))
}
})
//倒计时
var countdown=60;
function settime(val) {
if (countdown == 0) {
$('.tip_txt').html('获取验证码');
$('.tip_txt').attr('onclick','settime(this)');
countdown = 60;
} else {
$('.tip_txt').html(countdown +"s");
$('.tip_txt').attr('onclick','');
countdown--;
setTimeout(function() {
settime(val)
},1000)
}
}
$('.reg_box').click(function () {
if($(this).hasClass('activetxt')){
$(this).removeClass('activetxt')
}else{
$(this).addClass('activetxt')
}
})
</script>
</body>
</html>
\ No newline at end of file
... ...
/*//取消苹果手机的闪烁*/
* {
-webkit-tap-highlight-color: transparent !important;
}
@font-face {
font-family: 'PingFangSC-Regular';
src: url("../fonts/PingFangRegular.ttf");
}
body {
margin: 0;
/*padding:0 0 1rem 0;*/
}
input {
border: none;
outline: none;
background: none;
line-height: 100%;
}
textarea {
outline: none;
}
textarea:hover {
outline: none;
}
input:hover {
outline: none;
}
select {
outline: none;
border: none;
background: none;
}
select option{
color:#999;
}
select:hover{
outline:none;
}
input {
outline: none;
border: none;
background: none;
font-size: 14px;
}
input:focus {
outline: none;
}
input::placeholder {
color: #1a1a1a;
font-size: 14px;
}
\ No newline at end of file
... ...
!function(a){function b(){var b=a.document,c=b.documentElement,d=c.getBoundingClientRect().width;document.documentElement.style.fontSize=100*(d/750)+"px"}window.addEventListener("DOMContentLoaded",function(){b()},!1),window.addEventListener("resize",function(){b()}),b()}(window);
\ No newline at end of file
... ...
.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
font-size: 2em;
}
@font-face {
font-family: "raty";
font-style: normal;
font-weight: normal;
src: url("./fonts/raty.eot");
src: url("./fonts/raty.eot?#iefix") format("embedded-opentype");
src: url("./fonts/raty.svg#raty") format("svg");
src: url("./fonts/raty.ttf") format("truetype");
src: url("./fonts/raty.woff") format("woff");
}
.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: "raty";
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
speak: none;
text-transform: none;
}
.cancel-on-png:before {
content: "\e600";
}
.cancel-off-png:before {
content: "\e601";
}
.star-on-png:before {
content: "\f005";
}
.star-off-png:before {
content: "\f006";
}
.star-half-png:before {
content: "\f123";
}
... ...
/*//取消苹果手机的闪烁*/
* {
-webkit-tap-highlight-color: transparent !important;
/*font-family:"Microsoft YaHei UI",'PingFangSC-Regular';*/
/*font-family: 'PingFangSC-Regular';*/
}
@font-face {
font-family: 'PingFangSC-Regular';
src: url("../fonts/PingFangRegular.ttf");
}
body {
margin: 0;
/*padding:0 0 1rem 0;*/
}
input {
border: none;
outline: none;
background: none;
line-height: 100%;
}
textarea {
border: none;
outline: none;
background: none;
}
textarea:hover {
outline: none;
}
input:hover {
outline: none;
}
select {
margin: 0 0 0 0.18rem;
height: 0.64rem;
background-color: #f6f6f6;
border-radius: 0.05rem;
border:0.02rem solid #CCCCCC;
border-radius: 0.05rem;
}
select option{
color:#999;
}
select:hover{
outline:none;
}
input::placeholder {
color: #999;
font-size:28px;
}
.weui-toast{
top:50%;
transform: translateY(-50%);
}
/*注册界面开始*/
.title{
color:#000;
font-size:0.36rem;
font-weight: bold;
text-align: center;
margin: 1rem 0 0 0;
}
.inputmian{
margin: 1.5rem 0.9rem 3.5rem 0.9rem;
}
.index_box{
margin: 0 0 0.2rem 0;
padding:0.38rem 0;
font-size:0.28rem;
border-bottom: 1px solid #EBEBEB;
}
.index_box input{
height: 0.4rem;
line-height: 0.4rem;
font-size:14px;
color:#999;
width:100%;
}
.index_box input::placeholder{
color:#999;
font-size:0.28rem;
}
.tip_box{
position: relative;
}
.tip_box input{
width:70%;
}
.tip_txt{
position: absolute;
top:0.38rem;
right: 0;
font-size:0.28rem;
color:#FEC726;
}
.reg_box{
margin: 3.3rem 0 0.38rem 0;
color:#999999;
font-size:0.28rem;
display: flex;
align-items: center;
justify-content:center ;
}
.reg_box a{
color:#999999;
font-size:0.28rem;
}
.reg_box .iconfont{
font-size: 0.28rem;
margin: 0 0.1rem 0 0;
color:#ccc;
}
.activetxt .iconfont{
color:#FEC726;
}
.regbtn{
display: flex;
width:5rem;
height: 0.7rem;
align-items: center;
justify-content: center;
background: #FEC726;
color:#fff;
font-size:0.3rem;
border-radius: 0.1rem;
margin: 0 auto;
}
.regbtn a{
color:#fff;
}
.regbtn:active{
opacity: 0.7;
}
/*填写资料样式开始*/
.fill_topimg{
height: 2.8rem;
display: flex;
justify-content: center;
align-items: center;
}
.fill_topimg img{
width:100%;
height: 100%;
}
.fillbox{
margin: 1.4rem 0.34rem 1.75rem 0.34rem;
border-radius: 0.1rem;
background: #fff;
color:#333;
font-size:0.26rem;
overflow: hidden;
}
.fill_top{
height: 0.8rem;
width:100%;
display: flex;
align-items: center;
justify-content: center;
background: #FEC726;
font-size:0.3rem;
color:#fff;
}
.fillinputbox{
margin: 1rem 0.28rem 0.5rem 0.28rem;
color:#333333;
font-size:0.26rem;
}
.fill_input{
display: flex;
align-items: center;
}
.fill_txt{
text-align: right;
width:1.2rem;
margin: 0 0.1rem 0 0;
}
.fill_in_input{
padding:0.3rem 0;
width:80%;
border-bottom: 1px solid #E8E8E8;
}
.fill_in_input input{
width:100%;
}
.nimi_input {
width:40%;
}
/*协议样式开始*/
.agree_top{
color:#999;
font-size: 0.26rem;
display: flex;
align-items: center;
padding:0.1rem 0.33rem;
border-bottom:1px solid #e8e8e8;
}
.agree_top .iconfont{
font-size:0.3rem;
}
.agreebox{
margin: 0.4rem 0.34rem 0.6rem 0.34rem;
height: 9rem;
padding:0.32rem;
color:#333;
font-size:0.3rem;
border-radius: 0.1rem;
border:1px solid #e8e8e8;
}
.agreebox textarea{
width:100%;
height: 100%;
}
.agreebox textarea::placeholder{
color:#333;
font-size:0.3rem;
}
.costbox{
background: #fff;
margin: 0.36rem 0.34rem 0.55rem 0.34rem;
height: 3rem;
padding:0.32rem;
color:#333;
font-size:0.3rem;
border-radius: 0.1rem;
}
.costbox textarea{
width:100%;
height: 100%;
}
.costbox textarea::placeholder{
color:#333;
font-size:0.3rem;
}
.costbottom{
margin: 0.55rem 0.34rem;
}
.cost_mold{
background: rgba(255,255,255,0.9);
position: fixed;
display: flex;
align-items: center;
justify-content: center;
top:0;
left:0;
width:100%;
height: 100%;
color:#333;
font-size:0.26rem;
}
.costmoldmian{
width: 5rem;
box-sizing: border-box;
background: #fff;
border-radius: 0.1rem;
color:#333;
font-size:0.26rem;
padding:0.84rem 0.9rem 0.2rem 0.9rem;
box-shadow:0px 1px 54px 0px rgba(89,89,89,0.1);
}
.costmold_btn{
width: 3rem;
height: 0.6rem;
border-radius:0.1rem;
background: #FEC726;
margin: 0.67rem auto 0 auto;
color:#fff;
font-size:0.3rem;
display: flex;
align-items: center;
justify-content: center;
}
.costmold_btn a{
color:#fff;
}
.costmold_btn:active{
opacity: 0.7;
}
/*保单托管详情样式开始*/
.detailbox{
margin: 0 0.3rem 0.3rem 0.3rem;
}
.detail_logo{
display: flex;
align-items: center;
justify-content: space-between;
color:#333;
font-size:0.28rem;
border-bottom: 1px solid #ebebeb;
}
.logo_img{
padding:0.2rem 0 0.3rem 0;
height: 0.4rem;
width:1rem;
display: flex;
align-items: center;
justify-content: center;
}
.logo_img img{
width:100%;
height: 100%;
}
.dateil_info{
padding:0.5rem 0 0.24rem 0;
color:#999999;
font-size:0.26rem;
border-bottom: 1px solid #ebebeb;
}
.dateil_infomian{
display: flex;
align-items: center;
}
.detail_infoleft{
width:60%;
}
.detail_inforigth{
width:40%;
}
.trust_box{
margin: 0.33rem 0 0 0;
}
.trust_title{
color:#333;
font-size:0.3rem;
}
.trust_subtitle{
color:#999;
font-size:0.24rem;
margin: 0 0 0.2rem 0;
}
.trust_item{
border-radius: 0.1rem;
display: flex;
align-items: center;
justify-content: space-between;
margin: 0 0 0.1rem 0;
padding:0.2rem 0.3rem;
background: #FAFAFA;
color:#333;
font-size:0.26rem;
}
.trust_imgs{
display: flex;
align-items: center;
flex-wrap: wrap;
}
.trust_img{
border-radius: 0.1rem;
position: relative;
display: flex;
align-items: center;
justify-content: center;
width:1.3rem;
height: 1.3rem;
background: #fafafa;
margin: 0.2rem 0.2rem 0 0;
}
.trust_img .iconfont{
color:rgb(255,0,0)
}
.trust_img img{
width:100%;
height: 100%;
display: block;
}
.trust_img .iconfont{
font-size: 0.6rem;
color:#E8E8E8;
}
.trust_img .iconfont.icon-close-b{
position: absolute;
top:-0.15rem;
right: -0.15rem;
color: #FEC726;
font-size: 0.3rem;
z-index:10;
}
.trust_beiz{
color:#333;
font-size:0.24rem;
margin: 0.18rem 0 0.53rem 0;
}
.trust_name{
color:#333;
font-size: 0.3rem;
}
.trust_nimitel{
color:#333;
font-size: 0.24rem;
}
.trust_btn{
margin: 0.35rem 0 0 0;
background: #FEC726;
border-radius: 0.1rem;
height: 0.8rem;
line-height: 0.8rem;
text-align: center;
color:#fff;
font-size:0.3rem;
display: flex;
align-items: center;
justify-content: center;
/*font-weight: bold;*/
}
.trust_btn:active{
opacity: 0.7;
}
.trust_box{
margin: 0.3rem 0.27rem 0.28rem 0.27rem;
}
.trustmain{
color:#333;
font-size:0.26rem;
}
.trustmaintitle{
color:#333;
font-size:0.3rem;
margin: 0 0 0.3rem 0;
}
.trustmiantitle_top{
margin: 0.6rem 0 0.3rem 0;
}
.trust_m_item{
display: flex;
align-items: center;
justify-content: space-between;
margin: 0 0 0.1rem 0;
}
.trust_iteminput{
height: 0.4rem;
position: relative;
padding:0.1rem 0.3rem 0.1rem 0.3rem;
background: #FAFAFA;
margin: 0 0 0 0.2rem;
border-radius: 0.1rem;
width:72%;
}
.trust_iteminput input{
width: 100% ;
height:0.4rem;
}
.m_tipitem input{
width:90%;
}
.m_tip{
position: absolute;
top:0.13rem;
right: 0.3rem;
color:#333;
font-size: 0.24rem;
}
.trust_iteminput input::placeholder{
color:#E8E8E8;
font-size:0.24rem;
}
.trust_subbox{
margin: 0.2rem 0;
display: flex;
justify-content: space-between;
align-items: center;
color:#FF5B5B;
font-size:0.24rem;
}
.trust_subboxtitle{
color:#fff;
font-size:0.24rem;
padding:0.06rem 0.3rem;
border-radius: 0.1rem;
background: #FEC726;
}
.add_trustmian{
color:#FEC726;
text-align: right;
font-size: 0.24rem;
}
.mini_m_item .trust_iteminput{
width:64%;
}
.img_title{
display: flex;
align-items: center;
justify-content: space-between;
color:#999999;
font-size:0.24rem;
}
.img_titlesun{
color:#FF8181;
margin: 0.2rem 0 0.4rem 0;
}
.trust_textbox{
display: flex;
align-items:flex-start;
color:#999;
font-size:0.24rem;
}
.trust_textboxtitle{
margin: 0.24rem 0.5rem 0 0.2rem;
}
.textbox{
width:5.6rem;
height: 2rem;
background: #FAFAFA;
color:#999;
font-size:0.24rem;
border-radius: 0.1rem;
}
.textbox textarea{
width:100%;
height: 100%;
padding:0.26rem 0.3rem;
color:#999;
font-size:0.24rem;
}
.textbox textarea::placeholder{
color:#E8E8E8;
font-size:0.24rem;
}
.choosefill_title{
margin: 0.3rem 0 0.1rem 0;
color:#999;
font-size:0.24rem;
}
.choosefill_input{
border-bottom:1px solid #E8E8E8 ;
}
.choosefill_input input{
color:#999;
font-size:0.24rem;
}
.choosefill_input input::placeholder{
color:#E8E8E8;
font-size:0.24rem;
}
.trust_btn{
display: block;
margin: 0.43rem auto 0 auto;
}
.trust_mold{
position: fixed;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
top:0;
left:0;
width:100%;
height: 100%;
background: rgba(255,255,255,0.9);
z-index:20;
}
.trust_mold1{
position: fixed;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
top:0;
left:0;
width:100%;
height: 100%;
background: rgba(255,255,255,0.9);
z-index:20;
}
.trust_main{
width:6.86rem;
border-radius:0.1rem;
background: #fff;
padding:0.2rem;
box-shadow:0px 1px 54px 0px rgba(89,89,89,0.15);
}
.trust_maintop{
height: 1.2rem;
background: #FF9800;
font-size: 0.32rem;
color:#fff;
display: flex;
align-items: center;
justify-content: center;
}
.trust_mainimg{
display: flex;
align-items: center;
justify-content: center;
height: 7rem;
width:100%;
}
.trust_mainimg img{
width:100%;
height: 100%;
}
.trust_mold_btn{
margin: 0.6rem auto 0 auto;
width:3rem;
height: 0.6rem;
display: flex;
align-items: center;
justify-content: center;
color:#fff;
font-size: 0.3rem;
background: #FEC726;
border-radius: 0.1rem;
}
.trust_mold_btn:active{
opacity: 0.7;
}
.trust1_mian{
background: #fff;
box-shadow:0px 1px 54px 0px rgba(89,89,89,0.1);
color:#333;
font-size:0.3rem;
padding:1rem 1rem 0.2rem 1rem;
}
/*问卷调查样式开始*/
.survey_item{
position: relative;
margin: 0.14rem 0.32rem 0 0.32rem;
height: 0.68rem;
background: #FAFAFA;
padding:0 0.28rem;
border-radius: 0.1rem;
display: flex;
align-items: center;
justify-content: space-between;
color:#333333;
font-size:0.26rem;
}
.sex_itemtxt{
position: absolute;
display: flex;
align-items: center;
justify-content: center;
top:50%;
right: 0.3rem;
transform: translateY(-50%);
color:#D3D3D3;
font-size:0.24rem;
height: 0.4rem;
padding:0 0 0 0.24rem;
border-left: 1px solid #CCCCCC;
}
.survey_itemtxt{
width:28%;
}
.big_item .survey_itemtxt{
width:43%;
}
.big_item .survey_input{
width:55%;
}
.bigbig_item .survey_itemtxt{
width:60%;
}
.bigbig_item .survey_input{
width:40%;
}
.bigbigbig_item .survey_itemtxt{
width:70%;
}
.bigbigbig_item .survey_input{
width:30%;
}
.survey_input {
padding:0;
margin: 0;
width:72%;
color:#333;
font-size:0.24rem;
}
.survey_input input{
width:100%;
height:0.4rem;
font-size:14px;
color:#333;
}
.survey_input input::placeholder{
color:#e6e6e6;
font-size:0.24rem;
}
.survey_title{
margin: 0.5rem 0.6rem 0.4rem 0.6rem;
color:#333333;
font-size:0.26rem;
}
.survey_title_sub{
color:#E6E6E6;
}
.choosebox{
}
.choose_item{
display: flex;
justify-content: space-between;
align-items: center;
margin: 0 0.32rem;
}
.choose_item div{
margin: 0 0 0.3rem 0;
width:1.5rem;
height: 0.48rem;
box-shadow:0px 1px 20px 0px rgba(51,51,51,0.06);
border-radius: 0.1rem;
display: flex;
align-items: center;
color:#333;
font-size:0.26rem;
justify-content:center;
}
.choose_item .choose_active{
background: #FEC726;
color:#fff
}
.survey_titles{
margin: 0.5rem 0.6rem 0rem 0.6rem;
}
.survey_titleinput{
color:#999;
font-size:0.24rem;
margin: 0 0.6rem 0 0.6rem;
border-bottom:1px solid #ebebeb;
}
.survey_titleinput input::placeholder{
color:#E8E8E8;
font-size:0.24rem;
}
.survey_btn{
margin: 0.5rem auto;
}
/*我的样式开始*/
.my_top{
margin: 0.1rem 0.32rem 0.4rem 0.32rem;
height: 2.6rem;
border-radius: 0.1rem;
overflow: hidden;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.my_top img{
width:100%;
height: 100%;
}
.myimg{
height:3.2rem;
background: rgb(252,252,252);
margin: 0 auto 1rem auto;
}
.myimg img{
width:100%;
height: 100%;
}
.my_navbox{
margin: 0 0.32rem 1.2rem 0.32rem;
font-size: 0.3rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.my_nav{
width:2.1rem;
height: 0.6rem;
background: #FDC726;
border-radius: 0.1rem;
display: flex;
align-items: center;
justify-content: center;
color:#fff;
font-size:0.3rem;
}
.my_nav:active{
opacity: 0.7;
background: #FF9C00;
}
.my_nav a{
color:#fff;
font-size:0.3rem;
}
.my_nav:active{
opacity: 0.7;
}
.my_navactive{
background: #FF9C00;
}
.my_txtbox{
margin: 0.8rem 0 0 0;
text-align:center ;
color:#666666;
font-size:0.28rem;
}
.my_txtboxmian{
text-align:center ;
color:#FDC726;
font-size:0.3rem;
font-weight: bold;
}
.lianxi{
margin: 0.64rem 0 0.2rem 0;
color:#FFDE7D;
font-size:0.24rem;
text-align: center;
}
.my_trsuttop{
background: #fff;
border:none;
}
.my_info{
display: flex;
align-items: flex-start;
margin: 0.16rem 0.32rem 0.17rem 0.32rem;
background: #fff;
padding:0.2rem;
box-shadow:0px 1px 2px 0px rgba(231,231,231,0.4);
border-radius: 0.1rem;
}
.my_infoimg{
display: flex;
align-items: center;
justify-content: center;
height: 0.9rem;
width:0.9rem;
margin: 0 0.2rem 0 0;
border-radius: 50%;
overflow: hidden;
}
.my_infoimg img{
display: block;
width:100%;
height: 100%;
}
.my_inforigth{
width:82%;
}
.my_inforigthtitle{
color:#333333;
font-size: 0.3rem;
}
.my_rigthtxt{
margin: 0.1rem 0 0.3rem 0;
display: flex;
align-items: center;
justify-content: space-between;
color:#999;
font-size:0.24rem;
}
.my_rigthbottom{
display: flex;
align-items: center;
justify-content: space-between;
color:#999;
font-size:0.26rem;
}
.my_rigthblod{
color:#333;
}
.my_main{
background: #fff;
}
.my_miantop{
padding:0.15rem 0.32rem;
color:#333;
font-size:0.24rem;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom:1px solid #E8E8E8;
}
.my_miannum{
font-size: 0.28rem;
color:#FEC726;
font-weight: bold;
}
.my_mian_tip{
color:#999;
font-size:0.24rem;
}
.my_mianboxtitle{
margin: 0.3rem 0 0.1rem 0;
text-align: center;
font-weight: bold;
color:#333;
font-size:0.3rem;
}
.my_miancenter{
margin: 0 1.08rem;
color:#333;
font-size:0.24rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.swiperbox{
position: relative;
}
.my_main_minibox{
position: relative;
margin: 0.3rem 0.57rem 0 0rem;
display: flex;
align-items: center;
justify-content: space-between;
color:#333;
font-size: 0.26rem;
overflow: hidden;
}
.swiperbox{
display: flex;
align-items: center;
justify-content: space-between;
}
.my_main_minibox .my_main_miniboxitem{
width:1.9rem;
height: 0.8rem;
display: flex;
justify-content: center;
align-items: center;
box-shadow:0px 2px 20px 0px rgba(51,51,51,0.06);
border-radius: 0.1rem;
}
.my_main_minibox .my_main_miniboxitem.my_mainactive{
box-shadow:0px 3px 9px 0px rgba(0, 0, 0, 0.02);
}
.my_main_minibox .my_main_miniboxitem a{
color:#333;
font-size:0.26rem;
}
#swiperbox{
display: flex;
justify-content: space-between;
align-items: center;
}
.swiperbox .iconfont{
position: absolute;
top: 1.5em;
right:0rem;
font-size:0.3rem;
color:#333;
}
.my_mianbox{
margin: 0 0.32rem;
padding:0 0 0.3rem 0;
border-bottom: 1px solid #E8E8E8;
}
.my_trustitem{
margin: 0 0.32rem;
padding:0 0 0.2rem 0;
border-bottom:1px solid #FEC726;
}
.dateil_info_mytxt{
display: flex;
align-items: center;
justify-content: space-between;
color:#333333;
font-size: 0.3rem;
}
.dateil_info_mytxt .dateil_info_mytxt_9{
color:#999;
font-size:0.26rem;
}
.dateil_info_my{
padding: 0.2rem 0 0.24rem 0;
}
.look_detal{
padding:0.2rem 0 0 0;
text-align: right;
color:#999;
font-size: 0.24rem;
}
.look_detal a{
color:#999;
font-size: 0.24rem;
}
.tuoguan{
margin: 0 0.32rem;
}
.tuoguan_title{
display: flex;
align-items: center;
justify-content: space-between;
color:#333;
font-size:0.3rem;
}
.tuoguantitle{
padding:0.2rem 0;
display: flex;
align-items: center;
color:#999;
font-size:0.26rem;
}
.tuoguan_cellbox{
display: flex;
align-items: center;
justify-content: space-around;
flex-wrap: wrap;
}
.tuoguan_cell{
width:30%;
height: 3rem;
border-radius: 0.1rem;
overflow: hidden;
box-shadow:0px 0px 24px 0px rgba(51,51,51,0.04);
margin: 0 0.2rem 0.28rem 0;
}
.tuoguancell_title{
margin: 0 0 0.3rem 0;
height: 0.5rem;
background: #FEC726;
font-size:0.28rem;
color:#fff;
border-radius: 0.1rem 0.1rem 0 0;
display: flex;
align-items: center;
justify-content: center;
}
.tuoguan_celltxt{
display: flex;
align-items: center;
justify-content: center;
color:#999999;
font-size: 0.24rem;
}
.tuoguan_cellnum{
color:#333;
font-size: 0.24rem;
margin: 0 0 0 0.2rem;
}
.all_trust{
padding:0.15rem 0.32rem;
border-bottom:1px solid #ebebeb;
display: flex;
justify-content: space-between;
align-items: center;
color:#333;
font-size:0.3rem;
font-weight: bold;
}
.all_trust a{
color:#333;
font-size:0.3rem;
}
.all_active{
color:#FEC726;
}
.all_active a{
color:#FEC726;
}
.my_alltxt{
display: flex;
align-items: center;
justify-content: space-between;
margin: 0.2rem 0.32rem 0 0.32rem;
color:#999;
font-size:0.24rem;
}
.my_mold{
position: fixed;
top:0;
left:0;
width:100%;
height: 100%;
background: rgba(255,255,255,0.9);
display: flex;
justify-content: center;
align-items: center;
z-index:10;
}
.my_mold1{
position: fixed;
top:0;
left:0;
width:100%;
height: 100%;
background: rgba(255,255,255,0.9);
display: flex;
justify-content: center;
align-items: center;
z-index:10;
}
.my_moldbox{
width: 5rem;
height: 9rem;
color:#333;
font-size: 0.26rem;
border-radius: 0.1rem;
box-shadow:0px 1px 54px 0px rgba(89,89,89,0.1);
}
.my_topbtn{
width:100%;
height: 0.8rem;
margin: 0 0 0.5rem 0;
color:#fff;
border-radius: 0.1rem 0.1rem 0 0;
font-size:0.3rem;
font-weight: bold;
background: #FEC726;
display: flex;
align-items: center;
justify-content:center;
}
.my_moldmian{
overflow-y: scroll;
padding:0.4rem 0.3rem;
height:6rem;
line-height: 0.4rem;
}
.my_moldbtn{
margin: 0 auto;
width:3rem;
height: 0.6rem;
background: #FEC726;
border-radius: 0.1rem;
display: flex;
align-items: center;
justify-content: center;
color:#fff;
font-size:0.3rem;
}
.my_moldbtn:active{
opacity: 0.7;
}
.my_mold_item{
margin: 0.3rem 0.24rem 0 0.24rem;
}
.line{
width:100%;
height: 0.13rem;
background: #FFCB34;
border-radius: 0.05rem 0.05rem 0 0;
}
.my_mold_itemtxt{
margin: 0 0 0.2rem 0;
color:#FFCB34;
font-size:0.28rem;
display: flex;
border-bottom: 1px solid #ebebeb;
justify-items: center;
justify-content: space-between;
}
.my_mold_itemtxtleft{
width:1.5rem;
text-align: center;
}
.my_mold_itemtxt .icon-iconset0413{
display: block;
color:#FF6666;
}
.my_mold_itemtxt .icon-iconset0414{
display: none;
color:#45E655;
}
.up .my_mold_itemtxt .icon-iconset0413{
display: none;
}
.up .my_mold_itemtxt .icon-iconset0414{
display: block;
}
.my_mold1 .my_moldbox{
background: #fff;
height: 6.7rem;
}
.supple_top{
margin: 0.5rem 0.32rem 0 0.32rem;
}
.supple_itemtxt{
width:24%;
}
.supple_iteminput{
width:76%;
}
.supple_iteminput input{
width:60%;
}
.sexsupple_itemtxt{
width:1.5rem;
}
.color_txt{
color:#333;
}
.supple_box{
margin: 0.6rem 0.32rem 3.77rem 0.32rem;
}
/*搜索页样式开始*/
.search_input{
margin: 0.24rem 0.32rem 0.8rem 0.32rem;
color:#999;
font-size:0.24rem;
border-radius: 0.08rem;
background: #f5f5f5;
display: flex;
align-items: center;
justify-content: space-between;
padding:0 0.4rem;
height: 0.6rem;
}
.search_input input{
height: 100%;
width:90%;
}
.search_input input::placeholder{
color:#999;
font-size:0.24rem;
}
.search_input .iconfont{
color:#fff;
font-size:0.5rem;
}
.search_titlebox{
display: flex;
justify-content: space-between;
align-items: center;
padding:0.08rem 0.32rem;
color:#333;
font-size:0.34rem;
font-weight: bold;
border-bottom:1px solid #E8E8E8;
}
.search_subtitle{
font-size:0.28rem;
}
.search_item{
display: block;
padding:0.2rem 0;
margin: 0 0.32rem;
color:#333;
font-size:0.29rem;
border-bottom:1px solid #E8E8E8;
}
.search_itemcell{
display: flex;
align-items: center;
justify-content: space-between;
}
.search_nodata{
width: 4.17rem;
margin: 0 auto;
text-align: center;
color:#999999;
font-size:0.29rem;
font-weight: bold;
}
.my_trusttop{
color:#333;
font-size:0.3rem;
font-weight: bold;
}
.my_trusttop a{
color:#333;
font-size:0.3rem;
font-weight: bold;
}
.my_trusttop .my_trusttop_active{
color:#FEC726;
}
.my_trusttop .my_trusttop_active a{
color:#FEC726;
}
.add_trustbox{
display: flex;
justify-content: center;
align-items: center;
}
.add_trustchoosebox{
margin: 0.4rem 0;
display: flex;
justify-content: center;
align-items: center;
}
.add_trustchoose{
margin: 0 0.5rem;
display: flex;
align-items: center;
justify-content: center;
}
.add_choosebox{
margin: 0 0.3rem 0 0;
display: flex;
align-items: center;
justify-content: center;
width:0.24rem;
height: 0.24rem;
border-radius: 50%;
border:1px solid #D0D0D0;
}
.yuan{
width:0.14rem;
height: 0.14rem;
border-radius: 50%;
}
.add_chooseboxactive .yuan{
background: #FEC726;
}
.addtrust_m_item{
background: none;
border-radius: 0;
border-bottom:1px solid #D0D0D0;
}
.trust_txtnox{
margin: 0.35rem auto 0 auto;
color:#333333;
font-size:0.24rem;
}
.go_top{
padding:0.4rem 0.32rem 0.24rem 0.32rem;
background: #fff;
color:#333;
font-size: 0.3rem;
}
.go_topitem{
display: flex;
align-items: center;
justify-content: space-between;
}
.go_line{
height: 0.16rem;
background: #F1F1F1;
}
.my_payinforigth{
display: flex;
align-items: center;
justify-content: space-between;
}
.my_payinforigth .my_rigthblod{
color:#444;
font-size:0.24rem;
}
.my_payinfominitxt{
color:#999;
font-size:0.24rem;
}
.trust_iteminput .guanxi_toptxt{
color:#E8E8E8;
font-size:0.24rem;
}
.choose_iteminputcell input{
width:60%;
}
.choose_iteminputcell .m_tip{
right: 1.6rem;
}
.tishitxt{
color:#e8e8e8;
}
\ No newline at end of file
... ...
/**
* Swiper 3.4.2
* Most modern mobile touch slider and framework with hardware accelerated transitions
*
* http://www.idangero.us/swiper/
*
* Copyright 2017, Vladimir Kharlampidi
* The iDangero.us
* http://www.idangero.us/
*
* Licensed under MIT
*
* Released on: March 10, 2017
*/
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
\ No newline at end of file
... ...
/*!
* WeUI v1.1.2 (https://github.com/weui/weui)
* Copyright 2017 Tencent, Inc.
* Licensed under the MIT license
*/
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
line-height: 1.6;
font-family: -apple-system-font, Helvetica Neue, sans-serif;
/*max-width: 7.5rem;
margin: 0 auto;
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);*/
}
* {
margin: 0;
padding: 0
}
a img {
border: 0
}
a {
text-decoration: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
@font-face {
font-weight: 400;
font-style: normal;
font-family: weui;
src: url("data:application/octet-stream;base64,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") format("truetype")
}
[class*=" weui-icon-"],
[class^=weui-icon-] {
display: inline-block;
vertical-align: middle;
font: normal normal normal 14px/1 weui;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased
}
[class*=" weui-icon-"]:before,
[class^=weui-icon-]:before {
display: inline-block;
margin-left: .2em;
margin-right: .2em
}
.weui-icon-circle:before {
content: "\EA01"
}
.weui-icon-download:before {
content: "\EA02"
}
.weui-icon-info:before {
content: "\EA03"
}
.weui-icon-safe-success:before {
content: "\EA04"
}
.weui-icon-safe-warn:before {
content: "\EA05"
}
.weui-icon-success:before {
content: "\EA06"
}
.weui-icon-success-circle:before {
content: "\EA07"
}
.weui-icon-success-no-circle:before {
content: "\EA08"
}
.weui-icon-waiting:before {
content: "\EA09"
}
.weui-icon-waiting-circle:before {
content: "\EA0A"
}
.weui-icon-warn:before {
content: "\EA0B"
}
.weui-icon-info-circle:before {
content: "\EA0C"
}
.weui-icon-cancel:before {
content: "\EA0D"
}
.weui-icon-search:before {
content: "\EA0E"
}
.weui-icon-clear:before {
content: "\EA0F"
}
.weui-icon-back:before {
content: "\EA10"
}
.weui-icon-delete:before {
content: "\EA11"
}
[class*=" weui-icon_"]:before,
[class^=weui-icon_]:before {
margin: 0
}
.weui-icon-success {
font-size: 23px;
color: #09bb07
}
.weui-icon-waiting {
font-size: 23px;
color: #10aeff
}
.weui-icon-warn {
font-size: 23px;
color: #f43530
}
.weui-icon-info {
font-size: 23px;
color: #10aeff
}
.weui-icon-success-circle,
.weui-icon-success-no-circle {
font-size: 23px;
color: #09bb07
}
.weui-icon-waiting-circle {
font-size: 23px;
color: #10aeff
}
.weui-icon-circle {
font-size: 23px;
color: #c9c9c9
}
.weui-icon-download,
.weui-icon-info-circle {
font-size: 23px;
color: #09bb07
}
.weui-icon-safe-success {
color: #09bb07
}
.weui-icon-safe-warn {
color: #ffbe00
}
.weui-icon-cancel {
color: #f43530;
font-size: 22px
}
.weui-icon-clear,
.weui-icon-search {
color: #b2b2b2;
font-size: 14px
}
.weui-icon-delete.weui-icon_gallery-delete {
color: #fff;
font-size: 22px
}
.weui-icon_msg {
font-size: 93px
}
.weui-icon_msg.weui-icon-warn {
color: #f76260
}
.weui-icon_msg-primary {
font-size: 93px
}
.weui-icon_msg-primary.weui-icon-warn {
color: #ffbe00
}
.weui-btn {
position: relative;
display: block;
margin-left: auto;
margin-right: auto;
padding-left: 14px;
padding-right: 14px;
box-sizing: border-box;
font-size: 18px;
text-align: center;
text-decoration: none;
color: #fff;
line-height: 2.55555556;
border-radius: 5px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
overflow: hidden
}
.weui-btn:after {
content: " ";
width: 200%;
height: 200%;
position: absolute;
top: 0;
left: 0;
border: 1px solid rgba(0, 0, 0, .2);
-webkit-transform: scale(.5);
transform: scale(.5);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
box-sizing: border-box;
border-radius: 10px
}
.weui-btn_inline {
display: inline-block
}
.weui-btn_default {
color: #000;
background-color: #f8f8f8
}
.weui-btn_default:not(.weui-btn_disabled):visited {
color: #000
}
.weui-btn_default:not(.weui-btn_disabled):active {
color: rgba(0, 0, 0, .6);
background-color: #dedede
}
.weui-btn_primary {
background-color: #1aad19
}
.weui-btn_primary:not(.weui-btn_disabled):visited {
color: #fff
}
.weui-btn_primary:not(.weui-btn_disabled):active {
color: hsla(0, 0%, 100%, .6);
background-color: #179b16
}
.weui-btn_warn {
background-color: #e64340
}
.weui-btn_warn:not(.weui-btn_disabled):visited {
color: #fff
}
.weui-btn_warn:not(.weui-btn_disabled):active {
color: hsla(0, 0%, 100%, .6);
background-color: #ce3c39
}
.weui-btn_disabled {
color: hsla(0, 0%, 100%, .6)
}
.weui-btn_disabled.weui-btn_default {
color: rgba(0, 0, 0, .3);
background-color: #f7f7f7
}
.weui-btn_disabled.weui-btn_primary {
background-color: #9ed99d
}
.weui-btn_disabled.weui-btn_warn {
background-color: #ec8b89
}
.weui-btn_loading .weui-loading {
margin: -.2em .34em 0 0
}
.weui-btn_loading.weui-btn_primary,
.weui-btn_loading.weui-btn_warn {
color: hsla(0, 0%, 100%, .6)
}
.weui-btn_loading.weui-btn_primary {
background-color: #179b16
}
.weui-btn_loading.weui-btn_warn {
background-color: #ce3c39
}
.weui-btn_plain-primary {
color: #1aad19;
border: 1px solid #1aad19
}
.weui-btn_plain-primary:not(.weui-btn_plain-disabled):active {
color: rgba(26, 173, 25, .6);
border-color: rgba(26, 173, 25, .6)
}
.weui-btn_plain-primary:after {
border-width: 0
}
.weui-btn_plain-default {
color: #353535;
border: 1px solid #353535
}
.weui-btn_plain-default:not(.weui-btn_plain-disabled):active {
color: rgba(53, 53, 53, .6);
border-color: rgba(53, 53, 53, .6)
}
.weui-btn_plain-default:after {
border-width: 0
}
.weui-btn_plain-disabled {
color: rgba(0, 0, 0, .2);
border-color: rgba(0, 0, 0, .2)
}
button.weui-btn,
input.weui-btn {
width: 100%;
border-width: 0;
outline: 0;
-webkit-appearance: none
}
button.weui-btn:focus,
input.weui-btn:focus {
outline: 0
}
button.weui-btn_inline,
button.weui-btn_mini,
input.weui-btn_inline,
input.weui-btn_mini {
width: auto
}
button.weui-btn_plain-default,
button.weui-btn_plain-primary,
input.weui-btn_plain-default,
input.weui-btn_plain-primary {
border-width: 1px;
background-color: transparent
}
.weui-btn_mini {
display: inline-block;
padding: 0 1.32em;
line-height: 2.3;
font-size: 13px
}
.weui-btn+.weui-btn {
margin-top: 15px
}
.weui-btn.weui-btn_inline+.weui-btn.weui-btn_inline {
margin-top: auto;
margin-left: 15px
}
.weui-btn-area {
margin: 1.17647059em 15px .3em
}
.weui-btn-area_inline {
display: -webkit-box;
display: -webkit-flex;
display: flex
}
.weui-btn-area_inline .weui-btn {
margin-top: auto;
margin-right: 15px;
width: 100%;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1
}
.weui-btn-area_inline .weui-btn:last-child {
margin-right: 0
}
.weui-cells {
margin-top: 1.17647059em;
background-color: #fff;
line-height: 1.47058824;
font-size: 17px;
overflow: hidden;
position: relative
}
.weui-cells:before {
top: 0;
border-top: 1px solid #e5e5e5;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(.5);
transform: scaleY(.5)
}
.weui-cells:after,
.weui-cells:before {
content: " ";
position: absolute;
left: 0;
right: 0;
height: 1px;
color: #e5e5e5;
z-index: 2
}
.weui-cells:after {
bottom: 0;
border-bottom: 1px solid #e5e5e5;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: scaleY(.5);
transform: scaleY(.5)
}
.weui-cells__title {
margin-top: .77em;
margin-bottom: .3em;
padding-left: 15px;
padding-right: 15px;
color: #999;
font-size: 14px
}
.weui-cells__title+.weui-cells {
margin-top: 0
}
.weui-cells__tips {
margin-top: .3em;
color: #999;
padding-left: 15px;
padding-right: 15px;
font-size: 14px
}
.weui-cell {
padding: 10px 15px;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center
}
.weui-cell:before {
content: " ";
position: absolute;
left: 0;
top: 0;
right: 0;
height: 1px;
border-top: 1px solid #e5e5e5;
color: #e5e5e5;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(.5);
transform: scaleY(.5);
left: 15px;
z-index: 2
}
.weui-cell:first-child:before {
display: none
}
.weui-cell_primary {
-webkit-box-align: start;
-webkit-align-items: flex-start;
align-items: flex-start
}
.weui-cell__bd {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1
}
.weui-cell__ft {
text-align: right;
color: #999
}
.weui-cell_swiped {
display: block;
padding: 0
}
.weui-cell_swiped>.weui-cell__bd {
position: relative;
z-index: 1;
background-color: #fff
}
.weui-cell_swiped>.weui-cell__ft {
position: absolute;
right: 0;
top: 0;
bottom: 0;
display: -webkit-box;
display: -webkit-flex;
display: flex;
color: #fff
}
.weui-swiped-btn {
display: block;
padding: 10px 1em;
line-height: 1.47058824;
color: inherit
}
.weui-swiped-btn_default {
background-color: #c7c7cc
}
.weui-swiped-btn_warn {
background-color: #ff3b30
}
.weui-cell_access {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
color: inherit
}
.weui-cell_access:active {
background-color: #ececec
}
.weui-cell_access .weui-cell__ft {
padding-right: 13px;
position: relative
}
.weui-cell_access .weui-cell__ft:after {
content: " ";
display: inline-block;
height: 6px;
width: 6px;
border-width: 2px 2px 0 0;
border-color: #c8c8cd;
border-style: solid;
-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
transform: matrix(.71, .71, -.71, .71, 0, 0);
position: relative;
top: -2px;
position: absolute;
top: 50%;
margin-top: -4px;
right: 2px
}
.weui-cell_link {
color: #586c94;
font-size: 14px
}
.weui-cell_link:first-child:before {
display: block
}
.weui-check__label {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.weui-check__label:active {
background-color: #ececec
}
.weui-check {
position: absolute;
left: -9999em
}
.weui-cells_radio .weui-cell__ft {
padding-left: .35em
}
.weui-cells_radio .weui-check:checked+.weui-icon-checked:before {
display: block;
content: "\EA08";
color: #09bb07;
font-size: 16px
}
.weui-cells_checkbox .weui-cell__hd {
padding-right: .35em
}
.weui-cells_checkbox .weui-icon-checked:before {
content: "\EA01";
color: #c9c9c9;
font-size: 23px;
display: block
}
.weui-cells_checkbox .weui-check:checked+.weui-icon-checked:before {
content: "\EA06";
color: #09bb07
}
.weui-label {
display: block;
width: 105px;
word-wrap: break-word;
word-break: break-all
}
.weui-input {
width: 100%;
border: 0;
outline: 0;
-webkit-appearance: none;
background-color: transparent;
font-size: inherit;
color: inherit;
height: 1.47058824em;
line-height: 1.47058824
}
.weui-input::-webkit-inner-spin-button,
.weui-input::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0
}
.weui-textarea {
display: block;
border: 0;
resize: none;
width: 100%;
color: inherit;
font-size: 1em;
line-height: inherit;
outline: 0
}
.weui-textarea-counter {
color: #b2b2b2;
text-align: right
}
.weui-cell_warn .weui-textarea-counter {
color: #e64340
}
.weui-toptips {
display: none;
position: fixed;
-webkit-transform: translateZ(0);
transform: translateZ(0);
top: 0;
left: 0;
right: 0;
padding: 5px;
font-size: 14px;
text-align: center;
color: #fff;
z-index: 5000;
word-wrap: break-word;
word-break: break-all
}
.weui-toptips_warn {
background-color: #e64340
}
.weui-cells_form .weui-cell__ft {
font-size: 0
}
.weui-cells_form .weui-icon-warn {
display: none
}
.weui-cells_form input,
.weui-cells_form label[for],
.weui-cells_form textarea {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.weui-cell_warn {
color: #e64340
}
.weui-cell_warn .weui-icon-warn {
display: inline-block
}
.weui-form-preview {
position: relative;
background-color: #fff
}
.weui-form-preview:before {
top: 0;
border-top: 1px solid #e5e5e5;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(.5);
transform: scaleY(.5)
}
.weui-form-preview:after,
.weui-form-preview:before {
content: " ";
position: absolute;
left: 0;
right: 0;
height: 1px;
color: #e5e5e5
}
.weui-form-preview:after {
bottom: 0;
border-bottom: 1px solid #e5e5e5;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: scaleY(.5);
transform: scaleY(.5)
}
.weui-form-preview__hd {
position: relative;
padding: 10px 15px;
text-align: right;
line-height: 2.5em
}
.weui-form-preview__hd:after {
content: " ";
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 1px;
border-bottom: 1px solid #e5e5e5;
color: #e5e5e5;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: scaleY(.5);
transform: scaleY(.5);
left: 15px
}
.weui-form-preview__hd .weui-form-preview__value {
font-style: normal;
font-size: 1.6em
}
.weui-form-preview__bd {
padding: 10px 15px;
font-size: .9em;
text-align: right;
color: #999;
line-height: 2
}
.weui-form-preview__ft {
position: relative;
line-height: 50px;
display: -webkit-box;
display: -webkit-flex;
display: flex
}
.weui-form-preview__ft:before {
content: " ";
position: absolute;
left: 0;
top: 0;
right: 0;
height: 1px;
border-top: 1px solid #d5d5d6;
color: #d5d5d6;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(.5);
transform: scaleY(.5)
}
.weui-form-preview__item {
overflow: hidden
}
.weui-form-preview__label {
float: left;
margin-right: 1em;
min-width: 4em;
color: #999;
text-align: justify;
text-align-last: justify
}
.weui-form-preview__value {
display: block;
overflow: hidden;
word-break: normal;
word-wrap: break-word
}
.weui-form-preview__btn {
position: relative;
display: block;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
color: #3cc51f;
text-align: center;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
button.weui-form-preview__btn {
background-color: transparent;
border: 0;
outline: 0;
line-height: inherit;
font-size: inherit
}
.weui-form-preview__btn:active {
background-color: #eee
}
.weui-form-preview__btn:after {
content: " ";
position: absolute;
left: 0;
top: 0;
width: 1px;
bottom: 0;
border-left: 1px solid #d5d5d6;
color: #d5d5d6;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleX(.5);
transform: scaleX(.5)
}
.weui-form-preview__btn:first-child:after {
display: none
}
.weui-form-preview__btn_default {
color: #999
}
.weui-form-preview__btn_primary {
color: #0bb20c
}
.weui-cell_select {
padding: 0
}
.weui-cell_select .weui-select {
padding-right: 30px
}
.weui-cell_select .weui-cell__bd:after {
content: " ";
display: inline-block;
height: 6px;
width: 6px;
border-width: 2px 2px 0 0;
border-color: #c8c8cd;
border-style: solid;
-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
transform: matrix(.71, .71, -.71, .71, 0, 0);
position: relative;
top: -2px;
position: absolute;
top: 50%;
right: 15px;
margin-top: -4px
}
.weui-select {
-webkit-appearance: none;
border: 0;
outline: 0;
background-color: transparent;
width: 100%;
font-size: inherit;
height: 45px;
line-height: 45px;
position: relative;
z-index: 1;
padding-left: 15px
}
.weui-cell_select-before {
padding-right: 15px
}
.weui-cell_select-before .weui-select {
width: 105px;
box-sizing: border-box
}
.weui-cell_select-before .weui-cell__hd {
position: relative
}
.weui-cell_select-before .weui-cell__hd:after {
content: " ";
position: absolute;
right: 0;
top: 0;
width: 1px;
bottom: 0;
border-right: 1px solid #e5e5e5;
color: #e5e5e5;
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
-webkit-transform: scaleX(.5);
transform: scaleX(.5)
}
.weui-cell_select-before .weui-cell__hd:before {
content: " ";
display: inline-block;
height: 6px;
width: 6px;
border-width: 2px 2px 0 0;
border-color: #c8c8cd;
border-style: solid;
-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
transform: matrix(.71, .71, -.71, .71, 0, 0);
position: relative;
top: -2px;
position: absolute;
top: 50%;
right: 15px;
margin-top: -4px
}
.weui-cell_select-before .weui-cell__bd {
padding-left: 15px
}
.weui-cell_select-before .weui-cell__bd:after {
display: none
}
.weui-cell_select-after {
padding-left: 15px
}
.weui-cell_select-after .weui-select {
padding-left: 0
}
.weui-cell_vcode {
padding-top: 0;
padding-right: 0;
padding-bottom: 0
}
.weui-vcode-btn,
.weui-vcode-img {
margin-left: 5px;
height: 45px;
vertical-align: middle
}
.weui-vcode-btn {
display: inline-block;
padding: 0 .6em 0 .7em;
border-left: 1px solid #e5e5e5;
line-height: 45px;
font-size: 17px;
color: #3cc51f
}
button.weui-vcode-btn {
background-color: transparent;
border-top: 0;
border-right: 0;
border-bottom: 0;
outline: 0
}
.weui-vcode-btn:active {
color: #52a341
}
.weui-gallery {
display: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #000;
z-index: 1000
}
.weui-gallery__img {
position: absolute;
top: 0;
right: 0;
bottom: 60px;
left: 0;
background: 50% no-repeat;
background-size: contain
}
.weui-gallery__opr {
position: absolute;
right: 0;
bottom: 0;
left: 0;
background-color: #0d0d0d;
color: #fff;
line-height: 60px;
text-align: center
}
.weui-gallery__del {
display: block
}
.weui-cell_switch {
padding-top: 6.5px;
padding-bottom: 6.5px
}
.weui-switch {
-webkit-appearance: none;
appearance: none
}
.weui-switch,
.weui-switch-cp__box {
position: relative;
width: 52px;
height: 32px;
border: 1px solid #dfdfdf;
outline: 0;
border-radius: 16px;
box-sizing: border-box;
background-color: #dfdfdf;
-webkit-transition: background-color .1s, border .1s;
transition: background-color .1s, border .1s
}
.weui-switch-cp__box:before,
.weui-switch:before {
content: " ";
position: absolute;
top: 0;
left: 0;
width: 50px;
height: 30px;
border-radius: 15px;
background-color: #fdfdfd;
-webkit-transition: -webkit-transform .35s cubic-bezier(.45, 1, .4, 1);
transition: -webkit-transform .35s cubic-bezier(.45, 1, .4, 1);
transition: transform .35s cubic-bezier(.45, 1, .4, 1);
transition: transform .35s cubic-bezier(.45, 1, .4, 1), -webkit-transform .35s cubic-bezier(.45, 1, .4, 1)
}
.weui-switch-cp__box:after,
.weui-switch:after {
content: " ";
position: absolute;
top: 0;
left: 0;
width: 30px;
height: 30px;
border-radius: 15px;
background-color: #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
-webkit-transition: -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35);
transition: -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35);
transition: transform .35s cubic-bezier(.4, .4, .25, 1.35);
transition: transform .35s cubic-bezier(.4, .4, .25, 1.35), -webkit-transform .35s cubic-bezier(.4, .4, .25, 1.35)
}
.weui-switch-cp__input:checked~.weui-switch-cp__box,
.weui-switch:checked {
border-color: #04be02;
background-color: #04be02
}
.weui-switch-cp__input:checked~.weui-switch-cp__box:before,
.weui-switch:checked:before {
-webkit-transform: scale(0);
transform: scale(0)
}
.weui-switch-cp__input:checked~.weui-switch-cp__box:after,
.weui-switch:checked:after {
-webkit-transform: translateX(20px);
transform: translateX(20px)
}
.weui-switch-cp__input {
position: absolute;
left: -9999px
}
.weui-switch-cp__box {
display: block
}
.weui-uploader__hd {
display: -webkit-box;
display: -webkit-flex;
display: flex;
padding-bottom: 10px;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center
}
.weui-uploader__title {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1
}
.weui-uploader__info {
color: #b2b2b2
}
.weui-uploader__bd {
margin-bottom: -4px;
margin-right: -9px;
overflow: hidden
}
.weui-uploader__files {
list-style: none
}
.weui-uploader__file {
float: left;
margin-right: 9px;
margin-bottom: 9px;
width: 79px;
height: 79px;
background: no-repeat 50%;
background-size: cover
}
.weui-uploader__file_status {
position: relative
}
.weui-uploader__file_status:before {
content: " ";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, .5)
}
.weui-uploader__file_status .weui-uploader__file-content {
display: block
}
.weui-uploader__file-content {
display: none;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #fff
}
.weui-uploader__file-content .weui-icon-warn {
display: inline-block
}
.weui-uploader__input-box {
float: left;
position: relative;
margin-right: 9px;
margin-bottom: 9px;
width: 77px;
height: 77px;
border: 1px solid #d9d9d9
}
.weui-uploader__input-box:after,
.weui-uploader__input-box:before {
content: " ";
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: #d9d9d9
}
.weui-uploader__input-box:before {
width: 2px;
height: 39.5px
}
.weui-uploader__input-box:after {
width: 39.5px;
height: 2px
}
.weui-uploader__input-box:active {
border-color: #999
}
.weui-uploader__input-box:active:after,
.weui-uploader__input-box:active:before {
background-color: #999
}
.weui-uploader__input {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.weui-msg {
padding-top: 36px;
text-align: center
}
.weui-msg__icon-area {
margin-bottom: 30px
}
.weui-msg__text-area {
margin-bottom: 25px;
padding: 0 20px
}
.weui-msg__text-area a {
color: #586c94
}
.weui-msg__title {
margin-bottom: 5px;
font-weight: 400;
font-size: 20px
}
.weui-msg__desc {
font-size: 14px;
color: #999
}
.weui-msg__opr-area {
margin-bottom: 25px
}
.weui-msg__extra-area {
margin-bottom: 15px;
font-size: 14px;
color: #999
}
.weui-msg__extra-area a {
color: #586c94
}
@media screen and (min-height:438px) {
.weui-msg__extra-area {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
text-align: center
}
}
.weui-article {
padding: 20px 15px;
font-size: 15px
}
.weui-article section {
margin-bottom: 1.5em
}
.weui-article h1 {
font-size: 18px;
font-weight: 400;
margin-bottom: .9em
}
.weui-article h2 {
font-size: 16px
}
.weui-article h2,
.weui-article h3 {
font-weight: 400;
margin-bottom: .34em
}
.weui-article h3 {
font-size: 15px
}
.weui-article * {
max-width: 100%;
box-sizing: border-box;
word-wrap: break-word
}
.weui-article p {
margin: 0 0 .8em
}
.weui-tabbar {
display: -webkit-box;
display: -webkit-flex;
display: flex;
position: absolute;
z-index: 500;
bottom: 0;
width: 100%;
background-color: #f7f7fa
}
.weui-tabbar:before {
content: " ";
position: absolute;
left: 0;
top: 0;
right: 0;
height: 1px;
border-top: 1px solid #c0bfc4;
color: #c0bfc4;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(.5);
transform: scaleY(.5)
}
.weui-tabbar__item {
display: block;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
padding: 5px 0 0;
font-size: 0;
color: #999;
text-align: center;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon,
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon>i,
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__label {
color: #09bb07
}
.weui-tabbar__icon {
display: inline-block;
width: 27px;
height: 27px
}
.weui-tabbar__icon>i,
i.weui-tabbar__icon {
font-size: 24px;
color: #999
}
.weui-tabbar__icon img {
width: 100%;
height: 100%
}
.weui-tabbar__label {
text-align: center;
color: #999;
font-size: 10px;
line-height: 1.8
}
.weui-navbar {
display: -webkit-box;
display: -webkit-flex;
display: flex;
position: absolute;
z-index: 500;
top: 0;
width: 100%;
background-color: #fafafa
}
.weui-navbar:after {
content: " ";
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 1px;
border-bottom: 1px solid #ccc;
color: #ccc;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: scaleY(.5);
transform: scaleY(.5)
}
.weui-navbar+.weui-tab__panel {
padding-top: 50px;
padding-bottom: 0
}
.weui-navbar__item {
position: relative;
display: block;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
padding: 13px 0;
text-align: center;
font-size: 15px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.weui-navbar__item:active {
background-color: #ededed
}
.weui-navbar__item.weui-bar__item_on {
background-color: #eaeaea
}
.weui-navbar__item:after {
content: " ";
position: absolute;
right: 0;
top: 0;
width: 1px;
bottom: 0;
border-right: 1px solid #ccc;
color: #ccc;
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
-webkit-transform: scaleX(.5);
transform: scaleX(.5)
}
.weui-navbar__item:last-child:after {
display: none
}
.weui-tab {
position: relative;
height: 100%
}
.weui-tab__panel {
box-sizing: border-box;
height: 100%;
padding-bottom: 50px;
overflow: auto;
-webkit-overflow-scrolling: touch
}
.weui-tab__content {
display: none
}
.weui-progress {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center
}
.weui-progress__bar {
background-color: #ebebeb;
height: 3px;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1
}
.weui-progress__inner-bar {
width: 0;
height: 100%;
background-color: #09bb07
}
.weui-progress__opr {
display: block;
margin-left: 15px;
font-size: 0
}
.weui-panel {
background-color: #fff;
margin-top: 10px;
position: relative;
overflow: hidden
}
.weui-panel:first-child {
margin-top: 0
}
.weui-panel:before {
top: 0;
border-top: 1px solid #e5e5e5;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(.5);
transform: scaleY(.5)
}
.weui-panel:after,
.weui-panel:before {
content: " ";
position: absolute;
left: 0;
right: 0;
height: 1px;
color: #e5e5e5
}
.weui-panel:after {
bottom: 0;
border-bottom: 1px solid #e5e5e5;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: scaleY(.5);
transform: scaleY(.5)
}
.weui-panel__hd {
padding: 14px 15px 10px;
color: #999;
font-size: 13px;
position: relative
}
.weui-panel__hd:after {
content: " ";
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 1px;
border-bottom: 1px solid #e5e5e5;
color: #e5e5e5;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: scaleY(.5);
transform: scaleY(.5);
left: 15px
}
.weui-media-box {
padding: 15px;
position: relative
}
.weui-media-box:before {
content: " ";
position: absolute;
left: 0;
top: 0;
right: 0;
height: 1px;
border-top: 1px solid #e5e5e5;
color: #e5e5e5;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(.5);
transform: scaleY(.5);
left: 15px
}
.weui-media-box:first-child:before {
display: none
}
a.weui-media-box {
color: #000;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
a.weui-media-box:active {
background-color: #ececec
}
.weui-media-box__title {
font-weight: 400;
font-size: 17px;
width: auto;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
word-wrap: normal;
word-wrap: break-word;
word-break: break-all
}
.weui-media-box__desc {
color: #999;
font-size: 13px;
line-height: 1.2;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2
}
.weui-media-box__info {
margin-top: 15px;
padding-bottom: 5px;
font-size: 13px;
color: #cecece;
line-height: 1em;
list-style: none;
overflow: hidden
}
.weui-media-box__info__meta {
float: left;
padding-right: 1em
}
.weui-media-box__info__meta_extra {
padding-left: 1em;
border-left: 1px solid #cecece
}
.weui-media-box_text .weui-media-box__title {
margin-bottom: 8px
}
.weui-media-box_appmsg {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center
}
.weui-media-box_appmsg .weui-media-box__hd {
margin-right: .8em;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center
}
.weui-media-box_appmsg .weui-media-box__thumb {
width: 100%;
max-height: 100%;
vertical-align: top
}
.weui-media-box_appmsg .weui-media-box__bd {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
min-width: 0
}
.weui-media-box_small-appmsg {
padding: 0
}
.weui-media-box_small-appmsg .weui-cells {
margin-top: 0
}
.weui-media-box_small-appmsg .weui-cells:before {
display: none
}
.weui-grids {
position: relative;
overflow: hidden
}
.weui-grids:before {
right: 0;
height: 1px;
border-top: 1px solid #d9d9d9;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(.5);
transform: scaleY(.5)
}
.weui-grids:after,
.weui-grids:before {
content: " ";
position: absolute;
left: 0;
top: 0;
color: #d9d9d9
}
.weui-grids:after {
width: 1px;
bottom: 0;
border-left: 1px solid #d9d9d9;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleX(.5);
transform: scaleX(.5)
}
.weui-grid {
position: relative;
float: left;
padding: 20px 10px;
width: 33.33333333%;
box-sizing: border-box
}
.weui-grid:before {
top: 0;
width: 1px;
border-right: 1px solid #d9d9d9;
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
-webkit-transform: scaleX(.5);
transform: scaleX(.5)
}
.weui-grid:after,
.weui-grid:before {
content: " ";
position: absolute;
right: 0;
bottom: 0;
color: #d9d9d9
}
.weui-grid:after {
left: 0;
height: 1px;
border-bottom: 1px solid #d9d9d9;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: scaleY(.5);
transform: scaleY(.5)
}
.weui-grid:active {
background-color: #ececec
}
.weui-grid__icon {
width: 28px;
height: 28px;
margin: 0 auto
}
.weui-grid__icon img {
display: block;
width: 100%;
height: 100%
}
.weui-grid__icon+.weui-grid__label {
margin-top: 5px
}
.weui-grid__label {
display: block;
color: #000;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden
}
.weui-footer,
.weui-grid__label {
text-align: center;
font-size: 14px
}
.weui-footer {
color: #999
}
.weui-footer a {
color: #586c94
}
.weui-footer_fixed-bottom {
position: fixed;
bottom: .52em;
left: 0;
right: 0
}
.weui-footer__links {
font-size: 0
}
.weui-footer__link {
display: inline-block;
vertical-align: top;
margin: 0 .62em;
position: relative;
font-size: 14px
}
.weui-footer__link:before {
content: " ";
position: absolute;
left: 0;
top: 0;
width: 1px;
bottom: 0;
border-left: 1px solid #c7c7c7;
color: #c7c7c7;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleX(.5);
transform: scaleX(.5);
left: -.65em;
top: .36em;
bottom: .36em
}
.weui-footer__link:first-child:before {
display: none
}
.weui-footer__text {
padding: 0 .34em;
font-size: 12px
}
.weui-flex {
display: -webkit-box;
display: -webkit-flex;
display: flex
}
.weui-flex__item {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1
}
.weui-dialog {
position: fixed;
z-index: 5000;
width: 80%;
max-width: 300px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: #fff;
text-align: center;
border-radius: 3px;
overflow: hidden
}
.weui-dialog__hd {
padding: 1.3em 1.6em .5em
}
.weui-dialog__title {
font-weight: 400;
font-size: 18px
}
.weui-dialog__bd {
padding: 0 1.6em .8em;
min-height: 40px;
font-size: 15px;
line-height: 1.3;
word-wrap: break-word;
word-break: break-all;
color: #999
}
.weui-dialog__bd:first-child {
padding: 2.7em 20px 1.7em;
color: #353535
}
.weui-dialog__ft {
position: relative;
line-height: 48px;
font-size: 18px;
display: -webkit-box;
display: -webkit-flex;
display: flex
}
.weui-dialog__ft:after {
content: " ";
position: absolute;
left: 0;
top: 0;
right: 0;
height: 1px;
border-top: 1px solid #d5d5d6;
color: #d5d5d6;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(.5);
transform: scaleY(.5)
}
.weui-dialog__btn {
display: block;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
color: #3cc51f;
text-decoration: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
position: relative
}
.weui-dialog__btn:active {
background-color: #eee
}
.weui-dialog__btn:after {
content: " ";
position: absolute;
left: 0;
top: 0;
width: 1px;
bottom: 0;
border-left: 1px solid #d5d5d6;
color: #d5d5d6;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleX(.5);
transform: scaleX(.5)
}
.weui-dialog__btn:first-child:after {
display: none
}
.weui-dialog__btn_default {
color: #353535
}
.weui-dialog__btn_primary {
color: #0bb20c
}
.weui-skin_android .weui-dialog {
text-align: left;
box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1)
}
.weui-skin_android .weui-dialog__title {
font-size: 21px
}
.weui-skin_android .weui-dialog__hd {
text-align: left
}
.weui-skin_android .weui-dialog__bd {
color: #999;
padding: .25em 1.6em 2em;
font-size: 17px;
text-align: left
}
.weui-skin_android .weui-dialog__bd:first-child {
padding: 1.6em 1.6em 2em;
color: #353535
}
.weui-skin_android .weui-dialog__ft {
display: block;
text-align: right;
line-height: 42px;
font-size: 16px;
padding: 0 1.6em .7em
}
.weui-skin_android .weui-dialog__ft:after {
display: none
}
.weui-skin_android .weui-dialog__btn {
display: inline-block;
vertical-align: top;
padding: 0 .8em
}
.weui-skin_android .weui-dialog__btn:after {
display: none
}
.weui-skin_android .weui-dialog__btn:active,
.weui-skin_android .weui-dialog__btn:visited {
background-color: rgba(0, 0, 0, .06)
}
.weui-skin_android .weui-dialog__btn:last-child {
margin-right: -.8em
}
.weui-skin_android .weui-dialog__btn_default {
color: gray
}
@media screen and (min-width:1024px) {
.weui-dialog {
width: 35%
}
}
.weui-toast {
position: fixed;
z-index: 5000;
width: 7.6em;
min-height: 7.6em;
top: 180px;
left: 50%;
margin-left: -3.8em;
background: hsla(0, 0%, 7%, .7);
text-align: center;
border-radius: 5px;
color: #fff
}
.weui-icon_toast {
margin: 22px 0 0;
display: block
}
.weui-icon_toast.weui-icon-success-no-circle:before {
color: #fff;
font-size: 55px
}
.weui-icon_toast.weui-loading {
margin: 30px 0 0;
width: 38px;
height: 38px;
vertical-align: baseline
}
.weui-toast__content {
margin: 0 0 15px
}
.weui-mask {
background: rgba(0, 0, 0, .6)
}
.weui-mask,
.weui-mask_transparent {
position: fixed;
z-index: 1000;
top: 0;
right: 0;
left: 0;
bottom: 0
}
.weui-actionsheet {
position: fixed;
left: 0;
bottom: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 5000;
width: 100%;
background-color: #efeff4;
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s
}
.weui-actionsheet__title {
position: relative;
height: 65px;
padding: 0 20px;
line-height: 1.4;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
flex-direction: column;
text-align: center;
font-size: 14px;
color: #888;
background: #fcfcfd
}
.weui-actionsheet__title:before {
content: " ";
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 1px;
border-bottom: 1px solid #e5e5e5;
color: #e5e5e5;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: scaleY(.5);
transform: scaleY(.5)
}
.weui-actionsheet__title .weui-actionsheet__title-text {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2
}
.weui-actionsheet__menu {
background-color: #fcfcfd
}
.weui-actionsheet__action {
margin-top: 6px;
background-color: #fcfcfd
}
.weui-actionsheet__cell {
position: relative;
padding: 10px 0;
text-align: center;
font-size: 18px
}
.weui-actionsheet__cell:before {
content: " ";
position: absolute;
left: 0;
top: 0;
right: 0;
height: 1px;
border-top: 1px solid #e5e5e5;
color: #e5e5e5;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(.5);
transform: scaleY(.5)
}
.weui-actionsheet__cell:active {
background-color: #ececec
}
.weui-actionsheet__cell:first-child:before {
display: none
}
.weui-skin_android .weui-actionsheet {
position: fixed;
left: 50%;
top: 50%;
bottom: auto;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 274px;
box-sizing: border-box;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background: transparent;
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s
}
.weui-skin_android .weui-actionsheet__action {
display: none
}
.weui-skin_android .weui-actionsheet__menu {
border-radius: 2px;
box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .1)
}
.weui-skin_android .weui-actionsheet__cell {
padding: 13px 24px;
font-size: 16px;
line-height: 1.4;
text-align: left
}
.weui-skin_android .weui-actionsheet__cell:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px
}
.weui-skin_android .weui-actionsheet__cell:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px
}
.weui-actionsheet_toggle {
-webkit-transform: translate(0);
transform: translate(0)
}
.weui-loadmore {
width: 65%;
margin: 1.5em auto;
line-height: 1.6em;
font-size: 14px;
text-align: center
}
.weui-loadmore__tips {
display: inline-block;
vertical-align: middle
}
.weui-loadmore_line {
border-top: 1px solid #e5e5e5;
margin-top: 2.4em
}
.weui-loadmore_line .weui-loadmore__tips {
position: relative;
top: -.9em;
padding: 0 .55em;
background-color: #fff;
color: #999
}
.weui-loadmore_dot .weui-loadmore__tips {
padding: 0 .16em
}
.weui-loadmore_dot .weui-loadmore__tips:before {
content: " ";
width: 4px;
height: 4px;
border-radius: 50%;
background-color: #e5e5e5;
display: inline-block;
position: relative;
vertical-align: 0;
top: -.16em
}
.weui-badge {
display: inline-block;
padding: .15em .4em;
min-width: 8px;
border-radius: 18px;
background-color: #f43530;
color: #fff;
line-height: 1.2;
text-align: center;
font-size: 12px;
vertical-align: middle
}
.weui-badge_dot {
padding: .4em;
min-width: 0
}
.weui-search-bar {
position: relative;
padding: 8px 10px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
box-sizing: border-box;
background-color: #efeff4
}
.weui-search-bar:before {
top: 0;
border-top: 1px solid #d7d6dc;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(.5);
transform: scaleY(.5)
}
.weui-search-bar:after,
.weui-search-bar:before {
content: " ";
position: absolute;
left: 0;
right: 0;
height: 1px;
color: #d7d6dc
}
.weui-search-bar:after {
bottom: 0;
border-bottom: 1px solid #d7d6dc;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: scaleY(.5);
transform: scaleY(.5)
}
.weui-search-bar.weui-search-bar_focusing .weui-search-bar__cancel-btn {
display: block
}
.weui-search-bar.weui-search-bar_focusing .weui-search-bar__label {
display: none
}
.weui-search-bar__form {
position: relative;
-webkit-box-flex: 1;
-webkit-flex: auto;
flex: auto;
background-color: #efeff4
}
.weui-search-bar__form:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 200%;
height: 200%;
-webkit-transform: scale(.5);
transform: scale(.5);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
border-radius: 10px;
border: 1px solid #e6e6ea;
box-sizing: border-box;
background: #fff
}
.weui-search-bar__box {
position: relative;
padding-left: 30px;
padding-right: 30px;
height: 100%;
width: 100%;
box-sizing: border-box;
z-index: 1
}
.weui-search-bar__box .weui-search-bar__input {
padding: 4px 0;
width: 100%;
height: 1.42857143em;
border: 0;
font-size: 14px;
line-height: 1.42857143em;
box-sizing: content-box;
background: transparent
}
.weui-search-bar__box .weui-search-bar__input:focus {
outline: none
}
.weui-search-bar__box .weui-icon-search {
position: absolute;
left: 10px;
top: 0;
line-height: 28px
}
.weui-search-bar__box .weui-icon-clear {
position: absolute;
top: 0;
right: 0;
padding: 0 10px;
line-height: 28px
}
.weui-search-bar__label {
position: absolute;
top: 1px;
right: 1px;
bottom: 1px;
left: 1px;
z-index: 2;
border-radius: 3px;
text-align: center;
color: #9b9b9b;
background: #fff
}
.weui-search-bar__label span {
display: inline-block;
font-size: 14px;
vertical-align: middle
}
.weui-search-bar__label .weui-icon-search {
margin-right: 5px
}
.weui-search-bar__cancel-btn {
display: none;
margin-left: 10px;
line-height: 28px;
color: #09bb07;
white-space: nowrap
}
.weui-search-bar__input:not(:valid)~.weui-icon-clear {
display: none
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
display: none
}
.weui-picker {
position: fixed;
width: 100%;
left: 0;
bottom: 0;
z-index: 5000;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s
}
.weui-picker__hd {
display: -webkit-box;
display: -webkit-flex;
display: flex;
padding: 9px 15px;
background-color: #fff;
position: relative;
text-align: center;
font-size: 17px
}
.weui-picker__hd:after {
content: " ";
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 1px;
border-bottom: 1px solid #e5e5e5;
color: #e5e5e5;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: scaleY(.5);
transform: scaleY(.5)
}
.weui-picker__action {
display: block;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
color: #1aad19
}
.weui-picker__action:first-child {
text-align: left;
color: #888
}
.weui-picker__action:last-child {
text-align: right
}
.weui-picker__bd {
display: -webkit-box;
display: -webkit-flex;
display: flex;
position: relative;
background-color: #fff;
height: 238px;
overflow: hidden
}
.weui-picker__group {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
position: relative;
height: 100%
}
.weui-picker__mask {
top: 0;
height: 100%;
margin: 0 auto;
background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6)), -webkit-linear-gradient(bottom, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6));
background: linear-gradient(180deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6)), linear-gradient(0deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6));
background-position: top, bottom;
background-size: 100% 102px;
background-repeat: no-repeat;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.weui-picker__indicator,
.weui-picker__mask {
position: absolute;
left: 0;
width: 100%;
z-index: 3
}
.weui-picker__indicator {
height: 34px;
top: 102px
}
.weui-picker__indicator:before {
top: 0;
border-top: 1px solid #e5e5e5;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(.5);
transform: scaleY(.5)
}
.weui-picker__indicator:after,
.weui-picker__indicator:before {
content: " ";
position: absolute;
left: 0;
right: 0;
height: 1px;
color: #e5e5e5
}
.weui-picker__indicator:after {
bottom: 0;
border-bottom: 1px solid #e5e5e5;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: scaleY(.5);
transform: scaleY(.5)
}
.weui-picker__content {
position: absolute;
top: 0;
left: 0;
width: 100%
}
.weui-picker__item {
padding: 0;
height: 34px;
line-height: 34px;
text-align: center;
color: #000;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden
}
.weui-picker__item_disabled {
color: #999
}
@-webkit-keyframes a {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
@keyframes a {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
to {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
}
.weui-animate-slide-up {
-webkit-animation: a ease .3s forwards;
animation: a ease .3s forwards
}
@-webkit-keyframes b {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
}
@keyframes b {
0% {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
to {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
}
.weui-animate-slide-down {
-webkit-animation: b ease .3s forwards;
animation: b ease .3s forwards
}
@-webkit-keyframes c {
0% {
opacity: 0
}
to {
opacity: 1
}
}
@keyframes c {
0% {
opacity: 0
}
to {
opacity: 1
}
}
.weui-animate-fade-in {
-webkit-animation: c ease .3s forwards;
animation: c ease .3s forwards
}
@-webkit-keyframes d {
0% {
opacity: 1
}
to {
opacity: 0
}
}
@keyframes d {
0% {
opacity: 1
}
to {
opacity: 0
}
}
.weui-animate-fade-out {
-webkit-animation: d ease .3s forwards;
animation: d ease .3s forwards
}
.weui-agree {
display: block;
padding: .5em 15px;
font-size: 13px
}
.weui-agree a {
color: #586c94
}
.weui-agree__text {
color: #999
}
.weui-agree__checkbox {
-webkit-appearance: none;
appearance: none;
outline: 0;
font-size: 0;
border: 1px solid #d1d1d1;
background-color: #fff;
border-radius: 3px;
width: 13px;
height: 13px;
position: relative;
vertical-align: 0;
top: 2px
}
.weui-agree__checkbox:checked:before {
font-family: weui;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
text-align: center;
speak: none;
display: inline-block;
vertical-align: middle;
text-decoration: inherit;
content: "\EA08";
color: #09bb07;
font-size: 13px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -48%) scale(.73);
transform: translate(-50%, -48%) scale(.73)
}
.weui-agree__checkbox:disabled {
background-color: #e1e1e1
}
.weui-agree__checkbox:disabled:before {
color: #adadad
}
.weui-loading {
width: 20px;
height: 20px;
display: inline-block;
vertical-align: middle;
-webkit-animation: e 1s steps(12) infinite;
animation: e 1s steps(12) infinite;
background: transparent url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 100 100'%3E%3Cpath fill='none' d='M0 0h100v100H0z'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23E9E9E9' rx='5' ry='5' transform='translate(0 -30)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23989697' rx='5' ry='5' transform='rotate(30 105.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%239B999A' rx='5' ry='5' transform='rotate(60 75.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23A3A1A2' rx='5' ry='5' transform='rotate(90 65 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23ABA9AA' rx='5' ry='5' transform='rotate(120 58.66 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23B2B2B2' rx='5' ry='5' transform='rotate(150 54.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23BAB8B9' rx='5' ry='5' transform='rotate(180 50 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23C2C0C1' rx='5' ry='5' transform='rotate(-150 45.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23CBCBCB' rx='5' ry='5' transform='rotate(-120 41.34 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23D2D2D2' rx='5' ry='5' transform='rotate(-90 35 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23DADADA' rx='5' ry='5' transform='rotate(-60 24.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23E2E2E2' rx='5' ry='5' transform='rotate(-30 -5.98 65)'/%3E%3C/svg%3E") no-repeat;
background-size: 100%
}
.weui-btn_loading.weui-btn_primary .weui-loading,
.weui-btn_loading.weui-btn_warn .weui-loading,
.weui-loading.weui-loading_transparent {
background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 100 100'%3E%3Cpath fill='none' d='M0 0h100v100H0z'/%3E%3Crect xmlns='http://www.w3.org/2000/svg' width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.56)' rx='5' ry='5' transform='translate(0 -30)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.5)' rx='5' ry='5' transform='rotate(30 105.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.43)' rx='5' ry='5' transform='rotate(60 75.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.38)' rx='5' ry='5' transform='rotate(90 65 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.32)' rx='5' ry='5' transform='rotate(120 58.66 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.28)' rx='5' ry='5' transform='rotate(150 54.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.25)' rx='5' ry='5' transform='rotate(180 50 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.2)' rx='5' ry='5' transform='rotate(-150 45.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.17)' rx='5' ry='5' transform='rotate(-120 41.34 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.14)' rx='5' ry='5' transform='rotate(-90 35 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.1)' rx='5' ry='5' transform='rotate(-60 24.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='rgba(255,255,255,.03)' rx='5' ry='5' transform='rotate(-30 -5.98 65)'/%3E%3C/svg%3E")
}
@-webkit-keyframes e {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn)
}
}
@keyframes e {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn)
}
}
.weui-slider {
padding: 15px 18px;
-webkit-user-select: none;
user-select: none
}
.weui-slider__inner {
position: relative;
height: 2px;
background-color: #e9e9e9
}
.weui-slider__track {
height: 2px;
background-color: #1aad19;
width: 0
}
.weui-slider__handler {
position: absolute;
left: 0;
top: 50%;
width: 28px;
height: 28px;
margin-left: -14px;
margin-top: -14px;
border-radius: 50%;
background-color: #fff;
box-shadow: 0 0 4px rgba(0, 0, 0, .2)
}
.weui-slider-box {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center
}
.weui-slider-box .weui-slider {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1
}
.weui-slider-box__value {
margin-left: .5em;
min-width: 24px;
color: #888;
text-align: center;
font-size: 14px
}
.weui-picker__item {
font-size: 0.3rem;
}
.weui-picker__hd {
width: auto !important;
font-size: 0.3rem;
}
.weui-picker__action {
display: block;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
color: rgba(0, 153, 204, 1);
}
.weui-toast {
position: fixed;
z-index: 5000;
padding: 0.2rem 0.25rem;
top: 180px;
left: 0;
right: 0;
width: 60%;
margin: 0 auto;
/*margin-left: -1rem;*/
background: rgba(17, 17, 17, 0.7);
text-align: center;
border-radius: 5px;
color: #FFFFFF;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: auto;
}
.weui-dialog__title {
font-weight: 500;
}
.weui-dialog__hd {
padding: 0rem 0rem 0rem !important;
}
.weui-skin_android .weui-dialog__hd {
text-align: left;
padding: 0rem .6rem 0rem !important;
}
.weui-skin_android .weui-dialog__title {
font-size: .38rem;
font-family: PingFang-SC-Medium;
color: rgba(0, 0, 0, 1);
}
.weui-skin_android .weui-dialog__bd {
color: #999999;
padding: 0rem .6rem .6rem;
font-size: .3rem;
text-align: left;
}
.weui-skin_android .weui-dialog__btn {
color: rgba(51, 51, 51, 1);
}
.weui-toast__content {
font-size: .3rem;
margin: 0;
}
.weui-picker__item {
font-size: 0.3rem;
}
.weui-picker__hd {
width: auto !important;
font-size: 0.3rem;
}
.weui-picker__action {
display: block;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
color: rgba(247, 123, 32, 1);
}
.weui-loading {
width: 0.6rem;
height: 0.6rem;
}
\ No newline at end of file
... ...
//正整数
var AuglyTest_int=/^[0-9]*[1-9][0-9]*$/;
//负整数
var AuglyTest_revint=/^[0-9]*[1-9][0-9]*$/;
//正浮点数
var AuglyTest_float=/^(([0-9]+\.[0-9]*[1-9][0-9]*)|([0-9]*[1-9][0-9]*\.[0-9]+)|([0-9]*[1-9][0-9]*))$/;
//负浮点数
var AuglyTest_revfloat=/^(-(([0-9]+\.[0-9]*[1-9][0-9]*)|([0-9]*[1-9][0-9]*\.[0-9]+)|([0-9]*[1-9][0-9]*)))$/;
//浮点数
var AuglyTest_allfloat=/^(-?\d+)(\.\d+)?$/;
//email地址
var AuglyTest_email=/^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
//年/月/日(年-月-日、年.月.日)
var AuglyTest_Data=/^(19|20)\d\d[- /.](0[1-9]|1[012])[- /.](0[1-9]|[12][0-9]|3[01])$/;
//匹配中文字符
var AuglyTest_char=/[\u4e00-\u9fa5]/;
//匹配帐号是否合法(字母开头,允许5-10字节,允许字母数字下划线)
var AuglyTest_allow=/^[a-zA-Z][a-zA-Z0-9_]{4,9}$/;
//匹配空白行的正则表达式
var AuglyTest_blank= /\n\s*\r/;
//匹配中国邮政编码
var AuglyTest_PostalCode=/[1-9]\d{5}(?!\d)/;
//匹配身份证
var AuglyTest_ID=/\d{15}|\d{18}/;
//匹配国内电话号码
var AuglyTest_tel=/(\d{3}-|\d{4}-)?(\d{8}|\d{7})?/;
//匹配IP地址
var AuglyTest_IP=/((2[0-4]\d|25[0-5]|[01]?\d\d?)\.){3}(2[0-4]\d|25[0-5]|[01]?\d\d?)/;
//匹配首尾空白字符的正则表达式
var AuglyTest_trim= /^\s*|\s*$/;
//验证手机号
var AuglyTest_phone=/^1(3|4|5|7|8)\d{9}$/;
//验证腾讯QQ号
var AuglyTest_QQ= /^[1-9]*[1-9][0-9]*$/;
//验证中文,英文,数字,下划线
var AuglyTest_all=/^[\u4e00-\u9fa5_a-zA-Z0-9]+$/;
... ...
//联昊通
var LTS=/^[0-9]{9,12}$/;
//全峰快递
var QFKD=/^[0-9]{12}$|^[0-9]{15}$/;
// 四川快捷
var SCKJ=/^[0-9]{13}$/;
//全一快递
var UAPEX=/^\d{12}$/;
//城市100
var BJCS=/^(CS[0-9]{13})$|^([0-9]{13})$/;
var EMS=/ ^[A-Z]{2}[0-9]{9}[A-Z]{2}$/;
//圆通速递
var YTO =/^(0|1|2|3|5|6|7|8|E|D|F|G|V|W|e|d|f|g|v|w)[0-9]{9}$/;
//中通速递
var ZTO =/^((618|680|688|618|828|988|118|888|571|518|010|628|205|880|717|718|728|738|761|762|763|701|757)[0-9]{9})$|^((2008|2010|8050|7518)[0-9]{8})$/;
//杭州爱彼西
var HZABC=/^[0-9]{10,11}$/;
// 宅急送
var ZJS=/^[a-zA-Z0-9]{10}$/;
// 韵达快运
var YUNDA=/^[\s]*[0-9]{13}[\s]*$/;
//海航天天快递
var TTKDEX=/^[0-9]{14}$/;
//百世物流
var BEST=/^[0-9]{10}$/;
//联邦快递
var FEDEX=/^[0-9]{12}$/;
// 德邦物流
var DBL=/ ^[0-9]?[0-9]{7}$/;
// 华强物流
var SHQ =/^[A-Za-z0-9]*[0|2|4|6|8]$/;
//星辰急便
var WLB_STARS=/^TB[0-9]{12}$/;
//汇通快运
var HTKY=/^(A|B|C|D|E|H|0)(D|X|[0-9])(A|[0-9])[0-9]{10}$|^(21|22|23|24|25|26|27|28|29|30|31|32|33|34|35|36|37|38|39)[0-9]{10}$/;
//中铁快运
var CRE=/^K[0-9]{13}$/;
//浙江ABC
var WLB_ABC=/^TB[0-9]{12}$/;
//顺丰速运
var SF=/^[0-9]{12}$/;
//CCES
var CCES=/^(2|3|5|6|8|5|1)[0-9]{9}$/;
//申通E物流
var STO=/^(268|888|588|688|368|468|568|668|768|868|968)[0-9]{9}$|^(268|888|588|688|368|468|568|668|768|868|968)[0-9]{10}$|^(STO)[0-9]{10}$/;
//中远
var ZY=/^CO[A-Z]{2}[0-9]{10}$/;
//龙邦速递
var LB=/^[0-9]{12}$/;
//快捷速递
var FAST=/^[0-9]{11,13}$/;
//东方汇
var DFH =/^[0-9]{10}$/
//首业
var SY=/^29[0-9]{8}$/;
//远长
var YC =/^96[0-9]{12}$/;
//黑猫宅急便
var YCT=/^[0-9]{12}$/;
//新邦物流
var XB=/[0-9]{8}/;
//港中能达
var NEDA=/^((88|)[0-9]{10})$|^((1|2|3|5|)[0-9]{9})$|^((9|)[0-9]{11})$/;
//优速物流
var UC =/^VIP[0-9]{9}|V[0-9]{11}|[0-9]{12}$/;
//全日通快递
var QRT = /^[0-9]{12}$/;
//中通快递
var ZT= /^((618|680|828|571|518)[0-9]{9})$|^(2008[0-9]{8})$|^((00|10)[0-9]{10})$/;
\ No newline at end of file
... ...
/***禁止滑动***/
function stop() {
document.body.style.overflow = 'hidden';
// document.addEventListener("touchmove", mo, false); //禁止页面滑动
$("body").on("touchmove",function(event){
event.preventDefault();
}, false)
}
/***取消滑动限制***/
function move() {
document.body.style.overflow = ''; //出现滚动条
// document.removeEventListener("touchmove", mo, false);
$("body").off("touchmove");
}
function toast(that) {
var $toast = $('#toast');
stop()
$toast.find(".weui-toast__content").html(that)
if ($toast.css('display') != 'none') return;
$toast.fadeIn(100);
setTimeout(function () {
$toast.fadeOut(100);
move()
}, 2000);
}
//倒计时
var countdown=60;
function settime(val) {
if (countdown == 0) {
val.removeAttribute("disabled");
val.value="获取验证码";
countdown = 60;
} else {
val.setAttribute("disabled", true);
val.value= countdown +"s";
countdown--;
setTimeout(function() {
settime(val)
},1000)
}
}
//选择头像上传
function setImagePreview(avalue,obj) {
var docObj = document.getElementById("doc");
//img
var imgObjPreview = document.getElementById("preview");
//div
var divs = document.getElementById(obj);
if (docObj.files && docObj.files[0]) {
//火狐下,直接设img属性
imgObjPreview.style.display = 'block';
imgObjPreview.style.width = '100' + "%";
imgObjPreview.style.height = '100%';
//imgObjPreview.src = docObj.files[0].getAsDataURL();
//火狐7以上版本不能用上面的getAsDataURL()方式获取,需要一下方式
imgObjPreview.src = window.URL.createObjectURL(docObj.files[0]);
alert(imgObjPreview.src)
} else {
//IE下,使用滤镜
docObj.select();
var imgSrc = document.selection.createRange().text;
var localImagId = document.getElementById("localImag");
//必须设置初始大小
localImagId.style.width = "100px";
localImagId.style.height = "100px";
//图片异常的捕捉,防止用户修改后缀来伪造图片
try {
localImagId.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale)"
localImagId.filters.item("DXImageTransform.Microsoft.AlphaImageLoader").src = imgSrc;
} catch(e) {
alert("您上传的图片格式不正确,请重新选择!");
return false;
}
imgObjPreview.style.display = 'none';
document.selection.empty();
}
//console.log(document.selection.createRange().text)
return true;
}
//托管说明的控制
$('.my_rigthblod').click(function () {
$('.my_mold').show();
})
$('.my_moldbtn').click(function () {
$('.my_mold').hide();
})
$('.my_mold').click(function () {
$(this).hide();
})
$('.my_moldbox').click(function (e) {
e.stopPropagation();
})
//至少上传一张图片
$('.trust_mold1').click(function () {
$('.trust_mold1').hide();
})
$('.trust1_mian').click(function (e) {
e.stopPropagation();
})
$('.trust_mold_btn').click(function () {
$('.trust_mold1').hide();
})
//cost_mold
$('.cost_mold').click(function () {
$('.cost_mold').hide();
})
$('.costmoldmian').click(function (e) {
e.stopPropagation();
})
\ No newline at end of file
... ...