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

投诉建议样式处理

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