Merge branch 'lx-dev' of gitee.com:cabbage_qd/web-base-h5 into lx-test
This commit is contained in:
commit
c8187ff939
|
@ -17,41 +17,74 @@
|
|||
<img :src="pkCountryImg" alt="" />
|
||||
<u-icon name="arrow-down" color="#999"></u-icon>
|
||||
</view>
|
||||
<u-scroll-list :indicator="false" v-if="itemChildren.length > 1" class="tabList_a">
|
||||
<u-scroll-list
|
||||
:indicator="false"
|
||||
v-if="itemChildren.length > 1"
|
||||
class="tabList_a"
|
||||
>
|
||||
<view class="tab">
|
||||
<view v-for="(item, index) in itemChildren" :key="index" @click="setSpecial(item)" v-show="item.isShow"
|
||||
:class="[specialArea == item.value ? 'actTab' : 'tab_i']">
|
||||
<view
|
||||
v-for="(item, index) in itemChildren"
|
||||
:key="index"
|
||||
@click="setSpecial(item)"
|
||||
v-show="item.isShow"
|
||||
:class="[specialArea == item.value ? 'actTab' : 'tab_i']"
|
||||
>
|
||||
<view>{{ item.label }}</view>
|
||||
</view>
|
||||
</view>
|
||||
</u-scroll-list>
|
||||
<view class="index_btm">
|
||||
<view class="index_l">
|
||||
<view v-for="item in oneList" :class="['classIfy', oneId == item.pkId ? 'actOne' : '']" @click="
|
||||
(oneId = item.pkId),
|
||||
<view
|
||||
v-for="item in oneList"
|
||||
:class="['classIfy', oneId == item.pkId ? 'actOne' : '']"
|
||||
@click="
|
||||
((oneId = item.pkId),
|
||||
getAllGoods(item.pkId),
|
||||
getClassIfyTwo(item.pkId)
|
||||
" :key="item.pkId">{{ item.classifyName }}</view>
|
||||
getClassIfyTwo(item.pkId))
|
||||
"
|
||||
:key="item.pkId"
|
||||
>{{ item.classifyName }}</view
|
||||
>
|
||||
</view>
|
||||
<view class="index_r">
|
||||
<u-scroll-list :indicator="false" class="tabList">
|
||||
<view class="tab">
|
||||
<view v-for="(item, index) in twoList" :key="index"
|
||||
@click="(twoId = item.pkId), getAllGoods1(item.pkId)"
|
||||
:class="[twoId == item.pkId ? 'actTab' : 'tab_i']">
|
||||
<view
|
||||
v-for="(item, index) in twoList"
|
||||
:key="index"
|
||||
@click="((twoId = item.pkId), getAllGoods1(item.pkId))"
|
||||
:class="[twoId == item.pkId ? 'actTab' : 'tab_i']"
|
||||
>
|
||||
<view>{{ item.classifyName }}</view>
|
||||
<!-- <view :class="[twoId == item.pkId ? 'heng' : 'heng1']"></view> -->
|
||||
</view>
|
||||
</view>
|
||||
</u-scroll-list>
|
||||
<view class="search">
|
||||
<u--input placeholder="请输入商品名称" placeholderStyle="font-size:14px;" prefixIcon="search"
|
||||
shape="circle" v-model="waresName" border="none" @confirm="getAllGoods1()"
|
||||
prefixIconStyle="font-size: 22px;color: #909399"></u--input>
|
||||
<u--input
|
||||
placeholder="请输入商品名称"
|
||||
placeholderStyle="font-size:14px;"
|
||||
prefixIcon="search"
|
||||
shape="circle"
|
||||
v-model="waresName"
|
||||
border="none"
|
||||
@confirm="getAllGoods1()"
|
||||
prefixIconStyle="font-size: 22px;color: #909399"
|
||||
></u--input>
|
||||
</view>
|
||||
<view class="goodList">
|
||||
<view v-for="item in goodList" :key="item.waresCode" class="goodList_i" @tap="goDetails(item)">
|
||||
<view class="fly" v-show="item.preSaleStatus == 3 || item.isSale == 1"></view>
|
||||
<view
|
||||
v-for="item in goodList"
|
||||
:key="item.waresCode"
|
||||
class="goodList_i"
|
||||
@tap="goDetails(item)"
|
||||
>
|
||||
<view
|
||||
class="fly"
|
||||
v-show="item.preSaleStatus == 3 || item.isSale == 1"
|
||||
></view>
|
||||
<img :src="item.cover1" class="cover" alt="" />
|
||||
<view class="goodList_ir">
|
||||
<view>
|
||||
|
@ -60,14 +93,24 @@
|
|||
}}</span>
|
||||
{{ item.waresName }}
|
||||
</view>
|
||||
<view class="pv"
|
||||
v-if="specialArea != 18 && specialArea != 13&& specialArea != 31&& specialArea != 10">
|
||||
<view
|
||||
class="pv"
|
||||
v-if="
|
||||
specialArea != 18 &&
|
||||
specialArea != 13 &&
|
||||
specialArea != 31 &&
|
||||
specialArea != 10
|
||||
"
|
||||
>
|
||||
业绩:{{ item.waresAchieve | numberToCurrency }}
|
||||
</view>
|
||||
<view class="pv" v-if="specialArea == 10">
|
||||
积分可抵扣:{{ item.deductMoney | numberToCurrency }}
|
||||
</view>
|
||||
<view class="pv" v-if="specialArea == 31&&userInfo.isMakerSpace == 0">
|
||||
<view
|
||||
class="pv"
|
||||
v-if="specialArea == 31 && userInfo.isMakerSpace == 0"
|
||||
>
|
||||
业绩:{{ item.waresAchieve | numberToCurrency }}
|
||||
</view>
|
||||
<view class="pv" v-if="specialArea == 13">
|
||||
|
@ -78,15 +121,35 @@
|
|||
<view v-if="specialArea == 31 && userInfo.isMakerSpace == 1">
|
||||
{{ item.vipPrice | numberToCurrency }}
|
||||
</view>
|
||||
<view v-if="(specialArea == 31&&userInfo.isMakerSpace == 0)||specialArea !=31">
|
||||
<view
|
||||
v-if="
|
||||
(specialArea == 31 && userInfo.isMakerSpace == 0) ||
|
||||
specialArea != 31
|
||||
"
|
||||
>
|
||||
{{ item.waresPrice | numberToCurrency }}
|
||||
</view>
|
||||
<img @click.stop="addCar(item)"
|
||||
v-show="item.preSaleStatus != 3 && item.isSale != 1&&specialArea != 31"
|
||||
src="@/static/images/cart.png" alt="" />
|
||||
<img @click.stop="addCar(item)"
|
||||
v-show="item.preSaleStatus != 3 && item.isSale != 1&&specialArea == 31&&userInfo.isMakerSpace == 0"
|
||||
src="@/static/images/cart.png" alt="" />
|
||||
<img
|
||||
@click.stop="addCar(item)"
|
||||
v-show="
|
||||
item.preSaleStatus != 3 &&
|
||||
item.isSale != 1 &&
|
||||
specialArea != 31
|
||||
"
|
||||
src="@/static/images/cart.png"
|
||||
alt=""
|
||||
/>
|
||||
<img
|
||||
@click.stop="addCar(item)"
|
||||
v-show="
|
||||
item.preSaleStatus != 3 &&
|
||||
item.isSale != 1 &&
|
||||
specialArea == 31 &&
|
||||
userInfo.isMakerSpace == 0
|
||||
"
|
||||
src="@/static/images/cart.png"
|
||||
alt=""
|
||||
/>
|
||||
</view>
|
||||
<!-- <view class="pv" v-show="specialArea == 31"> 统一零售价:{{ item.retailPrice| numberToCurrency | isLocal}} </view> -->
|
||||
</view>
|
||||
|
@ -95,27 +158,33 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<u-picker :show="isCountry" @cancel="isCountry = false" @confirm="sureCountry" :columns="countryList"
|
||||
keyName="label"></u-picker>
|
||||
<u-picker
|
||||
:show="isCountry"
|
||||
@cancel="isCountry = false"
|
||||
@confirm="sureCountry"
|
||||
:columns="countryList"
|
||||
keyName="label"
|
||||
></u-picker>
|
||||
<selSpaceGoods ref="selSpaceGoods" @getCar="getCatLength"></selSpaceGoods>
|
||||
<cartBall ref="cart" :carLength="shopCarLength" :specialArea="specialArea"></cartBall>
|
||||
<cartBall
|
||||
ref="cart"
|
||||
:carLength="shopCarLength"
|
||||
:specialArea="specialArea"
|
||||
></cartBall>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import backIcon from "@/components/backIcon.vue";
|
||||
import cartBall from "@/components/cartBall.vue";
|
||||
import {
|
||||
mapGetters,
|
||||
mapActions
|
||||
} from "vuex";
|
||||
import * as api from "@/config/goods";
|
||||
import clTabbar from "@/components/cl-tabbar.vue";
|
||||
import selSpaceGoods from "@/components/selSpaceGoods.vue";
|
||||
import backIcon from '@/components/backIcon.vue'
|
||||
import cartBall from '@/components/cartBall.vue'
|
||||
import { mapGetters, mapActions } from 'vuex'
|
||||
import * as api from '@/config/goods'
|
||||
import clTabbar from '@/components/cl-tabbar.vue'
|
||||
import selSpaceGoods from '@/components/selSpaceGoods.vue'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
"cl-tabbar": clTabbar,
|
||||
'cl-tabbar': clTabbar,
|
||||
backIcon,
|
||||
cartBall,
|
||||
selSpaceGoods,
|
||||
|
@ -124,9 +193,9 @@
|
|||
filters: {
|
||||
seles(value) {
|
||||
if (value > 999) {
|
||||
return 999 + "+";
|
||||
return 999 + '+'
|
||||
} else {
|
||||
return value;
|
||||
return value
|
||||
}
|
||||
},
|
||||
},
|
||||
|
@ -134,88 +203,98 @@
|
|||
return {
|
||||
specialArea: 1,
|
||||
oneList: [],
|
||||
oneId: "",
|
||||
oneId: '',
|
||||
twoList: [],
|
||||
twoId: "",
|
||||
twoId: '',
|
||||
goodList: [],
|
||||
titLabel: "",
|
||||
titLabel: '',
|
||||
itemChildren: [],
|
||||
diff: 0,
|
||||
shopCarLength: false,
|
||||
userInfo: {},
|
||||
pkCountry: 1,
|
||||
pkCountryLabel: "",
|
||||
pkCountryImg: "",
|
||||
pkCountryLabel: '',
|
||||
pkCountryImg: '',
|
||||
countryList: [],
|
||||
isCountry: false,
|
||||
waresName: "",
|
||||
};
|
||||
waresName: '',
|
||||
}
|
||||
},
|
||||
onLoad(options) {
|
||||
console.log('%c [ options ]-25', 'font-size:13px; background:#cb38d2; color:#ff7cff;', options)
|
||||
console.log(
|
||||
'%c [ options ]-25',
|
||||
'font-size:13px; background:#cb38d2; color:#ff7cff;',
|
||||
options
|
||||
)
|
||||
if (JSON.parse(options.children).length > 0) {
|
||||
let arr = [];
|
||||
let arr = []
|
||||
if (options.childArea) {
|
||||
this.specialArea = options.childArea;
|
||||
this.specialArea = options.childArea
|
||||
// this.diff = 1
|
||||
} else {
|
||||
JSON.parse(options.children).forEach((item) => {
|
||||
JSON.parse(options.children).forEach(item => {
|
||||
if (item.isShow) {
|
||||
arr.push(item.value);
|
||||
arr.push(item.value)
|
||||
}
|
||||
});
|
||||
this.specialArea = arr[0];
|
||||
})
|
||||
this.specialArea = arr[0]
|
||||
// this.diff = 0
|
||||
}
|
||||
if (options.diff) {
|
||||
this.diff = options.diff;
|
||||
this.diff = options.diff
|
||||
}
|
||||
} else {
|
||||
this.specialArea = options.specialArea;
|
||||
this.specialArea = options.specialArea
|
||||
}
|
||||
|
||||
this.titLabel = options.label;
|
||||
let tempArr = JSON.parse(options.children);
|
||||
this.titLabel = options.label
|
||||
let tempArr = JSON.parse(options.children)
|
||||
if (this.specialArea != 18) {
|
||||
api.menuList().then((res) => {
|
||||
tempArr = tempArr.filter(item => res.data.find(ctem => ctem.menuKey == item.name));
|
||||
this.itemChildren = tempArr;
|
||||
});
|
||||
api.menuList().then(res => {
|
||||
tempArr = tempArr.filter(item =>
|
||||
res.data.find(ctem => ctem.menuKey == item.name)
|
||||
)
|
||||
this.itemChildren = tempArr
|
||||
})
|
||||
}
|
||||
// 修改标题
|
||||
uni.setNavigationBarTitle({
|
||||
title: this.titLabel,
|
||||
success: () => {},
|
||||
});
|
||||
})
|
||||
// 获取一级分类并获取商品列表
|
||||
// this.getClassIfy()
|
||||
|
||||
this.userInfo = uni.getStorageSync("User");
|
||||
console.log('%c [ this.userInfo ]-242', 'font-size:13px; background:#cb38d2; color:#ff7cff;', this.userInfo)
|
||||
this.userInfo = uni.getStorageSync('User')
|
||||
console.log(
|
||||
'%c [ this.userInfo ]-242',
|
||||
'font-size:13px; background:#cb38d2; color:#ff7cff;',
|
||||
this.userInfo
|
||||
)
|
||||
if (this.specialArea == 1) {
|
||||
if (uni.getStorageSync("pkCountry")) {
|
||||
this.pkCountry = uni.getStorageSync("pkCountry");
|
||||
if (uni.getStorageSync('pkCountry')) {
|
||||
this.pkCountry = uni.getStorageSync('pkCountry')
|
||||
} else {
|
||||
this.pkCountry = this.userInfo.pkSettleCountry;
|
||||
uni.setStorageSync("pkCountry", this.pkCountry + "");
|
||||
this.pkCountry = this.userInfo.pkSettleCountry
|
||||
uni.setStorageSync('pkCountry', this.pkCountry + '')
|
||||
}
|
||||
} else {
|
||||
this.pkCountry = this.userInfo.pkSettleCountry;
|
||||
this.pkCountry = this.userInfo.pkSettleCountry
|
||||
}
|
||||
this.setSpecial({
|
||||
value: this.specialArea
|
||||
});
|
||||
value: this.specialArea,
|
||||
})
|
||||
},
|
||||
onShow() {
|
||||
let that = this;
|
||||
uni.$on("returnData", function(data) {
|
||||
that.specialArea = data.value;
|
||||
let that = this
|
||||
uni.$on('returnData', function (data) {
|
||||
that.specialArea = data.value
|
||||
that.setSpecial({
|
||||
value: data.value
|
||||
});
|
||||
});
|
||||
value: data.value,
|
||||
})
|
||||
})
|
||||
// 获取国家
|
||||
this.getJScountry();
|
||||
this.getJScountry()
|
||||
this.$nextTick(() => {
|
||||
this.$refs.cart.getCar()
|
||||
})
|
||||
|
@ -231,43 +310,41 @@
|
|||
methods: {
|
||||
...mapActions(['setSmallCarLength', 'setShopCarLength']),
|
||||
changeCountry() {
|
||||
this.isCountry = true;
|
||||
this.isCountry = true
|
||||
},
|
||||
sureCountry(e) {
|
||||
const {
|
||||
value
|
||||
} = e;
|
||||
this.pkCountry = value[0].id;
|
||||
this.pkCountryLabel = value[0].label;
|
||||
this.pkCountryImg = value[0].img;
|
||||
this.isCountry = false;
|
||||
uni.setStorageSync("pkCountry", this.pkCountry + "");
|
||||
const { value } = e
|
||||
this.pkCountry = value[0].id
|
||||
this.pkCountryLabel = value[0].label
|
||||
this.pkCountryImg = value[0].img
|
||||
this.isCountry = false
|
||||
uni.setStorageSync('pkCountry', this.pkCountry + '')
|
||||
// 获取分类一级
|
||||
this.getClassIfy();
|
||||
this.$refs.cart.getCar();
|
||||
this.getClassIfy()
|
||||
this.$refs.cart.getCar()
|
||||
},
|
||||
getJScountry() {
|
||||
api.currencyList().then((res) => {
|
||||
let data = res.data.map((item) => {
|
||||
api.currencyList().then(res => {
|
||||
let data = res.data.map(item => {
|
||||
return {
|
||||
img: item.nationalFlag2,
|
||||
id: item.pkId,
|
||||
label: item.shortName,
|
||||
};
|
||||
});
|
||||
this.countryList = [data];
|
||||
this.countryList[0].forEach((item) => {
|
||||
if (item.id == this.pkCountry) {
|
||||
this.pkCountryLabel = item.label;
|
||||
this.pkCountryImg = item.img;
|
||||
}
|
||||
});
|
||||
});
|
||||
})
|
||||
this.countryList = [data]
|
||||
this.countryList[0].forEach(item => {
|
||||
if (item.id == this.pkCountry) {
|
||||
this.pkCountryLabel = item.label
|
||||
this.pkCountryImg = item.img
|
||||
}
|
||||
})
|
||||
})
|
||||
},
|
||||
goShare() {
|
||||
uni.navigateTo({
|
||||
url: "/pages/specialArea/share?specialArea=7",
|
||||
});
|
||||
url: '/pages/specialArea/share?specialArea=7',
|
||||
})
|
||||
},
|
||||
setSpecial(item) {
|
||||
if (item.value == 21) {
|
||||
|
@ -279,8 +356,8 @@
|
|||
// JSON.stringify(this.itemChildren),
|
||||
// })
|
||||
} else {
|
||||
this.specialArea = item.value;
|
||||
this.getClassIfy();
|
||||
this.specialArea = item.value
|
||||
this.getClassIfy()
|
||||
}
|
||||
},
|
||||
addCar(item) {
|
||||
|
@ -290,35 +367,36 @@
|
|||
number: 1,
|
||||
waresCode: item.waresCode,
|
||||
productGroup: item.productGroup,
|
||||
};
|
||||
}
|
||||
if (
|
||||
item.isMakerGift == 2 &&
|
||||
(item.specialArea == 1 || item.specialArea == 3)
|
||||
) {
|
||||
this.$refs.selSpaceGoods.getData(carList);
|
||||
this.$refs.selSpaceGoods.getData(carList)
|
||||
} else {
|
||||
api.addShopping(carList).then((res) => {
|
||||
api.addShopping(carList).then(res => {
|
||||
if (res.code == 200) {
|
||||
uni.showToast({
|
||||
title: '购物车添加成功',
|
||||
icon: "success",
|
||||
icon: 'success',
|
||||
mask: true,
|
||||
});
|
||||
duration: 500,
|
||||
})
|
||||
setTimeout(() => {
|
||||
this.$store
|
||||
.dispatch("getCarLength", this.specialArea)
|
||||
.then((res) => {
|
||||
this.shopCarLength = res.data.smallCount;
|
||||
});
|
||||
}, 200);
|
||||
.dispatch('getCarLength', this.specialArea)
|
||||
.then(res => {
|
||||
this.shopCarLength = res.data.smallCount
|
||||
})
|
||||
}, 200)
|
||||
}
|
||||
});
|
||||
})
|
||||
}
|
||||
},
|
||||
getCatLength() {
|
||||
this.$store.dispatch("getCarLength", this.specialArea).then((res) => {
|
||||
this.shopCarLength = res.data.smallCount;
|
||||
});
|
||||
this.$store.dispatch('getCarLength', this.specialArea).then(res => {
|
||||
this.shopCarLength = res.data.smallCount
|
||||
})
|
||||
},
|
||||
getClassIfy() {
|
||||
api
|
||||
|
@ -327,16 +405,16 @@
|
|||
specialArea: this.specialArea,
|
||||
hierarchy: 0,
|
||||
})
|
||||
.then((res) => {
|
||||
.then(res => {
|
||||
res.data.unshift({
|
||||
classifyName: '全部',
|
||||
pkId: "",
|
||||
});
|
||||
this.oneList = res.data;
|
||||
this.oneId = this.oneList[0]?this.oneList[0].pkId : '';
|
||||
this.getClassIfyTwo(this.oneList[0].pkId);
|
||||
this.getAllGoods(this.oneList[0].pkId);
|
||||
});
|
||||
pkId: '',
|
||||
})
|
||||
this.oneList = res.data
|
||||
this.oneId = this.oneList[0] ? this.oneList[0].pkId : ''
|
||||
this.getClassIfyTwo(this.oneList[0].pkId)
|
||||
this.getAllGoods(this.oneList[0].pkId)
|
||||
})
|
||||
},
|
||||
// 获取分类二级
|
||||
getClassIfyTwo(pkId) {
|
||||
|
@ -347,30 +425,30 @@
|
|||
hierarchy: 1,
|
||||
pkCountry: this.pkCountry,
|
||||
})
|
||||
.then((res) => {
|
||||
.then(res => {
|
||||
res.data.unshift({
|
||||
classifyName: '全部',
|
||||
pkId: pkId,
|
||||
});
|
||||
this.twoList = res.data;
|
||||
this.twoId = pkId;
|
||||
});
|
||||
})
|
||||
this.twoList = res.data
|
||||
this.twoId = pkId
|
||||
})
|
||||
},
|
||||
getAllGoods(id) {
|
||||
api
|
||||
.getAllGoods({
|
||||
pkCountry: this.pkCountry,
|
||||
specialArea: Number(this.specialArea),
|
||||
pkAreaClassify: id ? id : "",
|
||||
pkAreaClassify: id ? id : '',
|
||||
})
|
||||
.then((res) => {
|
||||
this.goodList = res.data;
|
||||
this.goodList.forEach((item) => {
|
||||
.then(res => {
|
||||
this.goodList = res.data
|
||||
this.goodList.forEach(item => {
|
||||
if (item.waresName.length > 11) {
|
||||
item.waresName = item.waresName.substring(0, 11) + "...";
|
||||
item.waresName = item.waresName.substring(0, 11) + '...'
|
||||
}
|
||||
});
|
||||
});
|
||||
})
|
||||
})
|
||||
},
|
||||
getAllGoods1(id) {
|
||||
api
|
||||
|
@ -380,34 +458,37 @@
|
|||
waresName: this.waresName,
|
||||
pkAreaClassify: id ? id : this.oneId,
|
||||
})
|
||||
.then((res) => {
|
||||
this.goodList = res.data;
|
||||
this.goodList.forEach((item) => {
|
||||
.then(res => {
|
||||
this.goodList = res.data
|
||||
this.goodList.forEach(item => {
|
||||
if (item.waresName.length > 11) {
|
||||
item.waresName = item.waresName.substring(0, 11) + "...";
|
||||
item.waresName = item.waresName.substring(0, 11) + '...'
|
||||
}
|
||||
});
|
||||
});
|
||||
})
|
||||
})
|
||||
},
|
||||
goDetails(item) {
|
||||
if (item.preSaleStatus != 3 && item.isSale != 1) {
|
||||
uni.navigateTo({
|
||||
url: "/pages/specialArea/details?waresCode=" +
|
||||
url:
|
||||
'/pages/specialArea/details?waresCode=' +
|
||||
item.waresCode +
|
||||
"&specialArea=" +
|
||||
'&specialArea=' +
|
||||
item.specialArea,
|
||||
});
|
||||
})
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.index_header {
|
||||
background: #fff;
|
||||
font-size: 18px;
|
||||
font-family: PingFang SC-Semibold, PingFang SC;
|
||||
font-family:
|
||||
PingFang SC-Semibold,
|
||||
PingFang SC;
|
||||
font-weight: 600;
|
||||
color: #333333;
|
||||
text-align: center;
|
||||
|
@ -422,7 +503,8 @@
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.tabList_a {}
|
||||
.tabList_a {
|
||||
}
|
||||
|
||||
.index_btm {
|
||||
flex: 1; // display: flex;
|
||||
|
@ -431,7 +513,9 @@
|
|||
width: 198rpx;
|
||||
padding: 10rpx 0;
|
||||
font-size: 11px;
|
||||
font-family: PingFang SC-Regular, PingFang SC;
|
||||
font-family:
|
||||
PingFang SC-Regular,
|
||||
PingFang SC;
|
||||
font-weight: 400;
|
||||
color: #000000;
|
||||
overflow-y: auto;
|
||||
|
@ -457,13 +541,12 @@
|
|||
font-family: Microsoft YaHei;
|
||||
font-weight: 400;
|
||||
color: #666666;
|
||||
|
||||
}
|
||||
|
||||
.actOne {
|
||||
// border-left: 6rpx solid #005BAC;
|
||||
color: #fff;
|
||||
background: #005BAC;
|
||||
background: #005bac;
|
||||
}
|
||||
|
||||
.tab {
|
||||
|
@ -471,7 +554,6 @@
|
|||
align-items: center;
|
||||
padding: 0 24rpx;
|
||||
margin-top: 20rpx;
|
||||
|
||||
}
|
||||
|
||||
.tab_i {
|
||||
|
@ -501,10 +583,12 @@
|
|||
// width: 120rpx;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
font-family: PingFang SC-Semibold, PingFang SC;
|
||||
font-family:
|
||||
PingFang SC-Semibold,
|
||||
PingFang SC;
|
||||
font-weight: 600;
|
||||
// color: #005BAC;
|
||||
background-color: #005BAC;
|
||||
background-color: #005bac;
|
||||
color: #fff;
|
||||
margin-right: 28rpx;
|
||||
white-space: nowrap;
|
||||
|
@ -524,7 +608,7 @@
|
|||
.heng {
|
||||
width: 24px;
|
||||
height: 2px;
|
||||
background: #005BAC;
|
||||
background: #005bac;
|
||||
border-radius: 1px 1px 1px 1px;
|
||||
margin-top: 4rpx;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue