hailu
2023-10-05 32fe82458589e6f6495ceb889a6c27fa19caa790
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/* pages/repairTicketDetail/repairTicketDetail.wxss */
.main {
  /* display: flex; */
  background-color: #fff;
  padding: 5px 0;
}
 
.main .item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F5F5F5;
  height: 40px;
  line-height: 40px;
}
 
.main .item .left {
  margin-left: 5px;
}
 
.main .item .right {
  margin-right: 5px;
  color: #778CBD;
}
 
.info .van-cell {
  width: 90%;
  margin-left: 5%;
  border: 1px solid #778CBD;
  border-radius: 5px;
  margin-top: 10px;
  
}