diff --git a/miniprogram/pages/reportRepair/assign/again/again.wxml b/miniprogram/pages/reportRepair/assign/again/again.wxml index 746d430..6ab22a3 100644 --- a/miniprogram/pages/reportRepair/assign/again/again.wxml +++ b/miniprogram/pages/reportRepair/assign/again/again.wxml @@ -55,24 +55,26 @@ 反馈 - + 反馈人员 王军 - + 反馈描述 - 类型不一致 + 类型不一致类型不一致类型不一致类型不一致类型不一致 派单 - + 请选择派单人员 - 王军 + + 提交 + \ No newline at end of file diff --git a/miniprogram/pages/reportRepair/assign/again/again.wxss b/miniprogram/pages/reportRepair/assign/again/again.wxss index 4ee75be..63d896d 100644 --- a/miniprogram/pages/reportRepair/assign/again/again.wxss +++ b/miniprogram/pages/reportRepair/assign/again/again.wxss @@ -75,7 +75,7 @@ box-sizing: border-box; margin: -20rpx 20rpx 20rpx; - z-index: 999; + z-index: 3; } .mainView .statusView { @@ -163,32 +163,48 @@ vertical-align: middle; } -.bottomFixView { - position: fixed; - z-index: 999; - left: 0; - bottom: 0; - height: 140rpx; - width: 100vw; - border-top: 1rpx solid rgb(126, 126, 126, 0.2); - background: white; - +.mainView .reportView .itemLineView { display: flex; - justify-content: flex-end; + justify-content: flex-start; + align-items: flex-start; + margin: 0 30rpx; + padding: 30rpx 0; + border-bottom: 2rpx solid rgb(126, 126, 126, 0.2); +} + +.mainView .reportView .itemLineView .label { + flex-shrink: 0; + width: 200rpx; + font-size: 30rpx; + color: gray; +} + +.mainView .reportView .itemLineView .content { + font-size: 30rpx; + word-break: break-all; +} + + +.mainView .reportView .itemLineCenterView { + display: flex; + justify-content: space-between; align-items: center; + margin: 0 30rpx; + padding: 30rpx 0; + border-bottom: 2rpx solid rgb(126, 126, 126, 0.2); } -.bottomFixView .btn { - box-sizing: border-box; - border-radius: 6rpx; - margin-right: 30rpx; - padding: 12rpx 24rpx; +.mainView .reportView .itemLineCenterView .label { + font-size: 30rpx; +} - background: #579ff8; - font-size: 26rpx; +.tijiaoBtn{ + width: 600rpx; + border-radius: 10rpx; + margin: 60rpx auto; + padding: 20rpx; + background: #4e96f8; color: white; -} - -.bottomFixView .btn.red { - background: #ee6f21; -} + font-size: 30rpx; + text-align: center; +} \ No newline at end of file