dinnerpart.css
2.1 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
body,html{
width:100%;
height:100%;
background: #fff;
}
.container{
display:flex;
height:100%;
}
.navigation{
width:1.6rem;
/*margin-top: 0.58rem;*/
height:100%;
position:fixed;
left:0;
overflow-y: scroll;
}
.goodlist{
width:1.6rem;
height:100%;
font-size: 0.28rem;
color:#666666;
text-align: center;
line-height: 1rem;
background: #EBEBEB;
}
.goodlist li{
position:relative;
display:flex;
justify-content: center;
align-items: center;
list-style: none;
height:1.28rem;
line-height: 1.28rem;
text-align: center;
background: #F5F6FA
}
.goodlist li.active{
color:#BA1B2B;
position:relative;
display:flex;
list-style: none;
height:1.28rem;
line-height: 1.28rem;
text-align: center;
background: #fff;
}
.goodlist li.active em{
width:0.1rem;
height:0.4rem;
background:#BA1B2B ;
position:absolute;
top:0.4rem;
left:0;
}
.goodinfo{
margin-top: 0.67rem;
margin-left: 0.32rem;
position:absolute;
left:1.6rem;
}
.text_img{
width:1.2rem;
height:1.2rem;
border-radius: 0.1rem;
}
.container_list{
display:flex;
border-bottom: 1px solid #f5f5f5;
padding:0.23rem 0;
}
.text_img img{
width:1.2rem;
height:1.2rem;
border-radius: 0.1rem;
}
.container_info{
margin-left: 0.24rem;
}
.info_name{
width:3.28rem;
font-size: 0.28rem;
color:#000000;
font-weight: 500;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.info_num{
width:2.82rem;
font-size: 0.26rem;
color: #666666;
margin-top: 0.08rem;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.people{
display:flex;
justify-content: space-between;
align-items: center;
margin-top: 0.03rem;
}
.people_weight{
width:2rem;
font-size: 0.24rem;
color:#FF0000;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.people_money{
font-size:0.24rem ;
color:#FF0000;
}
.money{
font-size:0.32rem ;
color:#FF0000;
font-weight: 600;
}