Commit b727b587 authored by Facius's avatar Facius

ui微调

parent d57dac6a
......@@ -43,7 +43,7 @@
overflow: auto;
position: fixed;
top: 370rpx;
bottom: 0rpx;
bottom: 168rpx;
left: 30rpx;
right: 30rpx;
}
......
......@@ -113,7 +113,7 @@
return process.uniEnv.qn_base_url + 'chenggong.png'
},
timuImage() {
return process.uniEnv.qn_base_url + 'timu.png'
return process.uniEnv.qn_base_url + 'timu-new.png'
}
},
onLoad(e) {
......@@ -584,6 +584,7 @@
height: 100%;
display: flex;
flex-direction: column;
overflow-y:auto;
overflow-y:auto;
}
......@@ -805,10 +806,10 @@
}
.bottom-padding {
margin-bottom: 188rpx;
// margin-bottom: 188rpx;
background-color: #FFFFFF;
border-radius: 12rpx;
padding: 40rpx 30rpx 46rpx 30rpx;
padding: 40rpx 30rpx 40rpx 30rpx;
}
.answerBottomView {
......
......@@ -32,7 +32,7 @@
<view class="msg-content-view">
<view class="left-view">
<image class="msg-icon" :src="msgStyleImage[item.content_type]"></image>
<text>{{ item.title }}</text>
<text class="msg-text">{{ item.title }}</text>
</view>
<image class="right-icon" :src="shouyeyouImage"></image>
</view>
......@@ -174,9 +174,9 @@ export default {
}
},
onPullDownRefresh() {
console.log('------下拉刷新------')
// 下拉刷洗
uni.stopPullDownRefresh() // 结束下拉刷新
this.initSettleInfo()
},
methods: {
......@@ -189,7 +189,6 @@ export default {
},
async initSettleInfo() {
let self = this;
if (self.status == 7) return;
const callBack = (vm, result) => {
// 后台自动判断入驻流程是否完成,前台通过status确定状态
if (result && result.record) {
......@@ -207,7 +206,8 @@ export default {
},
loadMessageList() {
let self = this;
self.$u.api.listByNotice().then((res) => {
self.$u.api.listByNotice().then((res) => {
uni.stopPullDownRefresh() // 结束下拉刷新
if (res.code == 200) {
if (res.data && res.data.length > 3) {
self.messageList = res.data.slice(0, 3);
......@@ -223,9 +223,10 @@ export default {
let self = this;
// 加载订单列表
self.search.token = self.vuex_token;
self.$u.api.listByRecommendOrder(self.search).then((res) => {
self.$u.api.listByRecommendOrder(self.search).then((res) => {
uni.stopPullDownRefresh() // 结束下拉刷新
if (res.code == 200) {
if (res.data && res.data.length > 0) {
if (res.data && res.data.length > 0) {
self.orderList.push().apply(res.data);
}
} else {
......@@ -368,12 +369,17 @@ export default {
.left-view {
display: flex;
align-items: center;
.msg-icon {
width: 80rpx;
height: 36rpx;
margin-right: 20rpx;
}
}
.msg-text {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
width: 448rpx;
}
}
.right-icon {
......
......@@ -141,7 +141,7 @@
return {
'color': '#FFFFFF',
'width': '500rpx',
'height': '112rpx',
'height': '104rpx',
'background-color': '#2272FF',
'font-size': '32rpx',
'font-weight': 'bold'
......@@ -235,10 +235,10 @@
font-weight: bold;
}
.content-gap {
height: 1rpx;
margin-bottom: 200rpx;
}
// .content-gap {
// height: 1rpx;
// margin-bottom: 200rpx;
// }
.tip-text {
background-color: #FFFFFF;
......@@ -272,7 +272,7 @@
margin-bottom: 20rpx;
font-size: 28rpx;
color: #333333;
margin-bottom: 188rpx;
// margin-bottom: 188rpx;
.tip-bottom-h {
font-size: 24rpx;
color: #999999;
......
......@@ -22,7 +22,7 @@
<view class="city-text">{{cityText}}</view>
</view>
</view>
<view class="base-item" style="height: 600rpx;">
<view class="base-item" style="margin-bottom: 0rpx;">
<view class="item item-select" @click="gopage('/pages/settle/select?selectType=working_age')">
<view class="flex-center">
<image class="item-image" :src="mixingImage"></image>
......@@ -63,7 +63,7 @@
</view>
</view>
</view>
<view class="seat"></view>
<!-- <view class="seat"></view> -->
<template v-slot:bottom>
<view class="btn-wrap flex-xc">
<u-button class="btn-submit" @click="$u.debounce(submitBaseInfo, 500)" :custom-style="buttonStyle"
......@@ -430,7 +430,8 @@
.label {
color: #333;
font-size: 32rpx;
font-size: 32rpx;
font-weight: bold;
}
.txt {
......@@ -585,9 +586,9 @@
font-weight: bold;
}
.seat {
padding-bottom: 168rpx;
}
// .seat {
// padding-bottom: 168rpx;
// }
/*提交按钮*/
.btn-wrap {
......@@ -683,7 +684,8 @@
.address-view {
border: 2rpx solid #ECECEC;
height: 112rpx;
margin-top: 30rpx;
margin-top: 30rpx;
margin-bottom: 20rpx;
padding: 16rpx 30rpx;
}
......
......@@ -739,7 +739,7 @@ export default {
}
.info-view {
margin-bottom: 188rpx;
// margin-bottom: 188rpx;
.title-view {
background-color: #FFFFFF;
......
......@@ -194,7 +194,7 @@
.content-view {
background-color: #FFFFFF;
margin-bottom: 188rpx;
// margin-bottom: 188rpx;
border-radius: 12rpx;
}
......
......@@ -239,7 +239,7 @@
border-radius: 12rpx;
padding: 30rpx;
min-height: 160rpx;
margin-bottom: 188rpx;
// margin-bottom: 188rpx;
text-align: center;
.txt {
......
......@@ -454,8 +454,8 @@
background-color: #FFFFFF;
border-radius: 12rpx;
padding: 30rpx 30rpx 0rpx 30rpx;
margin-bottom: 20rpx;
margin-bottom: 188rpx;
// margin-bottom: 20rpx;
// margin-bottom: 188rpx;
/deep/ .u-radio__label {
line-height: 40rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment