行为积分页面
This commit is contained in:
parent
857894c932
commit
b834b8fafd
@ -1,59 +1,20 @@
|
||||
.app {
|
||||
.bottomitem{
|
||||
position: relative;
|
||||
.Establishingarchives{
|
||||
font-size: 30rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
color: #333333;
|
||||
line-height: 38rpx;
|
||||
padding: 8px 10px 5px 18px;
|
||||
}
|
||||
.integraltwo{
|
||||
position: absolute;
|
||||
top: 72%;
|
||||
right: 3%;
|
||||
color: red;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.integral{
|
||||
position: absolute;
|
||||
top: 36%;
|
||||
right: 3%;
|
||||
color: #26A888;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.timeone{
|
||||
font-size: 20rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
color: #333333;
|
||||
line-height: 38rpx;
|
||||
padding: 0 10px 10px 18px;
|
||||
border-bottom: 1px solid #E6E6E6;
|
||||
}
|
||||
.PointsRecord {
|
||||
font-size: 30rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
color: #000000;
|
||||
line-height: 33rpx;
|
||||
padding: 8px 10px 10px 15px;
|
||||
}
|
||||
}
|
||||
background-color: #F7F5F5;
|
||||
height:100vh;
|
||||
padding-top: 30rpx;
|
||||
.background{
|
||||
height:100%;
|
||||
background-color: #fff;
|
||||
width: 95%;
|
||||
margin: 0 auto;
|
||||
.content {
|
||||
margin: 10rpx auto;
|
||||
position: relative;
|
||||
|
||||
image {
|
||||
width: 100%;
|
||||
height: 319rpx;
|
||||
}
|
||||
|
||||
|
||||
.Exchangerecords {
|
||||
width: 180rpx;
|
||||
height: 54rpx;
|
||||
@ -103,4 +64,57 @@
|
||||
line-height: 33rpx;
|
||||
}
|
||||
}
|
||||
.bottomitem{
|
||||
position: relative;
|
||||
background-color: #FFF;
|
||||
margin: 0 auto;
|
||||
margin-top: -6px;
|
||||
|
||||
.Establishingarchives{
|
||||
font-size: 30rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
color: #333333;
|
||||
line-height: 38rpx;
|
||||
padding: 8px 10px 5px 18px;
|
||||
}
|
||||
.integraltwo{
|
||||
position: absolute;
|
||||
top: 75%;
|
||||
right: 3%;
|
||||
color: red;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.integral{
|
||||
position: absolute;
|
||||
top: 34%;
|
||||
right: 3%;
|
||||
color: #26A888;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.timeone{
|
||||
font-size: 20rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
color: #333333;
|
||||
line-height: 38rpx;
|
||||
padding: 0 10px 10px 18px;
|
||||
border-bottom: 1px solid #E6E6E6;
|
||||
}
|
||||
.PointsRecord {
|
||||
font-size: 30rpx;
|
||||
font-family: Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
color: #000000;
|
||||
line-height: 33rpx;
|
||||
padding: 10px 10px 10px 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<view class="app">
|
||||
<view class="background">
|
||||
<view class="content">
|
||||
<image src="/static/pagesB/Behave.png" mode=""></image>
|
||||
<view class="name">我的积分
|
||||
@ -12,7 +13,7 @@
|
||||
<view class="Exchangerecords">
|
||||
兑换记录
|
||||
</view>
|
||||
|
||||
|
||||
</view>
|
||||
<view class="bottomitem">
|
||||
<view class="PointsRecord">
|
||||
@ -36,7 +37,9 @@
|
||||
<view class="timeone">
|
||||
2023-03-09 13:23:12
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
<script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user