feat: 更改ui样式&改在售后流程&底部栏状态

This commit is contained in:
2025-09-06 21:03:39 +08:00
parent 9bcded1bd5
commit 279e6cf4c7
8 changed files with 72 additions and 44 deletions
@@ -1,8 +1,9 @@
<template>
<view class="invite_friends_warp">
<view class="invite_img">
<up-image :loading="imageLoading" :src="inviteImage" width="100%" height="460" bgColor="#f1f6ff00" shape="square"
radius=10></up-image>
<!-- <up-image :loading="imageLoading" :src="inviteImage" class="invite_imgage" bgColor="#f1f6ff00" shape="square"
radius=10></up-image> -->
<image :src="inviteImage" class="invite_imgage"></image>
</view>
<view class="invite_but">
<view class="save_but">
@@ -97,12 +98,23 @@ export default {
<style lang="scss" scoped>
.invite_friends_warp {
height: calc(100vh - 80rpx);
padding: 40rpx;
padding: 10rpx 40rpx 40rpx;
}
.invite_img {
margin-top: 52rpx;
height: 930rpx;
// .invite_img {
// height: 920rpx;
// }
.invite_imgage{
// width="100%" height="460"
img {
width: 100%;
height: 920rpx;
}
::v-deep(uni-image){
width: 100%;
height: 920rpx;
}
}
.invite_but {