完善积分页面样式优化

This commit is contained in:
77 2024-10-22 18:24:23 +08:00
parent a82dc51924
commit ee3d541592

View File

@ -20,11 +20,11 @@
<view class="new-point"> <view class="new-point">
<view class="l"> <view class="l">
<view class="b">1000</view> <view class="b">1000</view>
<view class="c">累计积分</view> <view class="c">累计积分带对接接口</view>
</view> </view>
<view class="l"> <view class="l">
<view class="b">1000</view> <view class="b">1000</view>
<view class="c">累计消费</view> <view class="c">累计消费带对接接口</view>
</view> </view>
<view class="l"> <view class="l">
<view class="b">0</view> <view class="b">0</view>
@ -54,9 +54,9 @@
</view> </view>
</view> </view>
<!-- tab --> <!-- tab -->
<su-sticky :customNavHeight="sys_navBar"> <!-- <su-sticky :customNavHeight="sys_navBar"> -->
<!-- 统计 --> <!-- 统计 -->
<view class="filter-box ss-p-x-30 ss-flex ss-col-center ss-row-between"> <view class="filter-box ss-p-x-30 ss-flex ss-col-center ss-row-between" v-if="state.isShow == 1">
<uni-datetime-picker v-model="state.date" type="daterange" @change="onChangeTime" :end="state.today"> <uni-datetime-picker v-model="state.date" type="daterange" @change="onChangeTime" :end="state.today">
<button class="ss-reset-button date-btn"> <button class="ss-reset-button date-btn">
<text>{{ dateFilterText }}</text> <text>{{ dateFilterText }}</text>
@ -71,7 +71,7 @@
<!-- </view>--> <!-- </view>-->
</view> </view>
<!-- <su-tabs :list="tabMaps" @change="onChange" :scrollable="false" :current="state.currentTab"></su-tabs> --> <!-- <su-tabs :list="tabMaps" @change="onChange" :scrollable="false" :current="state.currentTab"></su-tabs> -->
</su-sticky> <!-- </su-sticky> -->
<!-- icon --> <!-- icon -->
<view class="icon-img" v-if="state.isShow == 2"> <view class="icon-img" v-if="state.isShow == 2">
<view class="list" @click="sheep.$router.go('/pages/goods/list')"> <view class="list" @click="sheep.$router.go('/pages/goods/list')">
@ -282,10 +282,10 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
width: 45%; width: 45%;
padding: 16px 0; padding: 13px 0;
background: rgba(247, 247, 247); background: rgba(247, 247, 247);
border-radius: 10px 0 0 0; border-radius: 10px 0 0 0;
.img2 { .img2 {
display: none; display: none;
} }