detail.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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
*{
margin:0;
padding:0;
}
body{background: #fff;
display:flex;
flex-direction: column;
}
.tu{
display: flex;
flex-direction: column;
align-items: center;
}
.pic{
font-size:0.31rem;
margin-top:0.1rem;
color: #000000;
font-weight: Medium;
}
.show{
}
.circle{
display: block;
width: 1.1rem;
height: 1.1rem;
}
.circle img{width: 100%;}
.name{
display:flex;
justify-content: space-between;
font-size:0.31rem;
padding: 0 0.33rem;
margin-top: 0.4rem;
}
.information{
height: 1rem;
color:#FE0A01 ;
font-size: 0.28rem;
text-align: center;
line-height:1rem;
background: #F5F5F5;
margin-top: 0.2rem;
}
.list li{
display:flex;
align-items: center;
justify-content: space-between;
padding-left:0.33rem;
padding-right:0.36rem;
height: 2rem;
border-bottom: 1px solid #EBEBEB;
/*line-height: 1rem;*/
}
.list li .zhang {
color: #999;
}
.real{
font-size:0.32rem ;
color: #000;
}
.add{
font-size:0.3rem ;
color:#252729;
margin-top: -0.5rem;
}
.footer{
background: #3988E5;
width: 100%;
height: 1rem;
line-height: 1rem;
color: #fff;
font-size:0.36rem;
text-align: center;
position: fixed;
bottom:0 ;
}
.money{
display:flex;
flex-direction: column;
/*align-items: center;*/
height: 1rem;
/*display: block;*/
justify-content: space-between;
}
.yuan2{
width: 1.1rem;
height: 1.1rem;
border-radius:50% ;
background: #FF99CC;
display: block;
font-size: 0.32rem;
color: #fff;
line-height: 1.1rem;
text-align: center;
}
.yuan1{
width: 1.1rem;
height: 1.1rem;
border-radius:50% ;
background: #199ED8;
display: block;
font-size: 0.32rem;
color: #fff;
line-height: 1.1rem;
text-align: center;
}
.yuan3{
width: 1.1rem;
height: 1.1rem;
border-radius:50% ;
background: #CC9933;
display: block;
font-size: 0.32rem;
color: #fff;
line-height: 1.1rem;
text-align: center;
}
.balance{
display:flex;
align-items: center;
padding-left: 0.33rem;
padding-right: 0.36rem;
height: 1rem;
}
.present{
font-size: 0.32rem;
font-weight:Medium ;
}
.qian{
color:red;
font-size: 0.3rem;
}
.xiao{
color:#3988E5;
}
.bal{
font-weight:Medium ;
background:rgba(245,245,245,1);
}