mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-22 04:19:36 +08:00

完成以下修改: 首页消息提醒,点击直接到维修界面 我要报修上传图片后图片不展示 我要报修->故障描述输入框点击没反应 维修员在报修查询里面看到别人的报修记录 报修人姓名和联系电话移至故障类型上面 报修记录查询里,加入搜索和切换(我的数据、全部数据) 维修入口查看数据后提示红点消失 退回工单提示的tip显示错位 报修详情页,维修中时加入维修员姓名和电话 消息提示文字 消息通知批量清除 维修入口点击上方统计圆圈也可以切换tab 分享时的标题为null
84 lines
1.4 KiB
Plaintext
84 lines
1.4 KiB
Plaintext
.containerView.public {
|
|
background: none;
|
|
height: auto;
|
|
}
|
|
|
|
|
|
.itemTitleView {
|
|
/* border-left: 8rpx solid #76aef9; */
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin: 10px;
|
|
}
|
|
|
|
.itemTitleView .title {
|
|
margin-left: 10rpx;
|
|
font-size: 28rpx;
|
|
color: #141414;
|
|
}
|
|
|
|
|
|
.itemTitleView .more {
|
|
font-size: 28rpx;
|
|
color: #5482de;
|
|
}
|
|
|
|
.infoView {
|
|
/* border: 1px solid red; */
|
|
background: white;
|
|
margin: 10rpx 0;
|
|
}
|
|
|
|
.infoView .itemView {
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 30rpx 40rpx;
|
|
border-bottom: 2rpx solid rgb(126, 126, 126, 0.2);
|
|
}
|
|
|
|
.infoView .itemView.activity::after {
|
|
display: block;
|
|
content: '';
|
|
position: absolute;
|
|
right: 26rpx;
|
|
top: 30rpx;
|
|
width: 16rpx;
|
|
height: 16rpx;
|
|
border-radius: 20rpx;
|
|
background: red;
|
|
}
|
|
|
|
.infoView .itemView:last-of-type {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.infoView .itemView .contentView {}
|
|
|
|
.infoView .itemView .arrow {
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.infoView .itemView .contentView .title {
|
|
font-size: 30rpx;
|
|
color: black;
|
|
}
|
|
|
|
.infoView .itemView .contentView .msg {
|
|
font-size: 26rpx;
|
|
color: gray;
|
|
margin-top: 16rpx;
|
|
}
|
|
|
|
.infoView .itemView .contentView .time {
|
|
font-size: 24rpx;
|
|
color: gray;
|
|
margin-top: 4rpx
|
|
}
|
|
|
|
|
|
.loadAllLine {
|
|
margin-top: 80rpx;
|
|
} |