yyws.css
1.83 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
.content_box {
width: 1200px;
margin: 0 auto;
color: #4a4a4a;
}
.next_button {
text-align: center;
margin: 50px 0;
}
.no_info {
text-align: center;
color: #FF5722;
margin: 30px 0;
}
.no_info, .success_info h2 {
font-weight: 600;
}
.success_info h2 img {
width: 24px;
height: 24px;
position: relative;
top: 5px;
margin-right: 3px;
}
.success_info {
text-align: center;
color: #6D7278;;
margin: 30px 0;
}
.nav_title {
margin-bottom: 20px;
}
.nav_title h3 , .buyer_information h3{
height: 16px;
padding-left: 8px;
font-size: 16px;
font-weight: 600;
margin-bottom: 15px;
position: relative;
border-bottom: 1px dotted #E6E6E6;
padding-bottom: 15px;
}
.nav_title h3::before, .buyer_information h3::before{
position:absolute;
content:"";
left:0;
width:4px;
height:12px;
border-radius: 1px;
top: 5px;
background-color: #0091FF;
}
.tax_information li {
display: inline-block;
width: 31%;
margin-right: 15px;
line-height: 36px;
font-size: 14px;
}
.tax_information li span , .buyer_information li span{
width: 85px;
color: #9B9B9B;;
display: inline-block;
text-align: right;
}
.tax_information li p{
display: inline-block;
margin-left: 10px;
}
.buyer_information {
margin: 20px 0;
}
.buyer_information ul {
font-size: 0;
box-sizing: border-box;
}
.buyer_information ul li {
width: 33%;
box-sizing: border-box;
display: inline-block;
font-size: 14px;
}
.buyer_information ul li{
line-height: 36px;
box-sizing: border-box;
}
.taxItem {
width: 33%!important;
margin-bottom: 5px;
}
.informationList li {
width: 100%!important;
}
.informationList p {
width: 25%!important;
display: inline-block;
}
.informationList p span {
width: 80px!important;
}