Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
2016-12-07 16:39:38 +0800
Commit
c96fc5f3b10977b8fc3ad8b2d4d08df9d2c1b1bc
1 parent
59b9f3ac
禁止微信字体缩放
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
static/sass/index.css
static/sass/index.css
View file @
c96fc5f
...
...
@@ -77,6 +77,11 @@ html, body {
line-height
:
1.4
;
}
body
{
-webkit-text-size-adjust
:
100%
!important
;
text-size-adjust
:
100%
!important
;
}
button
,
input
,
select
,
textarea
{
font-size
:
100%
;
margin
:
0
;
...
...
Please
register
or
login
to post a comment