Commit 6832e742 by 施宇

自营样片

parent 6324ee5b
Showing with 889 additions and 62 deletions
<template> <template>
<div id="app"> <div id="app">
<keep-alive exclude="newsDetail,pointchange,wallet,walletRetrieve,walletDetail,walletRecord,walletStatus,walletWithdraw,walletRecharge,xianhuo,lxshop,brand,brandList,sampleapply,risk,risksuccess,sample"> <keep-alive exclude="newsDetail,pointchange,wallet,walletRetrieve,walletDetail,walletRecord,walletStatus,walletWithdraw,walletRecharge,xianhuo,lxshop,brand,brandList,sampleapply,samplecominfo,samplebasinfo,risk,risksuccess,sample">
<router-view class="router-view"></router-view> <router-view class="router-view"></router-view>
</keep-alive> </keep-alive>
</div> </div>
......
...@@ -462,6 +462,10 @@ export const apis = { ...@@ -462,6 +462,10 @@ export const apis = {
* 示波器页面获取示波器商品id * 示波器页面获取示波器商品id
*/ */
getYaoHaoYouGoodId:urlApi+'/activity/getYaoHaoYouGoodId', getYaoHaoYouGoodId:urlApi+'/activity/getYaoHaoYouGoodId',
/**
* 图片上传
*/
uploadImg:urlApi+'/oss/upload'
} }
......
...@@ -27,6 +27,44 @@ ...@@ -27,6 +27,44 @@
height: 20px; height: 20px;
line-height: 20px; line-height: 20px;
} }
.sample .activity-rule {
margin: 15px 15px 0 15px;
border: solid 1px #d5c06d;
box-sizing: border-box;
border-radius: 2px;
background-color: #fffae7;
color: #333;
}
.sample .activity-rule .rule-title {
height: 1rem;
line-height: 1rem;
font-size: 14px;
text-align: center;
position: relative;
}
.sample .activity-rule .rule-title .icon {
position: absolute;
right: 7px;
font-size: 20px;
color: #d5c06d;
}
.sample .activity-rule .rule-title .icon.icon-down-trangle {
font-size: 26px;
}
.sample .activity-rule .rule-content {
padding: 0px 15px 0;
font-size: 12px;
height: 0;
transition: height linear 0.5s;
overflow: hidden;
}
.sample .activity-rule .rule-content.show {
height: 250px;
}
.sample .activity-rule .rule-content p {
padding-top: 5px;
line-height: 20px;
}
.sample .fx_text { .sample .fx_text {
color: #999; color: #999;
text-align: right; text-align: right;
...@@ -128,6 +166,100 @@ ...@@ -128,6 +166,100 @@
box-shadow: 0 0 10px #000; box-shadow: 0 0 10px #000;
cursor: pointer; cursor: pointer;
} }
.sample .choose-work-pop .mask {
position: fixed;
bottom: 0;
top: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.3);
z-index: 999;
}
.sample .choose-work-pop .choose-work-con {
background: #fff;
width: 9rem;
height: 10rem;
position: fixed;
top: 50%;
left: 50%;
margin-left: -4.5rem;
margin-top: -5rem;
z-index: 99999;
border-radius: 3px;
}
.sample .choose-work-pop .choose-work-con i {
position: absolute;
top: -30px;
color: #fff;
font-size: 20px;
right: 0;
}
.sample .choose-work-pop .choose-work-con .work-groups .work-item {
width: 50%;
height: 4.2rem;
text-align: center;
box-sizing: border-box;
}
.sample .choose-work-pop .choose-work-con .work-groups .work-item.xs-item {
background-color: #eaecff;
border-bottom: 1px solid #fff;
}
.sample .choose-work-pop .choose-work-con .work-groups .work-item.mys-item {
background-color: #f7f7f7;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
}
.sample .choose-work-pop .choose-work-con .work-groups .work-item.gcs-item {
background-color: #fff7f0;
}
.sample .choose-work-pop .choose-work-con .work-groups .work-item.zds-item {
background-color: #eafffb;
border-left: 1px solid #fff;
}
.sample .choose-work-pop .choose-work-con .work-groups .work-item.active .radius-div {
border: 3px solid #0080cc;
}
.sample .choose-work-pop .choose-work-con .work-groups .work-item .radius-div {
margin: 10px auto 0;
height: 3rem;
width: 3rem;
box-sizing: border-box;
border-radius: 50% 50%;
border: 3px solid transparent;
background-repeat: no-repeat;
background-size: 100% 100%;
}
.sample .choose-work-pop .choose-work-con .work-groups .work-item .radius-div.xs-radius {
background-image: url('../../images/sample/work1.png');
}
.sample .choose-work-pop .choose-work-con .work-groups .work-item .radius-div.mys-radius {
background-image: url('../../images/sample/work2.png');
}
.sample .choose-work-pop .choose-work-con .work-groups .work-item .radius-div.gcs-radius {
background-image: url('../../images/sample/work3.png');
}
.sample .choose-work-pop .choose-work-con .work-groups .work-item .radius-div.zds-radius {
background-image: url('../../images/sample/work4.png');
}
.sample .choose-work-pop .choose-work-con .work-groups .work-item p {
font-size: 14px;
color: #000000;
margin-top: 7px;
}
.sample .choose-work-pop .choose-work-con .btn {
width: 4rem;
height: 1rem;
line-height: 1rem;
border-radius: 15px;
font-size: 14px;
text-align: center;
margin: 10px auto 0;
color: #fff;
background-color: #d1d1d1;
}
.sample .choose-work-pop .choose-work-con .btn.active {
background-color: #0080cc;
}
.sample .get-user-pop .get-user-con { .sample .get-user-pop .get-user-con {
background: #fff; background: #fff;
width: 8.667rem; width: 8.667rem;
...@@ -266,4 +398,3 @@ ...@@ -266,4 +398,3 @@
text-decoration: none; text-decoration: none;
border: none; border: none;
} }
/*# sourceMappingURL=sample.css.map */
\ No newline at end of file
...@@ -31,7 +31,44 @@ ...@@ -31,7 +31,44 @@
line-height: 20px; line-height: 20px;
} }
} }
.activity-rule{
margin:15px 15px 0 15px;
border: solid 1px #d5c06d;
box-sizing: border-box;
border-radius: 2px;
background-color: #fffae7;
color: #333;
.rule-title{
height: 1rem;
line-height: 1rem;
font-size: 14px;
text-align: center;
position: relative;
.icon{
position: absolute;
right:7px;
font-size: 20px;
color:#d5c06d;
&.icon-down-trangle{
font-size: 26px;
}
}
}
.rule-content{
padding:0px 15px 0;
font-size: 12px;
height: 0;
transition: height linear .5s;
overflow: hidden;
&.show{
height:250px;
}
p{
padding-top: 5px;
line-height: 20px;
}
}
}
.fx_text { .fx_text {
color: #999; color: #999;
text-align: right; text-align: right;
...@@ -147,7 +184,106 @@ ...@@ -147,7 +184,106 @@
box-shadow: 0 0 10px #000; box-shadow: 0 0 10px #000;
cursor: pointer; cursor: pointer;
} }
.choose-work-pop{
.mask {
position: fixed;
bottom: 0;
top: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.3);
z-index: 999;
}
.choose-work-con{
background: #fff;
width: 9rem;
height: 10rem;
position: fixed;
top: 50%;
left: 50%;
margin-left: -4.5rem;
margin-top: -5rem;
z-index: 99999;
border-radius: 3px;
i {
position: absolute;
top: -30px;
color: #fff;
font-size: 20px;
right: 0;
}
.work-groups{
.work-item{
width:50%;
height:4.2rem;
text-align: center;
box-sizing: border-box;
&.xs-item{
background-color: #eaecff;
border-bottom: 1px solid #fff;
}
&.mys-item{
background-color: #f7f7f7;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
}
&.gcs-item{
background-color: #fff7f0;
}
&.zds-item{
background-color: #eafffb;
border-left: 1px solid #fff;
}
&.active{
.radius-div{
border:3px solid #0080cc;
}
}
.radius-div{
margin:10px auto 0;
height:3rem;
width:3rem;
box-sizing: border-box;
border-radius: 50% 50%;
border:3px solid transparent;
&.xs-radius{
background-image: url('../../images/sample/work1.png');
}
&.mys-radius{
background-image: url('../../images/sample/work2.png');
}
&.gcs-radius{
background-image: url('../../images/sample/work3.png');
}
&.zds-radius{
background-image: url('../../images/sample/work4.png');
}
background-repeat: no-repeat;
background-size: 100% 100%;
}
p{
font-size: 14px;
color: #000000;
margin-top: 7px;
}
}
}
.btn{
width:4rem;
height:1rem;
line-height: 1rem;
border-radius: 15px;
font-size: 14px;
text-align: center;
margin: 10px auto 0;
color: #fff;
background-color: #d1d1d1;
&.active{
background-color: #0080cc;
}
}
}
}
.get-user-pop { .get-user-pop {
.get-user-con { .get-user-con {
background: #fff; background: #fff;
......
...@@ -164,7 +164,6 @@ ...@@ -164,7 +164,6 @@
font-size: 16px; font-size: 16px;
text-align: center; text-align: center;
background: #1080d0; background: #1080d0;
box-shadow: 0 0 10px #000;
cursor: pointer; cursor: pointer;
} }
.sample-apply .submit-success-pop .get-user-con { .sample-apply .submit-success-pop .get-user-con {
...@@ -264,4 +263,3 @@ ...@@ -264,4 +263,3 @@
background: rgba(0, 0, 0, 0.3); background: rgba(0, 0, 0, 0.3);
z-index: 999; z-index: 999;
} }
/*# sourceMappingURL=sampleapply.css.map */
\ No newline at end of file
...@@ -191,7 +191,7 @@ ...@@ -191,7 +191,7 @@
font-size: 16px; font-size: 16px;
text-align: center; text-align: center;
background: #1080d0; background: #1080d0;
box-shadow: 0 0 10px #000; // box-shadow: 0 0 10px #000;
cursor: pointer; cursor: pointer;
} }
......
.sample-basinfo {
background-color: #f3f3f3;
height: 100%;
}
.sample-basinfo .basinfo-form {
padding: 0 15px;
background-color: #fff;
}
.sample-basinfo .basinfo-form .form-item {
border-bottom: 1px solid #e9e9e9;
display: flex;
padding: 20px 0;
}
.sample-basinfo .basinfo-form .form-item.no-border {
border: none;
}
.sample-basinfo .basinfo-form .form-item .label-h3 {
font-size: 14px;
color: #333333;
flex: 0 0 90px;
}
.sample-basinfo .basinfo-form .form-item .label-h3 span {
margin-right: 8px;
vertical-align: middle;
color: #ff0000;
}
.sample-basinfo .basinfo-form .form-item .input {
flex: 1;
text-align: right;
font-size: 14px;
}
.sample-basinfo .save-btn-div {
padding: 1rem 0;
}
.sample-basinfo .save-btn-div .btn {
width: 144px;
height: 34px;
background-color: #1080d0;
border-radius: 50px;
text-align: center;
line-height: 34px;
font-size: 14px;
color: #fff;
margin: 0 auto;
}
.sample-basinfo {
background-color: #f3f3f3;
height: 100%;
.basinfo-form {
padding: 0 15px;
background-color: #fff;
.form-item {
border-bottom: 1px solid #e9e9e9;
display: flex;
padding: 20px 0;
&.no-border{
border:none
}
.label-h3 {
font-size: 14px;
color: #333333;
flex: 0 0 90px;
span {
margin-right: 8px;
vertical-align: middle;
color: #ff0000;
}
}
.input {
flex: 1;
text-align: right;
font-size: 14px;
}
}
}
.save-btn-div {
padding: 1rem 0;
.btn {
width: 144px;
height: 34px;
background-color: #1080d0;
border-radius: 50px;
text-align: center;
line-height: 34px;
font-size: 14px;
color: #fff;
margin: 0 auto;
}
}
}
\ No newline at end of file
.sample-cominfo .cominfo-form {
padding: 0 15px;
}
.sample-cominfo .cominfo-form .form-item {
border-bottom: 1px solid #e9e9e9;
display: flex;
padding: 20px 0;
}
.sample-cominfo .cominfo-form .form-item.detail-add {
flex-direction: column;
}
.sample-cominfo .cominfo-form .form-item.detail-add .textarea {
display: block;
height: 60px;
font-size: 14px;
padding: 10px 0;
resize: none;
}
.sample-cominfo .cominfo-form .form-item.pic-item {
display: block;
border: none;
padding-bottom: 2rem;
}
.sample-cominfo .cominfo-form .form-item.pic-item .default-img {
width: 219px;
height: 94px;
background-color: #e9e9e9;
border-radius: 2px;
margin: 20px auto 0;
box-sizing: border-box;
padding-top: 10px;
}
.sample-cominfo .cominfo-form .form-item.pic-item .default-img .img {
width: 88px;
height: 73px;
background: url('../../images/sample/default.png') no-repeat;
background-size: 100% 100%;
margin: 0 auto;
}
.sample-cominfo .cominfo-form .form-item.pic-item .has-img {
width: 219px;
height: 94px;
margin: 20px auto 0;
position: relative;
border-radius: 2px;
}
.sample-cominfo .cominfo-form .form-item.pic-item .has-img img {
height: 100%;
width: 100%;
}
.sample-cominfo .cominfo-form .form-item.pic-item .has-img .img-mask {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(233, 233, 233, 0.78);
display: flex;
justify-content: center;
align-items: center;
}
.sample-cominfo .cominfo-form .form-item.pic-item .has-img .img-mask .yes-icon {
height: 50px;
width: 50px;
background: url('../../images/sample/yes.png') no-repeat;
background-size: 100% 100%;
}
.sample-cominfo .cominfo-form .form-item.pic-item .file {
display: none;
}
.sample-cominfo .cominfo-form .form-item.pic-item .upload-btn {
width: 100px;
height: 28px;
border: solid 1px #1080d0;
font-size: 14px;
text-align: center;
line-height: 28px;
color: #1080d0;
margin: 18px auto 0;
border-radius: 50px;
}
.sample-cominfo .cominfo-form .form-item .label-h3,
.sample-cominfo .cominfo-form .form-item .detail-add-label,
.sample-cominfo .cominfo-form .form-item .pic-item-label {
font-size: 14px;
color: #333333;
}
.sample-cominfo .cominfo-form .form-item .label-h3.label-h3,
.sample-cominfo .cominfo-form .form-item .detail-add-label.label-h3,
.sample-cominfo .cominfo-form .form-item .pic-item-label.label-h3 {
flex: 0 0 80px;
}
.sample-cominfo .cominfo-form .form-item .label-h3 span,
.sample-cominfo .cominfo-form .form-item .detail-add-label span,
.sample-cominfo .cominfo-form .form-item .pic-item-label span {
margin-right: 8px;
vertical-align: middle;
color: #ff0000;
}
.sample-cominfo .cominfo-form .form-item .input,
.sample-cominfo .cominfo-form .form-item .choose-right {
flex: 1;
text-align: right;
font-size: 14px;
}
.sample-cominfo .cominfo-form .form-item .input.choose-right,
.sample-cominfo .cominfo-form .form-item .choose-right.choose-right {
color: #999;
}
.sample-cominfo .cominfo-form .form-item .input.choose-right i,
.sample-cominfo .cominfo-form .form-item .choose-right.choose-right i {
vertical-align: middle;
margin-left: 8px;
}
.sample-cominfo .save-btn-div {
background-color: #f3f3f3;
padding: 1rem 0;
}
.sample-cominfo .save-btn-div .btn {
width: 144px;
height: 34px;
background-color: #1080d0;
border-radius: 50px;
text-align: center;
line-height: 34px;
font-size: 14px;
color: #fff;
margin: 0 auto;
}
.sample-cominfo {
.cominfo-form {
padding: 0 15px;
.form-item {
border-bottom: 1px solid #e9e9e9;
display: flex;
padding: 20px 0;
&.detail-add {
flex-direction: column;
.textarea {
display: block;
height: 60px;
font-size: 14px;
padding: 10px 0;
resize: none;
}
}
&.pic-item {
display: block;
border: none;
padding-bottom: 2rem;
.default-img {
width: 219px;
height: 94px;
background-color: #e9e9e9;
border-radius: 2px;
margin: 20px auto 0;
box-sizing: border-box;
padding-top: 10px;
.img {
width: 88px;
height: 73px;
background: url('../../images/sample/default.png') no-repeat;
background-size: 100% 100%;
margin: 0 auto;
}
}
.has-img{
width: 219px;
height: 94px;
margin: 20px auto 0;
position: relative;
border-radius: 2px;
img{
height:100%;
width:100%;
}
.img-mask{
position: absolute;
top:0;
left:0;
right:0;
bottom: 0;
background-color: rgba(233,233,233,.78);
display: flex;
justify-content: center;
align-items: center;
.yes-icon{
height: 50px;
width: 50px;
background: url('../../images/sample/yes.png') no-repeat;
background-size: 100% 100%;
}
}
}
.file{
display: none;
}
.upload-btn {
width: 100px;
height: 28px;
border: solid 1px #1080d0;
font-size: 14px;
text-align: center;
line-height: 28px;
color: #1080d0;
margin: 18px auto 0;
border-radius: 50px;
}
}
.label-h3,
.detail-add-label,
.pic-item-label {
font-size: 14px;
color: #333333;
&.label-h3 {
flex: 0 0 80px;
}
span {
margin-right: 8px;
vertical-align: middle;
color: #ff0000;
}
}
.input,
.choose-right {
flex: 1;
text-align: right;
font-size: 14px;
&.choose-right {
color: #999;
i {
vertical-align: middle;
margin-left: 8px;
}
}
}
}
}
.save-btn-div {
background-color:#f3f3f3 ;
padding: 1rem 0;
.btn {
width: 144px;
height: 34px;
background-color: #1080d0;
border-radius: 50px;
text-align: center;
line-height: 34px;
font-size: 14px;
color: #fff;
margin: 0 auto;
}
}
}
\ No newline at end of file
...@@ -33,9 +33,10 @@ Vue.prototype.$http = axios; ...@@ -33,9 +33,10 @@ Vue.prototype.$http = axios;
axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded'; axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded';
axios.defaults.withCredentials = true; axios.defaults.withCredentials = true;
axios.interceptors.request.use(function (config) { axios.interceptors.request.use(function (config) {
var isUploadBoolean = (config['headers']['Content-Type'] == 'multipart/form-data')//判断是否是上传图片
if (config.method == 'post') { if (config.method == 'post') {
if (config.data) { if (config.data) {
if (config.data.indexOf("&pf=2") == -1) { if (!isUploadBoolean&&config.data.indexOf("&pf=2") == -1) {
config.data += "&pf=" + window.lxpf + '&csrf=' + csrf; config.data += "&pf=" + window.lxpf + '&csrf=' + csrf;
} }
} else { } else {
......
...@@ -42,6 +42,8 @@ const brandList = resolve => require(['@/views/brand/brandList'], resolve); ...@@ -42,6 +42,8 @@ const brandList = resolve => require(['@/views/brand/brandList'], resolve);
const ranking = resolve => require(['@/views/rank/ranking'], resolve); const ranking = resolve => require(['@/views/rank/ranking'], resolve);
const Download = resolve => require(['@/views/download/Index'], resolve); const Download = resolve => require(['@/views/download/Index'], resolve);
const sample = resolve => require(['@/views/sample/sample'], resolve); const sample = resolve => require(['@/views/sample/sample'], resolve);
const samplecominfo = resolve => require(['@/views/sample/samplecominfo'], resolve);
const samplebasinfo = resolve => require(['@/views/sample/samplebasinfo'], resolve);
const sampleapply = resolve => require(['@/views/sample/sampleapply'], resolve); const sampleapply = resolve => require(['@/views/sample/sampleapply'], resolve);
const Special = resolve => require(['@/views/special/Index'], resolve); const Special = resolve => require(['@/views/special/Index'], resolve);
const Risk = resolve => require(['@/views/risk/Index'], resolve); const Risk = resolve => require(['@/views/risk/Index'], resolve);
...@@ -354,6 +356,20 @@ const routes = [{ ...@@ -354,6 +356,20 @@ const routes = [{
} }
}, },
{ {
path: '/samplecominfo',
component: samplecominfo,
meta: {
title: '公司信息填写'
}
},
{
path: '/samplebasinfo',
component: samplebasinfo,
meta: {
title: '基础信息填写'
}
},
{
path: '/sampleapply', path: '/sampleapply',
name: "sampleapply", name: "sampleapply",
component: sampleapply, component: sampleapply,
......
...@@ -12,13 +12,14 @@ const state = { ...@@ -12,13 +12,14 @@ const state = {
addressInfo:"", addressInfo:"",
submitState:false, submitState:false,
ypGoodDetail:{}, ypGoodDetail:{},
ypComInfo:{},
ypBasInfo:{},
ordernum:'' ordernum:''
} }
const mutations = { const mutations = {
recvlistSample(state, payload) { recvlistSample(state, payload) {
state.addressInfo=payload.data.filter(function(item){return item['is_default'] == 1;}); state.addressInfo=payload.data.filter(function(item){return item['is_default'] == 1;});
state.addressInfo=state.addressInfo[0]; state.addressInfo=state.addressInfo[0];
}, },
} }
...@@ -38,14 +39,15 @@ const actions = { ...@@ -38,14 +39,15 @@ const actions = {
}, },
selfSampleCreate({commit}, payload) { selfSampleCreate({commit}, payload) {
state.loading = true; state.loading = true;
var params = { // var params = {
goods_id: payload.goods_id, // goods_id: payload.goods_id,
apply_num: payload.apply_num, // apply_num: payload.apply_num,
com_name: payload.com_name, // com_name: payload.com_name,
sample_demand_desc: payload.sample_demand_desc, // sample_demand_desc: payload.sample_demand_desc,
address_id: payload.address_id // address_id: payload.address_id
} // }
var params = payload.data;
Services.selfSampleCreate(qs.stringify(params)).then((res) => { Services.selfSampleCreate(qs.stringify(params)).then((res) => {
let data = res.data; let data = res.data;
state.loading = false; state.loading = false;
...@@ -71,7 +73,9 @@ const actions = { ...@@ -71,7 +73,9 @@ const actions = {
let data = res.data; let data = res.data;
state.loading = false; state.loading = false;
if (data.err_code == 0) { if (data.err_code == 0) {
state.ypGoodDetail = data.data state.ypGoodDetail = data.data.goods_info||{}
state.ypComInfo = data.data.company_info||{}
state.ypBasInfo = data.data.user_info||{}
}else{ }else{
Toast(data.err_msg); Toast(data.err_msg);
} }
......
<template> <template>
<section class="sample"> <section class="sample">
<Header :title="title" :meaushow="meaushow" :bgcolor="bgcolor"></Header> <Header :title="title" :meaushow="meaushow" :bgcolor="bgcolor"></Header>
<van-popup v-model="show"> <div>
<div style="padding: 30px 0">
<p class="text" style="font-size: 16px;text-align: center;font-weight: bold;padding-bottom: 20px; color: #333333;margin-top: 30%;">样片活动已经结束了哦,去看看其他活动吧</p>
<a style="display: block;border-radius: 5px;margin: 0 auto;width: 110px;text-align: center;color: #ffffff;font-size: 14px;height: 40px;line-height: 40px;background: #0073c5;color: #fff;" href="https://m.ichunt.com/v3/activity/activityhz.html">去看看</a>
</div>
</van-popup>
<div v-if="false">
<wxShare :url="shareUrl"></wxShare> <wxShare :url="shareUrl"></wxShare>
<div class="banner"> <div class="banner">
<van-swipe :autoplay="3000" indicator-color="white" :height="bannerHeight"> <van-swipe :autoplay="3000" indicator-color="white" :height="bannerHeight">
...@@ -18,6 +12,21 @@ ...@@ -18,6 +12,21 @@
</van-swipe-item> </van-swipe-item>
</van-swipe> </van-swipe>
</div> </div>
<div class="activity-rule">
<div class="rule-title" @click="isShowRule = !isShowRule">
活动规则
<i :class="['icon','iconfont',isShowRule?'icon-down-trangle':'icon-jinru1']"></i>
</div>
<div :class="['rule-content',isShowRule?'show':'']">
<p>• 活动时间:</p>
<p>2020 年 8 月 3 日 ~ 2020 年 9 月 3 日(逾期申请次数将清零)</p>
<p>• 工程师、终端等用户可享受包邮福利;</p>
<p>• 学生、贸易商等用户运费需自理。</p>
<p>• 同一用户需付运费的多个样品单,通过审核后将合并为一个付运费的样品单。</p>
<p>• 样品订单将在 5 - 7 个工作日内通过审核,1 个工作日内寄出。</p>
<p>• 在法律允许范围内,本活动最终解释权归猎芯网所有。</p>
</div>
</div>
<div class="fx_text" v-if="fxType"> <div class="fx_text" v-if="fxType">
<!-- 邀请记录不为0 --> <!-- 邀请记录不为0 -->
<div class="fx_text_one" v-if="fxType == 1"> <div class="fx_text_one" v-if="fxType == 1">
...@@ -123,6 +132,33 @@ ...@@ -123,6 +132,33 @@
</div> </div>
</div> </div>
<!--获得机会弹窗 end--> <!--获得机会弹窗 end-->
<!-- 选择职业弹窗 开始-->
<div class="choose-work-pop" v-if="isShowChooseWork">
<div class="mask"></div>
<div class="choose-work-con">
<i class="icon iconfont icon-shandiao-" @click="isShowChooseWork=false"></i>
<div class="work-groups clr">
<div :class="['fl','work-item','xs-item',workType==4?'active':'']" @click="changeWorkType(4)">
<div class="radius-div xs-radius"></div>
<p>我是学生</p>
</div>
<div :class="['fl','work-item','mys-item',workType==7?'active':'']" @click="changeWorkType(7)">
<div class="radius-div mys-radius"></div>
<p>我是贸易商</p>
</div>
<div :class="['fl','work-item','gcs-item',workType==1?'active':'']" @click="changeWorkType(1)">
<div class="radius-div gcs-radius"></div>
<p>我是工程师</p>
</div>
<div :class="['fl','work-item','zds-item',workType==8?'active':'']" @click="changeWorkType(8)">
<div class="radius-div zds-radius"></div>
<p>我是终端商</p>
</div>
</div>
<div :class="['btn',workType!=-1?'active':'']" @click="chooseWork">确定</div>
</div>
</div>
<!-- 选择职业弹窗 结束 -->
</div> </div>
</section> </section>
</template> </template>
...@@ -142,7 +178,6 @@ ...@@ -142,7 +178,6 @@
name: "sample", name: "sample",
data() { data() {
return { return {
show: true,
bannerHeight: 173, bannerHeight: 173,
title: "猎芯网-自营样片", title: "猎芯网-自营样片",
meaushow: true, meaushow: true,
...@@ -170,8 +205,15 @@ ...@@ -170,8 +205,15 @@
attrs: {}, attrs: {},
curr: false, curr: false,
id: [], id: [],
shareUrl: window.location.origin + "/v3/samplereg?uid=" + util.getCookie("Yo4teW_uid") shareUrl: window.location.origin + "/v3/samplereg?uid=" + util.getCookie("Yo4teW_uid"),
}; isShowChooseWork:false,
workType:-1,
workFun:0,
isBelongs:0,
isProvideInfo:0,
goodId:null,
isShowRule:false,
};
}, },
computed: { computed: {
...mapState({ ...mapState({
...@@ -217,8 +259,7 @@ ...@@ -217,8 +259,7 @@
} }
}, },
created() { created() {
this.$store.dispatch({
/* this.$store.dispatch({
type: "getsamplebanner" type: "getsamplebanner"
}); });
...@@ -228,12 +269,37 @@ ...@@ -228,12 +269,37 @@
}); });
this.judgeLogin();*/ this.judgeLogin();
setTimeout(function () {
window.location.href = 'https://www.ichunt.com/v3/activity/activityhz.html';
}, 5000)
}, },
methods: { methods: {
judgeOccupation(){
var value = this.isBelongs;
//0表示未填写 1表示已填写
if(value == 0){
this.isShowChooseWork = true
return false
}else{
return true
}
},
chooseWork(){
if(this.workType == -1){
return
}
this.$router.push({
path: "/sampleapply",
query: {
id: this.goodId,
type:this.workType,
full:'0'
}
});
},
changeWorkType(type){
this.workType = type
},
judgeLogin() { judgeLogin() {
if (getCookie("Yo4teW_uid")) { if (getCookie("Yo4teW_uid")) {
this.getCount(); this.getCount();
...@@ -391,6 +457,9 @@ ...@@ -391,6 +457,9 @@
if (data.err_code == 0) { if (data.err_code == 0) {
me.applyCount = data.data.apply_count || 0; me.applyCount = data.data.apply_count || 0;
me.inviteCount = data.data.invite_count || 0; me.inviteCount = data.data.invite_count || 0;
me.workFun = data.data.work_function || 0;
me.isBelongs = data.data.is_belongs || 0;
me.isProvideInfo = data.data.is_provide_info || 0;
if (me.inviteCount == 0) { if (me.inviteCount == 0) {
me.fxType = 2; me.fxType = 2;
} else { } else {
...@@ -414,7 +483,7 @@ ...@@ -414,7 +483,7 @@
var stock = util.aggxde(item.stock); var stock = util.aggxde(item.stock);
this.goodId = item.goods_id
if (this.applyCount != 0) { if (this.applyCount != 0) {
if (stock) { if (stock) {
if ((this.applyCount * 1) < (item.quota * 1)) { if ((this.applyCount * 1) < (item.quota * 1)) {
...@@ -424,11 +493,15 @@ ...@@ -424,11 +493,15 @@
this.quotaNum = (item.quota * 1) - (this.applyCount * 1); this.quotaNum = (item.quota * 1) - (this.applyCount * 1);
} else { } else {
if(!this.judgeOccupation()){
return
}
this.$router.push({ this.$router.push({
path: "/sampleapply", path: "/sampleapply",
query: { query: {
id: item.goods_id id: item.goods_id,
type:this.workFun,
full:this.isProvideInfo+''
} }
}); });
......
<template>
<section class="sample-basinfo">
<Header :title="title" :meaushow="meaushow" :bgcolor="bgcolor"></Header>
<div class="basinfo-form">
<div class="form-item">
<h3 class="label-h3">
<span class="f-red">*</span>手机号码
</h3>
<input
type="text"
placeholder="点击填写手机号码"
class="input"
v-model="comPhone"
:readonly="Boolean(ypBasInfo.mobile)"
/>
</div>
<div class="form-item">
<h3 class="label-h3">
<span class="f-red">*</span>联系人姓名
</h3>
<input
type="text"
placeholder="请填写真实姓名"
class="input"
v-model="userName"
maxlength="10"
:readonly="Boolean(ypBasInfo.user_name)"
/>
</div>
<div class="form-item no-border">
<h3 class="label-h3">
<span class="f-red">*</span>邮箱
</h3>
<input
type="text"
placeholder="请填写常用邮箱"
class="input"
v-model="comEmail"
:readonly="Boolean(ypBasInfo.email)"
/>
</div>
</div>
<div class="save-btn-div">
<div class="btn" @click="saveBasInfo">保存</div>
</div>
</section>
</template>
<script>
import Vue from "vue";
import { Toast } from "vant";
import { mapState } from "vuex";
import Header from "@/views/common/Header.vue";
Vue.use(Toast);
export default {
name: "samplebasinfo",
data() {
return {
title: "基础信息填写",
meaushow: true,
bgcolor: "#fafafa",
comPhone: "",
userName: "",
comEmail: "",
occupationType: this.$route.query.type || -1,
fullType: this.$route.query.full || -1, //0表示未填写完整 1表示填写完整
basinfocookie : localStorage.getItem("samplebasinfo") || ""
};
},
created() {
this.fillData()
},
computed: {
...mapState({
ypBasInfo: (state) => state.sampleapply.ypBasInfo,
}),
},
methods: {
fillData() {
//有缓存读缓存的值,没有缓存读vuex的值
if (this.basinfocookie) {
let obj = JSON.parse(this.basinfocookie);
this.comPhone = obj.mobile;
this.userName = obj.user_name;
this.comEmail = obj.email;
} else {
this.comPhone = this.ypBasInfo.mobile;
this.userName = this.ypBasInfo.user_name;
this.comEmail = this.ypBasInfo.email;
}
},
saveBasInfo() {
var phone = this.comPhone.trim();
var phoneReg = /^[+]?\d*$/;
var email = this.comEmail.trim();
var emailReg = /^[a-zA-Z0-9._%-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/;
if (phone.length < 5 || phone.length > 11 || !phoneReg.test(phone)) {
Toast("请填写正确的手机号码");
return;
} else if (!this.userName) {
Toast("请填写真实姓名");
return;
} else if (!emailReg.test(email)) {
Toast("请填写正确邮箱");
return;
}
let objString = JSON.stringify({
mobile: this.comPhone,
user_name: this.userName,
email: this.comEmail,
});
localStorage.setItem("samplebasinfo", objString);
this.$router.go(-1);
},
},
components: {
Header,
},
};
</script>
<style scoped>
@import "../../assets/css/sample/samplebasinfo.css";
</style>
\ No newline at end of file
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
.ranking-content{background:#885bfe}.ranking-content *{padding:0;margin:0}.ranking-content .cp1{background:url(../img/p1.5fc6a840.jpg) no-repeat;height:227px;width:100%;background-size:100% 100%}.ranking-content .cp2{background:url(../img/p2.449607fa.jpg) no-repeat;height:662px;width:100%;background-size:100% 100%}.ranking-content .cp3{background:url(../img/p3.ea912a3e.jpg) no-repeat;height:799px;width:100%;background-size:100% 100%}.ranking-content .cp4{background:url(../img/p4.6444fe95.jpg) no-repeat;height:471px;width:100%;background-size:100% 100%}.ranking-content .cp4 .content{width:93%;height:280px;margin:0 auto;position:relative;top:172px}.ranking-content .cp4 .content p{height:25px;line-height:25px;text-align:center;color:#fff;font-size:14px}.ranking-content .cp4 .content p span{overflow-x:hidden;text-overflow:ellipsis;width:33.33%}.ranking-content .cp4 .content p span.l-z font{position:relative;left:4%}.ranking-content .cp4 .content p span.r-z font{position:relative;left:-8%}.ranking-content .cpbtn{width:196px;height:53px;text-align:center;margin:20px auto;display:block;cursor:pointer;background:url(../img/lijichong.de45e9b8.png) no-repeat;background-size:100% 100%}.ranking-content .cp5{background:url(../img/p5.aed8b6d3.jpg) no-repeat;height:725px;width:100%;background-size:100% 100%}
\ No newline at end of file
.addressp{background:#f8f8f8;height:100%}.addressp .list-box .hint{background:#fff;padding:2% 2%;margin-bottom:10px;color:#999;font-size:14px}.addressp .list-box .hint .save-point-address{float:right;border-radius:5px;background:#1080d0;color:#fff;padding:3px 10px;margin-top:-3px;cursor:pointer}.addressp .list-box .data-box{padding-bottom:44px}.addressp .list-box .data-box .block-group{font-size:12px;color:#666;background:#fff;padding-left:3%;margin-bottom:10px}.addressp .list-box .data-box .block-group ul{padding:5px 0;padding-right:3%;font-size:14px;line-height:24px;min-height:50px;border-bottom:1px solid #f8f8f8}.addressp .list-box .data-box .block-group ul li p{padding-left:70px;color:#666;font-size:14px}.addressp .list-box .data-box .block-group ul li span.fl{color:#666;font-size:14px}.addressp .list-box .data-box .block-group .button{font-size:14px;line-height:30px;padding-right:3%}.addressp .list-box .data-box .block-group .button div.fl{margin-top:5px}.addressp .list-box .data-box .block-group .button p a{font-size:14px;line-height:30px;color:#666}.addressp .list-box .data-box .block-group .button p a i.icon-shanchu{font-size:18px;position:relative;top:2px}.addressp .list-box .but-foot{width:100%;display:block;line-height:44px;height:44px;position:fixed;bottom:0;left:0;right:0;text-align:center;color:#fff;font-size:15px;background:#1080d0;border:none}.addressp .list-box .but-foot .iconfont{margin-top:2px}.addressp .edit-box .block{background:#fff;padding-left:2%;margin-bottom:10px}.addressp .edit-box .block .input-edit{border-bottom:1px solid #d6d7dc;padding-right:2%}.addressp .edit-box .block .input-edit:last-child{border-bottom:none}.addressp .edit-box .block .input-edit textarea{line-height:22px;font-size:14px;border:none;margin:0;padding:10px 0;width:100%}.addressp .edit-box .block .input-edit dt{color:#333;height:45px;line-height:45px;font-size:14px;white-space:nowrap}.addressp .edit-box .block .input-edit dt.mui-col-sm-2{width:18%}.addressp .edit-box .block .input-edit dd.mui-col-sm-10{width:82%}.addressp .edit-box .block .input-edit dd{color:#333}.addressp .edit-box .block .input-edit dd input{font-size:14px;border:none;height:44px;margin:0;padding:10px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.addressp .edit-box .block .input-edit dd input:focus{border:none}.addressp .edit-box .block .input-edit dd button{padding:0;margin:0;height:44px;line-height:44px;border:none;font-size:14px;text-align:left;color:#666}.addressp .edit-box .block .input-edit dd button:before{float:right;font-size:16px}.addressp .edit-box .block .input-edit .checkbox-input{padding:10px 0}.addressp .edit-box .block .input-edit .mui-checkbox{padding-top:2px;padding-right:5px;display:inline-block;margin-bottom:2%}.addressp .edit-box .block .input-edit .mui-checkbox label{cursor:pointer;padding:0;padding-left:20px}.addressp .edit-box .block .input-edit .mui-checkbox.mui-left input{top:3px;left:0;font-size:12px;width:20px;height:20px;text-align:center;padding:0}.addressp .edit-box .selectqu{position:relative}.addressp .edit-box .selectqu .selectBoxqu{position:absolute;height:100%;text-align:center;z-index:66;width:1.4rem}.addressp .edit-box .selectqu .selectBoxqu i{color:#999;float:right;font-size:14px;height:22px;line-height:22px;position:relative;top:50%;margin-top:-10px;right:10px}.addressp .edit-box .selectqu .czselect{width:1.7rem;height:100%;cursor:pointer}.addressp .edit-box .selectqu input{padding-left:1.85rem}.addressp .edit-box .selectqu .selectquval{background:#fff;-webkit-box-shadow:0 0 10px #ccc;box-shadow:0 0 10px #ccc;padding:.25rem .3rem;margin-top:-.03rem;width:9.18rem}.addressp .edit-box .selectqu .selectquval li{height:28px;line-height:28px}.addressp .edit-box .selectqu .selectquval li:hover{background:#f3f3f3;cursor:pointer}.addressp .edit-box .pr{position:relative}.addressp .edit-box .gjBtn{position:absolute;color:#1080d0;cursor:pointer;float:right;right:0;top:.07rem;font-size:14px}.addressp .edit-box .tip-msg{color:red;font-size:12px;text-align:center;height:28px;line-height:28px}.addressp .edit-box .add-btn{width:100%;display:block;height:44px;background:#0073c5;line-height:44px;text-align:center;color:#fff;font-size:15px;text-decoration:none;width:90%;margin:0 auto;border-radius:5px;margin-top:10px}.Router{position:absolute;height:100%;width:100%;-webkit-transition:all .377s ease;transition:all .377s ease;will-change:transform;top:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000;padding-top:44px;-webkit-box-sizing:border-box;box-sizing:border-box}.slide-left-enter,.slide-right-leave-active{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.slide-left-leave-active,.slide-right-enter{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
\ No newline at end of file
.point-mall-change{padding:0 12px;padding-top:44px}.change-head-img{height:80px;width:90px;margin:0 auto;display:block;margin-bottom:30px;margin-top:50px}.tip-success-change{text-align:center;color:#333;font-size:16px}.tip-success-change b{color:#1080d0}.change-rule-tip,.check-change-tip{color:#333;font-size:12px;margin:14px 0;text-align:center}.check-change-tip{color:#666}.go-change{width:220px;height:32px;line-height:31px;border-radius:20px;border:1px solid #1080d0;color:#1080d0;text-align:center;margin:0 auto;cursor:pointer;display:block;font-size:14px;margin-top:30px}.point-addersstip{color:#333;font-size:12px;text-align:center;margin:15px 0}.point-adderss-box{width:272px;min-height:90px;border:1px solid #e5e5e5;border-radius:5px;margin:0 auto;margin-top:15px;padding:10px;color:#666;font-size:12px}.inline-block-text,.inline-block-text div{display:inline-block;vertical-align:top}.pce80{width:200px}.address-link{width:220px;height:32px;line-height:32px;border-radius:20px;border:1px solid #1080d0;color:#1080d0;text-align:center;cursor:pointer;display:block;margin:0 auto;margin-top:25px;font-size:14px}.address-link:hover{color:#fff;background:#1080d0}.no-point-address{text-align:center;padding-top:25px}
\ No newline at end of file
.news .borderBottom{border-bottom:1px solid #e5e5e5}.news .navList{border-bottom:1px solid #e5e5e5;padding:0 10px;clear:both;height:40px;line-height:40px;font-size:14px;background:#fff;overflow:hidden}.news .navList p{text-align:center;width:33.33%;color:#333;float:left;cursor:pointer;height:40px;line-height:40px}.news .navList p.act{color:#e10601;border-bottom:2px solid #e10601}.news .navListfixed{border-bottom:1px solid #e5e5e5;padding:0 10px;clear:both;height:40px;line-height:40px;font-size:14px;background:#fff;overflow:hidden;position:fixed;top:39px;left:0;right:0}.news .navListfixed p{text-align:center;width:33.33%;color:#333;float:left;cursor:pointer;height:40px;line-height:40px}.news .navListfixed p.act{color:#e10601;border-bottom:2px solid #e10601}.news .navList44 p{width:25%}.news .listBox li{padding:10px;height:100px;border-bottom:1px solid #e5e5e5;-webkit-box-sizing:border-box;box-sizing:border-box}.news .listBox li img{height:75px;width:27%;float:left;border:0;outline:none}.news .listBox li .boxgrt{height:75px;width:66%;float:right}.news .listBox li .boxgrt .title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;font-size:.32rem;font-weight:700;height:50px;line-height:25px}.news .listBox li .boxgrt .titleLook{font-size:14px;color:#999;margin-top:5px}.news .a{margin-bottom:.5rem;min-height:200px}.news .new-head{height:49px;background:#f3f3f3;padding:0 .4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.news .new-head .logo,.news .new-head .logo img{width:30px;height:30px;display:block}.news .new-head .t1{font-size:16px;color:#1080d0;font-weight:500;margin-left:.267rem}.news .nav-tab ul{display:-webkit-box;display:-ms-flexbox;display:flex;background:#f3f3f3;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:.667rem}.news .nav-tab ul li{-webkit-box-flex:1;-ms-flex:1;flex:1;width:25%;min-width:25%;max-width:25%;margin-bottom:.653rem;text-align:center;font-size:14px;color:#333}.news .nav-tab ul li.curr{color:#1080d0}.news .down-list ul{padding:0 .4rem}.news .down-list ul li{padding:.4rem 0;border-bottom:1px solid #e5e5e5}.news .down-list ul li .t1{font-size:16px;color:#333;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.news .down-list ul li .bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:.387rem;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.news .down-list ul li .bar .t2{font-size:14px;color:#999}.news .down-list ul li .bar .btn{width:85px;height:30px;border-radius:3px;border:1px solid #1080d0;display:block;font-size:14px;color:#1080d0;text-align:center;line-height:30px}.news .down-list .txt-tip{padding:.4rem 0;font-size:12px;color:#999;background:#fff;text-align:center}.news .islogin{height:50px;background:#f3f3f3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.news .islogin img{width:20px;height:20px}.news .islogin a{margin-left:.28rem;font-size:12px;color:#333}
\ No newline at end of file
.news li,.news ul{font-family:"\5FAE\8F6F\96C5\9ED1"!important}.news .borderBottom{border-bottom:1px solid #e5e5e5}.news .navList{border-bottom:1px solid #e5e5e5;padding:0 10px;clear:both;height:40px;line-height:40px;font-size:14px;background:#fff;overflow:hidden}.news .navList p{text-align:center;width:33.33%;color:#333;float:left;cursor:pointer;height:40px;line-height:40px}.news .navList p.act{color:#e10601;border-bottom:2px solid #e10601}.news .navListfixed{border-bottom:1px solid #e5e5e5;padding:0 10px;clear:both;height:40px;line-height:40px;font-size:14px;background:#fff;overflow:hidden;position:fixed;top:39px;left:0;right:0}.news .navListfixed p{text-align:center;width:33.33%;color:#333;float:left;cursor:pointer;height:40px;line-height:40px}.news .navListfixed p.act{color:#e10601;border-bottom:2px solid #e10601}.news .navList44 p{width:25%}.news .listBox li{padding:10px;height:100px;border-bottom:1px solid #e5e5e5;-webkit-box-sizing:border-box;box-sizing:border-box}.news .listBox li img{height:75px;width:27%;float:left;border:0;outline:none}.news .listBox li .boxgrt{height:75px;width:66%;float:right}.news .listBox li .boxgrt .title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;font-size:.32rem;font-weight:700;height:50px;line-height:25px}.news .listBox li .boxgrt .titleLook{font-size:14px;color:#999;margin-top:5px}
\ No newline at end of file
.zl_Detail *{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,sans-serif}.zl_Detail .hidex{display:none}.zl_Detail .details-head .head_top{border-bottom:1px solid #d6d7dc;padding:10px}.zl_Detail .details-head .head_top .head_top_left{width:56px}.zl_Detail .details-head .head_top .head_top_left img{display:block;width:56px;height:56px;border:1px solid #e5e5e5}.zl_Detail .details-head .head_top .head_top_right{padding-left:66px}.zl_Detail .details-head .head_top .head_top_right h4{padding-bottom:10px;font-size:18px;color:#333}.zl_Detail .details-head .head_bottom{border-bottom:1px solid #d6d7dc;padding:5px 10px}.zl_Detail .details-head .head_bottom li{width:50%;line-height:20px;height:20px;font-size:12px;color:#999}.zl_Detail .details-head .head_bottom li b{display:block;float:left;line-height:20px;height:20px;font-weight:400}.zl_Detail .details-head .head_bottom li span{color:#333;line-height:20px;height:20px;display:block;padding:0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zl_Detail .details-head .head_bottom li .f-orange{color:#ffa200;margin-left:5px}.zl_Detail .details-cont{position:absolute;top:149px;bottom:44px;width:100%;padding:10px;overflow-y:auto}.zl_Detail .details-cont .gradient{width:100%}.zl_Detail .details-cont .gradient table{width:100%;line-height:32px;font-size:12px;text-align:center;color:#666;border:1px solid #d9d9d9}.zl_Detail .details-cont .gradient table .xs-6{width:50%}.zl_Detail .details-cont .gradient table .xs-4{width:33.33%}.zl_Detail .details-cont .gradient table .xs-3{width:25%}.zl_Detail .details-cont .gradient table th{border:1px solid #d9d9d9;font-weight:400;color:#666}.zl_Detail .details-cont .gradient table td{border:1px solid #d9d9d9;color:#333}.zl_Detail .details-cont .gradient .zkxk{font-size:12px;height:24px;line-height:24px;border:1px solid #e5e5e5;border-top:none;text-align:center;color:#666}.zl_Detail .details-cont .gradient .zkxk .icon-top{bottom:9px;position:relative;content:"";height:0;width:0;pointer-events:none;border:solid transparent;border-bottom-color:#4d4d4d;border-width:4px;margin-left:5px}.zl_Detail .details-cont .gradient .zkxk .icon-bot{top:9px;position:relative;content:"";height:0;width:0;pointer-events:none;border:solid transparent;border-top-color:#4d4d4d;border-width:4px;margin-left:5px}.zl_Detail .details-cont .price{padding-top:10px}.zl_Detail .details-cont .price .zyqhc{position:absolute;width:4.53333rem;height:.93333rem;color:#999;font-size:.26667rem;border:1px solid #ffa200;left:130px;line-height:.37333rem;padding:.06667rem;-webkit-box-shadow:0 0 3px #ffd07f;box-shadow:0 0 3px #ffd07f;border-radius:3px}.zl_Detail .details-cont .price .zyqhc .lfldiv{width:.4rem}.zl_Detail .details-cont .price .zyqhc .lfldiv font{position:relative;font-size:.29333rem;margin-right:.06667rem}.zl_Detail .details-cont .price .zyqhc .lfrdiv{width:3.86667rem}.zl_Detail .details-cont .price .bbiu{border-color:transparent #ffa200 transparent transparent;left:118px}.zl_Detail .details-cont .price .bbiu,.zl_Detail .details-cont .price .bbiu1{display:inline-block;position:absolute;border-width:6px;border-style:solid;top:.2rem}.zl_Detail .details-cont .price .bbiu1{border-color:transparent #fff transparent transparent;left:120px}.zl_Detail .details-cont .price .em1{padding:0 .5em}.zl_Detail .details-cont .price dl{font-size:12px}.zl_Detail .details-cont .price dl dt{width:5em;color:#999;float:left;line-height:30px}.zl_Detail .details-cont .price dl dd{padding-left:5em;color:#333;line-height:30px}.zl_Detail .details-cont .price dl dd.onePrice{font-size:14px}.zl_Detail .details-cont .price dl dd.totalPrice{font-weight:700;color:red;font-size:14px}.zl_Detail .details-cont .price dl dd.tab span{display:block;float:left;margin:2px 10px 0 0;color:#333;height:23px;line-height:22px;padding:0 10px;border:1px solid #d9d9d9;border-radius:3px;background:#fff}.zl_Detail .details-cont .price dl dd.tab span.act{color:#e10601;border-color:#e10601}.zl_Detail .details-cont .price dl dd.tab span.act-blue{color:#1080d0;border-color:#1080d0}.zl_Detail .details-cont .price dl dd .number{float:left;width:118px;height:30px;border:1px solid #d9d9d9;border-radius:3px;background:#fff;position:relative}.zl_Detail .details-cont .price dl dd .number i{cursor:pointer;height:28px;width:28px;text-align:center;line-height:28px;display:block;float:left;background:none;color:#999;font-size:18px}.zl_Detail .details-cont .price dl dd .number input{text-align:center;float:left;padding:4px 5px;line-height:20px;height:28px;width:60px;background:none;color:#333;font-size:12px;border:none;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5}.zl_Detail .details-foot{height:43px;border-top:1px solid #d6d7dc;width:100%;position:absolute;bottom:0}.zl_Detail .details-foot span{width:50%;display:block;float:left;height:43px;line-height:43px;font-size:14px;color:#fff;text-decoration:none;text-align:center;border:none}.zl_Detail .details-foot span.but-blue{background:#1080d0}.zl_Detail .details-foot span.but-red{background:#e10601}
\ No newline at end of file
.pointer-rule .point-mall-rule{padding:0 12px}.pointer-rule .rule-content{padding-top:18px}.pointer-rule .rule-content p{margin-bottom:10px;color:#666!important;font-size:13px}
\ No newline at end of file
.seo-content{background:#10141d;width:100%}.seo-content .seo-head{width:100%;height:11.4rem;background:url(../img/head.a2c80d72.png) no-repeat;background-size:100% 100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:1.24rem}.seo-content .seo-head .head-nav{width:100%;height:22px;background:#c9b086}.seo-content .seo-head .head-nav li{float:left;width:20%;text-align:center;height:22px;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:2px}.seo-content .seo-head .head-nav li a{color:#181c27;display:block;cursor:pointer;width:100%;height:18px;line-height:16px;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1px solid #9f8d70}.seo-content .seo-section .form-box1{padding-top:30px}.seo-content .seo-section .form-box1 .form-group{width:8.4rem;height:40px;line-height:40px;text-align:center;margin:0 auto;margin-bottom:15px}.seo-content .seo-section .form-box1 .form-group .pr{position:relative}.seo-content .seo-section .form-box1 .form-group span{width:2.506rem;height:40px;line-height:40px;background-color:#eecea4;border-radius:.027rem;font-size:14px;text-align:justify;-moz-text-align-last:justify;text-align-last:justify;padding:0 .2rem;-webkit-box-sizing:border-box;box-sizing:border-box}.seo-content .seo-section .form-box1 .form-group .input-box{width:5.573rem;height:40px;line-height:40px;background-color:#fff;border-radius:.027rem;border:.04rem solid #f2c58b;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.seo-content .seo-section .form-box1 .form-group .input-box i{float:left;height:100%;width:20%;font-size:14px;position:relative;top:-1px}.seo-content .seo-section .form-box1 .form-group .input-box input{font-size:14px;text-align:left;width:80%;float:left;height:100%}.seo-content .seo-section .form-box1 .form-group .input-box .code{position:absolute;right:0;height:40px;width:2rem;top:0;cursor:pointer;color:#1080d0;text-align:center;line-height:40px;font-size:12px}.seo-content .seo-section .form-box1 .form-group .input-box .code.dis{color:#ccc}.seo-content .seo-section .form-box1 .form-group .input-box .img-code{position:absolute;right:0;height:40px;width:2rem;top:0;cursor:pointer}.seo-content .seo-section .form-box1 .submit-button{width:8.4rem;height:40px;text-align:center;line-height:40px;margin:0 auto;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAg4AAAA3CAYAAABkUcJ1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4NjdlYTliYS0wNzVkLTM3NDQtYjhmYy1kOWJlNmQ1YmYwZjQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTgyREY5NDc1OUFCMTFFOTgyRjU5QTdGOUNDNjhCQ0MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTgyREY5NDY1OUFCMTFFOTgyRjU5QTdGOUNDNjhCQ0MiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTljYjk0MGItYjFhYy05YzQ1LTllMDAtYTEwZGNjNzM2OTZlIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MmJmOWEyMzItMjUzYS1lNTQ4LWIxM2EtMmIwYWQyOTQ2MmFkIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+NGICbgAAAvdJREFUeNrs2z9slGUcwPHfXY/3rte/kX9GMAwGJ8PoopNhcYCJARPUQdiIiZNOsJIwqCyEGBLRaoxhMLowGGGAhJjQxcHEyeggCXI0Xq93vdYez11CbMtbeJvI0N7nkz59c897XZ7l/ebp85YaszNHI+LLNCYDACDfzTTeLKdf50UDAPAUr6fxbj8c9loLAKCA/WVrAAAUVcmbbLY60es9Pl8qRdRHqzFSLlk5ANiiVtJDvv+cX1paju7Sv7nfybJK1LJKsXA4/N6FaC4sPjb//K7JuHT2rTh4YI9VB4AtqtzfCUg/l3/4OT754qfc75w69lp88M4bxcLhkYmx2mCX4ZGpidGoVEasOABsA/Xqjpgcr62Z63aXo5PGRp4YDj9efj8m6lUrCwDb0Ikjrw7Gap9dvRUfb7AL0edwJABQmHAAAIQDAPD/yz3j8MrBF2K+vei1SwAYMrufG49DL+8bvEmZp9SYnZlL16nVk/fnWoN3PHdNj695qwIA2N4WOt1otbtRr2UxNpqtv30ud8dh5/SYlQOAIdQPhv7YiDMOAEBhwgEAEA4AgHAAAIQDACAcAADhAAAIBwAA4QAACAcAQDgAAMIBABAOAIBwAAAQDgCAcAAAhAMAIBwAAOEAAAgHAADhAAAIBwBAOAAAwgEAEA4AgHAAAIQDAIBwAACedTjc/fuf+OOvRqz0elYIAIZIs9WJP+8+iLlmu3g4nDzzVbz90ZVod5asIAAMke9v/BInPvw8vr12J/d+JW/yXqMZzYVFOw4AMGQW2t2492A+WumaxxkHAKAw4QAAFFZ50s3mfCd6K//9u6JULkW9lsVIugIAW1unuxzdNFZbXPd5U+Fw+OSFNZ/3752Oi2eOx0sv7rbaALDFXfnudnw6c31Tf5MbDhPjtcHuwnrVbEc4LwkA28PYaBaT6Zmfp5rl7y2UGrMzc+k6ZfkAgKc453AkAFCYcAAANhUOv1sGAKCA3/rhcDqNX9Nw7BEAyNNK4+s0vnkowAAx5JXBwoLoMgAAAABJRU5ErkJggg==) no-repeat;background-size:100% 100%;font-size:14px;cursor:pointer;color:#181c27}.seo-content .seo-section .form-box1 .form1-tips{text-align:center;color:#fff;font-size:14px}.seo-content .seo-section .img-show-static{height:14.706rem;background:url(../img/staticx.b75fe82b.png) no-repeat;background-size:100% 100%;margin-top:30px}.seo-content .seo-section .zizi-box{height:10.333rem;width:8.4rem;background:url(../img/lxzz.99f6a2ce.png) no-repeat;background-size:100% 100%;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:3.786rem}.seo-content .seo-section .zizi-box .zizi-ct{width:7.333rem;height:3.4rem;border-style:solid;border-width:.08rem;border-color:#c1b193;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:.826rem}.seo-content .seo-section .zizi-box .zizi-ct .slide-box{margin:0 auto;width:3rem;height:2.28rem}.seo-content .seo-section .zizi-box .zizi-ct .slide-box .slide-pic{width:3rem;height:2.28rem}.seo-content .seo-section .form-box2{width:8.4rem;margin:0 auto;margin-top:30px}.seo-content .seo-section .form-box2 .title-form{color:#f2cea1;font-size:17px;text-align:center;margin-bottom:30px}.seo-content .seo-section .form-box2 .title-form img{vertical-align:middle;display:inline-block;width:17px;height:17px;margin-right:5px}.seo-content .seo-section .form-box2 .form-group{margin-bottom:17px}.seo-content .seo-section .form-box2 .form-group .pr{position:relative}.seo-content .seo-section .form-box2 .form-group .input-box{width:8.4rem;height:40px;line-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border-radius:.053rem;border:.04rem solid #f2c58b;overflow:hidden}.seo-content .seo-section .form-box2 .form-group .input-box .f-red{color:red;position:relative;left:.2rem}.seo-content .seo-section .form-box2 .form-group .input-box .hiddenfont{visibility:hidden}.seo-content .seo-section .form-box2 .form-group .input-box i{float:left;height:100%;width:20%;font-size:14px;text-align:center;position:relative;top:-1px}.seo-content .seo-section .form-box2 .form-group .input-box input{font-size:14px;text-align:left;width:80%;float:left;height:100%}.seo-content .seo-section .form-box2 .form-group .input-box .code{position:absolute;right:0;height:40px;width:2rem;top:0;cursor:pointer;color:#1080d0;text-align:center;line-height:40px;font-size:14px}.seo-content .seo-section .form-box2 .form-group .input-box .code.dis{color:#ccc}.seo-content .seo-section .form-box2 .form-group .input-box .img-code{position:absolute;right:0;height:40px;width:2rem;top:0;cursor:pointer}.seo-content .seo-section .form2-tips{text-align:center;color:#fff;font-size:14px;margin-top:30px}.seo-content .seo-section .submit-button1{width:8.4rem;height:40px;background-color:#eecea4;border-radius:40px;margin:0 auto;color:#181c27;font-size:14px;cursor:pointer;line-height:40px;text-align:center;margin-bottom:50px}.seo-content .seo-section .foot-box{height:2.2rem;background:url(../img/foot.2df97c93.png) no-repeat;background-size:100% 100%;margin:0 auto}.seo-content .seo-section .foot-box .foot-box-ct{height:30px;line-height:30px;background-color:#e8b778;text-align:center;font-size:14px;color:#181c27;position:relative;top:-10px}.seo-content .seo-section .foot-box .foot-box-ct i{font-size:14px!important}.seo-content .seo-section .foot-box .foot-box-ct a{color:#181c27!important}
\ No newline at end of file
.sample-apply{padding-bottom:55px}.sample-apply .ele{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.sample-apply .line{height:5px;background:#f3f3f3}.sample-apply .van-collapse-item__content{padding-top:0;padding-bottom:0}.sample-apply .van-cell__title{font-size:16px}.sample-apply .info-con .img-box{border:1px solid #e5e5e5;-webkit-box-sizing:border-box;box-sizing:border-box;width:2rem;height:2rem}.sample-apply .info-con .img-box img{width:100%;height:100%}.sample-apply .info-con .cb-box{width:6.9rem;height:2rem}.sample-apply .info-con .cb-box .title{color:#333;font-size:16px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-bottom:.08rem}.sample-apply .info-con .cb-box p{color:#333;font-size:12px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:.45rem;line-height:.45rem}.sample-apply .info-con .cb-box p span{color:#666}@media screen and (max-width:320px){.sample-apply .info-con .cb-box{width:6.8rem;position:relative;top:-.1rem}.sample-apply .info-con .cb-box .title{margin-bottom:0}}.sample-apply .info-detail{margin-top:18px;padding-bottom:25px}.sample-apply .info-detail p{color:#333;font-size:12px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:.5rem;line-height:.5rem}.sample-apply .info-detail p span{color:#666}.sample-apply .info-detail p.canshudetail{overflow:hidden;text-overflow:ellipsis;white-space:normal;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;height:auto}.sample-apply .form-info .form-group{background:#fff;padding:15px;border-top:5px solid #f3f3f3}.sample-apply .form-info .form-group h3{color:#666;font-size:16px}.sample-apply .form-info .form-group h3 span.fr{color:#333}.sample-apply .form-info .form-group input{padding:15px 16px;padding-bottom:0}.sample-apply .form-info .form-group input,.sample-apply .form-info .form-group textarea{border:0;display:block;color:#333;font-size:14px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.sample-apply .form-info .form-group textarea{padding:15px 16px}.sample-apply .form-info .form-group input::-webkit-input-placeholder,.sample-apply .form-info .form-group textarea::-webkit-input-placeholder{color:#999}.sample-apply .form-info .form-group.by{padding-bottom:25px}.sample-apply .form-info .form-group.adderss-sample{padding-top:12px;padding-bottom:12px}.sample-apply .form-info .form-group.adderss-sample p{color:#333;font-size:12px;height:.55rem;line-height:.55rem;width:90%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.sample-apply .form-info .form-group.adderss-sample span{position:relative;top:-.8rem}.sample-apply .form-info .form-group .txt span{color:#ffa200;font-size:14px;padding:10px 0 0 0;display:inline-block}.sample-apply .form-info .form-group .txt p{color:#666;font-size:14px;margin-bottom:9px}.sample-apply .fix-btns{position:fixed;left:0;bottom:0;right:0;height:50px;line-height:50px;color:#fff;font-size:16px;text-align:center;background:#1080d0;-webkit-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;cursor:pointer}.sample-apply .submit-success-pop .get-user-con{background:#fff;width:8.667rem;height:6.4rem;border-radius:3px;position:fixed;top:50%;left:50%;margin-left:-4.3335rem;margin-top:-3.2rem;-webkit-box-shadow:0 0 20px #e5e5e5;box-shadow:0 0 20px #e5e5e5;z-index:99999}.sample-apply .submit-success-pop .get-user-con h3{color:#ffa200;font-size:16px;height:1.8rem;line-height:1.8rem;text-align:center}.sample-apply .submit-success-pop .get-user-con h3 i{position:relative;float:right;top:-1.4rem;color:#fff;font-size:20px}.sample-apply .submit-success-pop .get-user-con p{text-align:center;font-size:12px;color:#666;margin-bottom:.5rem}.sample-apply .submit-success-pop .get-user-con h2{color:#000;font-size:14px;text-align:center;width:60%;margin:0 auto}.sample-apply .submit-success-pop .get-user-con .txt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:.3rem auto 0;width:64%}.sample-apply .submit-success-pop .get-user-con .txt span{font-size:13px;color:#999}.sample-apply .submit-success-pop .get-user-con .share-btn-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:.627rem auto 0;width:83%}.sample-apply .submit-success-pop .get-user-con .share-btn-wrap .l{width:100px;cursor:pointer;height:30px;line-height:30px;border:1px solid #0080cc;text-align:center;color:#1080d0;font-size:14px;border-radius:30px}.sample-apply .submit-success-pop .get-user-con .share-btn-wrap .r{cursor:pointer;height:30px;line-height:30px;width:150px;text-align:center;background:#1080d0;color:#fff;font-size:14px;border-radius:30px}.sample-apply .submit-success-pop .get-user-con .tips{color:#999;font-size:12px;text-align:center;margin-top:15px}.sample-apply .submit-success-pop .get-user-con .tips em{color:#cf1111;margin-right:.1rem}.sample-apply .submit-success-pop .mask{position:fixed;bottom:0;top:0;left:0;right:0;background:rgba(0,0,0,.3);z-index:999}
\ No newline at end of file
.pointer-detail{font-family:Helvetica Neue,Helvetica,sans-serif;position:relative;height:100%;overflow:hidden}.pointer-detail .f-r{float:right}.pointer-detail .f-l{float:left}.pointer-detail .point-list-head{padding:0 .24rem;border-bottom:1px solid #e1e1e1}.pointer-detail .point-list-head,.pointer-detail .point-list-head .f-l{height:42px;line-height:42px;-webkit-box-sizing:border-box;box-sizing:border-box}.pointer-detail .point-list-head .f-l{width:20%;text-align:center;font-size:16px;cursor:pointer}.pointer-detail .point-list-head .f-l.act{color:#1080d0;border-bottom:2px solid #1080d0}.pointer-detail .point-list-head .f-r{color:#666;font-size:12px}.pointer-detail .point-list-head .f-r font{color:#ffa200;font-size:18px}.pointer-detail .point_content{position:absolute;top:86px;left:0;right:0;padding:0 12px;bottom:0;overflow-y:auto}.pointer-detail .point_content .has_data .data-group{height:60px;border-bottom:1px solid #e1e1e1}.pointer-detail .point_content .has_data .data-group .f-l{height:60px;padding-top:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.pointer-detail .point_content .has_data .data-group .f-l div{color:#333;font-size:14px;line-height:21px}.pointer-detail .point_content .has_data .data-group .f-l span{color:#999;font-size:12px;line-height:21px}.pointer-detail .point_content .has_data .data-group .f-r{line-height:60px;height:60px;color:#ffa200;font-size:18px}
\ No newline at end of file
.menu-fade{position:fixed;z-index:998;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3)}.menu{position:fixed;right:10px;top:13px;z-index:999}.menu b{font-size:18px;color:#666}.menu .popover-arrow{position:absolute;z-index:1000;top:11px;right:0;overflow:hidden;width:26px;height:26px}.menu .popover-arrow:after{position:absolute;top:19px;left:0;width:26px;height:26px;content:" ";-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:3px;background:#333}.menu .menu-view{margin-top:36px;background:#333;font-size:15px;border-radius:2px;max-height:300px}.menu .menu-view li{position:relative;overflow:hidden;padding:11px 15px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.menu .menu-view li a{color:#fff}.menu .menu-view li a i{margin-right:.1rem}.head-dom[data-v-198bdf95]{padding-top:44px}.head-dom .header-page[data-v-198bdf95]{border-bottom:1px solid #d6d7dc;height:44px;width:100%;padding:0 .2rem;position:fixed;z-index:3;top:0;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .car-title[data-v-198bdf95]{width:170px;position:fixed;top:0;left:50%;margin-left:-85px}.head-dom .header-page .car-title span[data-v-198bdf95]{cursor:pointer;width:80px;height:44px;line-height:44px;text-align:center;font-size:18px}.head-dom .header-page .car-title span.act[data-v-198bdf95]{color:#1080d0;border-bottom:2px solid #1080d0;height:42px}.head-dom .header-page .car-title span font[data-v-198bdf95]{color:#1080d0}.head-dom .header-page i[data-v-198bdf95]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-198bdf95]{font-size:16px;color:#333;width:68%;line-height:44px;text-align:center;height:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10%!important}.head-dom .header-page .search[data-v-198bdf95]{position:absolute;left:40px;right:60px;background:#fff;height:30px;margin:7px 0;border-radius:15px;padding:5px 10px 5px 30px;-webkit-box-sizing:border-box;box-sizing:border-box}.head-dom .header-page .search .van-icon[data-v-198bdf95]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-198bdf95]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}
\ No newline at end of file
This diff could not be displayed because it is too large.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment