yyws.css
1.7 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
.content_box {
width: 1200px;
margin: 0 auto;
color: #4a4a4a;
}
.name_title {
padding: 10px;
margin:15px 0;
}
.name_title h2 {
display: inline-block;
font-weight: 600;
margin-right: 10px;
border-left: 3px solid #0091FF;
height: 16px;
line-height: 16px;
padding-left: 5px;
}
.name_title p {
display: inline-block;
color: #0091FF;
}
.next_button {
text-align: center;
margin: 10px 0;
}
.next_button a {
color: #ffffff;
}
.no_info {
text-align: center;
color: #FF5722;
margin: 30px 0;
}
.no_info, .success_info h2 {
font-weight: 600;
}
.success_info {
text-align: center;
color: #5FB878;
margin: 30px 0;
}
.nav_title {
padding: 10px 0 10px 10px;
margin-bottom: 20px;
}
.nav_title h2 {
padding-left: 5px;
border-left: 3px solid #1E9FFF;
height: 14px;
line-height: 14px;
font-weight: 600;
}
.tax_information li {
display: inline-block;
width: 31%;
margin-right: 15px;
line-height: 36px;
}
.tax_information li span {
width: 90px;
display: inline-block;
text-align-last: justify;
}
.tax_information li p {
display: inline-block;
margin-left: 10px;
}
.buyer_information h2{
padding: 10px;
background-color: #1E9FFF;
color: #ffffff;
width: 68px;
margin: 15px 0;
border-radius: 2px;
}
.buyer_information ul {
margin-left: -10px;
margin-right: -10px;
font-size: 0;
}
.buyer_information ul li {
width: 25%;
height: 260px;
box-sizing: border-box;
display: inline-block;
font-size: 14px;
}
.buyer_information ul li div{
border: 1px solid #01AAED;
line-height: 50px;
box-sizing: border-box;
margin: 0 10px;
padding: 15px;
}