我的订单+我的+vip+商品详情(基础)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<view class="commonPageBox">
|
||||
<view class="commonPageBox" style="height: 100vh">
|
||||
<!-- 公共组件-每个页面必须引入 -->
|
||||
<public-module></public-module>
|
||||
<z-nav-bar title="我的积分" bgColor="" fontColor="#000000"> </z-nav-bar>
|
||||
@@ -22,12 +22,11 @@
|
||||
> -->
|
||||
</view>
|
||||
<!-- :style="`height:calc(100vh - ${(120 + statusBarHeight) * 2}rpx)`" -->
|
||||
|
||||
|
||||
<view style="padding: 30rpx; padding-top: 0">
|
||||
<view class="AC_con">
|
||||
<view class="AC_jilu PM_font">积分记录</view>
|
||||
<common-list
|
||||
|
||||
:dataList="MoneyRecord"
|
||||
isCondition="true"
|
||||
isNoIcon="true"
|
||||
@@ -326,7 +325,7 @@ export default {
|
||||
<style lang="scss" scoped>
|
||||
@import "@/style/mixin.scss";
|
||||
.commonPageBox {
|
||||
background-color: #DBEFF9;
|
||||
background-color: #dbeff9;
|
||||
// background-image: url("@/static/icon/mine_bg.png");
|
||||
// background-repeat: no-repeat;
|
||||
// background-size: 100% 100%;
|
||||
@@ -386,7 +385,7 @@ export default {
|
||||
.AC_jilu {
|
||||
font-size: 42rpx;
|
||||
text-align: left;
|
||||
color:#3D75BF ;
|
||||
color: #3d75bf;
|
||||
// background-image: linear-gradient(90deg, #258feb 20%, #c3fade 100%);
|
||||
// margin-bottom: 30rpx;
|
||||
padding: 10rpx 20rpx 40rpx;
|
||||
|
||||
Reference in New Issue
Block a user