修改手机端显示大小
This commit is contained in:
parent
3e95b51cc7
commit
d2a53f6cd4
@ -19,10 +19,9 @@
|
|||||||
.listTitle{overflow:hidden;white-space:nowrap;text-overflow: ellipsis;max-width: 100%;}
|
.listTitle{overflow:hidden;white-space:nowrap;text-overflow: ellipsis;max-width: 100%;}
|
||||||
.listLabels{white-space:nowrap;}
|
.listLabels{white-space:nowrap;}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 600px) {
|
||||||
body {padding: 8px;}
|
body {padding: 8px;}
|
||||||
.avatar {width:40px;height:40px;}
|
.blogTitle{display:none;}
|
||||||
#header h1 a{font-size:24px;}
|
|
||||||
#buttonRSS{display:none;}
|
#buttonRSS{display:none;}
|
||||||
.LabelTime{display:none;}
|
.LabelTime{display:none;}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
#cmButton{height:48px;margin-top:48px;}
|
#cmButton{height:48px;margin-top:48px;}
|
||||||
#comments{margin-top:64px;}
|
#comments{margin-top:64px;}
|
||||||
.g-emoji{font-size:24px;}
|
.g-emoji{font-size:24px;}
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 600px) {
|
||||||
body {padding: 8px;}
|
body {padding: 8px;}
|
||||||
.postTitle{font-size:24px;}
|
.postTitle{font-size:24px;}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
.listTitle{overflow:hidden;white-space:nowrap;text-overflow: ellipsis;max-width: 100%;}
|
.listTitle{overflow:hidden;white-space:nowrap;text-overflow: ellipsis;max-width: 100%;}
|
||||||
.listLabels{white-space:nowrap;}
|
.listLabels{white-space:nowrap;}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 600px) {
|
||||||
body { padding: 8px;}
|
body { padding: 8px;}
|
||||||
.tagTitle{display:none;}
|
.tagTitle{display:none;}
|
||||||
.LabelTime{display:none;}
|
.LabelTime{display:none;}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user