feat: 更改ui样式&改在售后流程&底部栏状态
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user