tobeuse.css
1.8 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
*{
margin:0;
padding:0;
}
body{
display:flex;
flex-direction: column;
background: #fff;
}
.out{
margin: 0.37rem 0.32rem 0.31rem;
}
.youhui{
justify-content: center;
display:flex;
align-items: center;
padding: 0.1rem 0;
}
.use{
display: flex;
justify-content: space-between;
padding: 0 0.75rem;
}
.active{
color: red;
}
.used{
position: absolute;
z-index: 10;
width: 2.22rem;
height: 2.03rem;
left: 0.7rem;
}
.youhui{
position: relative;
}
.wai{
padding-top: 0.1rem;
}
.use span{
font-size:0.32rem ;
}
.quan{
/*background-image: url('../images/f2.png');*/
overflow: hidden;
background-position: center;
background-repeat: no-repeat;
position: relative;
width: 6.1rem;
height:1.8rem;
}
.quan img{
width:100%;
height: 100%;
}
.circle{
position: relative;
width:0.44rem;
height: 0.44rem;
border:0.02rem solid #FE0A01;
border-radius: 50%;
margin: 0 0.3rem 0 0;
}
.cir{
border:0.02rem solid #999;
}
.circle .iconfont{
position: absolute;
left: -0.02rem;
top:-0.13rem;
color:#FE0A01;
font-size:0.5rem;
}
.dai{
position: absolute;
top:0.4rem;
left:0.52rem;
display:flex;
justify-content:space-between;
align-items: center;
}
.date span{
font-size: 0.26rem;
color:#252729 ;
}
.date span:nth-child(1){
padding:0 0 0.3rem 0;
font-size: 0.32rem;
}
.date span:nth-child(2){
font-size: 0.26rem;
}
.money{
font-size: 0.6rem;
color:#FE0A01;
margin: 0 0.2rem 0 0;
}
.date{
display:flex;
flex-direction: column;
justify-content: center;
text-align: center;
color:#252729;
}
.ok{
font-size: 0.36rem;
width: 100%;
height: 1rem;
background:#3399FF;
color:#FFFFFF ;
text-align: center;
line-height: 1rem;
position:fixed;
bottom: 0;
left: 0;
}
.ok:active{
opacity: 0.7;
}