dkxq.css
1.2 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
.main , .page {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.container{
width: 100%;
height: 100%;
line-height: 1;
display: flex;
flex-flow: column;
align-items: center;
background-color: #f9f9f9;
position: relative;
}
.top{
width: 5.31rem;
height: 1.14rem;
background-color: #DABA6F;
box-shadow: 0 0.07rem 0.1rem 0.01rem rgba(0,0,0,0.08);
border-radius: 0.16rem;
display: flex;
flex-flow: column;
font-size: 0.3rem;
color: #000000;
position: absolute;
top: 0.14rem;
}
.top_rate{
margin: 0.22rem 0.42rem 0.14rem 0.42rem;
}
.top_repay{
margin: 0 0.42rem 0.19rem 0.42rem;
}
.limit{
margin-top: 0.69rem;
width: 6.97rem;
height: 2.95rem;
background-color: #ffffff;
box-shadow: 0 0.07rem 0.1rem 0.01rem rgba(0,0,0,0.08);
border-radius: 0.16rem;
}
.limit_box{
width: 4.74rem;
height: 1.61rem;
display: flex;
flex-flow: column;
border: 0.01rem solid red ;
margin: 0.85rem 1.1rem;
}
.limit_box_item{
font-size: 0.3rem;
color: #5A441A;
display: flex;
width: 0.8rem;
}
select{
width: 3rem;
height: 0.8rem;
}