修改
This commit is contained in:
parent
3f04703c8d
commit
a529be25d0
@ -1,5 +1,6 @@
|
||||
.app {
|
||||
background: #ffffff;
|
||||
|
||||
.titles {
|
||||
height: 80rpx;
|
||||
}
|
||||
@ -84,6 +85,7 @@
|
||||
height: 60rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.orderCount {
|
||||
width: 38rpx;
|
||||
height: 38rpx;
|
||||
@ -122,37 +124,44 @@
|
||||
}
|
||||
}
|
||||
|
||||
.topbanner {
|
||||
width: 100%;
|
||||
height: 430rpx;
|
||||
position: relative;
|
||||
color: #FFFFFF;
|
||||
margin-bottom: 50rpx;
|
||||
|
||||
.Threecategories {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
height: 200rpx;
|
||||
background-color: #fff;
|
||||
width: 90%;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
padding-bottom: 30rpx;
|
||||
position: absolute;
|
||||
border-radius: 20rpx;
|
||||
left: 50%;
|
||||
top: 380rpx;
|
||||
transform: translateX(-50%);
|
||||
align-items: center;
|
||||
box-shadow: 0rpx 0rpx 24rpx 0rpx RGBA(38, 168, 136, 0.41);
|
||||
|
||||
.item {
|
||||
|
||||
width: 33%;
|
||||
text-align: center;
|
||||
|
||||
.text {
|
||||
font-size: 22rpx;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.number {
|
||||
font-size: 36rpx;
|
||||
padding-bottom: 10rpx;
|
||||
image {
|
||||
width: 80rpx;
|
||||
height: 80rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.topbanner {
|
||||
width: 100%;
|
||||
height: 500rpx;
|
||||
position: relative;
|
||||
color: #FFFFFF;
|
||||
margin-bottom: 50rpx;
|
||||
|
||||
|
||||
.btn {
|
||||
position: absolute;
|
||||
top: 40%;
|
||||
|
||||
@ -32,13 +32,13 @@
|
||||
<view class="manage btn" @click="gomanagefamily">
|
||||
管理家庭成员
|
||||
</view>
|
||||
</view>
|
||||
<view class="Threecategories">
|
||||
<view class="item" @tap="goBehaviorpoints">
|
||||
<view class="number">
|
||||
{{appPersonallist.score>0?appPersonallist.score:0}}
|
||||
</view>
|
||||
<image src="../../static/pages/jifen.png" mode=""></image>
|
||||
<view class="text">
|
||||
行为积分
|
||||
<span style="padding: 0 10rpx;"> {{appPersonallist.score>0?appPersonallist.score:0}}</span>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="item" @tap='gointegral'>
|
||||
@ -50,16 +50,16 @@
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="item" @tap='gocoupon'>
|
||||
<view class="number">
|
||||
{{appPersonallist.patientCouponCount>0?appPersonallist.patientCouponCount:0}}
|
||||
</view>
|
||||
<image src="../../static/pages/yhj.png" mode=""></image>
|
||||
<view class="text">
|
||||
优惠券
|
||||
<span
|
||||
style="padding: 0 10rpx;">{{appPersonallist.patientCouponCount>0?appPersonallist.patientCouponCount:0}}</span>
|
||||
张
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="myorder">
|
||||
<view class="myorder" style="margin-top: 120rpx;">
|
||||
<view class="title">
|
||||
我的订单
|
||||
</view>
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<view class="title">
|
||||
签约时出示二维码
|
||||
</view>
|
||||
<image src="@/static/ma2x.png" mode=""></image>
|
||||
<image src="@/static/pagesB/ma2x.png" mode=""></image>
|
||||
</view>
|
||||
<view class="item">
|
||||
<view class="lefttext">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user