business.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
.main{
width: 100%;
background-size: 100% 100%;
background-image: url(../images/yewujieshao@2x.png);
}
.title{
padding-top: 0.7rem;
}
.title h1{
text-align: center;
font-size:0.34rem;
font-weight:500;
color:#FFFFFF;
}
.title h1:after{
content: "";
width:0.28rem;
height:0.04rem;
display: block;
margin:0.1rem auto;
background-color:#C50101;
}
.title p{
text-align: center;
font-size:0.26rem;
font-weight:500;
color:#FFFFFF;
}
.main_con{
margin: 0.7rem 0rem 0;
padding-bottom: 0.3rem;
}
.main_con ul{
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
flex-direction: column;
}
.main_con ul li{
margin-bottom: 0.26rem;
/*margin-bottom: 0.32rem;
width:100%;
padding: 0.05rem 0;
border:0.02rem solid #FFFFFF;
font-size:0.3rem;
font-weight:400;
line-height:0.64rem;
text-align: center;*/
}
.main_con ul li a{
width:5rem;
margin: auto;
padding: 0.05rem 0;
border:0.02rem solid #FFFFFF;
font-size:0.3rem;
font-weight:400;
line-height:0.64rem;
text-align: center;
display: block;
color:#FFFFFF;
text-decoration: none;
}
.main_con_txt{
display: none;
width: 6rem;
margin:0.2rem auto 0;
font-size: 0.2rem;
color: white;
line-height: 0.36rem;
}
.main2{
margin: 0 0.32rem;
padding-bottom: 0.36rem;
}
.main2_top{
display: flex;
display: -webkit-flex;
}
.main2_left{
position: relative;
}
.main2_left img{
position: absolute;
top: 0.4rem;
left: 0.3rem;
width:2.73rem;
height:2.13rem;
}
.main2_left p{
margin: 0.6rem 0 0 0.58rem;
width: 2.62rem;
height: 2.26rem;
border:2px solid #C50101;
}
.main_right{
margin-top: 0.94rem;
margin-left: 0.24rem;
}
.main_right h1{
font-size:0.34rem;
font-weight:600;
color:rgba(24,24,24,1);
}
.main_right h1:after{
content: "";
width:0.5rem;
display: block;
height:0.04rem;
margin: 0.1rem 0;
background:rgba(197,1,1,1);
}
.main_right p{
width: 1.94rem;
font-size:0.26rem;
font-weight:600;
color:rgba(74,74,74,0.5);
}
.main2_bottom{
margin-top: 0.48rem;
font-size: 0.26rem;
font-weight:400;
line-height:0.4rem;
color:rgba(153,153,153,1);
}