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
|
| .article-detail {
| padding: 30rpx;
| background: #ffffff;
| }
| .article-detail .title {
| font-size: 44rpx;
| }
| .article-detail .info {
| padding: 40rpx 0;
| color: #999999;
| }
| .article-detail .article-content {
| width: 100%;
| box-sizing: border-box;
| line-height: 60rpx;
| font-size: 34 rpx;
| overflow: hidden;
| }
| .article-detail .article-content image,
| .article-detail .article-content ._img {
| display: block;
| max-width: 100%;
| }
| .share-box {
| background: none;
| }
| .share_img {
| width: 32rpx;
| height: 32rpx;
| }
|
|