Commit ecd04864 authored by 潘永坪's avatar 潘永坪

投诉建议开发

parent a6fbc780
...@@ -131,7 +131,7 @@ export default{ ...@@ -131,7 +131,7 @@ export default{
} }
}) })
this.detailList.push({ this.detailList.push({
title:'您发起建议', title:'您发起投诉',
text:item.commentText, text:item.commentText,
time:item.createTime, time:item.createTime,
imgList imgList
...@@ -269,6 +269,11 @@ export default{ ...@@ -269,6 +269,11 @@ export default{
.top{ .top{
padding: 24rpx 40rpx; padding: 24rpx 40rpx;
background: #ffffff; background: #ffffff;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1;
} }
.top view:not(:first-child){ .top view:not(:first-child){
margin-top: 20rpx; margin-top: 20rpx;
...@@ -278,9 +283,9 @@ export default{ ...@@ -278,9 +283,9 @@ export default{
margin-right: 20rpx; margin-right: 20rpx;
} }
.middle{ .middle{
margin-top: 20rpx; margin-top: 224rpx;
background: #ffffff; background: #ffffff;
padding: 30rpx 30rpx 150rpx 30rpx; padding: 30rpx 30rpx 180rpx 30rpx;
} }
.middle-title{ .middle-title{
font-size: 32rpx; font-size: 32rpx;
...@@ -359,7 +364,7 @@ export default{ ...@@ -359,7 +364,7 @@ export default{
} }
// 弹窗 // 弹窗
.pop-top{ .pop-top{
padding: 36rpx 40rpx; padding: 36rpx 40rpx 160rpx 40rpx;
} }
.pop-main-title{ .pop-main-title{
font-size: 36rpx; font-size: 36rpx;
...@@ -371,16 +376,18 @@ export default{ ...@@ -371,16 +376,18 @@ export default{
font-weight: 600; font-weight: 600;
} }
.pop-text{ .pop-text{
margin-top: 24rpx; border-bottom:1px solid #f5f5f5;
padding: 40rpx 0;
} }
.pop-image{ .pop-image{
margin-top: 24rpx; margin-top: 40rpx;
} }
.red{ .red{
color: #F53F3F; color: #F53F3F;
} }
.grey{ .grey{
color:#999999; color:#999999;
font-size: 28rpx;
} }
.pop-bottom{ .pop-bottom{
padding: 20rpx 40rpx 0 40rpx; padding: 20rpx 40rpx 0 40rpx;
......
...@@ -180,7 +180,8 @@ export default{ ...@@ -180,7 +180,8 @@ export default{
left: 0; left: 0;
width: 100%; width: 100%;
background: #ffffff; background: #ffffff;
padding: 20rpx 32rpx 32rpx 32rpx; padding: 20rpx 40rpx 60rpx 40rpx;
border-top: 1px solid #EDEDED;
} }
.empty{ .empty{
padding-top: 400rpx; padding-top: 400rpx;
......
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