Blame view

staticCss/zcfg.css 4.66 KB
1
.main {
weimo934 committed
2
    overflow: hidden;
weimo934 committed
3 4 5
}

div.subject h2 a:hover {
任超 committed
6
    color: #0091FF;
weimo934 committed
7 8 9 10 11 12 13 14 15
}

div.subject {
    margin: 0 auto;
    float: none;
    clear: both;
    position: relative;
    min-width: 1200px;
}
weimo934 committed
16 17 18 19
.contentBox {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
任超 committed
20
    padding-bottom: 0!important;
weimo934 committed
21
}
weimo934 committed
22

weimo934 committed
23 24 25 26
.one_content {
    border: 1px solid #DEDEDE;;
    margin-top: 30px;
}
weimo934 committed
27

weimo934 committed
28 29 30
.one_content .layui-tab {
    margin: 0;
}
weimo934 committed
31

weimo934 committed
32 33 34 35 36
.one_content .layui-tab-title li {
    width: 100px;
    font-weight: 600;
    color: #6D7278;
}
weimo934 committed
37

weimo934 committed
38 39 40
.one_content .layui-tab-title .layui-this {
    color: #4A4A4A;
}
weimo934 committed
41 42

.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
weimo934 committed
43 44
    border-color: #006CFF;
}
weimo934 committed
45

weimo934 committed
46 47 48
.layui-tab .layui-tab-brief .layui-this {
    color: #006CFF;
}
weimo934 committed
49

weimo934 committed
50 51 52
.layui-tab .layui-tab-brief li {
    width: 90px;
}
weimo934 committed
53

weimo934 committed
54 55 56
.online_business {
    margin-top: 20px;
}
weimo934 committed
57

weimo934 committed
58 59 60 61 62 63 64 65 66 67
.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;
}
weimo934 committed
68

weimo934 committed
69 70 71 72
.online_list {
    padding-bottom: 20px;
    overflow: hidden;
}
weimo934 committed
73 74 75

.online_list li {
    width: 45% !important;
weimo934 committed
76 77 78 79 80
    float: left;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dotted #DEDEDE;
}
weimo934 committed
81

weimo934 committed
82 83 84
.online_list li:nth-child(even) {
    margin-left: 10%;
}
weimo934 committed
85 86

.online_list li a {
weimo934 committed
87 88 89
    display: block;
    width: 100%;
}
weimo934 committed
90 91

.online_list li a:hover span {
任超 committed
92
    color: #0091FF;
weimo934 committed
93
}
weimo934 committed
94

weimo934 committed
95 96 97 98
.online_list li a button {
    float: right;
    margin-top: 15px;
}
weimo934 committed
99

weimo934 committed
100
/* ---------------------------------------------------- */
任超 committed
101 102 103
.content_zc {
    min-height:calc(100vh - 190px);
}
weimo934 committed
104
.leftandright {
105 106
    width: 1200px;
    margin: 0 auto;
任超 committed
107
    overflow: hidden;
108
}
109 110 111
.leftandright .left {
    width: 80%;
}
112 113 114
.right {
    width: 400px;
}
任超 committed
115 116 117
.left {
    width: 82%;
}
118 119 120 121 122
.left, .right {
    float: left;
}

.xw {
任超 committed
123
    display: block;
124
    padding-top: 10px;
任超 committed
125
    height: 112px;
任超 committed
126 127
    cursor: pointer;
}
weimo934 committed
128

任超 committed
129 130
.xw-left {
    margin-right: 20px;
131 132 133 134 135 136 137 138 139 140 141
}

.xw-left img {
    width: 200px;
    height: 125px;
    background: #D8D8D8;
}

.xw-left, .xw-right {
    float: left;
}
weimo934 committed
142

任超 committed
143 144 145
.xw-right {
    padding-right: 10px;
}
146 147
.leftContainer{
  border-right: 1px solid #DEDEDE;
148
  margin-top: 28px;
任超 committed
149 150 151 152 153
  padding-bottom: 20px;
}
.leftContainer li{
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 25px;
154 155 156 157
}
.leftContainer li:last-child{
  border-bottom: 1px solid #DEDEDE;
}
158 159 160 161 162
.left-top {
    width: 408px;
    height: 18px;
    font-size: 18px;
    font-weight: bold;
任超 committed
163
    color: #686666;
164
    line-height: 18px;
165
    cursor: pointer;
166
}
任超 committed
167
.left-top:hover {
任超 committed
168
    color: #686666;
任超 committed
169
}
170 171 172 173 174

.left-body {
    font-size: 14px;
    font-weight: 400;
    color: #6D7278;
175
    line-height: 25px;
任超 committed
176 177 178 179 180
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
181
}
weimo934 committed
182

任超 committed
183 184 185 186
.left-buttom {
    overflow: hidden;
    color: #9B9B9B;
}
焦小希 committed
187 188 189 190 191 192
.left-buttom .icon{
    width: 36px;
    height: 24px;
    position: relative;
    top: 6px;
}
任超 committed
193
.left-buttom div:nth-child(2) {
194
    margin-left: 60px;
任超 committed
195
}
196 197 198

.left-buttom div {
    float: left;
199
    line-height: 57px 
200 201 202 203 204 205 206 207 208 209
}
.left-buttom-date {
    line-height: 57px;
    float: right !important;
    margin-right: 20px;
}

#page {
    margin-top: 20px;
    text-align: center;
任超 committed
210
    margin-bottom: 50px;
211
}
weimo934 committed
212

213 214
.right {
    width: 200px;
任超 committed
215
    margin-top: 36px;
216 217 218 219 220 221 222
    margin-left: 15px;
}

.right-top {
    height: 18px;
    font-size: 18px;
    font-weight: 500;
任超 committed
223
    color: #686666;
224
    line-height: 0;
225
}
任超 committed
226 227 228 229
.right-top h2 {
    font-weight: 600;
    cursor: pointer;
}
230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264

.right-body {
    display: inline-block;
    margin-bottom: 20px;
}


.tj img {
    width: 200px;
    height: 125px;
    margin-top: 20px;
}

.tj img, .tj span {
    float: left;
}

.tj-title {
    width: 203px;
    font-size: 14px;
    font-weight: bold;
    color: #4A4A4A;
    line-height: 21px;
}

.tj-date {
    width: 90px;
    height: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #9B9B9B;
    line-height: 12px;
}

.right-bottom {
265
    border-top: 1px solid #DEDEDE;
266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291
}

.right-bottom-top {
    width: 108px;
    height: 18px;
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
    color: #4A4A4A;
    line-height: 18px;
}

.zcfg {
    margin-top: 20px;
    display: inline-block;
}

.zcfg div {
    float: left;
}

.zcfg-top {
    width: 200px;
    height: 14px;
    font-size: 14px;
    font-weight: bold;
任超 committed
292
    color: #686666;
293
    line-height: 14px;
任超 committed
294
    margin-bottom: 5px;
295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312
}

.zcfg-body {
    width: 200px;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    color: #6D7278;
    line-height: 21px;
}

.zcfg-bottom {
    width: 90px;
    height: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #9B9B9B;
    line-height: 12px;
313
}