detail.wxss
1.9 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
135
136
137
138
139
140
141
142
143
144
145
146
147
/* pages/newsdetail/newsdetail.wxss */
image {
width: 100%;
height: 100%;
}
.video {
width: 686rpx;
height: 400rpx;
margin: 32rpx auto 0;
}
#myvideo {
width: 100%;
height: 100%;
}
.commonpadding {
margin-top: 20rpx;
overflow-x: hidden;
}
.title {
font-size: 48rpx;
font-weight: bold;
}
.date {
color: #8c9198;
font-size: 28rpx;
margin-top: 26rpx;
}
.tailimg {
width: 686rpx;
height: 350rpx;
font-size: 0;
margin-top: 48rpx;
}
.text {
margin-top: 46rpx;
font-size: 36rpx;
padding-bottom: 150rpx;
max-width:686rpx;
margin:0 auto;
}
.shoubox {
width: 750rpx;
padding-bottom: 32rpx;
box-sizing: border-box;
position: fixed;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
}
.shou {
width: 686rpx;
height: 88rpx;
background: #eee;
display: flex;
justify-content: center;
align-items: center;
}
.shouimg {
width: 48rpx;
height: 48rpx;
font-size: 0;
}
.shoutext {
color: #8c9198;
font-size: 32rpx;
margin-left: 8rpx;
}
.yishouactive {
color: #fff;
}
.yishou {
background: #d5012d;
}
.timename {
margin-left: 20rpx;
}
.wxParse-p{
width:686rpx;
}
.wxParse-p image {
display: block;
max-width: 100% !important;
}
image{
display:flex;
/* max-width: 686rpx !important; */
}
.recommond {
width: 100%;
background: rgba(249, 249, 249, 1);
opacity: 1;
border-radius: 16rpx;
padding: 24rpx 20rpx;
box-sizing: border-box;
color: #c8cbcc;
font-size: 28rpx;
line-height: 2;
}
.answer {
color: #1c8fff;
font-size: 28rpx;
}
.replytime {
height: 34rpx;
font-size: 24rpx;
font-family: PingFang SC;
font-weight: 400;
color: rgba(189, 196, 206, 1);
opacity: 1;
line-height: 34rpx;
margin-top: 20rpx;
padding: 0 10rpx 0 0;
box-sizing: border-box;
}
table{
max-width:686rpx!important;
margin:0 auto;
}
td{
max-width:100%!important;
}
.firstRow{
width:100%;
}