swipeActive.css
989 Bytes
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
/* 计划书---我的 */
.myItem{
width: 100%;
height: .8rem;
}
.myleft{
width: .8rem;
height: .888rem;
display: inline-block;
}
.myleft>img{
width: 100%;
height: .8rem;
position: relative;
top: .07rem;
}
.myright{
display: inline-block;
width: 2.8rem;
position: relative;
left: .2rem;
top:-.2rem;
}
.mytitle{
/*position: absolute;*/
color: #333333;
font-size: .17rem;
}
.detail{
position: absolute;
top:.3rem;
color: #666666;
font-size: .14rem;
}
.detail2{
position: absolute;
top:.55rem;
color: #666666;
font-size: .14rem;
}
/* 我的客户 --- 通讯录 */
.label{
margin-right: .1rem;
float: right;
margin-left: .5rem;
padding: .0rem .1rem;
background-color: #ddd;
border-radius: .1rem;
color: white;
/* line-height: .2rem; */
font-size: .13rem;
margin-top: .02rem;
}
.time{
margin-right: .1rem;
float: right;
/*margin-left: .5rem;*/
}
:global(.am-list-body::before){
background: none !important;
}