This commit is contained in:
张凯 2025-06-14 16:53:17 +08:00
parent 40d7aab887
commit 480102bb05
2 changed files with 6 additions and 4 deletions

View File

@ -320,6 +320,7 @@
// background: #F7F7F7; // background: #F7F7F7;
min-height: 80vh; min-height: 80vh;
border-radius: 44rpx; border-radius: 44rpx;
margin-bottom: 240rpx;
.lines{ .lines{
width: 690rpx; width: 690rpx;
height: 1rpx; height: 1rpx;
@ -356,7 +357,7 @@
// margin-bottom: 200rpx; // margin-bottom: 200rpx;
position: fixed; position: fixed;
margin-top: 130rpx; margin-top: 130rpx;
height: 1120rpx; height: 1140rpx;
overflow-y: auto; overflow-y: auto;
.list { .list {
width: 690rpx; width: 690rpx;

View File

@ -49,7 +49,7 @@
<view class="row-right" @click="choose()" style="width: 70%;"> <view class="row-right" @click="choose()" style="width: 70%;">
<text <text
:style="form.address == '' ? 'font-size: 28rpx;color: #9C9C9C;' : 'font-size: 28rpx;color: #3D3D3D;'">{{ :style="form.address == '' ? 'font-size: 28rpx;color: #9C9C9C;' : 'font-size: 28rpx;color: #3D3D3D;'">{{
form.address == '' ? '请填写地址' : form.address }}</text> form.address == '' ? '请选择地址' : form.address }}</text>
<u-icon name="arrow-right" color="#323232"></u-icon> <u-icon name="arrow-right" color="#323232"></u-icon>
</view> </view>
</view> </view>
@ -179,6 +179,7 @@
</view> </view>
</view> </view>
</scroll-view> </scroll-view>
<view style="height: 500rpx;"></view>
<view class="bottom " v-if="status == -1 || status == 2"> <view class="bottom " v-if="status == -1 || status == 2">
<view style="margin:30rpx 0 0 0;"> <view style="margin:30rpx 0 0 0;">
<cc-protocolBox :agree="agree" :name="protocolArr" @click="protocolClick" <cc-protocolBox :agree="agree" :name="protocolArr" @click="protocolClick"
@ -1435,7 +1436,7 @@ export default {
overflow: visible; overflow: visible;
/* 允许内容溢出 */ /* 允许内容溢出 */
margin-top: 200rpx; margin-top: 200rpx;
margin-bottom: 370rpx; margin-bottom: 360rpx;
} }
.title_logo { .title_logo {
@ -1636,7 +1637,7 @@ export default {
width: 750rpx; width: 750rpx;
height: 230rpx; height: 230rpx;
background: #FFFFFF; background: #FFFFFF;
box-shadow: 0rpx -6rpx 12rpx 0rpx rgba(111, 190, 255, 0.1); // box-shadow: 0rpx -6rpx 12rpx 0rpx rgba(111, 190, 255, 0.1);
border-radius: 0rpx 0rpx 0rpx 0rpx; border-radius: 0rpx 0rpx 0rpx 0rpx;
bottom: 128rpx; bottom: 128rpx;
position: fixed; position: fixed;