123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739 |
- <template>
- <view>
- <view v-if="storage">
- <view class="bg-user-gradual-green"
- style=" background-image: url(https://kxmalls.oss-cn-hangzhou.aliyuncs.com/bg/bg.png);">
- <view :style="'height:'+statusBarHeight+'px;'" style="width: 750rpx;display: flex; position: relative;"></view>
- <view class="flex align-center justify-center"
- style="height: 88rpx;font-size: 36rpx;"
- >
- 个人中心
- </view>
- <view class="padding-top-lg flex justify-between align-end padding-lr" style="padding-top: 30rpx;">
- <view class="">
- <view @click="toLogin" style="margin-top: 16rpx;font-size: 40rpx;height: 56rpx;">
- HI,{{ hasLogin ? (userInfo.nickname || '未设置昵称') : '请注册/登录' }}
- <!-- 添加VIP标识 -->
- <view v-if="hasLogin && userInfo.level > 0"
- style="display: inline-flex; align-items: center; margin-left: 10rpx;">
- <text v-if="hasLogin && userInfo.level > 0"
- :style="{color: getVipColor(userInfo.level)}"
- style="font-size: 24rpx;margin-left: 10rpx;">
- {{ getVipName(userInfo.level) }}
- </text>
- </view>
- </view>
- </view>
- <view @click="navTo('/pages/user/profile')" style="position: relative;padding-right: 8rpx;">
- <image :src="hasLogin && userInfo.avatar ? userInfo.avatar :'../../static/user/touxiang-@2x.png'"
- class="round" mode="aspectFill"
- style="width: 144rpx;height: 144rpx;"></image>
- <view v-if="hasLogin" class="flex align-center justify-center"
- style="position: absolute;bottom: 0rpx;left: 29rpx; background-color: #8AD62A;border-radius: 200rpx;width: 86rpx;height: 38rpx;color: #FFFFFF;font-size: 22rpx;"
- >编辑
- </view>
- </view>
- </view>
- </view>
- <view class="margin-lr bg-white shadow"
- style="border-radius: 16rpx 16rpx 16rpx 16rpx;width: 690rpx;height: 140rpx;margin-top: -146rpx;margin-bottom: 20rpx">
- <view class="flex justify-around align-center padding-top-sm">
- <view class="flex align-center justify-center flex-direction" style="width: 108rpx;">
- {{ hasLogin ? (nowMoney || 0) : '-' }}
- <view @click="navTo('/pages/user/money')" style="padding-top: 20rpx;font-size: 24rpx;color: #272B54;">余额
- </view>
- </view>
- <view @click="navTo('/pages/user/coupons?type=user')" class="flex align-center justify-center flex-direction"
- style="width: 108rpx;">
- {{ hasLogin ? (couponListSize || 0) : '-' }}
- <view style="padding-top: 20rpx;font-size: 24rpx;color: #272B54;">优惠券</view>
- </view>
- <view @click="navTo('/pages/user/integral')" class="flex align-center justify-center flex-direction"
- style="width: 108rpx;">
- {{ hasLogin ? (integral || 0) : '-' }}
- <view style="padding-top: 20rpx;font-size: 24rpx;color: #272B54;">积分</view>
- </view>
- </view>
- </view>
- <view class="margin-lr bg-white shadow"
- style="border-radius: 16rpx 16rpx 16rpx 16rpx;width: 690rpx;height: 140rpx;">
- <view class="flex justify-around align-center padding-top-sm">
- <view @click="navTo('/pages/order/list?state=0')" class="flex align-center justify-center flex-direction"
- style="width: 108rpx;">
- <image src="../../static/user/all_order.png" mode="aspectFit" style="width: 46rpx;height: 50rpx;"></image>
- <view style="padding-top: 20rpx;font-size: 24rpx;color: #272B54;">全部订单</view>
- </view>
- <view @click="navTo('/pages/order/list?state=1')" class="flex align-center justify-center flex-direction"
- style="width: 108rpx;">
- <image src="../../static/user/waitpay.png" mode="aspectFit" style="width: 46rpx;height: 50rpx;"></image>
- <view style="padding-top: 20rpx;font-size: 24rpx;color: #272B54;">待付款</view>
- </view>
- <view @click="navTo('/pages/order/list?state=2')" class="flex align-center justify-center flex-direction"
- style="width: 108rpx;">
- <image src="../../static/user/daishouhuo@3x.png" mode="aspectFit"
- style="width: 46rpx;height: 50rpx;"></image>
- <view style="padding-top: 20rpx;font-size: 24rpx;color: #272B54;">待收货</view>
- </view>
- <view @click="navTo('/pages/order/list?state=3')" class="flex align-center justify-center flex-direction"
- style="width: 108rpx;">
- <image src="../../static/user/shouhou@3x.png" mode="aspectFit" style="width: 46rpx;height: 50rpx;"></image>
- <view style="padding-top: 20rpx;font-size: 24rpx;color: #272B54;">待评价</view>
- </view>
- <view @click="navTo('/pages/refund/index?state=0')" class="flex align-center justify-center flex-direction"
- style="width: 108rpx;">
- <image src="../../static/user/shouhou@3x.png" mode="aspectFit" style="width: 46rpx;height: 50rpx;"></image>
- <view style="padding-top: 20rpx;font-size: 24rpx;color: #272B54;">售后</view>
- </view>
- </view>
- </view>
- <view class="padding-lr padding-tb-sm">
- <image src="https://nontax.oss-cn-beijing.aliyuncs.com/kxmall/G2usUI.png" mode="aspectFit"
- style="width: 690rpx;height: 184rpx;"></image>
- </view>
-
- <view class="margin-lr margin-bottom-sm shadow bg-white" style="border-radius: 10rpx;">
- <view @click="navTo('/pages/address/list')" class="flex align-center padding">
- <image src="../../static/user/location@3x.png" mode="aspectFit"
- style="width: 32rpx;height: 36rpx;"></image>
- <view class="padding-left-sm lem-text-black" style="font-size: 28rpx;">地址管理</view>
- </view>
- <view @click="navTo('/pages/user/userVip')" class="flex align-center padding">
- <image src="../../static/user/vip.png" mode="aspectFit"
- style="width: 32rpx;height: 36rpx;"></image>
- <view class="padding-left-sm lem-text-black" style="font-size: 28rpx;">会员中心</view>
- </view>
- <view @click="navTo('/pages/user/coupons?type=user')" class="flex align-center padding">
- <image src="../../static/user/notice@3x.png" mode="aspectFit"
- style="width: 32rpx;height: 36rpx;"></image>
- <view class="padding-left-sm lem-text-black" style="font-size: 28rpx;">我的优惠券</view>
- </view>
- <button open-type="contact" class="flex align-center padding contact-btn">
- <image src="../../static/user/secretary@3x.png" mode="aspectFit"
- style="width: 32rpx;height: 36rpx;"></image>
- <view class="padding-left-sm lem-text-black" style="font-size: 28rpx;">在线客服</view>
- </button>
- </view>
- <view class="margin-lr margin-bottom-sm shadow bg-white" style="border-radius: 10rpx;">
- <view @click="navTo('/pages/product/favorite')" class="flex align-center padding">
- <image src="../../static/user/collect@3x.png" mode="aspectFit"
- style="width: 32rpx;height: 36rpx;"></image>
- <view class="padding-left-sm lem-text-black" style="font-size: 28rpx;">我的收藏</view>
- </view>
- <view @click="navTo('/pages/product/footprint')" class="flex align-center padding">
- <image src="../../static/user/zuji.png" mode="aspectFit"
- style="width: 32rpx;height: 36rpx;"></image>
- <view class="padding-left-sm lem-text-black" style="font-size: 28rpx;">我的足迹</view>
- </view>
- <view @click="navTo('/pages/user/promotion')" class="flex align-center padding">
- <image src="../../static/user/promoter.png" mode="aspectFit"
- style="width: 32rpx;height: 36rpx;"></image>
- <view class="padding-left-sm lem-text-black" style="font-size: 28rpx;">我的推广</view>
- </view>
- <view @click="navTo('/pages/user/about')" class="flex align-center padding">
- <image src="../../static/user/tip_round@3x.png" mode="aspectFit"
- style="width: 32rpx;height: 36rpx;"></image>
- <view class="padding-left-sm lem-text-black" style="font-size: 28rpx;">关于</view>
- </view>
- <view @click="navTo('/pages/set/set')" class="flex align-center padding">
- <image src="../../static/user/setting@3x.png" mode="aspectFit"
- style="width: 32rpx;height: 36rpx;"></image>
- <view class="padding-left-sm lem-text-black" style="font-size: 28rpx;">设置</view>
- </view>
- <view @click="navTo('/pages/notice/notice')" class="flex align-center padding">
- <image src="../../static/user/notice@3x.png" mode="aspectFit"
- style="width: 32rpx;height: 36rpx;"></image>
- <view class="padding-left-sm lem-text-black" style="font-size: 28rpx;">通知</view>
- </view>
- </view>
- </view>
- <view v-else style="padding-top: 180rpx;padding-bottom: 180rpx;">
- <missing :buttonName="'换个地址试试吧~'" :handlerName="'buttonClick'"
- @buttonClick="chooseLocation"
- :imgUrl="'http://qiniuoss.nauzone.cn/%E7%BB%84%204%20%E6%8B%B7%E8%B4%9D@3x.png'"
- :desc="'当前地区不在配送范围哦'"></missing>
- </view>
-
- <!-- 猜您喜欢 -->
- <view style="padding: 20rpx 12rpx 20rpx 30rpx;background-color: #f1f1f1;">
- <view class="flex justify-between align-center" style="padding: 20rpx 0;">
- <view style="font-size: 32rpx;font-weight: bold;color: #333;">猜您喜欢</view>
- <view @click="refreshRecommend" style="font-size: 24rpx;color: #999;margin-right: 10px;">换一批</view>
- </view>
-
- <view v-if="recommendList.length > 0 && storage" class="flex flex-wrap">
- <view v-for="(item,index) in recommendList" :key="index"
- class="margin-bottom-sm bg-white flex align-center justify-center flex-direction"
- style="width: 335rpx;height: 520rpx;padding: 10rpx;margin-right: 18rpx;border-radius: 8rpx;"
- @click="navToDetailPage(item.id)">
- <image style="width: 280rpx;height: 280rpx;margin: 10rpx;" :src="JSON.parse(item.image)[0].url"
- mode="aspectFit"></image>
- <view style="padding-top: 28rpx;">
- <view class="text-cut"
- style="width: 294rpx;height: 40rpx;font-size: 28rpx;font-weight: Medium; color: #2D4454;">
- {{ item.storeName }}
- </view>
- <view class="text-cut margin-tb-xs" style="width: 294rpx;height: 40rpx;font-size: 28rpx;color: #999999;">
- {{ item.storeInfo }}
- </view>
- <view style="padding-top: 6rpx;" class="flex align-center justify-between">
- <view style="width: 114rpx;height: 42rpx;line-height: 42rpx;font-size: 24rpx;color:#F62929;">
- ¥{{ item.kxStockVo.price }}
- </view>
- <view style="color: #B0B0B0;font-size: 24rpx;">{{ item.unitName }}/份</view>
- <image @click.stop="addCart(item)" style="width: 48rpx;height: 48rpx;"
- src="../../static/index/cart.png" mode="aspectFit" class="round"></image>
- </view>
- </view>
- </view>
- </view>
-
- <view v-else class="flex align-center justify-center" style="height: 200rpx;color: #999;">
- 暂无推荐商品
- </view>
- </view>
-
- </view>
- </template>
- <script>
- import listCell from '@/components/mix-list-cell';
- import missing from "@/components/missing.vue"
- import {
- mapState
- } from 'vuex';
- let startY = 0, moveY = 0, pageAtTop = true;
- export default {
- components: {
- listCell, missing
- },
- data() {
- return {
- recommendList: [], // 推荐商品列表
- currentPage: 1, // 当前页码
- pageSize: 4, // 每页显示数量
- nowMoney: 0,
- integral: 0,
- couponListSize: 0,
- coverTransform: 'translateY(0px)',
- coverTransition: '0s',
- moving: false,
- footprintList: [],
- isVip: false,
- statusBarHeight: 88,
- storage: true,
- banner: {
- imgUrl: ''
- }
- }
- },
- onShow() {
- this.isVip = this.$api.isVip()
- //this.loadFootprint()
- this.$store.state.storageId ? this.storage = true : this.storage = false
- //如果用户已登录,获取购物车数量
- if (this.$store.state.userInfo.accessToken) {
- this.$api.request('get', 'cart/app/countCart', {
- storageId: this.$store.state.storageId
- }).then(res => {
- if (res.data > 0) {
- uni.setTabBarBadge({
- index: 2,
- text: res.data + ''
- })
- }
- this.$store.commit('addCart', res.data)
- this.$api.request('get', 'coupon/app/getUserCoupons').then(res => {
- this.couponListSize = res.data.length
- })
- this.$api.request('get', 'user/app/getUser').then(res => {
- this.nowMoney = res.data.nowMoney
- this.integral = res.data.integral
- })
- }).catch(err => {
- // this.$api.msg('请求失败,请稍后再试')
- })
- } else {
- // 用户未登录时,清空数据
- this.nowMoney = 0
- this.integral = 0
- this.couponListSize = 0
- }
- // 获取推荐商品
- if (this.$store.state.storageId) {
- this.getRecommendList()
- }
- },
- onLoad() {
- try {
- const res = uni.getSystemInfoSync();
- console.log(res.statusBarHeight);
- this.statusBarHeight = res.statusBarHeight
- } catch (e) {
- // error
- }
- this.$api.request('get', 'carousel/app/getCarouselActive', {
- adType: 8
- }).then(res => {
- this.banner = res.data[0]
- })
- },
- // #ifndef MP
- onNavigationBarButtonTap(e) {
- const index = e.index;
- if (index === 0) {
- this.navTo('/pages/set/set');
- } else if (index === 1) {
- // #ifdef APP-PLUS
- const pages = getCurrentPages();
- const page = pages[pages.length - 1];
- const currentWebview = page.$getAppWebview();
- currentWebview.hideTitleNViewButtonRedDot({
- index
- });
- // #endif
- uni.navigateTo({
- url: '/pages/notice/notice'
- })
- }
- },
- // #endif
- computed: {
- ...mapState(['hasLogin', 'userInfo'])
- },
- methods: {
- // async loadFootprint() {
- // const that = this
- // that.$api.request('get', 'getAllFootprint').then(res => {
- // that.footprintList = res.data
- // })
- // },
- // 获取VIP等级名称
- getVipName(level) {
- const levels = {
- 0: '非会员',
- 1: '普通会员',
- 2: '青铜会员',
- 3: '白银会员',
- 4: '黄金会员',
- 5: '铂金会员',
- 6: '钻石会员'
- };
- return levels[level] || '未知等级';
- },
-
- // 获取VIP等级对应颜色
- getVipColor(level) {
- const colors = {
- 0: '#999',
- 1: '#2a2fd6', // 普通会员绿色
- 2: '#CD7F32', // 青铜色
- 3: '#C0C0C0', // 银色
- 4: '#FFD700', // 金色
- 5: '#E5E4E2', // 铂金色
- 6: '#B9F2FF' // 钻石蓝
- };
- return colors[level] || '#2a2fd6';
- },
- //详情页
- navToDetailPage(id) {
- uni.navigateTo({
- url: `/pages/product/detail?id=${id}`
- })
- },
- addCart(item) {
- const that = this
- that.$api.request('get', 'cart/app/addCartItem', {
- productId: item.id,
- num: 1
- }).then(res => {
- that.$api.msg('添加购物车成功')
- var cartNum = this.$store.state.cartNum + 1
- that.$store.commit('addCart', cartNum)
- uni.setTabBarBadge({
- index: 2,
- text: cartNum + ''
- })
- })
- },
- // 刷新推荐
- refreshRecommend() {
- this.currentPage++
- this.getRecommendList()
- },
- // 获取推荐商品
- getRecommendList() {
- this.$api.request('get', 'product/app/recommend', {
- page: this.currentPage,
- size: this.pageSize,
- storageId: this.$store.state.storageId
- }).then(res => {
- this.recommendList = res.rows || []
- }).catch(err => {
- console.log('获取推荐商品失败', err)
- })
- },
- deleteFootprint(item) {
- const that = this
- uni.showModal({
- title: '删除?',
- content: '您确定要删除此足迹吗?',
- success: (e) => {
- if (e.confirm) {
- that.$api.request('get', '/deleteFootprint', {
- footprintId: item.id
- }).then(res => {
- that.loadFootprint()
- })
- }
- }
- })
- },
-
- toLogin() {
- if (!this.hasLogin) {
- uni.navigateTo({
- url: '/pages/public/login'
- })
- }
- },
-
- logout() {
- const that = this
- uni.showModal({
- title: '询问',
- content: '您确定要退出吗?',
- cancelText: '取消',
- confirmText: '确定',
- success: (e) => {
- if (e.confirm) {
- // 清空用户数据
- that.nowMoney = 0
- that.integral = 0
- that.couponListSize = 0
- // 退出登录
- that.$store.commit('logout')
- that.$api.logout()
- // 清除本地存储
- uni.removeStorageSync("addresses")
- uni.removeStorageSync("userInfo")
- }
- }
- })
- },
-
- /**
- * 统一跳转接口,拦截未登录路由
- * navigator标签现在默认没有转场动画,所以用view
- */
- navTo(url) {
- if (!this.hasLogin) {
- url = '/pages/public/login';
- }
- uni.navigateTo({
- url
- })
- },
-
- /**
- * 会员卡下拉和回弹
- * 1.关闭bounce避免ios端下拉冲突
- * 2.由于touchmove事件的缺陷(以前做小程序就遇到,比如20跳到40,h5反而好很多),下拉的时候会有掉帧的感觉
- * transition设置0.1秒延迟,让css来过渡这段空窗期
- * 3.回弹效果可修改曲线值来调整效果,推荐一个好用的bezier生成工具 http://cubic-bezier.com/
- */
- coverTouchstart(e) {
- if (pageAtTop === false) {
- return;
- }
- this.coverTransition = 'transform .1s linear';
- startY = e.touches[0].clientY;
- },
- coverTouchmove(e) {
- moveY = e.touches[0].clientY;
- let moveDistance = moveY - startY;
- if (moveDistance < 0) {
- this.moving = false;
- return;
- }
- this.moving = true;
- if (moveDistance >= 80 && moveDistance < 100) {
- moveDistance = 80;
- }
-
- if (moveDistance > 0 && moveDistance <= 80) {
- this.coverTransform = `translateY(${moveDistance}px)`;
- }
- },
- coverTouchend() {
- if (this.moving === false) {
- return;
- }
- this.moving = false;
- this.coverTransition = 'transform 0.3s cubic-bezier(.21,1.93,.53,.64)';
- this.coverTransform = 'translateY(0px)';
- },
- //配送外区域选择区域
- chooseLocation() {
- uni.chooseLocation({
- success: (res1) => {
- console.log(res1)
- this.district = res1.name
- uni.showLoading({
- title: "加载中..."
- })
- this.$api.request('get', 'storage/position/getRecentlyStorage', {
- lng: res1.longitude,
- lat: res1.latitude
- }, failres => {
- uni.hideLoading()
- this.logining = false
- this.$api.msg(failres.msg)
- this.storage ? this.storage = false : this.storage = true
- }).then(res => {
- uni.hideLoading()
- console.log(res)
- this.$store.commit('setStorage', res.data.id)
- this.newTop = []
- this.cheapRecommend = []
- this.salesTop = []
- this.loadData(res.data.id)
- if (!res.data.id) {
- this.storage = false
- } else {
- this.storage ? this.storage = false : this.storage = true
- // this.loadRecommand('refresh')
- }
- })
- }
- });
- }
- }
- }
- </script>
- <style lang='scss'>
- page {
- background-color: #f1f1f1;;
- }
- .contact-btn {
- border: none;
- background-color: #FFFFFF;
- }
- .contact-btn::after {
- border: none;
- }
- .bg-user-gradual-green {
- background-repeat: no-repeat;
- background-size: 100%;
- color: #fff;
- height: 260*2rpx;
- width: 750rpx;
- }
- .shadow {
- box-shadow: 0 1rpx 6rpx rgba(0, 0, 0, 0.1);
- }
- %flex-center {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- %section {
- display: flex;
- justify-content: space-around;
- align-content: center;
- background: #fff;
- border-radius: 10upx;
- }
- .user-section {
- height: 520upx;
- padding: 100upx 30upx 0;
- position: relative;
-
- .bg {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- filter: blur(1px);
- opacity: .7;
- }
- }
- .user-info-box {
- height: 180upx;
- display: flex;
- align-items: center;
- position: relative;
- z-index: 1;
-
- .portrait {
- width: 130upx;
- height: 130upx;
- border: 5upx solid #fff;
- border-radius: 50%;
- }
-
- .username {
- font-size: $font-lg + 6upx;
- color: $font-color-dark;
- margin-left: 20upx;
- }
- }
- .vip-card-box {
- display: flex;
- flex-direction: column;
- color: #f7d680;
- height: 240upx;
- background: linear-gradient(left, rgba(0, 0, 0, .7), rgba(0, 0, 0, .8));
- border-radius: 16upx 16upx 0 0;
- overflow: hidden;
- position: relative;
- padding: 20upx 24upx;
-
- .card-bg {
- position: absolute;
- top: 20upx;
- right: 0;
- width: 380upx;
- height: 260upx;
- }
-
- .b-btn {
- position: absolute;
- right: 20upx;
- top: 16upx;
- width: 132upx;
- height: 40upx;
- text-align: center;
- line-height: 40upx;
- font-size: 22upx;
- color: #36343c;
- border-radius: 20px;
- background: linear-gradient(left, #f9e6af, #ffd465);
- z-index: 1;
- }
-
- .tit {
- font-size: $font-base+2upx;
- color: #f7d680;
- margin-bottom: 28upx;
-
- .yticon {
- color: #f6e5a3;
- margin-right: 16upx;
- }
- }
-
- .e-b {
- font-size: $font-sm;
- color: #d8cba9;
- margin-top: 10upx;
- }
- }
- .cover-container {
- background: $page-color-base;
- margin-top: -150upx;
- padding: 0 30upx;
- position: relative;
- background: #f5f5f5;
- padding-bottom: 20upx;
-
- .arc {
- position: absolute;
- left: 0;
- top: -34upx;
- width: 100%;
- height: 36upx;
- }
- }
- .tj-sction {
- @extend %section;
-
- .tj-item {
- @extend %flex-center;
- flex-direction: column;
- height: 140upx;
- font-size: $font-sm;
- color: #75787d;
- }
-
- .num {
- font-size: $font-lg;
- color: $font-color-dark;
- margin-bottom: 8upx;
- }
- }
- .order-section {
- @extend %section;
- padding: 28upx 0;
- margin-top: 20upx;
-
- .order-item {
- @extend %flex-center;
- width: 120upx;
- height: 120upx;
- border-radius: 10upx;
- font-size: $font-sm;
- color: $base-color;
- }
-
- .yticon {
- font-size: 48upx;
- margin-bottom: 18upx;
- color: $base-color;
- }
-
- .icon-shouhoutuikuan {
- font-size: 44upx;
- }
- }
- .history-section {
- padding: 30upx 0 0;
- margin-top: 20upx;
- background: #fff;
- border-radius: 10upx;
-
- .sec-header {
- display: flex;
- align-items: center;
- font-size: $font-base;
- color: $font-color-dark;
- line-height: 40upx;
- margin-left: 30upx;
-
- .yticon {
- font-size: 44upx;
- color: #5eba8f;
- margin-right: 16upx;
- line-height: 40upx;
- }
- }
-
- .h-list {
- white-space: nowrap;
- padding: 30upx 30upx 0;
-
- image {
- display: inline-block;
- width: 160upx;
- height: 160upx;
- margin-right: 20upx;
- border-radius: 10upx;
- }
- }
- }
- </style>
|