|
@ -73,6 +73,7 @@ html,body {outline: 0;margin:0;padding:0px;background: #efeff4;-webkit-text-size
|
73
|
73
|
.showDetail .h1Font{font-size:20px;margin:8px 0;line-height:30px;color:#333;}
|
74
|
74
|
.showDetail .showFont{font-size:16px;margin-top:-4px; line-height:24px;color:#333;}
|
75
|
75
|
.showDetail .h2Font{font-size:14px;color:#666; line-height:16px;}
|
|
76
|
.showDetail .madiaInfo .h2Font{font-size:14px;color:#999;}
|
76
|
77
|
.showDetail .h3Font{font-size:13px;color:#999; line-height:24px;}
|
77
|
78
|
.showDetail .showMain{font-size:15px;color:#333;line-height:28px;}
|
78
|
79
|
.showDetail .showMain img{max-width: 100%;}
|
|
@ -104,6 +105,7 @@ ul.tagList>li .h2Font{color: #666;}
|
104
|
105
|
.madiaBlock .flexCenter.OflexCenter{min-height:72px;}
|
105
|
106
|
.madiaBlock .madiaInfo .h1Font{font-size: 16px;margin:0;line-height:24px;}
|
106
|
107
|
.madiaBlock .madiaInfo .ellipsisSty-2{max-height: 44px;}
|
|
108
|
.madiaBlock .madiaInfo .time{font-size:14px;color:#999;}
|
107
|
109
|
/*点赞模块*/
|
108
|
110
|
.thumbBlock{text-align: center;margin:30px 0;}
|
109
|
111
|
.thumbBlock .thumbBtn{display:inline-block;position:relative;padding:10px 24px;padding-left:44px;font-size:16px;color:#fff;background:url(../images/g_article_icon_dianzan_nor.png) no-repeat 24px center;background-size:16px 16px;background-color:#ff9900;border-radius:30px;cursor: pointer;}
|
|
@ -195,7 +197,7 @@ ul.tagList>li .h2Font{color: #666;}
|
195
|
197
|
.infocon ul{ padding:0; margin: 0; overflow: hidden;}
|
196
|
198
|
.infocon ul>li{list-style: none;}
|
197
|
199
|
ul.mui-table-view>li{position: relative;overflow: hidden; padding: 11px 0px;}
|
198
|
|
ul.mui-table-view>li:after{position: absolute;right: 0;bottom: 0;left:0px;height: 1px;content: '';-webkit-transform: scaleY(.5);transform: scaleY(.5); background-color: #c8c7cc;}
|
|
200
|
ul.mui-table-view>li:after{position: absolute;right: 0;bottom: 0;left:0px;height: 1px;content: '';-webkit-transform: scaleY(.5);transform: scaleY(.5); background-color: #E5E5E5;}
|
199
|
201
|
ul.mui-table-view>li:last-child:after{background: none;}
|
200
|
202
|
.infocon.listArea>ul{overflow: hidden;margin-right: -10px;margin-top:-10px;}
|
201
|
203
|
.infocon.listArea>ul>li{float: left;margin-right: 10px;margin-top:10px;border:1px solid #E5E5E5;border-radius:6px;padding:2px 12px;}
|