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