dkxq.css
2.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
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
.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;
}
.apply{
margin-top: 0.14rem;
width: 6.97rem;
height: 1rem;
box-shadow: 0 0.07rem 0.1rem 0.01rem rgba(0,0,0,0.08);
border-radius: 0.16rem;
background-color: #ffffff;
font-size: 0.34rem;
font-weight: bold;
color: #585858;
text-align: center;
line-height: 1rem;
}
.apply_box{
margin-top: 0.22rem;
width: 6.97rem;
height: 3.56rem;
background-color: #ffffff;
box-shadow: 0 0.07rem 0.1rem 0.01rem rgba(0,0,0,0.08);
border-radius: 0.16rem;
display: flex;
justify-content: center;
}
.apply_name{
margin-top: 0.48rem;
width: 5rem;
height: 0.64rem;
border: 0.02rem solid #CCCCCC;
border-radius: 0.1rem;
display: flex;
}
.apply_name_bg{
width: 0.86rem;
height: 0.65rem;
background-color: red;
/*background: url("../images/dsfs6@2x.png");*/
background-size: cover;
display: flex;
align-items: center;
}
.apply_name_bg_pic{
width: 0.38rem;
height: 0.44rem;
display: flex;
margin-left: 0.16rem;
}
.apply_name_bg_pic img{
width: 100%;
height: 100%;
}
.apply_name_input{
width: 3.92rem;
margin: 0 0.11rem;
border: none;
outline: none;
}
.m_top{
margin-top: 0.16rem;
}