行为积分页面
This commit is contained in:
parent
dfc24ec1fe
commit
33e7acf934
@ -8,7 +8,6 @@
|
||||
width: 95%;
|
||||
margin: 0 auto;
|
||||
.content {
|
||||
margin: 10rpx auto;
|
||||
position: relative;
|
||||
image {
|
||||
width: 100%;
|
||||
@ -39,21 +38,10 @@
|
||||
text-align: center;
|
||||
line-height: 54rpx;
|
||||
}
|
||||
.number {
|
||||
font-size: 56rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
color: #FFFFFF;
|
||||
line-height: 33rpx;
|
||||
position: absolute;
|
||||
top: 35%;
|
||||
left: 40%;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.name {
|
||||
width: 119px;
|
||||
height: 29px;
|
||||
width: 90%;
|
||||
height: 100rpx;
|
||||
font-size: 30rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
@ -62,13 +50,25 @@
|
||||
top: 10%;
|
||||
left: 5%;
|
||||
line-height: 33rpx;
|
||||
|
||||
}
|
||||
.number {
|
||||
font-size: 56rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
color: #FFFFFF;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 25%;
|
||||
transform: translateX(-50%);
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
.bottomitem{
|
||||
position: relative;
|
||||
background-color: #FFF;
|
||||
margin: 0 auto;
|
||||
margin-top: -6px;
|
||||
|
||||
.Establishingarchives{
|
||||
font-size: 30rpx;
|
||||
|
||||
@ -1,45 +1,45 @@
|
||||
<template>
|
||||
<view class="app">
|
||||
<view class="background">
|
||||
<view class="content">
|
||||
<image src="/static/pagesB/Behave.png" mode=""></image>
|
||||
<view class="name">我的积分
|
||||
<view class="content">
|
||||
<image src="/static/pagesB/Behave.png" mode=""></image>
|
||||
<view class="name">我的积分
|
||||
</view>
|
||||
<view class="number">1000
|
||||
</view>
|
||||
<view class="PointsMall">
|
||||
积分商城
|
||||
</view>
|
||||
<view class="Exchangerecords">
|
||||
兑换记录
|
||||
</view>
|
||||
|
||||
</view>
|
||||
<view class="number">1000
|
||||
<view class="bottomitem">
|
||||
<view class="PointsRecord">
|
||||
积分记录
|
||||
</view>
|
||||
<view class="Establishingarchives">
|
||||
建立档案
|
||||
</view>
|
||||
<view class="integral">
|
||||
+20000
|
||||
</view>
|
||||
<view class="timeone">
|
||||
2023-03-09 13:23:12
|
||||
</view>
|
||||
<view class="Establishingarchives">
|
||||
兑换商品
|
||||
</view>
|
||||
<view class="integraltwo">
|
||||
-2000000000
|
||||
</view>
|
||||
<view class="timeone">
|
||||
2023-03-09 13:23:12
|
||||
</view>
|
||||
</view>
|
||||
<view class="PointsMall">
|
||||
积分商城
|
||||
</view>
|
||||
<view class="Exchangerecords">
|
||||
兑换记录
|
||||
</view>
|
||||
|
||||
</view>
|
||||
<view class="bottomitem">
|
||||
<view class="PointsRecord">
|
||||
积分记录
|
||||
</view>
|
||||
<view class="Establishingarchives">
|
||||
建立档案
|
||||
</view>
|
||||
<view class="integral">
|
||||
+200
|
||||
</view>
|
||||
<view class="timeone">
|
||||
2023-03-09 13:23:12
|
||||
</view>
|
||||
<view class="Establishingarchives">
|
||||
兑换商品
|
||||
</view>
|
||||
<view class="integraltwo">
|
||||
-2000
|
||||
</view>
|
||||
<view class="timeone">
|
||||
2023-03-09 13:23:12
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
</view>
|
||||
</template>
|
||||
<script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user