Commit 41c94060 authored by 潘永坪's avatar 潘永坪

投诉建议和个人中心样式修改

parent e6a36409
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
<!-- #endif --> <!-- #endif -->
<view class="middle3-list" @click="goTravelNotes()"> <view class="middle3-list" @click="goTravelNotes()">
<view> <view>
<image src="@/static/img/my/center/mark.png"></image> <image src="@/static/img/my/center/noteTravel.png"></image>
</view> </view>
<view> <view>
我的行记 我的行记
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,7 @@
</view> </view>
<view class="middle3-list" @click="goMyServe()"> <view class="middle3-list" @click="goMyServe()">
<view> <view>
<image src="@/static/img/my/center/customer.png"></image> <image src="@/static/img/my/center/phone.png"></image>
</view> </view>
<view> <view>
咨询电话 咨询电话
......
...@@ -18,19 +18,19 @@ ...@@ -18,19 +18,19 @@
<text class="title">投诉描述</text> <text class="title">投诉描述</text>
<text class="red">*</text> <text class="red">*</text>
</view> </view>
<view style="margin-top: 24rpx;"> <view style="margin-top: 20rpx;">
<u--textarea v-model="commentText" placeholder="请描述您遇到的问题,我们会尽快处理" count maxlength='400' height='200'> <u--textarea v-model="commentText" placeholder="请描述您遇到的问题,我们会尽快处理" count maxlength='400' height='200'>
</u--textarea> </u--textarea>
</view> </view>
</view> </view>
<view class="top-list"> <view class="top-list" style="padding-bottom: 24rpx;">
<view> <view>
<text class="title">相关图片</text> <text class="title">相关图片</text>
<text class="grey">(最多三张)</text> <text class="grey">(最多三张)</text>
</view> </view>
<view style="margin-top: 24rpx;"> <view style="margin-top: 20rpx;">
<u-upload <u-upload
:fileList="fileList1" :fileList="fileList1"
@afterRead="afterRead" @afterRead="afterRead"
...@@ -224,7 +224,7 @@ export default{ ...@@ -224,7 +224,7 @@ export default{
padding: 0 0rpx 200rpx 40rpx; padding: 0 0rpx 200rpx 40rpx;
} }
.top-list{ .top-list{
padding: 40rpx 40rpx 40rpx 0; padding: 32rpx 40rpx 40rpx 0;
border-bottom: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5;
} }
.top-list view:first-child{ .top-list view:first-child{
...@@ -243,7 +243,7 @@ export default{ ...@@ -243,7 +243,7 @@ export default{
.choose{ .choose{
background: #F7F8FA; background: #F7F8FA;
padding: 0 0 24rpx 24rpx; padding: 0 0 24rpx 24rpx;
margin-top: 24rpx; margin-top: 20rpx;
border-radius: 8rpx; border-radius: 8rpx;
} }
.choose-list{ .choose-list{
...@@ -261,7 +261,7 @@ export default{ ...@@ -261,7 +261,7 @@ export default{
color: #ffffff; color: #ffffff;
} }
.phone{ .phone{
margin-top: 24rpx; margin-top: 20rpx;
background: #F7F8FA; background: #F7F8FA;
padding:32rpx; padding:32rpx;
border-radius: 8rpx; border-radius: 8rpx;
...@@ -293,4 +293,10 @@ export default{ ...@@ -293,4 +293,10 @@ export default{
background:#F7F8FA; background:#F7F8FA;
border: none; border: none;
} }
.top-list /deep/ .u-upload__button{
border-radius: 8rpx;
}
.top-list /deep/ .u-textarea__count{
background: #F7F8FA !important;
}
</style> </style>
\ No newline at end of file
...@@ -25,6 +25,9 @@ ...@@ -25,6 +25,9 @@
<view class="circle"> <view class="circle">
<text v-if="index!=0"></text> <text v-if="index!=0"></text>
</view> </view>
<!-- 只有一条数据时显示最后那根线-->
<view class="line-one" v-if="detailList.length==1"></view>
<!-- 有多条数据时最后那根线不显示-->
<view class="line" v-if="index!=detailList.length-1"></view> <view class="line" v-if="index!=detailList.length-1"></view>
</view> </view>
...@@ -301,9 +304,9 @@ export default{ ...@@ -301,9 +304,9 @@ export default{
margin-right: 20rpx; margin-right: 20rpx;
} }
.middle{ .middle{
margin-top: 224rpx; margin: 224rpx 0 200rpx 0;
background: #ffffff; background: #ffffff;
padding: 30rpx 30rpx 180rpx 30rpx; padding: 30rpx 30rpx 0 30rpx;
} }
.middle-title{ .middle-title{
font-size: 32rpx; font-size: 32rpx;
...@@ -340,7 +343,14 @@ export default{ ...@@ -340,7 +343,14 @@ export default{
} }
.line{ .line{
width: 4rpx; width: 4rpx;
flex: 1; flex:1;
background: #FFEDD6;
position: relative;
left: 10rpx;
}
.line-one{
width: 4rpx;
height:190rpx;
background: #FFEDD6; background: #FFEDD6;
position: relative; position: relative;
left: 10rpx; left: 10rpx;
...@@ -389,16 +399,16 @@ export default{ ...@@ -389,16 +399,16 @@ export default{
font-weight: 600; font-weight: 600;
} }
.pop-title{ .pop-title{
margin-top: 40rpx; margin-top: 32rpx;
font-size: 32rpx; font-size: 32rpx;
font-weight: 600; font-weight: 600;
} }
.pop-text{ .pop-text{
border-bottom:1px solid #f5f5f5; border-bottom:1px solid #f5f5f5;
padding: 40rpx 0; padding: 20rpx 0 40rpx 0;
} }
.pop-image{ .pop-image{
margin-top: 40rpx; margin-top: 20rpx;
} }
.red{ .red{
color: #F53F3F; color: #F53F3F;
...@@ -439,4 +449,14 @@ export default{ ...@@ -439,4 +449,14 @@ export default{
font-size: 12px !important; font-size: 12px !important;
line-height: 12px !important; line-height: 12px !important;
} }
.pop-top /deep/ .u-upload__button{
border-radius: 8rpx;
}
.pop-top /deep/ .u-textarea{
background:#F7F8FA;
border: none;
}
.pop-top /deep/ .u-textarea__count{
background: #F7F8FA !important;
}
</style> </style>
\ No newline at end of file
...@@ -159,7 +159,7 @@ export default{ ...@@ -159,7 +159,7 @@ export default{
margin-top: 6rpx; margin-top: 6rpx;
} }
.middle{ .middle{
padding: 120rpx 20rpx 160rpx 20rpx; padding: 100rpx 20rpx 160rpx 20rpx;
} }
.middle-list{ .middle-list{
background: #ffffff; background: #ffffff;
......
...@@ -6,19 +6,19 @@ ...@@ -6,19 +6,19 @@
<text class="title">建议描述</text> <text class="title">建议描述</text>
<text class="red">*</text> <text class="red">*</text>
</view> </view>
<view style="margin-top: 24rpx;"> <view style="margin-top: 20rpx;">
<u--textarea v-model="commentText" placeholder="请描述您的建议,我们会尽快处理" count maxlength='400' height='200'> <u--textarea v-model="commentText" placeholder="请描述您的建议,我们会尽快处理" count maxlength='400' height='200'>
</u--textarea> </u--textarea>
</view> </view>
</view> </view>
<view class="top-list"> <view class="top-list" style="padding-bottom: 24rpx;">
<view> <view>
<text class="title">相关图片</text> <text class="title">相关图片</text>
<text class="grey">(最多二张)</text> <text class="grey">(最多二张)</text>
</view> </view>
<view style="margin-top: 24rpx;"> <view style="margin-top: 20rpx;">
<u-upload <u-upload
:fileList="fileList1" :fileList="fileList1"
@afterRead="afterRead" @afterRead="afterRead"
...@@ -176,7 +176,7 @@ export default{ ...@@ -176,7 +176,7 @@ export default{
padding-left:40rpx; padding-left:40rpx;
} }
.top-list{ .top-list{
padding: 40rpx 40rpx 40rpx 0; padding: 32rpx 40rpx 40rpx 0;
border-bottom: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5;
} }
.top-list view:first-child{ .top-list view:first-child{
...@@ -193,7 +193,7 @@ export default{ ...@@ -193,7 +193,7 @@ export default{
color: #F53F3F; color: #F53F3F;
} }
.phone{ .phone{
margin-top: 24rpx; margin-top: 20rpx;
background: #F7F8FA; background: #F7F8FA;
padding:32rpx; padding:32rpx;
border-radius: 8rpx; border-radius: 8rpx;
...@@ -225,4 +225,10 @@ export default{ ...@@ -225,4 +225,10 @@ export default{
background:#F7F8FA; background:#F7F8FA;
border: none; border: none;
} }
.top-list /deep/ .u-upload__button{
border-radius: 8rpx;
}
.top-list /deep/ .u-textarea__count{
background: #F7F8FA !important;
}
</style> </style>
\ No newline at end of file
...@@ -20,6 +20,9 @@ ...@@ -20,6 +20,9 @@
<view class="circle"> <view class="circle">
<text v-if="index!=0"></text> <text v-if="index!=0"></text>
</view> </view>
<!-- 只有一条数据时显示最后那根线-->
<view class="line-one" v-if="detailList.length==1"></view>
<!-- 有多条数据时最后那根线不显示-->
<view class="line" v-if="index!=detailList.length-1"></view> <view class="line" v-if="index!=detailList.length-1"></view>
</view> </view>
...@@ -147,7 +150,7 @@ export default{ ...@@ -147,7 +150,7 @@ export default{
.middle{ .middle{
margin-top: 20rpx; margin-top: 20rpx;
background: #ffffff; background: #ffffff;
padding: 30rpx 30rpx 150rpx 30rpx; padding: 30rpx;
} }
.middle-title{ .middle-title{
font-size: 32rpx; font-size: 32rpx;
...@@ -189,9 +192,16 @@ export default{ ...@@ -189,9 +192,16 @@ export default{
position: relative; position: relative;
left: 10rpx; left: 10rpx;
} }
.line-one{
width: 4rpx;
height: 190rpx;
background: #FFEDD6;
position: relative;
left: 10rpx;
}
.list-right{ .list-right{
flex: 1; flex: 1;
padding-bottom: 40rpx; margin-bottom: 40rpx;
} }
.right-title{ .right-title{
text:first-child{ text:first-child{
......
static/img/my/center/album.png

3.22 KB | W: | H:

static/img/my/center/album.png

3.66 KB | W: | H:

static/img/my/center/album.png
static/img/my/center/album.png
static/img/my/center/album.png
static/img/my/center/album.png
  • 2-up
  • Swipe
  • Onion skin
static/img/my/center/code.png

3.28 KB | W: | H:

static/img/my/center/code.png

4.05 KB | W: | H:

static/img/my/center/code.png
static/img/my/center/code.png
static/img/my/center/code.png
static/img/my/center/code.png
  • 2-up
  • Swipe
  • Onion skin
static/img/my/center/customer.png

4.22 KB | W: | H:

static/img/my/center/customer.png

5.03 KB | W: | H:

static/img/my/center/customer.png
static/img/my/center/customer.png
static/img/my/center/customer.png
static/img/my/center/customer.png
  • 2-up
  • Swipe
  • Onion skin
static/img/my/center/info.png

3.19 KB | W: | H:

static/img/my/center/info.png

3.2 KB | W: | H:

static/img/my/center/info.png
static/img/my/center/info.png
static/img/my/center/info.png
static/img/my/center/info.png
  • 2-up
  • Swipe
  • Onion skin
static/img/my/center/schedule.png

3.02 KB | W: | H:

static/img/my/center/schedule.png

3.53 KB | W: | H:

static/img/my/center/schedule.png
static/img/my/center/schedule.png
static/img/my/center/schedule.png
static/img/my/center/schedule.png
  • 2-up
  • Swipe
  • Onion skin
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