|
@ -4,12 +4,12 @@ body,html{background: #f4f6f8;}
|
4
|
4
|
.con-center{padding:20px 10px 40px; margin:10px auto;}
|
5
|
5
|
|
6
|
6
|
/*左侧菜单*/
|
7
|
|
.workmenu{text-align: center; float:left; width:12%; height:300px; background: #fff;border-radius: 6px;overflow: hidden;}
|
|
7
|
.workmenu{text-align: center; float:left; width:12%;background: #fff;overflow: hidden;}
|
8
|
8
|
a.workmenutit{height: 60px;padding: 0 20px;font-size:16px;line-height:60px; border-bottom:1px #28b8fa solid;cursor:pointer; display: block;color:#313131; }
|
9
|
9
|
a.worksubmenu{width:100%; height:40px; margin:10px 0;font-size:15px;line-height:40px; color:#313131;display: block;}
|
10
|
10
|
a.worksubmenu.cmpBg{color: #FFFFFF;}
|
11
|
11
|
/*右侧内容*/
|
12
|
|
.workcon{float:right; margin-left:10px; width:87%; background: #fff;border-radius:6px;overflow: hidden;}
|
|
12
|
.workcon{float:right; margin-left:10px; width:87%; background: #fff;overflow: hidden;}
|
13
|
13
|
.worksubcon{/* padding:20px 16px;*/}
|
14
|
14
|
.workconleft{width:70%;}
|
15
|
15
|
.workcontit{height: 60px;padding: 0 20px;font-size:16px;line-height:60px;color: #606060; border-bottom:1px solid #e7e7e7;}
|
|
@ -392,67 +392,13 @@ ul.tagList>li .h2Font{color:#666}
|
392
|
392
|
.form-item.otherShow .aboutRes .madiaHead{width:118px;height: 80px;}
|
393
|
393
|
.form-item.otherShow .aboutRes .madiaInfo{padding-left:130px;margin:4px 0;}
|
394
|
394
|
.form-item.otherShow .aboutRes .ellipsisSty-2{height:48px;}
|
395
|
|
/*点赞模块*/
|
396
|
|
.thumbBlock{text-align: center;margin:30px 0;}
|
397
|
|
.thumbBlock .thumbBtn{display:inline-block;position:relative;padding:10px 24px;padding-left:44px;font-size:16px;color:#fff;background:#28b8fa;border-radius:30px;
|
398
|
|
box-shadow: 1px 2px 13px 0px rgba(40, 184,250, 0.6);
|
399
|
|
-webkit-box-shadow: 1px 2px 13px 0px rgba(40, 184,250, 0.6);cursor: pointer;}
|
400
|
|
.thumbBlock .thumbBtn:before{position:absolute;content:url(../../images/g_article_icon_dianzan_nor.png);top:50%;left:24px;margin-top:-9px;}
|
401
|
|
.thumbBlock .thumbBtn:hover{background:#10abf3;}
|
402
|
|
.thumbBlock .thumbBtn.thumbedBtn{background: #e0e0e0;box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.2);
|
403
|
|
-webkit-box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.2);}
|
404
|
|
.thumbBlock .thumbBtn.thumbedBtn:hover{background: #e0e0e0;}
|
405
|
|
/*分享操作栏*/
|
406
|
|
.shareBlock{background:rgba(60,62,81,.5);margin:0 -30px;padding:26px 30px;}
|
407
|
|
.shareInfo .madiaInfo{margin-top:12px;}
|
408
|
|
.shareInfo .madiaInfo .h1Font{display:inline-block;max-width: 200px;padding-right:14px;font-size: 16px;color:#fff;}
|
409
|
|
.shareInfo .madiaInfo .authiconNew{top:-8px;}
|
410
|
|
.shareBlock>ul.shareWays{width:50%;cursor: pointer;text-align:right;}
|
411
|
|
.shareBlock>ul.shareWays>li{float:left;padding:16px 0 10px;width:19%;color:#fff;}
|
412
|
|
.shareBlock>ul.shareWays>li .message{position:relative;top:5px;left:6px;}
|
413
|
|
/*白色icon*/
|
414
|
|
.operateicon.icon-message{background-image:url(../../images/g_article_button_liuyan_nor.png);}
|
415
|
|
.operateicon.icon-collect{background-image:url(../../images/g_all_icon_shoucang_nor_1.png);}
|
416
|
|
.operateicon.icon-wechat{width:24px;background-image:url(../../images/g_all_icon_weixin_nor_1.png);}
|
417
|
|
.operateicon.icon-sina{width:26px;background-image:url(../../images/g_all_icon_xinlang_nor_1.png);}
|
418
|
|
.operateicon.icon-qq{background-image:url(../../images/g_article_button_liuyan_nor.png);}
|
419
|
|
.operateicon.icon-totop{background-image:url(../../images/g_article_button_dingbu_nor.png);}
|
420
|
|
.operateicon.operateicon2.icon-collect{background-image:url(../images/g_all_icon_shoucang_nor_2.png);}
|
421
|
|
.operateicon.operateicon2.icon-wechat{width:24px;background-image:url(../images/g_all_icon_weixin_nor_2.png);}
|
422
|
|
.operateicon.operateicon2.icon-sina{width:26px;background-image:url(../images/g_all_icon_xinlang_nor_2.png);}
|
423
|
|
/*悬浮效果*/
|
424
|
|
.operateicon.icon-message:hover{background-image:url(../images/g_article_button_liuyan_lan_hig.png);}
|
425
|
|
/*.operateicon.icon-collect:hover{background-image:url(../images/g_all_icon_shoucang_hig.png);}*/
|
426
|
|
.operateicon.icon-collected{background-image:url(../images/g_all_icon_shoucang_hig.png);}
|
427
|
|
.operateicon.icon-wechat:hover{background-image:url(../../images/g_all_icon_weixin_hig.png);}
|
428
|
|
.operateicon.icon-sina:hover{background-image:url(../../images/g_all_icon_xinlang_hig.png);}
|
429
|
|
.operateicon.icon-qq:hover{background-image:url(../../images/g_article_button_liuyan_hig.png);}
|
430
|
|
.operateicon.icon-totop:hover{background-image:url(../images/g_article_button_dingbu_lan_hig.png);}
|
431
|
|
.shareWeixin{font-style: normal;position: relative;}
|
432
|
|
.shareWeixin .shareCode{display:none;position: absolute;bottom: 40px;left:-24px;background:rgba(0,0,0,.6);padding: 8px;width: 260px;}
|
433
|
|
.shareWeixin .shareCode:after{display: block;width: 0;height: 0;border:12px solid transparent;border-top-color:rgba(0,0,0,.6);position: absolute;bottom:-24px;left:22px;}
|
434
|
|
.shareWeixin .shareCode .shareWord {width: 126px;margin: 10px;color: #FFF;text-align: left;font-size: 14px;line-height: 20px;}
|
435
|
|
.shareWeixin .shareCode img{width: 80px;height: 80px;}
|
436
|
|
|
437
|
|
.ifLogin{margin:30px 0;}
|
438
|
|
.ifLogin .ifLoginUn{background: #fff7e7;border:1px solid #E5E5E5;line-height:18px;padding:25px;color:#7b4b2b;font-size:14px;}
|
439
|
|
.ifLogin .ifLoginUn>ul>li{float: right;padding:0 6px;}
|
440
|
|
.ifLogin .ifLoginUn a{color:#666;}
|
441
|
|
.ifLogin .ifLoginOn .btnModel{margin:12px 0;padding:4px 12px;width: 80px;border-radius:0;}
|
442
|
|
|
443
|
|
.commentsArea .btnCancel{height:auto;border-radius:0;color: #28b8fa;}
|
444
|
|
.commentsArea ul.commentList{margin-top:-20px;}
|
445
|
|
.commentsArea ul.commentList>li{padding:10px 0 20px;}
|
446
|
|
.commentsArea ul.commentList>li .h2Font{font-size: 16px;color: #666;line-height: 26px;}
|
447
|
|
.commentsArea ul.commentList>li .commenttime{font-size: 14px;color: #999;margin-left:18px;}
|
448
|
|
.commentsArea ul.commentList>li .operateSpan{margin:10px 0 0;color:#9d9ea8;font-size:14px;cursor: pointer;}
|
449
|
|
.commentsArea ul.commentList>li .operateSpan .callBack{display:none;position:relative;padding-left:20px;margin-right:40px;}
|
450
|
|
.commentsArea ul.commentList>li .operateSpan .callBack:before{position:absolute;content:url(../../images/g_article_button_huifu_nor.png);top:50%;left:0;margin-top:-8px;}
|
|
395
|
|
451
|
396
|
|
452
|
397
|
.rightconBox .conItem.conItemG .madiaHead{width: 120px; height: 120px;border:1px solid #E5E5E5;margin:0 auto 10px;background-position:center;background-size:cover;}
|
453
|
398
|
.rightconBox .conItem.conItemG .madiaHead.useHead{background-image:url(../../images/default-photo.jpg);border-radius: 50%;}
|
454
|
399
|
.rightconBox .conItem.conItemG .madiaHead.cmpHead{background-image:url(../../images/default-icon.jpg);}
|
455
|
400
|
.rightconBox .conItem.conItemG .h2Font{font-size:16px;color:#666;line-height:26px;}
|
|
401
|
.rightconBox .conItem.conItemG .h3Font>a{color:#333}
|
456
|
402
|
.rightconBox .conItem.conItemG .goSpan span{background: #28b8fa;display:inline-block;width:100px;cursor:pointer;color:#fff;font-size:16px;margin:20px 10px 0;}
|
457
|
403
|
.rightconBox .conItem.conItemG .attenSpan{position: relative;padding:9px 25px;padding-left:42px;}
|
458
|
404
|
.rightconBox .conItem.conItemG .attenSpan:before{position:absolute;content:url(../images/g_article_icon_jia_nor.png);top:50%;left:20px;margin-top:-8px;}
|