Commit 538fc902 authored by 潘永坪's avatar 潘永坪

投诉建议样式处理

parent a4734869
......@@ -221,10 +221,10 @@ export default{
min-height: 100%;
}
.top{
padding: 0 40rpx 200rpx 40rpx;
padding: 0 0rpx 200rpx 40rpx;
}
.top-list{
padding: 40rpx 0;
padding: 40rpx 40rpx 40rpx 0;
border-bottom: 1px solid #f5f5f5;
}
.top-list view:first-child{
......@@ -244,6 +244,7 @@ export default{
background: #F7F8FA;
padding: 0 0 24rpx 24rpx;
margin-top: 24rpx;
border-radius: 8rpx;
}
.choose-list{
display: inline-block;
......@@ -263,6 +264,7 @@ export default{
margin-top: 24rpx;
background: #F7F8FA;
padding:32rpx;
border-radius: 8rpx;
}
.bottom{
position: fixed;
......@@ -287,4 +289,8 @@ export default{
font-size: 12px !important;
line-height: 12px !important;
}
.top-list /deep/ .u-textarea{
background:#F7F8FA;
border: none;
}
</style>
\ No newline at end of file
......@@ -20,7 +20,8 @@
</view>
</view>
<view class="empty" v-if="suggestList.length==0">
暂无建议记录...
<image src="@/static/img/common/empty.png"></image>
<view>暂无建议记录</view>
</view>
</template>
<!-- 投诉列表 -->
......@@ -35,7 +36,8 @@
</view>
</view>
<view class="empty" v-if="complaintList.length==0">
暂无投诉记录...
<image src="@/static/img/common/empty.png"></image>
<view>暂无投诉记录</view>
</view>
</template>
</view>
......@@ -134,15 +136,17 @@ export default{
background: #ffffff;
display: flex;
justify-content: space-around;
align-items: center;
align-items: top;
position: fixed;
top: 0;
left:0;
width: 100%;
height: 120rpx;
height: 100rpx;
color: #999;
>view{
padding: 20rpx 60rpx;
font-size: 32rpx;
font-weight: 600;
}
>view.on{
color: #333333;
......@@ -184,7 +188,12 @@ export default{
border-top: 1px solid #EDEDED;
}
.empty{
padding-top: 400rpx;
padding-top: 200rpx;
text-align: center;
color: #666666;
image{
width: 400rpx;
height: 400rpx;
}
}
</style>
\ No newline at end of file
......@@ -173,10 +173,10 @@ export default{
min-height: 100%;
}
.top{
padding: 0 40rpx;
padding-left:40rpx;
}
.top-list{
padding: 40rpx 0;
padding: 40rpx 40rpx 40rpx 0;
border-bottom: 1px solid #f5f5f5;
}
.top-list view:first-child{
......@@ -196,6 +196,7 @@ export default{
margin-top: 24rpx;
background: #F7F8FA;
padding:32rpx;
border-radius: 8rpx;
}
.bottom{
position: fixed;
......@@ -220,4 +221,8 @@ export default{
font-size: 12px !important;
line-height: 12px !important;
}
.top-list /deep/ .u-textarea{
background:#F7F8FA;
border: none;
}
</style>
\ No newline at end of file
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