1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018 |
- <template>
- <mobile-frame>
- <view class="main">
- <view class="one">
- <scroll-view scroll-y="true" class="scroll-view">
- <view class="list-scroll-view">
- <view class="one_1">
- <banner :goodsInfo="info.goods" :goodsColect="goodsColect" @toGoodscolect="toGoodscolect">
- </banner>
- </view>
- <view class="one_2">
- <text class="money_1"
- v-if="infospecs.leader_price"><text>团长价¥</text>{{infospecs.leader_price||0}}</text>
- <text class="money" v-if="infospecs.price"><text>特价¥</text>{{infospecs.price||0}}</text>
- <text class="money"
- v-if="!infospecs.price&&!infospecs.leader_price"><text>¥</text>{{infospecs.sell_money||0}}</text>
- <text class="money"><text>¥</text>{{infospecs.flow_money||0}}</text>
- </view>
- <view class="one_3" v-if="discount">
- <text v-if="discount.full_decrement&&discount.full_decrement.length>0" class="act"
- v-for="(item,index) in discount.full_decrement" :key="index">{{item}}</text>
- <text v-if="discount.full_fold&&discount.full_decrement.length>0" class="act"
- v-for="(item,index) in discount.full_fold" :key="index">{{item}}</text>
- </view>
- <view class="one_4">
- <text class="num">已售{{info.goods&&info.goods.sell_num||0}}件</text>
- </view>
- <view class="one_5">
- <view class="name">
- {{info.goods&&info.goods.name}}
- </view>
- <view class="brief">
- {{info.goods&&info.goods.shot_brief||''}}
- </view>
- <view class="money">
- <!-- <text>运费{{infospecs.freight||'包邮'}}元</text> -->
- <text>{{info.goods&&info.goods.send_time}}内发货</text>
- </view>
- </view>
- <view class="one_6" @tap="toActivity">
- <view class="l">
- <text>{{info.act&&info.act.length>0?`活动`:`暂无活动`}}</text>
- </view>
- <view class="r">
- <text class="iconfont icon-jiantouyou"></text>
- </view>
- </view>
- <view class="one_6" @tap="toSpec">
- <view class="l">
- 选择规格
- </view>
- <view class="r">
- <text class="iconfont icon-jiantouyou"></text>
- </view>
- </view>
- <view class="one_6" @tap="toEvaluate">
- <view class="l">
- <text>{{evaluate_num>0?`商品评价(${evaluate_num})`:`暂无评价`}}</text>
- </view>
- <view class="r">
- <text class="iconfont icon-jiantouyou"></text>
- </view>
- </view>
- <view class="one_7" v-if="info.sets&&info.sets.length>0" @tap="toSets">
- <view class="one_7_1">
- 优惠套装<text>({{info.sets.length||0}})</text>
- </view>
- <view class="one_7_2">
- <view class="image" v-for="(set,index) in info.sets[0].set" :key="index">
- <image class="image" :src="set.file&&set.file.length>0?set.file[0].url:''"
- mode="aspectFit">
- </image>
- </view>
- <view class="money">
- <view class="money_1">共{{info.sets[0].goods_total}}件</view>
- <view class="money_2">¥{{info.sets[0].sell_money}}</view>
- </view>
- </view>
- </view>
- <view class="one_8">
- <view class="one_8_1">
- <view class="shop_1">
- <image class="image"
- :src="info.shop&&info.shop.logo&&info.shop.logo.length>0?info.shop.logo[0].url:''"
- mode="aspectFit"></image>
- </view>
- <view class="shop_2">
- <view class="name">{{info.shop&&info.shop.name}}</view>
- <view class="num"><text>宝贝数:</text>{{info.shop&&info.shop.goods_num||0}}</view>
- </view>
- </view>
- <view class="one_8_2">
- <view class="score_1">
- <text>商品:</text>
- <text>{{info.shop&&info.shop.goods_score||5}}</text>
- <text>|</text>
- </view>
- <view class="score_1">
- <text>发货:</text>
- <text>{{info.shop&&info.shop.send_score||5}}</text>
- <text>|</text>
- </view>
- <view class="score_1">
- <text>服务:</text>
- <text>{{info.shop&&info.shop.service_score||5}}</text>
- </view>
- </view>
- <view class="one_8_3">
- <view class="btn">
- <button size="mini" @tap="toShop">进入店铺</button>
- </view>
- <view class="btn">
- <button size="mini" @tap="toShopcolect">{{shopColect==true?'已关注':'关注'}}</button>
- </view>
- </view>
- </view>
- <view class="one_9">
- <rich-text :nodes="info.goods&&info.goods.brief"></rich-text>
- </view>
- </view>
- </scroll-view>
- </view>
- <view class="two">
- <uni-goods-nav :options="options" :button-group="buttonGroup" @click="toNavleft"
- @buttonClick="toNavright" />
- </view>
- </view>
- <!-- 跳转菜单 -->
- <view class="bar_1">
- <text @tap="toMenubar" class="iconfont icon-gengduo"></text>
- </view>
- <view class="bar_2" v-if="is_menu">
- <view class="list" v-for="(item,index) in barList" :key="index" v-if="item.is_use=='0'"
- @click="toPath(item)">
- <image class="image" :src="item.normal&&item.normal.length>0?item.normal[0].url:''"></image>
- <text class="name"> {{item.name}}</text>
- </view>
- </view>
- <!-- 规格 -->
- <uni-popup ref="specShow" background-color="#fff" type="bottom" :is-mask-click="false">
- <view class="popup">
- <view class="close">
- <text @click="toClose" class="iconfont icon-shanchu"></text>
- </view>
- <specs_1 :info="info" :goodsInfo="info.goods" :specsInfo="specsInfo" :btn_type="btn_type"
- :dialog="dialog" :is_zero="is_zero" :buy_num="buy_num" :popupShow="popupShow" :is_specs="is_specs"
- @diaView="diaView" @toSpecs="toSpecs" @toCount="toCount" @toMarket="toMarket" @toBuy="toBuy"
- @toGroup="toGroup" @dialogClose="dialogClose" @diaSpecs="diaSpecs">
- </specs_1>
- </view>
- </uni-popup>
- </mobile-frame>
- </template>
- <script>
- import banner from './components/banner_1.vue';
- import specs_1 from './components/specs_1.vue';
- export default {
- components: {
- banner,
- specs_1,
- },
- data() {
- return {
- // 系统设置
- config: {},
- // 商品id
- id: '',
- // 分享人id
- inviter: '',
- // 当前用户信息
- user: {},
- // 是否关注商品
- goodsColect: false,
- // 是否关注店铺
- shopColect: false,
- // 评价数
- evaluate_num: 0,
- // 商品详情
- info: {},
- // 规格
- infospecs: {},
- // 优惠
- discount: {},
- // 底部菜单
- options: [{
- icon: 'shop',
- text: '店铺',
- type: 'shop',
- route: 'pagesHome/shop/index',
- },
- {
- icon: 'cart',
- text: '购物车',
- type: 'market',
- route: 'pages/market/index',
- },
- ],
- buttonGroup: [{
- text: '加入购物车',
- backgroundColor: 'linear-gradient(90deg, #FFCD1E, #FF8A18)',
- color: '#fff',
- type: '0'
- },
- {
- text: '立即购买',
- backgroundColor: 'linear-gradient(90deg, #FE6035, #EF1224)',
- color: '#fff',
- type: '1'
- }
- ],
- // 系统菜单
- barList: [],
- is_menu: false,
- // 规格弹框
- popupShow: '1',
- // 规格信息
- is_specs: 0,
- btn_type: '1',
- specsInfo: {},
- // 是否零库存
- is_zero: false,
- // 商品设置
- group_config: [],
- // 限制说明
- buyList: [],
- // 购买数量
- buy_num: 1,
- // 规格弹出框
- dialog: {
- show: false,
- type: '1'
- },
- };
- },
- onLoad: async function(e) {
- const that = this;
- that.$set(that, `id`, e.id || '');
- that.$set(that, `inviter`, e.inviter || '');
- await that.searchConfig();
- await that.search();
- await that.configShare();
- },
- onShow: async function() {
- const that = this;
- await that.watchLogin();
- },
- onUnload: function() {
- // 页面卸载,重新部署分享内容
- const that = this;
- if (that.config) {
- // 赋值默认值
- that.$config.share = {
- title: that.config.title,
- path: '/pages/index/index',
- imageUrl: that.config.config.share[0].url
- }
- }
- },
- methods: {
- // 查询系统设置
- searchConfig() {
- const that = this;
- uni.getStorage({
- key: 'config',
- success: function(res) {
- let data = res.data;
- that.$set(that, `config`, data);
- if (data.bottom_menu && data.bottom_menu.list.length > 0) {
- let list = data.bottom_menu.list.sort((a, b) => {
- return a.sort - b.sort
- });
- that.$set(that, `barList`, list)
- }
- }
- })
- },
- // 查询用户信息
- watchLogin() {
- const that = this;
- uni.getStorage({
- key: 'token',
- success: async function(res) {
- let user = that.$jwt(res.data);
- if (user) that.$set(that, `user`, user);
- },
- fail: function(err) {
- console.log('暂无用户信息');
- }
- })
- },
- // 查询其他信息
- async searchOther() {
- const that = this;
- let user = that.user;
- let res;
- // 是否关注商品
- res = await that.$api(`/storeGoods/check`, `GET`, {
- customer: user._id,
- goods: that.id
- });
- if (res.errcode == '0') that.$set(that, `goodsColect`, res.data);
- // 是否关注店铺
- res = await that.$api(`/storeShop/check`, `GET`, {
- customer: user._id,
- shop: that.info?.shop?._id
- });
- if (res.errcode == '0') that.$set(that, `shopColect`, res.data);
- // 商品设置
- res = await that.$api(`/goodsConfig`, `GET`, {
- goods: that.id,
- shop: that.info?.shop?._id
- }, 'group');
- if (res.errcode == '0' && res.total > 0) that.$set(that, `group_config`, res.data);
- // 限制说明
- res = await that.$api(`/dictData`, 'GET', {
- code: "buy_limit"
- });
- if (res.errcode == '0') that.$set(that, `buyList`, res.data)
- },
- // 查询商品信息
- async search() {
- const that = this;
- let id = that.id;
- if (id) {
- let res;
- res = await that.$api(`/viewGoods/goodsDetail`, `POST`, {
- id: id
- });
- if (res.errcode == '0') {
- let data = res.data;
- if (data.goods.brief) data.goods.brief = data.goods.brief.replace(/\<img/gi,
- '<img class="rich-img"');
- // 特价
- let act;
- act = data.act.find(i => i.type == '3')
- if (act) {
- for (let val of act.list) {
- for (let [index, arr] of data.specs.entries()) {
- if (val.spec == arr._id) arr.price = val.price
- }
- }
- }
- // 显示最低价格的规格信息,不考虑库存问题
- if (data.specs && data.specs.length > 0) {
- // 规格排序
- let indexSpecs = data.specs.sort(function(a, b) {
- let i, j;
- if (a.price) i = 'price'
- else i = 'sell_money'
- if (b.price) j = 'price'
- else j = 'sell_money'
- return a[i] - b[j];
- })
- that.$set(that, `infospecs`, indexSpecs[0])
- }
- that.$set(that, `info`, data);
- // 优惠
- act = data.act.find(i => i.type == '5')
- if (act) that.$set(that.discount, `full_decrement`, act.text.split(';'));
- act = data.act.find(i => i.type == '6')
- if (act) that.$set(that.discount, `full_fold`, act.text.split(';'));
- await that.searchOther();
- // 查询规格
- await that.searchSpecs(data.specs);
- // 查询评价数
- await that.searchRate(data);
- }
- } else {
- uni.showToast({
- title: '暂无商品信息',
- icon: 'none'
- })
- }
- },
- // 查询规格
- searchSpecs(e) {
- const that = this;
- if (e.length > 0) {
- let data = e.find(i => i.num > 0);
- let dataIndex = e.findIndex(i => i._id == data._id);
- if (data) {
- let specsInfo = that.group_config.find(i => i.spec._id == data._id)
- if (specsInfo?._id && that.user.is_leader == '0') data.can_group = '0'
- else data.can_group = '1'
- let limit = that.buyList.find((i) => i.value == data.buy_limit);
- if (limit) data.buy_name = limit.label
- that.$set(that, `specsInfo`, data);
- that.$set(that, `is_specs`, dataIndex);
- }
- }
- },
- // 查询评价数
- async searchRate(e) {
- const that = this;
- let res = await that.$api(`/goodsRate`, `GET`, {
- limit: 1,
- goods: e.goods._id
- })
- if (res.errcode == '0') that.$set(that, `evaluate_num`, res.total);
- },
- // 关注商品
- async toGoodscolect() {
- const that = this;
- let user = that.user;
- if (user && user._id) {
- let res = await that.$api(`/storeGoods`, `POST`, {
- customer: user._id,
- goods: that.id
- });
- if (res.errcode == '0') {
- uni.showToast({
- title: res.data.msg,
- icon: 'none'
- })
- that.$set(that, `goodsColect`, res.data.result)
- }
- } else {
- uni.showToast({
- title: '暂无账号,无法收藏商品',
- icon: 'none'
- })
- }
- },
- // 活动说明
- toActivity() {
- const that = this;
- if (that.info.act.length > 0) {
- that.$set(that, `popupShow`, '2')
- that.$refs.specShow.open();
- }
- },
- // 活动说明
- toActivity() {
- const that = this;
- if (that.info.act.length > 0) {
- that.$set(that, `popupShow`, '2')
- that.$refs.specShow.open();
- }
- },
- // 选择规格
- toSpec() {
- const that = this;
- this.$set(that, `popupShow`, '1')
- that.$refs.specShow.open();
- },
- // 选择规格
- toSpecs(e) {
- const that = this;
- let specs = that.info.specs;
- let dataIndex = specs.findIndex(i => i._id == e._id);
- that.$set(that, `is_specs`, dataIndex);
- let specsInfo = that.group_config.find(i => i.spec._id == e._id)
- if (specsInfo?._id && that.user.is_leader == '0') e.can_group = '0'
- else e.can_group = '1'
- let limit = that.buyList.find((i) => i.value == e.buy_limit);
- if (limit) e.buy_name = limit.label
- that.$set(that, `specsInfo`, e)
- that.$set(that, `buy_num`, 1);
- if (e.num <= 0) that.$set(that, `is_zero`, true)
- else that.$set(that, `is_zero`, false)
- },
- // 评价
- toEvaluate() {
- const that = this;
- uni.navigateTo({
- url: `/pagesHome/order/appraise?id=${that.info.goods._id}`
- })
- },
- // 查看套装
- toSets() {
- const that = this;
- if (that.info.sets.length > 0) {
- that.$set(that, `popupShow`, '3')
- that.$refs.specShow.open();
- }
- },
- // 套装详情
- toDeatil(e) {
- const that = this;
- uni.navigateTo({
- url: `/pagesHome/order/detail?id=${e.goods}`
- })
- },
- // 进入店铺
- toShop() {
- const that = this;
- let info = that.info;
- uni.navigateTo({
- url: `/pagesHome/shop/index?id=${info.shop._id}`
- })
- },
- // 关注店铺
- async toShopcolect() {
- const that = this;
- let user = that.user;
- if (user && user._id) {
- let res = await that.$api(`/storeShop`, `POST`, {
- customer: user._id,
- shop: that.info.shop._id
- });
- if (res.errcode == '0') {
- uni.showToast({
- title: res.data.msg,
- icon: 'none'
- })
- that.$set(that, `shopColect`, res.data.result)
- }
- } else {
- uni.showToast({
- title: '暂无账号,无法关注商铺',
- icon: 'none'
- })
- }
- },
- // 关闭弹框
- toClose() {
- const that = this;
- that.$set(that, `btn_type`, '1');
- that.$refs.specShow.close();
- },
- // 规格预览
- diaView() {
- const that = this;
- that.$set(that, `dialog`, {
- show: true,
- type: '1'
- })
- },
- // 计数器
- toCount(e) {
- const that = this;
- that.$set(that, `buy_num`, e)
- },
- // 立即购买
- async toBuy() {
- const that = this;
- let user = that.user;
- let info = that.info;
- let specsInfo = that.specsInfo;
- let act = that.info.act.map(item => {
- return item._id
- })
- if (user && user._id) {
- let obj = [{
- customer: user._id,
- shop: info.shop._id,
- goods: info.goods._id,
- goodsSpec: specsInfo._id,
- num: that.buy_num,
- inviter: that.inviter,
- act
- }]
- let res = await that.$api(`/util/checkCanBuy`, 'POST', obj)
- if (res.errcode == '0') {
- if (res.data.result == true) {
- uni.navigateTo({
- url: `/pagesHome/order/order?key=${res.data.key}`
- })
- } else {
- uni.showToast({
- title: res.data.msg,
- icon: 'none',
- duration: 5000
- })
- }
- } else {
- uni.showToast({
- title: res.errmsg,
- icon: 'none'
- })
- }
- } else {
- uni.navigateTo({
- url: `/pages/login/index`
- })
- }
- },
- // 加入购物车
- async toMarket() {
- const that = this;
- let user = that.user;
- let info = that.info;
- let specsInfo = that.specsInfo;
- if (user && user._id) {
- let obj = {
- customer: user._id,
- shop: info.shop._id,
- goods: info.goods._id,
- goodsSpec: specsInfo._id,
- num: that.buy_num,
- inviter: that.inviter
- }
- let res = await that.$api(`/cart`, 'POST', obj)
- if (res.errcode == '0') {
- uni.showToast({
- title: `加入购物车成功`,
- icon: 'none'
- })
- that.toClose();
- } else {
- uni.showToast({
- title: res.errmsg,
- icon: 'none'
- })
- }
- } else {
- uni.navigateTo({
- url: `/pages/login/index`
- })
- }
- },
- // 开团
- toGroup() {
- const that = this;
- uni.navigateTo({
- url: `/pagesHome/group/index?shop=${that.info?.shop?._id}&goods=${that.id}`
- })
- },
- // 店铺,购物车
- toNavleft(e) {
- const that = this;
- if (e.content.type == 'shop') {
- that.toShop();
- } else if (e.content.type == 'market') {
- let obj = {
- route: e.content.route
- }
- that.toPath(obj)
- }
- },
- // 关闭弹框
- dialogClose() {
- const that = this;
- that.$set(that, `dialog`, {
- show: false,
- type: '1'
- })
- },
- // 弹框选择规格
- diaSpecs(e) {
- const that = this;
- let specs = that.info.specs;
- let index = e.detail.current;
- let data = specs[index];
- that.$set(that, `is_specs`, index);
- that.$set(that, `specsInfo`, data);
- that.$set(that, `buy_num`, 1);
- if (data.num <= 0) that.$set(that, `is_zero`, true)
- else that.$set(that, `is_zero`, false)
- },
- // 加入购物车,立即购买
- toNavright(e) {
- const that = this;
- that.$set(that, `popupShow`, '1');
- that.$set(that, `btn_type`, e.content.type);
- that.$refs.specShow.open();
- },
- // 配置分享内容
- configShare() {
- const that = this;
- let id = that.id;
- let inviter = that.user && that.user._id ? that.user._id : '';
- let title = that.info && that.info.goods ? that.info.goods.name : '';
- let imageUrl = that.info && that.info.goods ? that.info.goods.file[0].url : '';
- that.$config.share = {
- title: title,
- path: `/pagesHome/order/detail?id=${id}&inviter=${inviter}`,
- imageUrl: imageUrl
- }
- },
- // 右侧菜单
- toMenubar() {
- const that = this;
- that.$set(that, `is_menu`, that.is_menu ? false : true)
- },
- toPath(e) {
- let url = `/${e.route}`;
- uni.reLaunch({
- url
- })
- },
- }
- }
- </script>
- <style lang="scss">
- .main {
- display: flex;
- flex-direction: column;
- width: 100vw;
- height: 100vh;
- .one {
- position: relative;
- flex-grow: 1;
- .one_2 {
- border-bottom: 0.5vw solid var(--f9Color);
- padding: 2vw;
- .money_1 {
- color: #23B67A;
- font-size: 20px;
- padding: 0 1vw 0 0;
- font-weight: bold;
- text {
- font-size: 14px;
- }
- }
- .money {
- font-size: 20px;
- padding: 0 1vw 0 0;
- color: #ff0000;
- font-weight: bold;
- text {
- font-size: 14px;
- }
- }
- .money:last-child {
- font-size: 16px;
- color: #858585;
- text-decoration: line-through;
- }
- }
- .one_3 {
- display: flex;
- flex-wrap: wrap;
- padding: 1vw;
- border-bottom: 0.5vw solid var(--f9Color);
- .act {
- font-size: 12px;
- border: 1px solid var(--fFB1Color);
- margin: 0 1vw 1vw 0;
- color: var(--fFB1Color);
- border-radius: 6px;
- padding: 0 1vw;
- }
- .num {
- font-size: 12px;
- color: #858585;
- }
- }
- .one_4 {
- display: flex;
- flex-wrap: wrap;
- padding: 1vw;
- border-bottom: 0.5vw solid var(--f9Color);
- .num {
- font-size: 12px;
- color: #858585;
- }
- }
- .one_5 {
- border-bottom: 0.5vw solid var(--f9Color);
- padding: 2vw;
- .name {
- font-size: 17px;
- font-weight: bold;
- margin: 0 0 2vw 0;
- }
- .brief {
- font-size: 14px;
- color: #858585;
- margin: 0 0 1vw 0;
- }
- .money {
- font-size: 13px;
- color: #858585;
- text {
- padding: 0 2vw 0 0;
- }
- }
- }
- .one_6 {
- display: flex;
- justify-content: space-between;
- padding: 2vw;
- border-bottom: 0.5vw solid var(--f9Color);
- font-size: 14px;
- }
- .one_7 {
- padding: 2vw;
- border-bottom: 2vw solid var(--f9Color);
- border-top: 1vw solid var(--f9Color);
- .one_7_1 {
- padding: 2vw 0;
- font-size: 14px;
- text {
- padding: 0 0 0 1vw;
- font-size: 12px;
- color: #858585;
- }
- }
- .one_7_2 {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 2vw;
- border-radius: 5px;
- background-color: var(--f9Color);
- .image {
- width: 20vw;
- height: 20vw;
- .image {
- width: 100%;
- height: 100%;
- border-radius: 5px;
- background-color: #fff;
- }
- }
- .money {
- text-align: center;
- .money_1 {
- font-size: 12px;
- color: #858585;
- }
- .money_2 {
- font-size: 12px;
- color: #ff0000;
- }
- }
- }
- }
- .one_8 {
- padding: 2vw;
- border-bottom: 0.5vw solid var(--f9Color);
- .one_8_1 {
- margin: 0 0 1vw 0;
- display: flex;
- .shop_1 {
- width: 15vw;
- height: 15vw;
- border: 1px solid #f1f1f1;
- .image {
- width: 100%;
- height: 100%;
- }
- }
- .shop_2 {
- width: 78vw;
- padding: 0 0 0 2vw;
- .name {
- font-size: 14px;
- margin: 0 0 1vw 0;
- }
- .num {
- font-size: 12px;
- color: #858585;
- text:last-child {
- color: #000;
- }
- }
- }
- }
- .one_8_2 {
- margin: 0 0 2vw 0;
- display: flex;
- justify-content: space-between;
- padding: 2vw 0;
- .score_1 {
- width: 33vw;
- text-align: center;
- font-size: 14px;
- color: #858585;
- text:nth-child(2) {
- color: #ff0000;
- }
- text:nth-child(3) {
- float: right;
- }
- }
- }
- .one_8_3 {
- display: flex;
- justify-content: space-around;
- .btn {
- width: 40vw;
- button {
- width: 100%;
- font-size: 15px;
- }
- }
- }
- }
- .one_9 {
- padding: 2vw;
- .rich-img {
- width: 100% !important;
- display: block;
- }
- }
- }
- .two {
- width: 100vw;
- height: 8vh;
- overflow: hidden;
- }
- }
- .scroll-view {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- .list-scroll-view {
- display: flex;
- flex-direction: column;
- }
- }
- .bar_1 {
- position: fixed;
- right: 2vw;
- bottom: 20vw;
- text {
- background-color: #858585;
- border-radius: 90px;
- font-size: 30px;
- }
- }
- .bar_2 {
- position: fixed;
- right: 2vw;
- bottom: 28vw;
- width: 27vw;
- background: #ffffff;
- padding: 0 2vw;
- box-shadow: 0 0 5px #858585;
- .list {
- display: flex;
- border-bottom: 1px solid #f1f1f1;
- padding: 1vw 0;
- .image {
- width: 8vw;
- height: 8vw;
- }
- .name {
- font-size: 14px;
- position: relative;
- top: 2vw;
- left: 2vw;
- }
- }
- .list:last-child {
- border-bottom: none;
- }
- }
- .uni-popup {
- z-index: 9999 !important;
- }
- .popup {
- display: flex;
- flex-direction: column;
- width: 100vw;
- height: 60vh;
- .close {
- text-align: right;
- padding: 2vw;
- }
- }
- </style>
|