index.css
2.0 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
body{
background: url("../images/bg01@2x.png");
background-size: 100% 100%;
background-attachment: fixed;
}
.container{
min-height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.home_container{
width: 100%;
height: 100%;
display: flex;
flex-flow: column;
}
.banner{
height: 2.17rem;
margin-top: 0.48rem;
margin-bottom: 0.83rem;
background: url("../images/banner@2x.png");
background-size: 100% 100%;
display: flex;
flex-flow: column;
}
.banner_img{
width: 1.73rem;
height: 0.73rem;
padding-top: 0.22rem;
padding-left: 0.35rem;
font-size: 0;
}
.banner_title{
width: 4.91rem;
height: 0.8rem;
padding-left: 0.31rem;
padding-top: 0.21rem;
font-size: 0.27rem;
color: #ffffff;
}
.mid_box{
width: 100%;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
}
.mid_box_item{
margin-top: 0.22rem;
width: 3.21rem;
height: 0.64rem;
border-radius: 0.1rem;
background-color: #00A7E5;
border: 0.02rem solid #ffffff;
box-shadow: 0 0.03rem 0.12rem 0 black;
font-size: 0.33rem;
font-weight: bold;
text-align: center;
line-height: 0.64rem;
color: #ffffff;
letter-spacing: 0.06rem;
}
.mid_box_item:first-child{
margin-top: 0;
background-color: #4FB233;
}
/*.items{*/
/*height: 0.64rem;*/
/*display: flex;*/
/*align-items: center;*/
/*justify-content: center;*/
/*margin-bottom: 0.3rem;*/
/*}*/
/*.item{*/
/*width: 3.21rem;*/
/*height: 0.64rem;*/
/*background-color: #00A7E5;*/
/*text-align: center;*/
/*line-height: 0.64rem;*/
/*font-size: 0.32rem;*/
/*color: #ffffff;*/
/*border: 1px solid #ffffff;*/
/*letter-spacing: 0.05rem;*/
/*border-radius: 0.1rem;*/
/*box-shadow: 0px 0.03rem 0.12rem 0px black;*/
/*}*/
/*.item_first{*/
/*background-color: #4FB233;*/
/*}*/
/*.item_last{*/
/*margin-bottom: 0.7rem;*/
/*}*/