Compare commits
2 Commits
d6af98ea95
...
0d604cc8e1
Author | SHA1 | Date |
---|---|---|
tangyi | 0d604cc8e1 | |
tangyi | 907c9a4908 |
|
@ -230,99 +230,12 @@
|
||||||
维修追踪
|
维修追踪
|
||||||
</view>
|
</view>
|
||||||
<view class="list">
|
<view class="list">
|
||||||
<view class="li on">
|
<view class="li pad-z40 fon27 col9" :class="index==0 ? 'activeTrack' : ''" v-for="(item,index) in 10" :key="index">
|
||||||
<view class="icon">
|
<view class="disac fw line-h60">
|
||||||
<view class="icon-con">
|
<view class="text">“部分模组不显示”故障【陈志远】已处理。</view>
|
||||||
|
<view class="date">2020-05-15 16:00</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="con">
|
|
||||||
<view class="text clips1">
|
|
||||||
“黑屏”故障 【某某】已处理。
|
|
||||||
</view>
|
|
||||||
<view class="date">
|
|
||||||
2020-05-15 16:00
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view class="li">
|
|
||||||
<view class="icon">
|
|
||||||
|
|
||||||
</view>
|
|
||||||
<view class="con">
|
|
||||||
<view class="text clips1">
|
|
||||||
“黑屏”故障 【某某】已处理。
|
|
||||||
</view>
|
|
||||||
<view class="date">
|
|
||||||
2020-05-15 16:00
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view class="li">
|
|
||||||
<view class="icon">
|
|
||||||
|
|
||||||
</view>
|
|
||||||
<view class="con">
|
|
||||||
<view class="text clips1">
|
|
||||||
“黑屏”故障 【某某】已处理。
|
|
||||||
</view>
|
|
||||||
<view class="date">
|
|
||||||
2020-05-15 16:00
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view class="li">
|
|
||||||
<view class="icon">
|
|
||||||
|
|
||||||
</view>
|
|
||||||
<view class="con">
|
|
||||||
<view class="text clips1">
|
|
||||||
“黑屏”故障 【某某】已处理。
|
|
||||||
</view>
|
|
||||||
<view class="date">
|
|
||||||
2020-05-15 16:00
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view class="li">
|
|
||||||
<view class="icon">
|
|
||||||
|
|
||||||
</view>
|
|
||||||
<view class="con">
|
|
||||||
<view class="text clips1">
|
|
||||||
“黑屏”故障 【某某】已处理。
|
|
||||||
</view>
|
|
||||||
<view class="date">
|
|
||||||
2020-05-15 16:00
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view class="li">
|
|
||||||
<view class="icon">
|
|
||||||
|
|
||||||
</view>
|
|
||||||
<view class="con">
|
|
||||||
<view class="text">
|
|
||||||
“黑屏”故障 【某某】已处理。
|
|
||||||
</view>
|
|
||||||
<view class="date">
|
|
||||||
2020-05-15 16:00
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view class="li">
|
|
||||||
<view class="icon">
|
|
||||||
|
|
||||||
</view>
|
|
||||||
<view class="con">
|
|
||||||
<view class="text clips1">
|
|
||||||
“黑屏”故障 【某某】已处理。
|
|
||||||
</view>
|
|
||||||
<view class="date">
|
|
||||||
2020-05-15 16:00
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
@ -568,113 +481,69 @@
|
||||||
left: 0rpx;
|
left: 0rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.record-content {
|
.record-content {
|
||||||
|
padding: 0 52rpx;
|
||||||
padding: 0 52rpx;
|
|
||||||
padding-top: 33rpx;
|
padding-top: 33rpx;
|
||||||
overflow: hidden;
|
padding-bottom: 40rpx;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
padding-bottom: 43rpx;
|
}
|
||||||
}
|
|
||||||
|
.record-content .title {
|
||||||
.record-content .title {
|
color: #333333;
|
||||||
color: #333333;
|
margin-left: 12rpx;
|
||||||
margin-left: 12rpx;
|
font-size: 30rpx;
|
||||||
font-size: 24rpx;
|
margin-bottom: 40rpx;
|
||||||
margin-bottom: 33rpx;
|
}
|
||||||
}
|
|
||||||
|
.record-content .list .li {
|
||||||
.record-content .list .li {
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 40rpx;
|
padding-top: 20rpx;
|
||||||
}
|
border-left: 2rpx solid #999999;
|
||||||
|
|
||||||
.record-content .list .li .icon {
|
}
|
||||||
width: 14rpx;
|
.record-content .list .li::before {
|
||||||
height: 14rpx;
|
content: '';
|
||||||
margin-right: 50rpx;
|
display: block;
|
||||||
border-radius: 50%;
|
position: absolute;
|
||||||
background-color: #999999;
|
left: -8rpx;
|
||||||
margin-left: 5rpx;
|
width: 14rpx;
|
||||||
position: relative;
|
height: 14rpx;
|
||||||
}
|
background-color: #999999;
|
||||||
|
border-radius: 100%;
|
||||||
.record-content .list .li .icon::after {
|
}x
|
||||||
content: "";
|
.record-content .list .activeTrack {
|
||||||
width: 2rpx;
|
color: #0084ff;
|
||||||
position: absolute;
|
padding-top: 0rpx;
|
||||||
left: 7rpx;
|
}
|
||||||
height: 102rpx;
|
.record-content .list .activeTrack::before {
|
||||||
background-color: #999999;
|
background-color: rgba(0,132,255,.5);
|
||||||
top: 14rpx;
|
top: -4rpx;
|
||||||
}
|
width: 22rpx;
|
||||||
|
height: 22rpx;
|
||||||
.record-content .list .li .icon:last-child::after {
|
left: -12rpx;
|
||||||
content: "";
|
z-index: 1;
|
||||||
width: 2rpx;
|
}
|
||||||
position: absolute;
|
.record-content .list .activeTrack::after {
|
||||||
left: 7rpx;
|
content: '';
|
||||||
height: 102rpx;
|
display: block;
|
||||||
background-color: #999999;
|
position: absolute;
|
||||||
top: 14rpx;
|
top: 0;
|
||||||
;
|
left: -8rpx;
|
||||||
}
|
width: 14rpx;
|
||||||
|
height: 14rpx;
|
||||||
.record-content .list .li .con {
|
background-color: #999999;
|
||||||
display: flex;
|
border-radius: 100%;
|
||||||
align-items: center;
|
}
|
||||||
font-size: 26rpx;
|
.record-content .list .activeTrack .line-h60 {
|
||||||
color: #999999;
|
margin-top: -26rpx;
|
||||||
}
|
margin-bottom: 20rpx;
|
||||||
|
}
|
||||||
.record-content .list .on .icon {
|
.record-content .list .date {
|
||||||
background-color: #5caefb;
|
margin-left: 20rpx;
|
||||||
width: 21rpx;
|
}
|
||||||
height: 21rpx;
|
|
||||||
margin-left: 1rpx;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
position: relative;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.record-content .list .on .icon .icon-con {
|
|
||||||
background-color: #0084ff;
|
|
||||||
width: 13rpx;
|
|
||||||
height: 13rpx;
|
|
||||||
border-radius: 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.record-content .list .on .icon::after {
|
|
||||||
content: "";
|
|
||||||
width: 2rpx;
|
|
||||||
position: absolute;
|
|
||||||
left: 9rpx;
|
|
||||||
height: 170rpx;
|
|
||||||
z-index: -1;
|
|
||||||
background-color: #0084ff;
|
|
||||||
top: 20rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.record-content .list .on .con {
|
|
||||||
display: block;
|
|
||||||
color: #0084ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.record-content .list .on .con .text {
|
|
||||||
margin-bottom: 35rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.record-content .list .on .con .date {
|
|
||||||
margin-bottom: 35rpx;
|
|
||||||
}
|
|
||||||
|
|
||||||
.record-content .list .on {
|
|
||||||
align-items: flex-start;
|
|
||||||
}
|
|
||||||
|
|
||||||
.project-materials-title {
|
.project-materials-title {
|
||||||
display: flex;
|
display: flex;
|
||||||
color: #00a2e9;
|
color: #00a2e9;
|
||||||
|
@ -705,4 +574,5 @@
|
||||||
width: 16%;
|
width: 16%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -120,7 +120,7 @@
|
||||||
methods: {
|
methods: {
|
||||||
projectDetailsFun(){
|
projectDetailsFun(){
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url:"/pages/project/details"
|
url:"/pages/dataQuery/projectDetails"
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
// 获取列表数据
|
// 获取列表数据
|
||||||
|
|
Loading…
Reference in New Issue