Browse Source

个人中心fix

master
jiazhipeng 3 days ago
parent
commit
90c0412f58
  1. 13
      pages/user/user.vue
  2. 2
      subPackages/order/orderCoupon.vue

13
pages/user/user.vue

@ -571,7 +571,7 @@
.top-image{ .top-image{
width: 100%; width: 100%;
height: 453.43rpx; height: 453.43rpx;
background-image: url("https://static.ticket.sz-trip.com/uploads/20251011/a1f6b25761ddebba529d822db1d54497.png"); background-image: url("https://static.ticket.sz-trip.com/uploads/20251017/c379eef9b7d2ea51575f4f427db0370f.png");
background-size: 100% 100%; background-size: 100% 100%;
padding-top: 215rpx; padding-top: 215rpx;
padding-right: 26rpx; padding-right: 26rpx;
@ -582,7 +582,7 @@
} }
.main-content{ .main-content{
width: 750rpx; width: 750rpx;
background: linear-gradient( 180deg, #FFFFFF 0%, #F1F2F4 100%); background: linear-gradient( 180deg, #FFFFFF 100rpx, #F5F5F5 200rpx);
border-radius: 43rpx 43rpx 0rpx 0rpx; border-radius: 43rpx 43rpx 0rpx 0rpx;
position: relative; position: relative;
margin-top: -50rpx; margin-top: -50rpx;
@ -728,7 +728,7 @@
background: #FFFFFF; background: #FFFFFF;
border-radius: 21rpx 21rpx 21rpx 21rpx; border-radius: 21rpx 21rpx 21rpx 21rpx;
margin: 20rpx auto 0; margin: 20rpx auto 0;
padding: 27rpx 0; padding: 27rpx 0 1rpx;
font-weight: 500; font-weight: 500;
font-size: 32rpx; font-size: 32rpx;
color: #1C1C1C; color: #1C1C1C;
@ -1056,11 +1056,12 @@
background-size: 100% 100%; background-size: 100% 100%;
width: 239.33rpx; width: 239.33rpx;
height: 52rpx; height: 52rpx;
font-weight: 500;
font-size: 29rpx;
color: #212A0D;
text-align: center; text-align: center;
line-height: 52rpx; line-height: 52rpx;
font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
font-weight: 500;
font-size: 36rpx;
color: #3D3D3D;
} }
// .type-item.active{ // .type-item.active{
// font-weight: 500; // font-weight: 500;

2
subPackages/order/orderCoupon.vue

@ -20,7 +20,7 @@
<view class="title"> <view class="title">
{{item.activity.name}} {{item.activity.name}}
</view> </view>
<view class="time"> <view class="time" v-if="item.get_date && item.end_time">
{{item.get_date.slice(0,10)}}-{{item.end_time.slice(0,10)}}可用 {{item.get_date.slice(0,10)}}-{{item.end_time.slice(0,10)}}可用
</view> </view>
</view> </view>

Loading…
Cancel
Save