Commit 0c2e49d5 by 肖康

阿斯达

parent 42261456
Showing with 309 additions and 47 deletions
......@@ -10,7 +10,7 @@
},
"dependencies": {
"axios": "^0.18.0",
"vant": "^1.5.2",
"vant": "^1.6.23",
"vue": "^2.5.21",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
......
......@@ -332,7 +332,10 @@ export const apis = {
unbindPhone:productionUrlApi+'/user/unbind',
/**退出当前账号**/
logout:productionUrlApi+'/login/logout',
/**获取省市区**/
allAddress:productionUrlApi+'/address/allpcd',
/**修改个人信息**/
changeUserInfo:productionUrlApi+'/user/changeUserInfo',
}
......@@ -537,6 +540,12 @@ export const services = {
logout(params){
return axios.post(apis.logout,params)
},
allAddress(params){
return axios.post(apis.allAddress,params)
},
changeUserInfo(params){
return axios.post(apis.changeUserInfo,params)
},
};
\ No newline at end of file
......@@ -11,7 +11,7 @@
color:#333;
dt{
text-align: center; font-size: 12px; height: 30px; line-height: 30px;
background: #f3f3f3;overflow:hidden;text-overflow:ellipsis;
background: #f8f8f8;overflow:hidden;text-overflow:ellipsis;
white-space: nowrap; padding: 0 5px;
}
dd{
......@@ -68,7 +68,7 @@
.ad{color: #666666; font-size: 12px; display:block; line-height: 16px; overflow: hidden; height: 30px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-pack: distribute;justify-content: space-around;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
}
.more-number,.more-numberxk{
color: #999999; background: #f3f3f3; height: 32px; line-height: 32px; font-size: 12px; text-align: center;
color: #999999; background: #f8f8f8; height: 32px; line-height: 32px; font-size: 12px; text-align: center;
.cup{cursor: pointer; color: #1080d0;
&:hover{cursor: pointer; color: #0073c5; font-weight: bold; }
......
.lxshop .lxshop-content .f-blue{color:#1080d0}.lxshop .lxshop-content .sosoarr{display:none;background-color:#fff;font-size:15px;font-weight:400;height:44px;line-height:44px;overflow:hidden;width:100%;-webkit-box-shadow:0 2px 5px #eeeeee;box-shadow:0 2px 5px #eeeeee;table-layout:fixed;border-bottom:1px solid #d6d7dc}.lxshop .lxshop-content .sosoarr{text-align:center;padding:0 15%;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lxshop .lxshop-content .layer-fix{display:block;position:fixed;top:44px;left:0;right:0;z-index:10}.lxshop .lxshop-content .sift-box{position:relative;padding-top:5px;padding-left:2.5%;height:36px;line-height:36px;border-bottom:1px solid #d6d7dc;background-color:#fff}.lxshop .lxshop-content .sift-box dl{float:left;width:35%;margin-right:0;height:35px;color:#333}.lxshop .lxshop-content .sift-box dl dt{text-align:center;font-size:12px;height:30px;line-height:30px;background:#f3f3f3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 5px}.lxshop .lxshop-content .sift-box dl dd{position:absolute;top:42px;left:0;width:100%;bottom:140px;z-index:3;display:none}.lxshop .lxshop-content .sift-box dl dd ul{background:#fff;padding-bottom:3px;height:200px;overflow-x:auto}.lxshop .lxshop-content .sift-box dl dd ul li{width:46%;color:#333;font-size:14px;border:1px solid #fff;margin:0 2%;margin-top:3px;padding:0 10px;box-sizing:border-box;height:32px;line-height:32px}.lxshop .lxshop-content .sift-box dl dd ul li.check{border:1px solid #1080d0;color:#1080d0}.lxshop .lxshop-content .sift-box dl dd .button{border-top:1px solid #d6d7dc;height:40px;line-height:40px;background:#fff;-webkit-box-shadow:0 2px 5px #eeeeee;box-shadow:0 2px 5px #eeeeee}.lxshop .lxshop-content .sift-box dl dd .button a{width:50%;font-size:14px;height:39px;line-height:39px;display:block;float:left;text-align:center;color:#333}.lxshop .lxshop-content .sift-box dl dd .button a.but-blue{background:#1080d0;color:#fff;text-decoration:none;text-align:center;border:none}.lxshop .lxshop-content .sift-box dl.p_act{border:1px solid #d6d7dc;border-bottom:none}.lxshop .lxshop-content .sift-box dl.p_act dd{display:block}.lxshop .lxshop-content .sift-box dl.p_act dt{background:#fff;height:34px;line-height:34px;border-bottom:2px solid #fff}.lxshop .lxshop-content .search-list-box .data-group-supplier .name-shop{padding:10px 10px 10px 0;margin-left:10px;background:#fff}.lxshop .lxshop-content .search-list-box .data-group-supplier .name-shop img{width:60px;height:30px;display:block;float:left;border:1px solid #e5e5e5;margin-right:10px}.lxshop .lxshop-content .search-list-box .data-group-supplier .name-shop .ad{color:#666666;font-size:12px;display:block;line-height:16px;overflow:hidden;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.lxshop .lxshop-content .search-list-box .data-group-supplier .more-number,.lxshop .lxshop-content .search-list-box .data-group-supplier .more-numberxk{color:#999999;background:#f3f3f3;height:32px;line-height:32px;font-size:12px;text-align:center}.lxshop .lxshop-content .search-list-box .data-group-supplier .more-number .cup,.lxshop .lxshop-content .search-list-box .data-group-supplier .more-numberxk .cup{cursor:pointer;color:#1080d0}.lxshop .lxshop-content .search-list-box .data-group-supplier .more-number .cup:hover,.lxshop .lxshop-content .search-list-box .data-group-supplier .more-numberxk .cup:hover{cursor:pointer;color:#0073c5;font-weight:bold}.lxshop .lxshop-content .data-group-supplier-no{color:#999999;font-size:16px;line-height:28px}.lxshop .lxshop-content .data-group-supplier-no .toisx{text-align:center;margin-top:100px}/*# sourceMappingURL=lxshop.min.css.map */
\ No newline at end of file
.lxshop .lxshop-content .f-blue{color:#1080d0}.lxshop .lxshop-content .sosoarr{display:none;background-color:#fff;font-size:15px;font-weight:400;height:44px;line-height:44px;overflow:hidden;width:100%;-webkit-box-shadow:0 2px 5px #eeeeee;box-shadow:0 2px 5px #eeeeee;table-layout:fixed;border-bottom:1px solid #d6d7dc}.lxshop .lxshop-content .sosoarr{text-align:center;padding:0 15%;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lxshop .lxshop-content .layer-fix{display:block;position:fixed;top:44px;left:0;right:0;z-index:10}.lxshop .lxshop-content .sift-box{position:relative;padding-top:5px;padding-left:2.5%;height:36px;line-height:36px;border-bottom:1px solid #d6d7dc;background-color:#fff}.lxshop .lxshop-content .sift-box dl{float:left;width:35%;margin-right:0;height:35px;color:#333}.lxshop .lxshop-content .sift-box dl dt{text-align:center;font-size:12px;height:30px;line-height:30px;background:#f8f8f8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 5px}.lxshop .lxshop-content .sift-box dl dd{position:absolute;top:42px;left:0;width:100%;bottom:140px;z-index:3;display:none}.lxshop .lxshop-content .sift-box dl dd ul{background:#fff;padding-bottom:3px;height:200px;overflow-x:auto}.lxshop .lxshop-content .sift-box dl dd ul li{width:46%;color:#333;font-size:14px;border:1px solid #fff;margin:0 2%;margin-top:3px;padding:0 10px;box-sizing:border-box;height:32px;line-height:32px}.lxshop .lxshop-content .sift-box dl dd ul li.check{border:1px solid #1080d0;color:#1080d0}.lxshop .lxshop-content .sift-box dl dd .button{border-top:1px solid #d6d7dc;height:40px;line-height:40px;background:#fff;-webkit-box-shadow:0 2px 5px #eeeeee;box-shadow:0 2px 5px #eeeeee}.lxshop .lxshop-content .sift-box dl dd .button a{width:50%;font-size:14px;height:39px;line-height:39px;display:block;float:left;text-align:center;color:#333}.lxshop .lxshop-content .sift-box dl dd .button a.but-blue{background:#1080d0;color:#fff;text-decoration:none;text-align:center;border:none}.lxshop .lxshop-content .sift-box dl.p_act{border:1px solid #d6d7dc;border-bottom:none}.lxshop .lxshop-content .sift-box dl.p_act dd{display:block}.lxshop .lxshop-content .sift-box dl.p_act dt{background:#fff;height:34px;line-height:34px;border-bottom:2px solid #fff}.lxshop .lxshop-content .search-list-box .data-group-supplier .name-shop{padding:10px 10px 10px 0;margin-left:10px;background:#fff}.lxshop .lxshop-content .search-list-box .data-group-supplier .name-shop img{width:60px;height:30px;display:block;float:left;border:1px solid #e5e5e5;margin-right:10px}.lxshop .lxshop-content .search-list-box .data-group-supplier .name-shop .ad{color:#666666;font-size:12px;display:block;line-height:16px;overflow:hidden;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.lxshop .lxshop-content .search-list-box .data-group-supplier .more-number,.lxshop .lxshop-content .search-list-box .data-group-supplier .more-numberxk{color:#999999;background:#f8f8f8;height:32px;line-height:32px;font-size:12px;text-align:center}.lxshop .lxshop-content .search-list-box .data-group-supplier .more-number .cup,.lxshop .lxshop-content .search-list-box .data-group-supplier .more-numberxk .cup{cursor:pointer;color:#1080d0}.lxshop .lxshop-content .search-list-box .data-group-supplier .more-number .cup:hover,.lxshop .lxshop-content .search-list-box .data-group-supplier .more-numberxk .cup:hover{cursor:pointer;color:#0073c5;font-weight:bold}.lxshop .lxshop-content .data-group-supplier-no{color:#999999;font-size:16px;line-height:28px}.lxshop .lxshop-content .data-group-supplier-no .toisx{text-align:center;margin-top:100px}/*# sourceMappingURL=lxshop.min.css.map */
\ No newline at end of file
.user-index{
background: #f3f3f3;
background: #f8f8f8;
padding-bottom: 107px;
.user-logo{
background: url('../../images/user/user_logo.jpg'); padding: 7% 0 4% 0; background-size: 100% 100%;
......
.user-index{background:#f3f3f3;padding-bottom:107px}.user-index .user-logo{background:url('../../images/user/user_logo.jpg');padding:7% 0 4% 0;background-size:100% 100%}.user-index .user-logo img{width:20%;display:block;margin:0 auto;border-radius:50%}.user-index .user-logo dt{padding-bottom:2%}.user-index .user-logo dd{text-align:center}.user-index .user-logo h4{font-size:14px;padding:3% 0;color:#fff}.user-index .user-logo p{font-size:12px;color:#fff}.user-index .orderbox{padding:0 2%;background:#ffffff;border-bottom:1px solid #e5e5e5;margin-bottom:10px}.user-index .orderbox .user-news li{width:24%;float:left;text-align:center;padding:20px 0;padding-bottom:0px}.user-index .orderbox .user-news li a{color:#333}.user-index .orderbox .user-news li b{font-size:20px}.user-index .orderbox .user-news li span{display:block;font-size:12px}.user-index .orderbox a{color:#333;font-size:12px;margin-right:12px;margin-bottom:30px;margin-top:10px}.user-index .orderbox a i{margin-left:8px;color:#1080d0;position:relative;top:4px;font-size:16px}.user-index .orderbox a span{position:relative;top:2px}.user-index .user-nav{padding:0 2%;background:#ffffff;padding:10px 0;border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5;margin-bottom:10px}.user-index .user-nav li{width:25%;float:left;text-align:center;padding:10px 0}.user-index .user-nav li a{color:#333;display:block}.user-index .user-nav li i{font-size:28px;height:30px;line-height:30px;overflow:hidden;display:block;text-align:center}.user-index .user-nav li .icon-1{color:#16a6ff}.user-index .user-nav li .icon-2{color:#ffba35}.user-index .user-nav li .icon-3{color:#41c6e4}.user-index .user-nav li .icon-4{color:#fe4d30}.user-index .user-nav li .icon-5{color:#fe4d30}.user-index .user-nav li .icon-6{color:#42ceb6}.user-index .user-nav li .icon-7{color:#fe4c2f}.user-index .user-nav li .i7{background:url('https://www.ichunt.com/v3/dist/res/m/images/nav/i2.png') no-repeat center;background-size:contain;margin:0 auto}.user-index .user-nav li span{display:block;font-size:14px;margin-top:10px}.user-index .loginLayoutx{border:1px solid #e5e5e5;border-left:none;border-right:none;width:100%;height:30px;background-color:#ffffff;display:block;line-height:30px;text-align:center;font-size:14px;color:#333333}
\ No newline at end of file
.user-index{background:#f8f8f8;padding-bottom:107px}.user-index .user-logo{background:url('../../images/user/user_logo.jpg');padding:7% 0 4% 0;background-size:100% 100%}.user-index .user-logo img{width:20%;display:block;margin:0 auto;border-radius:50%}.user-index .user-logo dt{padding-bottom:2%}.user-index .user-logo dd{text-align:center}.user-index .user-logo h4{font-size:14px;padding:3% 0;color:#fff}.user-index .user-logo p{font-size:12px;color:#fff}.user-index .orderbox{padding:0 2%;background:#ffffff;border-bottom:1px solid #e5e5e5;margin-bottom:10px}.user-index .orderbox .user-news li{width:24%;float:left;text-align:center;padding:20px 0;padding-bottom:0px}.user-index .orderbox .user-news li a{color:#333}.user-index .orderbox .user-news li b{font-size:20px}.user-index .orderbox .user-news li span{display:block;font-size:12px}.user-index .orderbox a{color:#333;font-size:12px;margin-right:12px;margin-bottom:30px;margin-top:10px}.user-index .orderbox a i{margin-left:8px;color:#1080d0;position:relative;top:4px;font-size:16px}.user-index .orderbox a span{position:relative;top:2px}.user-index .user-nav{padding:0 2%;background:#ffffff;padding:10px 0;border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5;margin-bottom:10px}.user-index .user-nav li{width:25%;float:left;text-align:center;padding:10px 0}.user-index .user-nav li a{color:#333;display:block}.user-index .user-nav li i{font-size:28px;height:30px;line-height:30px;overflow:hidden;display:block;text-align:center}.user-index .user-nav li .icon-1{color:#16a6ff}.user-index .user-nav li .icon-2{color:#ffba35}.user-index .user-nav li .icon-3{color:#41c6e4}.user-index .user-nav li .icon-4{color:#fe4d30}.user-index .user-nav li .icon-5{color:#fe4d30}.user-index .user-nav li .icon-6{color:#42ceb6}.user-index .user-nav li .icon-7{color:#fe4c2f}.user-index .user-nav li .i7{background:url('https://www.ichunt.com/v3/dist/res/m/images/nav/i2.png') no-repeat center;background-size:contain;margin:0 auto}.user-index .user-nav li span{display:block;font-size:14px;margin-top:10px}.user-index .loginLayoutx{border:1px solid #e5e5e5;border-left:none;border-right:none;width:100%;height:30px;background-color:#ffffff;display:block;line-height:30px;text-align:center;font-size:14px;color:#333333}
\ No newline at end of file
.user-info{
height:100%;
background: #f8f8f8;
.group-info{
position: relative;
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: flex;
width: 100%;
padding: 10px 15px;
overflow: hidden;
color: #323233;
font-size: 14px;
line-height: 24px;
background-color: #fff;
&:not(:last-child)::after {
position: absolute;
box-sizing: border-box;
content: ' ';
pointer-events: none;
right: 0;
bottom: 0;
left: 15px;
border-bottom: 1px solid #ebedf0;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}
.group-left{width: 90px; -webkit-box-flex: 0;
-webkit-flex: none;
flex: none;}
.group-right{
position: relative;
overflow: hidden;
color: #969799;
text-align: right;
vertical-align: middle;
input{
display: block;
box-sizing: border-box;
width: 100%;
margin: 0;
padding: 0;
color: #323233;
text-align: left;
background-color: transparent;
border: 0;
resize: none;
}
input::-webkit-input-placeholder{
color:#ccc;
}
}
}
.tips{
margin-top: 15px;font-size: 12px;color:#999;padding-left:15px;
}
.btnsub{
position: fixed;
bottom: 0;
width: 100%;
padding: 2%;
right:0;
left:0;
box-sizing: border-box;
.btnnext{
background: #fff;
color: #1080d0;
border: 1px solid #1080d0;
text-decoration: none;
text-align: center;
height: 40px;
line-height: 40px;
border-radius: 5px;
width: 100%;
display: block;
cursor: pointer;
font-size: 14px;
&.submitbtn{
background: #1080d0;
color:#fff;
}
}
}
}
.Router {
position: absolute;
height: 100%;
width:100%;
transition: all .377s ease;
will-change: transform;
top:0;
backface-visibility: hidden;
perspective: 1000;
padding-top: 44px;
box-sizing: border-box;
}
.slide-left-enter,
.slide-right-leave-active {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
.slide-left-leave-active,
.slide-right-enter {
opacity: 0;
transform: translate3d(100%, 0 ,0);
}
.user-info{height:100%;background:#f8f8f8}.user-info .group-info{position:relative;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:flex;width:100%;padding:10px 15px;overflow:hidden;color:#323233;font-size:14px;line-height:24px;background-color:#fff}.user-info .group-info:not(:last-child)::after{position:absolute;box-sizing:border-box;content:' ';pointer-events:none;right:0;bottom:0;left:15px;border-bottom:1px solid #ebedf0;-webkit-transform:scaleY(.5);transform:scaleY(.5)}.user-info .group-info .group-left{width:90px;-webkit-box-flex:0;-webkit-flex:none;flex:none}.user-info .group-info .group-right{position:relative;overflow:hidden;color:#969799;text-align:right;vertical-align:middle}.user-info .group-info .group-right input{display:block;box-sizing:border-box;width:100%;margin:0;padding:0;color:#323233;text-align:left;background-color:transparent;border:0;resize:none}.user-info .group-info .group-right input::-webkit-input-placeholder{color:#ccc}.user-info .tips{margin-top:15px;font-size:12px;color:#999;padding-left:15px}.user-info .btnsub{position:fixed;bottom:0;width:100%;padding:2%;right:0;left:0;box-sizing:border-box}.user-info .btnsub .btnnext{background:#fff;color:#1080d0;border:1px solid #1080d0;text-decoration:none;text-align:center;height:40px;line-height:40px;border-radius:5px;width:100%;display:block;cursor:pointer;font-size:14px}.user-info .btnsub .btnnext.submitbtn{background:#1080d0;color:#fff}.Router{position:absolute;height:100%;width:100%;transition:all .377s ease;will-change:transform;top:0;backface-visibility:hidden;perspective:1000;padding-top:44px;box-sizing:border-box}.slide-left-enter,.slide-right-leave-active{opacity:0;transform:translate3d(-100%, 0, 0)}.slide-left-leave-active,.slide-right-enter{opacity:0;transform:translate3d(100%, 0, 0)}
\ No newline at end of file
......@@ -34,6 +34,7 @@ const xianhuo = resolve => require(['@/views/xianhuo/xianhuo'], resolve);
const lxshop = resolve => require(['@/views/lxshop/lxshop'], resolve);
const joincart = resolve => require(['@/views/car/car'], resolve);
const user = resolve => require(['@/views/user/index'], resolve);
const userInfo = resolve => require(['@/views/user/userInfo'], resolve);
Vue.use(Router);
const routes = [{
......@@ -279,6 +280,14 @@ const routes = [{
back: true
}
},
{
path: '/userInfo',
component: userInfo,
meta: {
title: '基本信息',
back: true
}
},
{
path: '*',
......
......@@ -22,6 +22,7 @@ const mutations = {
const actions = {
getUserType({commit}, payload) {
var params = {
type:2
}
......
import Vue from 'vue'
import {Toast} from 'vant';
import {services as Services} from '../../../api/index'
var qs = require('qs');
Vue.use(Toast);
const state = {
loading: false,
userInfo:"",
addressInfo:""
}
const mutations = {
}
const actions = {
getUserType2({commit}, payload) {
state.loading=true;
var params = {
type:2
}
Services.getUserType(qs.stringify(params)).then((res) => {
state.loading=false;
let data = res.data;
if (data.err_code == 0) {
state.userInfo=data.data;
}else {
Toast({
message: data.err_msg,
duration: 3000
});
}
}).catch(function (err) {
state.loading = false;
});
},
allAddressInfo({commit}, payload) {
Services.allAddress().then((res) => {
let data = res.data;
if (data.err_code == 0) {
state.addressInfo=data.data;
}
})
},
changeUserInfo({commit}, payload) {
state.loading=true;
var params = {
nike_name: payload.nike_name,
com_name: payload.com_name,
type_id: payload.type_id,
sex: payload.sex,
com_telphone:payload.com_telphone,
com_desc: payload.com_desc,
com_province_id: payload.com_province_id,
com_city_id: payload.com_city_id,
com_area_id: payload.com_area_id,
com_address:payload.com_address,
com_mobile: payload.com_mobile
}
Services.changeUserInfo(qs.stringify(params)).then((res) => {
state.loading=false;
let data = res.data;
if (data.err_code == 0) {
var text_=data.err_msg;
if(Number(data.point)>0){
text_="恭喜您获得"+data.point+"积分";
}
Toast({
message: text_,
duration: 3000
});
setTimeout(function(){
if(payload.urlback){
window.location.href="/v3/user/order";
}else{
window.location.href="/v3/user";
}
},800)
}else {
Toast({
message: data.err_msg,
duration: 3000
});
}
}).catch(function (err) {
state.loading = false;
});
},
}
const getters = {}
export default {
state,
mutations,
actions,
getters
}
......@@ -21,6 +21,7 @@ import lxshop from './modules/lxshop/lxshop'
import gooddetail from './modules/gooddetail/gooddetail'
import car from './modules/car/index'
import user from './modules/user/index'
import userInfo from './modules/user/userInfo'
Vue.use(Vuex)
......@@ -47,6 +48,7 @@ export default new Vuex.Store({
lxshop,
gooddetail,
car,
user
user,
userInfo
}
})
<template>
<section class="head-dom">
<div class="header-page clr" :style="{'background':bgcolor,'borderBottom':borderBottom}">
<i class="icon iconfont icon-xiangzuo fl" @click="historyback"></i>
<i v-if="historyb" class="icon iconfont icon-xiangzuo fl" @click="toSomeThing"></i>
<i v-else class="icon iconfont icon-xiangzuo fl" @click="historyback"></i>
<div v-if="isCar">
<div class="car-title clr">
<span class="fl" :class="{'act':(type==1)}" @click="listTab(1)" v-back-top-window>联营(<font>{{ly1Length+ly2Length}}</font>)</span>
......@@ -27,6 +29,11 @@ export default {
type: String,
default: ""
},
historyb: {
type: Boolean,
default: false
},
zy1Length: {
type: Number,
default:0
......@@ -79,6 +86,9 @@ export default {
toSearch(){
this.$emit('toSearch')
},
toSomeThing(){
this.$emit('toSomeThing')
},
listTab(type){
this.type=type;
this.$emit('listTab',type)
......
<template>
</template>
<script>
import Vue from 'vue';
import {mapState} from 'vuex'
import { Loading,Dialog } from 'vant';
import Header from '@/views/common/Header.vue';
Vue.use(Loading).use(Dialog);
export default {
name: 'userEdit',
data() {
return {
title:"基本信息编辑",
}
},
computed: {
...mapState({
loading: state => state.userInfo.loading,
})
},
watch: {
},
created() {
},
methods: {
},
components: {
Header
}
}
</script>
<style scoped>
@import "../../assets/css/user/userInfo.min.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 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 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 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 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.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
.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-de545e46]{padding-top:44px}.head-dom .header-page[data-v-de545e46]{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-de545e46]{width:170px;position:fixed;top:0;left:50%;margin-left:-85px}.head-dom .header-page .car-title span[data-v-de545e46]{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-de545e46]{color:#1080d0;border-bottom:2px solid #1080d0;height:42px}.head-dom .header-page .car-title span font[data-v-de545e46]{color:#1080d0}.head-dom .header-page i[data-v-de545e46]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-de545e46]{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-de545e46]{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-de545e46]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-de545e46]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.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
.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-de545e46]{padding-top:44px}.head-dom .header-page[data-v-de545e46]{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-de545e46]{width:170px;position:fixed;top:0;left:50%;margin-left:-85px}.head-dom .header-page .car-title span[data-v-de545e46]{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-de545e46]{color:#1080d0;border-bottom:2px solid #1080d0;height:42px}.head-dom .header-page .car-title span font[data-v-de545e46]{color:#1080d0}.head-dom .header-page i[data-v-de545e46]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-de545e46]{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-de545e46]{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-de545e46]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-de545e46]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.pointmall .point-mall-head{padding:15px 12px;background:#fff}.pointmall .point-mall-head .point-head-top{height:80px;border-bottom:1px solid #e5e5e5}.pointmall .point-mall-head .point-head-top .imgboxp{background:#ccc;width:62px;height:62px;border-radius:50%;margin-right:15px}.pointmall .point-mall-head .point-head-top .imgboxp img{width:62px;height:62px;border-radius:50%}.pointmall .point-mall-head .point-head-top .point-user-info{color:#333;padding-top:6px;width:40%;height:60px}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-name{font-size:16px;width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-namep{color:#1080d0;font-size:18px;font-weight:700}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-namep a{color:#1080d0}.pointmall .point-mall-head .point-head-top .point-user-info .point-info-phone{font-size:12px;margin-top:12px;width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pointmall .point-mall-head .point-head-top .point-qian{height:60px;width:25%;padding-top:5px}.pointmall .point-mall-head .point-head-top .point-qian .qian-btn{height:26px;line-height:26px;width:90px;text-align:center;background:#1080d0;color:#fff;font-size:14px;border-radius:20px;cursor:pointer}.pointmall .point-mall-head .point-head-top .point-qian .qian-btn i{margin-right:5px}.pointmall .point-mall-head .point-head-top .point-qian .qian-btn.dis{background:#ccc}.pointmall .point-mall-head .point-head-top .point-qian .current-point{font-size:12px;color:#999;margin-top:8px;width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}.pointmall .point-mall-head .point-head-top .point-qian .current-point font{color:#333}.pointmall .point-mall-head .point-head-bottom{margin-top:15px}.pointmall .point-mall-head .point-head-bottom .points-bt{width:33.33%;text-align:center;font-size:14px;cursor:pointer}.pointmall .point-mall-head .point-head-bottom .points-bt a{color:#333}.pointmall .point-mall-head .point-head-bottom .icon-box{height:60px;width:60px;color:#fff;border-radius:50%;text-align:center;line-height:60px;margin:0 auto;margin-bottom:10px}.pointmall .point-mall-head .point-head-bottom .icon-box i{font-size:36px}.pointmall .point-mall-head .point-head-bottom .add-points{cursor:pointer}.pointmall .point-mall-head .point-head-bottom .add-points .icon-box{background:#fab011}.pointmall .point-mall-head .point-head-bottom .points-detail .icon-box{background:#1ea1ff}.pointmall .point-mall-head .point-head-bottom .change-detail .icon-box{background:#36d1dc}.pointmall .point-line{height:5px;background:#f0f0f0}.pointmall .point-mall-section{background:#fff;padding:0 12px}.pointmall .point-mall-section .point-section-title{height:42px;line-height:42px;padding-top:6px}.pointmall .point-mall-section .point-section-title .fl{color:#333;font-size:17px}.pointmall .point-mall-section .point-section-title .fr{color:#666;font-size:12px}.pointmall .point-mall-section .point-list-nav{height:42px;line-height:42px;border-bottom:1px solid #e1e1e1;width:100%;display:inline;white-space:nowrap;overflow-x:scroll;float:left;overflow-y:hidden}.pointmall .point-mall-section .point-list-nav li{display:inline-block;width:33%;text-align:center;font-size:16px;height:42px;line-height:42px;cursor:pointer;position:relative;top:-3px;border-bottom:3px solid #fff}.pointmall .point-mall-section .point-list-nav li.act{color:#1080d0;border-bottom:3px solid #1080d0}.pointmall .point-mall-section .data-points .data-box-point .box-group{-webkit-box-sizing:border-box;box-sizing:border-box;width:48%;height:215px;border:1px solid #e5e5e5;padding:10px 7px;margin-top:10px}.pointmall .point-mall-section .data-points .data-box-point .box-group .point-group-top{height:100px;border-radius:5px;overflow-y:hidden}.pointmall .point-mall-section .data-points .data-box-point .box-group .point-group-top img{height:100px;width:100%}.pointmall .point-mall-section .data-points .data-box-point .box-group .prize-name{color:#333;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;margin-top:10px}.pointmall .point-mall-section .data-points .data-box-point .box-group .points-nees{color:#ffa200;font-size:14px;text-align:center;margin-bottom:12px}.pointmall .point-mall-section .data-points .data-box-point .box-group .change-btn{width:80%;height:24px;line-height:24px;border-radius:20px;border:1px solid #1080d0;color:#1080d0;text-align:center;font-size:14px;margin:0 auto;cursor:pointer;display:block}.pointmall .point-mall-section .data-points .data-box-point .box-group .change-btn:focus{background:#1080d0;color:#fff}.pointmall .point-mall-section .data-points .data-box-point .box-group:nth-of-type(2n){float:right!important}.pointmall .point-mall-section .data-points .mr0{margin-right:0}.pointmall .add-points-mask{background:rgba(0,0,0,.5);position:fixed;top:0;bottom:0;left:0;right:0}.pointmall .add-points-mask .add-points-content{min-height:150px;width:260px;position:absolute;background:#fff;top:50%;left:50%;margin-left:-140px;margin-top:-110px;border-radius:5px;padding:10px}.pointmall .add-points-mask .add-points-content .close-point{color:#fff;font-size:25px;position:absolute;top:240px;left:130px}.pointmall .add-points-mask .add-points-content .infoboxh{border-bottom:1px solid #e5e5e5;min-height:70px;padding:10px}.pointmall .add-points-mask .add-points-content .infoboxh p{color:#333;font-size:14px}.pointmall .add-points-mask .add-points-content .infoboxh span{color:#999;font-size:12px;display:inline-block;width:150px}.pointmall .add-points-mask .add-points-content .infoboxh a{width:55.4px;height:23px;line-height:23px;text-align:center;color:#fff;background:#1080d0;border-radius:20px;font-size:12px;margin-top:12px}.pointmall .add-points-mask .add-points-content .infoboxh a.dis{color:#999;background:#e5e5e5}.pointmall .add-points-mask .add-points-content .infoboxf{border:0;height:100px}
\ No newline at end of file
.chain-main .customs_one{margin:25px auto;margin-bottom:40px;width:90.666%}.chain-main .customs_one .customs{-webkit-box-shadow:0 0 15px #333;box-shadow:0 0 15px #333;-webkit-transition:.5s ease-out;transition:.5s ease-out;min-height:143.5px;top:35px;right:0;width:100%;border-radius:3px;background:rgba(0,0,0,.5)}.chain-main .customs_one .customs .cus_input{padding:20px 12.5px 5px 12.5px}.chain-main .customs_one .customs .cus_input dl{height:40px;background:#fff;margin-bottom:1px;border-top:none}.chain-main .customs_one .customs .cus_input dl dt{font-size:14px;width:27%;text-align:right;float:left;height:40px;line-height:40px;color:#666;font-weight:700}.chain-main .customs_one .customs .cus_input dl dd{font-size:14px;width:73%;float:left;height:40px;line-height:40px}.chain-main .customs_one .customs .cus_input dl dd input,.chain-main .customs_one .customs .cus_input dl dd textarea{width:96%;height:20px;line-height:20px;margin:10px 0;padding:0;font-size:14px;float:left;border:0;color:#333;border-radius:0}.chain-main .customs_one .customs .cus_input dl dd .verifyCode{width:38%}.chain-main .customs_one .customs .cus_input dl dd .codeButton{background:none;color:#1080d0;width:80px;padding:0;text-align:center;height:20px;line-height:20px;margin-left:25px;float:right;margin-right:15px}.chain-main .customs_one .customs .cus_input dl dd .codeButton.dis{color:#999}.chain-main .customs_one .customs .cus_input .updateCodeImg .code-text{width:55%!important}.chain-main .customs_one .customs .cus_input .updateCodeImg .code{width:45%!important}.chain-main .customs_one .customs .cus_input .updateCodeImg .code img{width:100%;height:40px}.chain-main .customs_one .customs .cus_input .dl_name{border-radius:3px 3px 0 0}.chain-main .customs_one .customs .cus_input .dl_text{border-top:0;width:100%;height:145px;margin-bottom:10px;border-radius:3px}.chain-main .customs_one .customs .cus_input .dl_text dt{margin-top:14px;height:20px;line-height:20px}.chain-main .customs_one .customs .cus_input .dl_text dd{padding:0;position:relative;margin-top:15px;height:auto}.chain-main .customs_one .customs .cus_input .dl_text dd textarea{resize:none;font-size:14px;line-height:19px;height:115px;margin:0}.chain-main .customs_one .customs .smsCode{border-radius:0 0 3px 3px}.chain-main .customs_one .customs dd .msg{height:13px;line-height:13px;clear:both;display:block;margin-left:-60px;color:#333;position:relative;top:-10px}.chain-main .customs_one .contact_way .box_select{position:relative}.chain-main .customs_one .contact_way .box_select .select-top{cursor:pointer}.chain-main .customs_one .contact_way .box_select .select-top i{float:right;position:relative;top:8px;right:2.5px;content:"";height:0;width:0;pointer-events:none;border:solid transparent;border-top-color:#2f2f2f;border-width:25px 20px}.chain-main .customs_one .contact_way .box_select .select-bot{z-index:400;position:absolute;top:19px;left:-5px;width:38px;border:5px solid #ccc;line-height:19px;background:#fff}.chain-main .customs_one .contact_way .box_select .select-bot li{padding-left:5px;cursor:pointer}.chain-main .customs_one .contact_way .box_select .select-bot li.act,.chain-main .customs_one .contact_way .box_select .select-bot li:hover{color:#006cc7}.chain-main .customs_one .contact_way .box_select .select_input .input_w_38{width:25px;padding:0;border-right:5px solid #ccc}.chain-main .customs_one .contact_way .box_select .select_input .input_w_183{width:107px;padding-left:5px}.chain-main .customs_one .tipMsg{padding:0 13px;line-height:13px;height:13px;font-size:14px}.chain-main .customs_one .cus_but{height:40px;margin-top:5px}.chain-main .customs_one .cus_but a{display:block;text-align:center;font-size:14px;height:40px;line-height:40px;background:#fff;color:#1080d0;border-radius:0 0 3px 3px}.chain-main .customs_one .cus_but a:hover{font-weight:700}.chain-main .customs_box{width:100%;position:relative;margin-bottom:75px}.chain-main .customs_box .customs_title{position:absolute;z-index:10;left:20px;font-size:16px;font-weight:700;color:#333}.chain-main .customs_box .customs_email{position:absolute;z-index:10;left:20px;bottom:65px;font-size:12px;color:#999}.chain-main .customs_box .customs_img{margin-bottom:25px}.chain-main .customs_box .customs_img img{width:100%;height:auto}.chain-main .customs_box .title_top{top:-40px}.chain-main .customs_box .title_center_1{left:160px}.chain-main .customs_box .title_center_2{left:125px}.chain-main .customs_box .title_center_go{width:100%;text-align:center;left:0}.chain-main .customs_box0{margin-bottom:50px}.chain-main .scm_but{text-align:center;padding-bottom:30px}.chain-main .scm_but .cus_but_bottom{font-size:18px;font-weight:700;color:#666}.chain-main .scm_but .cus_arrow{display:inline-block;width:16px;height:13px;margin-left:10px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAaCAYAAABPY4eKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmZmFjN2UxMi1jMWQxLTEzNGYtOTIyOC02MjBlYjFhMjk3ZjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0U4RUVGMDdCQ0FGMTFFOEExODRDMEQ5QkJENkExOEQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0U4RUVGMDZCQ0FGMTFFOEExODRDMEQ5QkJENkExOEQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NWYyODMwOS0xY2NiLTFhNDEtYTgzMC1lYmVkZGNhYjkzMDkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ZmZhYzdlMTItYzFkMS0xMzRmLTkyMjgtNjIwZWIxYTI5N2YwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aUuSjgAAALJJREFUeNrE1W0KgCAMBuBl3cj/dRtP0QfUwepmNaEgzJmLNgdDWMPnhX5YOecWAOjhWTP2FJlz98mqrbUrng12G3zrsA32Fsy5+0n8y4W/BLjwIgHuuHqAEFcNEMPVAlC4SoAULh7gDRcNkIOLBcjFRQJw8N8DGODXTswr7j4X9y/XQLx0I3fflILh/E9F4FxcBM7BxeA3XBRO4eIwhavAMVwNDnFV+I6rwxdeBPZ1CDAAjsluDs98OSkAAAAASUVORK5CYII=);background-size:contain;background-repeat:no-repeat}
\ 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-de545e46]{padding-top:44px}.head-dom .header-page[data-v-de545e46]{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-de545e46]{width:170px;position:fixed;top:0;left:50%;margin-left:-85px}.head-dom .header-page .car-title span[data-v-de545e46]{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-de545e46]{color:#1080d0;border-bottom:2px solid #1080d0;height:42px}.head-dom .header-page .car-title span font[data-v-de545e46]{color:#1080d0}.head-dom .header-page i[data-v-de545e46]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-de545e46]{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-de545e46]{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-de545e46]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-de545e46]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.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
.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-de545e46]{padding-top:44px}.head-dom .header-page[data-v-de545e46]{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-de545e46]{width:170px;position:fixed;top:0;left:50%;margin-left:-85px}.head-dom .header-page .car-title span[data-v-de545e46]{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-de545e46]{color:#1080d0;border-bottom:2px solid #1080d0;height:42px}.head-dom .header-page .car-title span font[data-v-de545e46]{color:#1080d0}.head-dom .header-page i[data-v-de545e46]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-de545e46]{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-de545e46]{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-de545e46]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-de545e46]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.exchange{font-family:Helvetica Neue,Helvetica,sans-serif;position:relative;height:100%;overflow:hidden}.exchange .f-r{float:right}.exchange .f-l{float:left}.exchange .point-list-head1{height:42px;line-height:42px;padding:0 5%;border-bottom:1px solid #e1e1e1;width:100%;display:inline;white-space:nowrap;overflow-x:scroll;float:left;overflow-y:hidden}.exchange .point-list-head1 li{display:inline-block;width:30%;text-align:center;font-size:16px;height:42px;line-height:42px;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}.exchange .point-list-head1 li.act{color:#1080d0;border-bottom:2px solid #1080d0}.exchange .exchange_content{position:absolute;top:86px;left:0;right:0;padding:0 .32rem;bottom:0;overflow-y:auto}.exchange .exchange_content .data-group{border-bottom:1px solid #e1e1e1;-webkit-box-sizing:border-box;box-sizing:border-box}.exchange .exchange_content .data-group .f-l{height:70px;padding-top:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.exchange .exchange_content .data-group .f-l .imgbox{overflow:hidden;margin-right:10px}.exchange .exchange_content .data-group .f-l .imgbox img{width:2rem;height:1.33rem;border-radius:4px}.exchange .exchange_content .data-group .f-l.infotext{width:3.6rem}.exchange .exchange_content .data-group .f-l.infotext .boxtextx{height:32.5px;word-break:break-all;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height:16.5px;color:#333;font-size:.37rem}.exchange .exchange_content .data-group .f-l.infotext span{color:#999;font-size:.32rem}.exchange .exchange_content .data-group .f-r{height:70px;line-height:70px;color:#ffa200;font-size:.37rem}
\ 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-de545e46]{padding-top:44px}.head-dom .header-page[data-v-de545e46]{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-de545e46]{width:170px;position:fixed;top:0;left:50%;margin-left:-85px}.head-dom .header-page .car-title span[data-v-de545e46]{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-de545e46]{color:#1080d0;border-bottom:2px solid #1080d0;height:42px}.head-dom .header-page .car-title span font[data-v-de545e46]{color:#1080d0}.head-dom .header-page i[data-v-de545e46]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-de545e46]{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-de545e46]{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-de545e46]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-de545e46]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.car-page{color:#333}.car-page .lxBox{padding-bottom:44px}.car-page .lxBox .logintip{top:88px}.car-page .lxBox .dataBox{padding-top:88px}.car-page .zyBox{padding-bottom:44px}.car-page .zyBox .logintip{top:44px}.car-page .zyBox .headxianhuoqihuo{height:43px;line-height:43px;border-bottom:1px solid #d6d7dc}.car-page .zyBox .headxianhuoqihuo .zyqxtype{font-size:16px}.car-page .zyBox .dataBox{padding-top:88px}.car-page .logintip{position:fixed;background:#fff6e5;height:44px;line-height:44px;color:#666;top:44px;left:0;right:0;font-size:14px;text-align:center;z-index:3}.car-page .logintip a{background:#e10601;border-radius:4px;text-align:center;width:70px;height:23px;color:#fff;font-size:12px;display:inline-block;line-height:23px;cursor:pointer;margin-left:10px}.car-page .editBox{position:fixed;padding:0 3%;height:44px;line-height:44px;color:#666;left:0;right:0;font-size:12px;border-bottom:1px solid #d6d7dc;z-index:3;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box}.car-page .editBox .remind{color:#999}.car-page .editBox .remind i{color:#ffa200;position:relative;top:2px;left:5px}.car-page .editBox a{color:#1080d0;font-size:14px}.car-page .lyNav{color:#333;position:fixed;left:0;top:44px;right:0;height:44px;border-bottom:1px solid #d6d7dc;z-index:3;background-color:#fff}.car-page .lyNav,.car-page .lyNav span{-webkit-box-sizing:border-box;box-sizing:border-box}.car-page .lyNav span{cursor:pointer;width:50%;font-size:14px;text-align:center;line-height:44px}.car-page .lyNav span font{color:#333}.car-page .lyNav span.act{color:#1080d0}.shop-block{font-size:12px;border-bottom:1px solid #d6d7dc}.shop-block .t-r{text-align:right}.shop-block .delete-tier{position:relative;top:2px;font-size:20px}.shop-block h4{font-size:14px;padding:12px 0;font-weight:400;line-height:20px;border-bottom:1px solid #d6d7dc;word-wrap:break-word;word-break:break-all}.shop-block ul{padding:2% 3%;padding-left:0}.shop-block li{font-size:12px;word-wrap:break-word;height:22px;line-height:22px;word-break:break-all;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-block li span{float:left;width:50px}.shop-block li p{padding-left:50px;font-size:12px;color:#333}.shop-block .ichunt-blue{background:#1080d0}.shop-block .ichunt-blue,.shop-block .ichunt-orange{font-size:12px;font-weight:400;padding:1px 3px;margin-left:5px;color:#fff;border-radius:3px}.shop-block .ichunt-orange{background:#ffa200}.shop-block .add-num{padding:0 3%}.shop-block .add-num .mui-numbox{float:right;padding:0 30px;width:130px;height:30px;border:1px solid #e1e1e1;border-radius:0;-webkit-box-sizing:border-box;box-sizing:border-box}.shop-block .add-num .mui-numbox button{height:28px;width:30px;font-size:22px;line-height:28px;background-color:#fff;color:#666;-webkit-box-sizing:border-box;box-sizing:border-box}.shop-block .add-num .mui-numbox button i{font-size:14px}.shop-block .add-num .mui-numbox button.no_click{color:#999}.shop-block .add-num .mui-numbox input{height:28px;background:#fff;color:#333;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box}.shop-block .subtotal{padding:2% 3%;font-weight:700;text-align:right}.shop-block .morePrice{margin-bottom:15px}.shop-block .more-height{font-size:12px;margin-right:10%;height:24px;margin-top:5px;line-height:24px;border:1px solid #e5e5e5;text-align:center;color:#666}.shop-block .more-height .iconfont{font-size:10px;margin-left:5px}.shop-lose,.shop-lose h4 a,.shop-lose li p{color:#999}.shop-lose .lose-but{height:30px;padding-right:3%;margin-bottom:10px}.shop-lose .lose-but span{float:left;display:block;margin-top:3px;font-size:12px;background-color:#999;color:#fff;padding:0 10px;height:22px;line-height:22px;border-radius:14px}.shop-lose .lose-but .but-bor-red{display:block;color:#e10601;border:1px solid #e10601;height:28px;line-height:28px;padding:0 10px;border-radius:14px}.shop-but{height:44px;border-top:1px solid #d6d7dc;position:fixed;bottom:0;width:100%;background-color:#fff;z-index:99}.shop-but .mui-checkbox label{line-height:45px}.shop-but .mui-checkbox span{padding-left:20px;font-size:14px}.shop-but .sum{text-align:right;padding-right:10px;padding-bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box}.shop-but .sum h4{font-size:16px;line-height:22px;padding-top:4px}.shop-but .sum p{font-size:12px;line-height:16px}.shop-but .button{position:relative}.shop-but .button a{display:block;height:44px;line-height:44px;font-size:16px;border-radius:0;text-align:center;color:#fff;background:red}.shop-but .button.dis a{background:#ccc}.shop-but .button span{font-size:12px}.shop-but .button .sxx{position:absolute;color:#1080d0;line-height:44px;top:0;left:-113%;background:#fff;display:none}.shop-but .checkallbox{line-height:40px;padding-left:10px;-webkit-box-sizing:border-box;box-sizing:border-box}.shop-but .button .but-orange{background:#ffa200}.shop-but .clearbtn{line-height:44px;font-size:14px!important;margin-right:20px}.shop-but .delbtn{width:130px}.mui-btn{font-size:14px;font-weight:400;line-height:1.42;margin-bottom:0;padding:6px 12px;cursor:pointer;-webkit-transition:all;transition:all;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.2s;transition-duration:.2s;text-align:center;white-space:nowrap;color:#333;border:1px solid #ccc;border-radius:3px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background-color:#fff;background-clip:padding-box}.mui-btn,.mui-numbox{position:relative;display:inline-block;vertical-align:top}.mui-numbox{overflow:hidden;width:120px;height:35px;padding:0 40px 0 40px;vertical-align:middle;border:1px solid #bbb;border-radius:3px}.mui-numbox [class*=btn-numbox],.mui-numbox [class*=numbox-btn]{font-size:18px;font-weight:400;line-height:100%;position:absolute;top:0;overflow:hidden;width:40px;height:100%;padding:0;color:#555;border:none;border-radius:0;background-color:#f9f9f9}.mui-numbox [class*=btn-numbox]:active,.mui-numbox [class*=numbox-btn]:active{background-color:#ccc}.mui-numbox [class*=btn-numbox][disabled],.mui-numbox [class*=numbox-btn][disabled]{color:silver}.mui-numbox .mui-btn-numbox-plus,.mui-numbox .mui-numbox-btn-plus{right:0;border-top-right-radius:3px;border-bottom-right-radius:3px}.mui-numbox .mui-btn-numbox-minus,.mui-numbox .mui-numbox-btn-minus{left:0;border-top-left-radius:3px;border-bottom-left-radius:3px}.mui-numbox .mui-input-numbox,.mui-numbox .mui-numbox-input{display:inline-block;overflow:hidden;padding:0 3px;width:100%!important;height:100%;margin:0;text-align:center;text-overflow:ellipsis;word-break:normal;border:none!important;border-right:1px solid #ccc!important;border-left:1px solid #ccc!important;border-radius:0!important}.mui-input-row .mui-numbox{float:right;-webkit-box-sizing:border-box;box-sizing:border-box;margin:2px 8px}.icon-bot{top:9px;border:solid transparent;border-top-color:#4d4d4d;border-width:4px}.icon-bot,.icon-top{position:relative;content:"";height:0;width:0;pointer-events:none;margin-left:5px}.icon-top{bottom:9px;border:solid transparent;border-bottom-color:#4d4d4d;border-width:4px}.shop-empty{padding:25% 3% 10% 3%;text-align:center}.shop-empty dt i{font-size:34px}.shop-empty dd{padding-top:5%}.shop-empty dd h4{font-size:16px;padding-bottom:10%;font-weight:700}.shop-empty dd p a{font-size:14px;color:#1080d0}.lyClass{height:auto!important}.lyMoreData{height:48px;overflow:hidden}
\ 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 .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
.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-de545e46]{padding-top:44px}.head-dom .header-page[data-v-de545e46]{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-de545e46]{width:170px;position:fixed;top:0;left:50%;margin-left:-85px}.head-dom .header-page .car-title span[data-v-de545e46]{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-de545e46]{color:#1080d0;border-bottom:2px solid #1080d0;height:42px}.head-dom .header-page .car-title span font[data-v-de545e46]{color:#1080d0}.head-dom .header-page i[data-v-de545e46]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-de545e46]{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-de545e46]{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-de545e46]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-de545e46]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.oneDataGoods.block{padding:5px 10px 0 0;margin-left:10px;border-top:1px solid #d6d7dc}.oneDataGoods.block .img-box{padding:10px 10px 0 0}.oneDataGoods.block .img-box dt{position:relative;float:left;height:80px;width:80px}.oneDataGoods.block .img-box dt span{position:absolute;top:0;right:0;background:#e10601;display:block;padding:0 3px;height:12px;line-height:12px;border-radius:2px;font-size:10px;color:#fff}.oneDataGoods.block .img-box dt img{border:1px solid #e5e5e5;height:80px;width:80px;display:block}.oneDataGoods.block .img-box dd{padding-left:90px}.oneDataGoods.block .img-box dd h4{font-size:16px;color:#333;height:20px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.oneDataGoods.block .img-box dd h4 .f-red{font-weight:400;color:#1080d0}.oneDataGoods.block .img-box dd h5{height:21px;padding-bottom:9px;overflow:hidden}.oneDataGoods.block .img-box dd h5 span{padding:0 5px;display:inline-block;background:#ffa200;height:12px;line-height:12px;border-radius:2px;font-size:12px;color:#fff}.oneDataGoods.block .img-box dd p{font-size:12px;color:#666;height:16px;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.oneDataGoods.block .icon-hint span{display:inline-block;height:18px;line-height:19px;color:#fff;background:#ffa200;margin-right:5px;border-radius:3px;padding:0 9px;font-size:12px}.oneDataGoods.block .block .icon-hint i{font-size:13px;margin-right:4px}.oneDataGoods.block .block-but{padding:5px 0 10px 0;padding-left:0;vertical-align:middle;display:table;width:100%}.oneDataGoods.block .block-but .morePrice{color:#666;font-size:12px;width:100%}.oneDataGoods.block .block-but .morePrice .lyClass,.oneDataGoods.block .block-but .morePrice .zyClass{height:auto!important}.oneDataGoods.block .block-but .morePrice .lyMoreData,.oneDataGoods.block .block-but .morePrice .zyMoreData{height:57px;border:1px solid transparent;overflow:hidden}.oneDataGoods.block .block-but .morePrice .list_data{height:19px}.oneDataGoods.block .block-but .morePrice .list_data.dataNo{display:none}.oneDataGoods.block .block-but .morePrice .list_data.f-fff p{color:hsla(0,0%,100%,0)!important}.oneDataGoods.block .block-but .morePrice p{font-size:12px;color:#666;line-height:19px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.oneDataGoods.block .block-but .but-shop{width:25%;vertical-align:middle;display:table-cell}.oneDataGoods.block .block-but .but{height:30px;float:right;line-height:30px;width:100px;font-size:14px;display:block;color:#fff;background:#1080d0;text-align:center;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.oneDataGoods.block .block-but .but.but-orange{background:#ffa200}.oneDataGoods.block .more-height,.oneDataGoods.block .zkxk{font-size:12px;margin-right:10%;height:24px;line-height:24px;border:1px solid #e5e5e5;text-align:center;color:#666}.oneDataGoods.block .icon-bot{top:9px;border:solid transparent;border-top-color:#4d4d4d;border-width:4px}.oneDataGoods.block .icon-bot,.oneDataGoods.block .icon-top{position:relative;content:"";height:0;width:0;pointer-events:none;margin-left:5px}.oneDataGoods.block .icon-top{bottom:9px;border:solid transparent;border-bottom-color:#4d4d4d;border-width:4px}.good_detail_alert .details-pop{position:fixed;left:0;top:0;right:0;bottom:0;width:100%;z-index:999;overflow:hidden}.good_detail_alert .details-pop .mui-backdrop{position:fixed;z-index:87;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.3)}.good_detail_alert .details-pop .mui-poppicker{width:100%;z-index:90;position:absolute;top:20%;bottom:0;background-color:#fff;border-top:1px solid #ccc;-webkit-transition:.3s;-webkit-transform:translateY(300px)}.good_detail_alert .details-pop .mui-poppicker.mui-active{-webkit-transform:translateY(0)}.good_detail_alert .details-pop .mui-poppicker .close{position:absolute;top:-25px;right:10px;color:#fff}.addCarAlert .backdrop{position:fixed;z-index:4;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.3)}.addCarAlert .backdrop.zIndex{z-index:1}.addCarAlert .backdrop .pop-tip .window-img{background:#fff;position:fixed;top:25%;left:50%;z-index:101;border-radius:3px;width:80%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.addCarAlert .backdrop .pop-tip .title{position:relative;width:100%}.addCarAlert .backdrop .pop-tip .title i{right:0;top:-22px;position:absolute;color:#fff}.addCarAlert .backdrop .pop-tip .box-img{text-align:center;padding:20px 10px 30px 10px}.addCarAlert .backdrop .pop-tip .box-img dt{width:35px;height:35px;line-height:42px;margin:0 auto;border-radius:50%;margin-bottom:5px}.addCarAlert .backdrop .pop-tip .box-img dt .iconfont{font-size:27px;font-weight:700;color:#1080d0}.addCarAlert .backdrop .pop-tip .box-img dd{font-size:14px;color:#333;padding-top:10px;line-height:20px}.addCarAlert .backdrop .pop-tip .box-img dd a{color:#1080d0}
\ 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-de545e46]{padding-top:44px}.head-dom .header-page[data-v-de545e46]{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-de545e46]{width:170px;position:fixed;top:0;left:50%;margin-left:-85px}.head-dom .header-page .car-title span[data-v-de545e46]{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-de545e46]{color:#1080d0;border-bottom:2px solid #1080d0;height:42px}.head-dom .header-page .car-title span font[data-v-de545e46]{color:#1080d0}.head-dom .header-page i[data-v-de545e46]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-de545e46]{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-de545e46]{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-de545e46]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-de545e46]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.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-de545e46]{padding-top:44px}.head-dom .header-page[data-v-de545e46]{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-de545e46]{width:170px;position:fixed;top:0;left:50%;margin-left:-85px}.head-dom .header-page .car-title span[data-v-de545e46]{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-de545e46]{color:#1080d0;border-bottom:2px solid #1080d0;height:42px}.head-dom .header-page .car-title span font[data-v-de545e46]{color:#1080d0}.head-dom .header-page i[data-v-de545e46]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-de545e46]{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-de545e46]{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-de545e46]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-de545e46]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.wxlist{height:100%;background:#f8f8f8}.wxlist .wxlist-content .menu-title{color:#333;font-size:18px;height:47px;line-height:47px;padding-left:.2rem}.wxlist .wxlist-content .wxlist-banner{padding:0 .2rem}.wxlist .wxlist-content .wxlist-banner .banner-header{padding:10px}.banner-box{background:#fff;border-radius:4px;min-height:275px}.banner-header .banner-title{font-size:19px;color:#333}.banner-header .banner-img{width:.8rem;height:.8rem;margin-right:10px}.banner-header .banner-img img{width:100%;height:100%;width:.8rem;height:.8rem;border-radius:50%;display:block}.banner-body img{width:100%;height:4.8rem}.banner-footer{font-size:16px;line-height:20px;color:#666;padding:.4rem .28rem}.banner-footer a{color:#666}.banner-footer span{color:#999}.wxlist-data{padding:10px}.wxlist-data-box{background:#fff;border-radius:4px}.group-right{width:2rem;height:60px}.group-left-box{height:50px;width:6.347rem;font-size:16px;color:#333;line-height:25px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.group-left{width:6.347rem;border-bottom:1px solid #e5e5e5;padding-top:.1rem;padding-bottom:.5rem}.data-group{padding:.25rem;display:block}
\ No newline at end of file
.findthing-content{background:#072565;width:100%}.findthing-content .seo-head{width:100%;height:7.6rem;background:url(../img/banner22.faf63e71.png) no-repeat;background-size:100% 100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:1.3rem}.findthing-content .seo-head .head-nav{width:100%;height:22px;background:#c9b086}.findthing-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}.findthing-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}.findthing-content .seo-head .head-nav li a.last-nav{border-right:0}.findthing-content .seo-section .form-box1 .form-group{width:9.2rem;height:50px;line-height:50px;text-align:center;margin:0 auto;margin-top:15px;background:#fff;border-radius:4px;overflow:hidden}.findthing-content .seo-section .form-box1 .form-group .pr{position:relative}.findthing-content .seo-section .form-box1 .form-group span{width:3.2rem;height:50px;line-height:50px;font-size:16px;text-align:right;padding:0 .2rem;-webkit-box-sizing:border-box;box-sizing:border-box}.findthing-content .seo-section .form-box1 .form-group span font{color:red}.findthing-content .seo-section .form-box1 .form-group span .hiddenvi{visibility:hidden}.findthing-content .seo-section .form-box1 .form-group .input-box{width:6rem;height:50px;line-height:50px;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 .2rem}.findthing-content .seo-section .form-box1 .form-group .input-box input{font-size:16px;text-align:left;width:100%;float:left;height:100%}.findthing-content .seo-section .form-box1 .form-group .input-box .code{position:absolute;right:0;height:50px;width:3rem;top:0;cursor:pointer;color:#1080d0;text-align:center;line-height:50px;font-size:15px}.findthing-content .seo-section .form-box1 .form-group .input-box .code.dis{color:#ccc}.findthing-content .seo-section .form-box1 .form-group .input-box .img-code{position:absolute;right:0;height:50px;width:3rem;top:0;cursor:pointer}.findthing-content .seo-section .form-box1 .submit-button{border-radius:50px;width:9.2rem;height:50px;margin:0 auto;background:url(../img/submitbtn.259a087d.png) no-repeat;background-size:100% 100%;cursor:pointer}.findthing-content .seo-section .form-box1 .form1-tips{text-align:center;color:red;font-size:14px;margin-top:15px;margin-bottom:5px}.findthing-content .seo-section .form-box1 .form1-warn{font-size:12px;color:#8c98b2;width:9.2rem;margin:0 auto;margin-top:5px}.findthing-content .seo-section .form-box1 .form1-warn font{color:red}.findthing-content .seo-section .img-show-static{height:14.706rem;background:url(../img/staticx.b75fe82b.png) no-repeat;background-size:100% 100%;margin-top:30px}.findthing-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}.findthing-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}.findthing-content .seo-section .zizi-box .zizi-ct .slide-box{margin:0 auto;width:3rem;height:2.28rem}.findthing-content .seo-section .zizi-box .zizi-ct .slide-box .slide-pic{width:3rem;height:2.28rem}.findthing-content .seo-section .foot-box{height:2.2rem;background:url(../img/foot.2df97c93.png) no-repeat;background-size:100% 100%;margin:0 auto}.findthing-content .seo-section .foot-box .foot-box-ct{margin-top:50px;height:30px;line-height:30px;background-color:#e8b778;text-align:center;font-size:14px;color:#181c27;position:relative;top:-10px}.findthing-content .seo-section .foot-box .foot-box-ct i{font-size:14px!important}.findthing-content .seo-section .foot-box .foot-box-ct a{color:#181c27!important}
\ No newline at end of file
.lxshop .lxshop-content .f-blue{color:#1080d0}.lxshop .lxshop-content .sosoarr{display:none;background-color:#fff;font-size:15px;font-weight:400;height:44px;line-height:44px;width:100%;-webkit-box-shadow:0 2px 5px #eee;box-shadow:0 2px 5px #eee;table-layout:fixed;border-bottom:1px solid #d6d7dc;text-align:center;padding:0 15%;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lxshop .lxshop-content .layer-fix{display:block;position:fixed;top:44px;left:0;right:0;z-index:10}.lxshop .lxshop-content .sift-box{position:relative;padding-top:5px;padding-left:2.5%;height:36px;line-height:36px;border-bottom:1px solid #d6d7dc;background-color:#fff}.lxshop .lxshop-content .sift-box dl{float:left;width:35%;margin-right:0;height:35px;color:#333}.lxshop .lxshop-content .sift-box dl dt{text-align:center;font-size:12px;height:30px;line-height:30px;background:#f3f3f3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 5px}.lxshop .lxshop-content .sift-box dl dd{position:absolute;top:42px;left:0;width:100%;bottom:140px;z-index:3;display:none}.lxshop .lxshop-content .sift-box dl dd ul{background:#fff;padding-bottom:3px;height:200px;overflow-x:auto}.lxshop .lxshop-content .sift-box dl dd ul li{width:46%;color:#333;font-size:14px;border:1px solid #fff;margin:0 2%;margin-top:3px;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;height:32px;line-height:32px}.lxshop .lxshop-content .sift-box dl dd ul li.check{border:1px solid #1080d0;color:#1080d0}.lxshop .lxshop-content .sift-box dl dd .button{border-top:1px solid #d6d7dc;height:40px;line-height:40px;background:#fff;-webkit-box-shadow:0 2px 5px #eee;box-shadow:0 2px 5px #eee}.lxshop .lxshop-content .sift-box dl dd .button a{width:50%;font-size:14px;height:39px;line-height:39px;display:block;float:left;text-align:center;color:#333}.lxshop .lxshop-content .sift-box dl dd .button a.but-blue{background:#1080d0;color:#fff;text-decoration:none;text-align:center;border:none}.lxshop .lxshop-content .sift-box dl.p_act{border:1px solid #d6d7dc;border-bottom:none}.lxshop .lxshop-content .sift-box dl.p_act dd{display:block}.lxshop .lxshop-content .sift-box dl.p_act dt{background:#fff;height:34px;line-height:34px;border-bottom:2px solid #fff}.lxshop .lxshop-content .search-list-box .data-group-supplier .name-shop{padding:10px 10px 10px 0;margin-left:10px;background:#fff}.lxshop .lxshop-content .search-list-box .data-group-supplier .name-shop img{width:60px;height:30px;display:block;float:left;border:1px solid #e5e5e5;margin-right:10px}.lxshop .lxshop-content .search-list-box .data-group-supplier .name-shop .ad{color:#666;font-size:12px;display:block;line-height:16px;overflow:hidden;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.lxshop .lxshop-content .search-list-box .data-group-supplier .more-number,.lxshop .lxshop-content .search-list-box .data-group-supplier .more-numberxk{color:#999;background:#f3f3f3;height:32px;line-height:32px;font-size:12px;text-align:center}.lxshop .lxshop-content .search-list-box .data-group-supplier .more-number .cup,.lxshop .lxshop-content .search-list-box .data-group-supplier .more-numberxk .cup{cursor:pointer;color:#1080d0}.lxshop .lxshop-content .search-list-box .data-group-supplier .more-number .cup:hover,.lxshop .lxshop-content .search-list-box .data-group-supplier .more-numberxk .cup:hover{cursor:pointer;color:#0073c5;font-weight:700}.lxshop .lxshop-content .data-group-supplier-no{color:#999;font-size:16px;line-height:28px}.lxshop .lxshop-content .data-group-supplier-no .toisx{text-align:center;margin-top:100px}
\ 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 .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
.user-index{background:#f3f3f3;padding-bottom:107px}.user-index .user-logo{background:url(../img/user_logo.ad5d0295.jpg);padding:7% 0 4% 0;background-size:100% 100%}.user-index .user-logo img{width:20%;display:block;margin:0 auto;border-radius:50%}.user-index .user-logo dt{padding-bottom:2%}.user-index .user-logo dd{text-align:center}.user-index .user-logo h4{font-size:14px;padding:3% 0;color:#fff}.user-index .user-logo p{font-size:12px;color:#fff}.user-index .orderbox{padding:0 2%;background:#fff;border-bottom:1px solid #e5e5e5;margin-bottom:10px}.user-index .orderbox .user-news li{width:24%;float:left;text-align:center;padding:20px 0;padding-bottom:0}.user-index .orderbox .user-news li a{color:#333}.user-index .orderbox .user-news li b{font-size:20px}.user-index .orderbox .user-news li span{display:block;font-size:12px}.user-index .orderbox a{color:#333;font-size:12px;margin-right:12px;margin-bottom:30px;margin-top:10px}.user-index .orderbox a i{margin-left:8px;color:#1080d0;position:relative;top:4px;font-size:16px}.user-index .orderbox a span{position:relative;top:2px}.user-index .user-nav{padding:0 2%;background:#fff;padding:10px 0;border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5;margin-bottom:10px}.user-index .user-nav li{width:25%;float:left;text-align:center;padding:10px 0}.user-index .user-nav li a{color:#333;display:block}.user-index .user-nav li i{font-size:28px;height:30px;line-height:30px;overflow:hidden;display:block;text-align:center}.user-index .user-nav li .icon-1{color:#16a6ff}.user-index .user-nav li .icon-2{color:#ffba35}.user-index .user-nav li .icon-3{color:#41c6e4}.user-index .user-nav li .icon-4,.user-index .user-nav li .icon-5{color:#fe4d30}.user-index .user-nav li .icon-6{color:#42ceb6}.user-index .user-nav li .icon-7{color:#fe4c2f}.user-index .user-nav li .i7{background:url(https://www.ichunt.com/v3/dist/res/m/images/nav/i2.png) no-repeat 50%;background-size:contain;margin:0 auto}.user-index .user-nav li span{display:block;font-size:14px;margin-top:10px}.user-index .loginLayoutx{border:1px solid #e5e5e5;border-left:none;border-right:none;width:100%;height:30px;background-color:#fff;display:block;line-height:30px;text-align:center;font-size:14px;color:#333}
\ 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-de545e46]{padding-top:44px}.head-dom .header-page[data-v-de545e46]{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-de545e46]{width:170px;position:fixed;top:0;left:50%;margin-left:-85px}.head-dom .header-page .car-title span[data-v-de545e46]{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-de545e46]{color:#1080d0;border-bottom:2px solid #1080d0;height:42px}.head-dom .header-page .car-title span font[data-v-de545e46]{color:#1080d0}.head-dom .header-page i[data-v-de545e46]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-de545e46]{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-de545e46]{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-de545e46]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-de545e46]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.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;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
.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-de545e46]{padding-top:44px}.head-dom .header-page[data-v-de545e46]{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-de545e46]{width:170px;position:fixed;top:0;left:50%;margin-left:-85px}.head-dom .header-page .car-title span[data-v-de545e46]{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-de545e46]{color:#1080d0;border-bottom:2px solid #1080d0;height:42px}.head-dom .header-page .car-title span font[data-v-de545e46]{color:#1080d0}.head-dom .header-page i[data-v-de545e46]{font-size:18px;margin-top:13px;color:#666}.head-dom .header-page h3[data-v-de545e46]{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-de545e46]{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-de545e46]{position:absolute;left:10px;height:20px;line-height:21px;margin-top:0}.head-dom .header-page .search .van-cell[data-v-de545e46]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;line-height:21px;font-size:12px;color:#333}.news-detail .bar,.news-detail .content-newsdetail,.news-detail .title{padding:0 10px}.news-detail .content-newsdetail img{max-width:100%!important}.news-detail h1.title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;font-size:22px;font-weight:700;line-height:30px;margin-top:10px}.news-detail .bar{height:16px;clear:both;font-size:12px;color:#999;margin-top:10px;margin-bottom:10px}.news-detail .bar span{line-height:16px;height:16px;float:left}.news-detail .bar .f24{color:#333}.news-detail .bar .f20{font-size:12px;padding-left:5px;padding-right:5px;border-radius:2px;border:1px solid #ccc;margin-right:10px}.news-detail .detail-pop{width:8.66rem;height:7.44rem;position:fixed;top:50%;left:50%;margin-left:-4.33rem;margin-top:-3.72rem}.news-detail .detail-pop img{width:100%;height:100%}.news-detail .closexdetailad{font-size:26px;float:right;color:#ccc}.news-detail .adbox{padding:0 10px}
\ No newline at end of file
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-025c1191"],{2259:function(t,a,i){},2536:function(t,a,i){"use strict";i.r(a);var n=function(){var t=this,a=t.$createElement,i=t._self._c||a;return i("section",{staticClass:"news"},[i("Header",{attrs:{title:t.title,meaushow:t.meaushow}}),i("van-swipe",{attrs:{autoplay:3e3,height:t.bannerHeight}},t._l(t.rollbanner,function(a,n){return i("van-swipe-item",{key:n},[i("a",{attrs:{href:t._f("urlPatg")(a.url,"news-banner-"+(n+1)),target:a.window_open>0?"_blank":"_self"}},[i("img",{attrs:{src:a.images,height:"100%meaushow",width:"100%"}})])])}),1),t.cat_list.length>0?i("div",{staticClass:"navList clearfix",class:{navList44:4==t.cat_list.length,navListfixed:t.navListfixed}},t._l(t.cat_list,function(a,n){return i("p",{key:n,staticClass:"fl",class:{act:t.act==n},on:{click:function(a){return t.tab(n)}}},[t._v("\n "+t._s(a.cat_name)+"\n ")])}),0):t._e(),i("ul",{staticClass:"listBox clr"},[i("van-list",{attrs:{loading:t.loadStatus,finished:t.finished,"finished-text":"没有更多了"},on:{load:t.onLoad},model:{value:t.loading,callback:function(a){t.loading=a},expression:"loading"}},t._l(t.content_list,function(a,n){return i("router-link",{key:n,attrs:{tag:"li",to:{path:"/news/detail/"+a.art_id+"/"+a.cat_id}}},[i("div",{directives:[{name:"lazy-container",rawName:"v-lazy-container",value:{selector:"img"},expression:"{selector:'img'}"}]},[i("img",{attrs:{"data-src":a.litpic,alt:a.title,"data-error":"static/images/news.png"}})]),i("div",{staticClass:"boxgrt"},[i("h1",{staticClass:"title"},[t._v(t._s(a.title))]),i("p",{staticClass:"titleLook clearfix"},[i("span",{staticClass:"fl"},[t._v(t._s(a.writer))]),i("span",{staticClass:"fr"},[t._v(t._s(a.click)+"浏览")])])])])}),1)],1),i("div",{directives:[{name:"backTopWindow",rawName:"v-backTopWindow"}],staticClass:"slide-bar",staticStyle:{cursor:"pointer"}},[t.navListfixed?i("div",{staticClass:"backtop"},[i("i",{staticClass:"iconfont icon-xiangshang1"})]):t._e()])],1)},s=[],e=i("bd31"),o=i("8973"),c=i("52c1"),l=i("5101"),r=i("57af");o["a"].use(l["r"]).use(l["s"]).use(l["i"]).use(l["j"]);var u={name:"news",data:function(){return{title:"猎芯网-新闻列表",p:1,cat_id:"",bannerHeight:180,meaushow:!0,loading:!1,limit:10,act:0,navListfixed:!1}},computed:Object(e["a"])({},Object(c["c"])({rollbanner:function(t){return t.news.rollbanner},cat_list:function(t){return t.news.cat_list},content_list:function(t){return t.news.content_list},loadStatus:function(t){return t.news.loadStatus},finished:function(t){return t.news.finished},totalLimit:function(t){return t.news.totalLimit}})),watch:{loadStatus:function(t){this.loading=t}},created:function(){this.getData()},mounted:function(){this.scrollFns()},methods:{getData:function(){var t="";this.cat_id?t=this.cat_id:this.cat_list.length>0&&(t=this.cat_list[0].cat_id),this.$store.dispatch({type:"newsArticle",cat_id:t,p:this.p,limit:this.limit})},tab:function(t){this.act!=t&&(this.act=t,this.p=1,this.cat_id=this.cat_list[t].cat_id,this.getData())},onLoad:function(){this.p<this.totalLimit&&(this.p++,this.getData())},scrollFns:function(){var t=this;window.onscroll=function(){var a=document.documentElement.scrollTop||document.body.scrollTop;t.navListfixed=a>=300}}},components:{Header:r["a"]}},f=u,d=(i("bb96"),i("8c9c")),h=Object(d["a"])(f,n,s,!1,null,"4202a116",null);a["default"]=h.exports},"3b79":function(t,a,i){"use strict";var n=i("2259"),s=i.n(n);s.a},"57af":function(t,a,i){"use strict";var n=function(){var t=this,a=t.$createElement,i=t._self._c||a;return i("section",{staticClass:"head-dom"},[i("div",{staticClass:"header-page clr",style:{background:t.bgcolor,borderBottom:t.borderBottom}},[i("i",{staticClass:"icon iconfont icon-xiangzuo fl",on:{click:t.historyback}}),t.isCar?i("div",[i("div",{staticClass:"car-title clr"},[i("span",{directives:[{name:"back-top-window",rawName:"v-back-top-window"}],staticClass:"fl",class:{act:1==t.type},on:{click:function(a){return t.listTab(1)}}},[t._v("联营("),i("font",[t._v(t._s(t.ly1Length+t.ly2Length))]),t._v(")")],1),i("span",{directives:[{name:"back-top-window",rawName:"v-back-top-window"}],staticClass:"fl",class:{act:2==t.type},on:{click:function(a){return t.listTab(2)}}},[t._v("自营("),i("font",[t._v(t._s(t.zy1Length))]),t._v(")")],1)])]):t.inputShow?i("div",{staticClass:"search"},[i("van-icon",{attrs:{name:"search",size:"18px",color:"#666"}}),i("van-field",{attrs:{placeholder:"请输入元器件型号、参数,查找全站库存数据"},on:{focus:t.toSearch}})],1):i("h3",{staticClass:"title fl"},[t._v(t._s(t.title))]),t.meaushow?i("Menu",{attrs:{color:t.color}}):t._e()],1)])},s=[],e=(i("b06f"),i("7272")),o=i("5101"),c={name:"header-page",props:{color:{type:String,default:""},zy1Length:{type:Number,default:0},ly1Length:{type:Number,default:0},ly2Length:{type:Number,default:0},bgcolor:{type:String,default:"#f3f3f3"},isCar:{type:Boolean,default:!1},inputShow:{type:Boolean,default:!1},title:{type:String,default:"猎芯网"},meaushow:{type:Boolean,default:!1}},data:function(){return{type:1,borderBottom:"0px"}},mounted:function(){},created:function(){"#fff"==this.bgcolor&&(this.borderBottom="1px solid #d6d7dc")},methods:{historyback:function(){history.go(-1)},toSearch:function(){this.$emit("toSearch")},listTab:function(t){this.type=t,this.$emit("listTab",t)}},components:{"van-field":o["f"],"van-icon":o["g"],Menu:e["a"]}},l=c,r=(i("eb54"),i("8c9c")),u=Object(r["a"])(l,n,s,!1,null,"de545e46",null);a["a"]=u.exports},7272:function(t,a,i){"use strict";var n=function(){var t=this,a=t.$createElement,i=t._self._c||a;return i("div",[t.flag?i("div",{staticClass:"menu-fade",on:{click:function(a){t.flag=!1}}}):t._e(),i("div",{staticClass:"menu clr"},[i("b",{staticClass:"iconfont icon-liedanbiao fr",style:{color:t.color},on:{click:function(a){t.flag=!t.flag}}}),t.flag?i("div",[i("i",{staticClass:"popover-arrow"}),t._m(0)]):t._e()])])},s=[function(){var t=this,a=t.$createElement,i=t._self._c||a;return i("ul",{staticClass:"menu-view"},[i("li",[i("a",{attrs:{href:"/v3?ptag=selfshop-topnav"}},[i("i",{staticClass:"icon iconfont icon-shouye"}),t._v("首页")])]),i("li",[i("a",{attrs:{href:"/v3/lxshop?ptag=selfshop-topnav"}},[i("i",{staticClass:"icon iconfont icon-lianying"}),t._v("联营商城")])]),i("li",[i("a",{attrs:{href:"/v3/xianhuo?ptag=selfshop-topnav"}},[i("i",{staticClass:"icon iconfont icon-liexinziying"}),t._v("自营现货")])]),i("li",[i("a",{attrs:{href:"/v3/brand/map?ptag=selfshop-topnav"}},[i("i",{staticClass:"icon iconfont icon-pinpai"}),t._v("品牌之家")])]),i("li",{staticClass:"mui-table-view-cell "},[i("a",{staticClass:"zytabgo",attrs:{href:"/v3/joincart?ptag=selfshop-topnav"}},[i("i",{staticClass:"icon iconfont icon-gouwuche1"}),t._v("购物车")])]),i("li",[i("a",{attrs:{href:"/v3/user?ptag=selfshop-topnav"}},[i("i",{staticClass:"icon iconfont icon-huiyuanzhongxin"}),t._v("会员中心")])])])}],e=(i("53da"),i("40f8"),{name:"menus",props:{color:{type:String,default:"#666"}},data:function(){return{flag:!1}}}),o=e,c=(i("3b79"),i("8c9c")),l=Object(c["a"])(o,n,s,!1,null,null,null);a["a"]=l.exports},"7b79":function(t,a,i){},a3af:function(t,a,i){},bb96:function(t,a,i){"use strict";var n=i("a3af"),s=i.n(n);s.a},eb54:function(t,a,i){"use strict";var n=i("7b79"),s=i.n(n);s.a}}]);
\ 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