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

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

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