bszn.css
2.75 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
125
126
127
128
129
130
131
132
133
134
/* ----------------------公共样式-------------------------- */
.contentBox {
width: 1200px;
margin: 0 auto;
overflow: hidden;
}
.business_guide {
overflow-x: hidden;
}
.titleActive {
color: #006CFF;
font-weight: 600;
}
.navigation_crumbs {
width: 100%;
height: 45px;
padding: 10px 0;
background: #FAFAFA;
border: 1px solid #E6E6E6;
}
.navigation_crumbs .layui-breadcrumb a:hover {
color: #0091FF!important;
}
/* --------------------导航tab------------------------- */
.one_content {
border: 1px solid #DEDEDE;;
margin-top: 20px!important;
margin-bottom: 60px!important;
}
.one_content .layui-tab {
margin: -1px;
}
.one_content .layui-tab-title li {
font-weight: 600;
color: #6D7278;
line-height: 60px;
box-sizing: border-box;
}
.one_content .layui-tab-title .layui-this {
color: #4A4A4A;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
border-color: #006CFF;
}
.layui-tab .layui-tab-brief .layui-this {
color: #006CFF;
}
.layui-tab .layui-tab-brief li {
margin: 0 10px;
}
.online_business {
margin-top: 20px;
}
.online_business h2 .icon {
width: 17px;
height: 17px;
float: left;
margin-top: 12px;
margin-right: 7px;
}
.online_business h2 {
width: 100%;
height: 43px;
line-height: 43px;
background: #FAFAFA;
border-radius: 4px;
border: 1px solid #DEDEDE;
padding-left: 15px;
box-sizing: border-box;
}
.online_list {
padding-bottom: 20px;
overflow: hidden;
}
.online_list li{
width: 45%!important;
float: left;
height: 60px;
line-height: 60px;
border-bottom: 1px dotted #DEDEDE;
}
.online_list li:nth-child(even) {
margin-left: 7%;
}
.online_list li a{
display: block;
width: 100%;
}
.online_list li a:hover span{
color: #0091FF;
}
.online_list li a button {
float: right;
margin-top: 15px;
}
.busTabs {
background: #FAFAFA;
height: 60px!important;
line-height: 60px;
}
.busTabs li {
font-size: 20px!important;
font-weight: 400!important;
color: #6D7278!important;
}
.busTabs .layui-this {
border-top: 2px solid #006CFF;
background-color: #fff;
box-sizing: border-box;
width: 170px!important;
color: #4A4A4A!important;
font-weight: 600!important;
}
.busTabs .layui-this:after {
height: 60px!important;
}
.itemList_tab {
border-bottom: none!important;
margin-left: -10px;
margin-bottom: 30px;
}
.itemList_tab li {
box-sizing: border-box;
}
.layui-tab-brief>.layui-tab-title .layui-this{
color: #006CFF!important;
}
.layui-tab-brief>.layui-tab-title .layui-this::after {
border-bottom: 2px solid #006CFF!important;
margin-top: 5px;
width: 80%;
left: 10%;
}