mirror of https://gitee.com/topnuomi/zxf
优化详情页样式
This commit is contained in:
parent
dde2bc97a4
commit
10942abab1
|
@ -328,6 +328,8 @@
|
||||||
}
|
}
|
||||||
.section.article-detail .content {
|
.section.article-detail .content {
|
||||||
padding: 0.3rem 0;
|
padding: 0.3rem 0;
|
||||||
|
font-size: 0.2rem;
|
||||||
|
line-height: 0.36rem;
|
||||||
}
|
}
|
||||||
.section.article-detail .content img {
|
.section.article-detail .content img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
|
@ -420,6 +420,8 @@
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
padding: 0.3rem 0;
|
padding: 0.3rem 0;
|
||||||
|
font-size: 0.2rem;
|
||||||
|
line-height: 0.36rem;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue