Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
Static
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d4354911
authored
Jun 26, 2024
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xg
parent
0e33952d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
0 deletions
css/news2.css
css/news2.css
0 → 100644
View file @
d4354911
/*这一句是用来解决在安卓上的点击出现篮框问题*/
body
{
-webkit-tap-highlight-color
:
rgba
(
0
,
0
,
0
,
0
);
}
/*下面是解决ios上去除微信点击蓝色边框 */
a
:focus
,
input
:focus
,
p
:focus
,
div
:focus
{
-webkit-tap-highlight-color
:
rgba
(
0
,
0
,
0
,
0
);
-webkit-user-modify
:
read-only
;
}
::-webkit-scrollbar
{
display
:
none
}
input
{
-webkit-appearance
:
none
;
/*去除input默认样式*/
}
*
{
padding
:
0
!important
;
margin
:
0
!important
;
}
img
{
display
:
block
!important
;
margin
:
0.4rem
auto
0
!important
;
text-align
:
center
!important
;
max-width
:
100%
!important
;
width
:
auto
!important
;
height
:
auto
!important
;}
div
,
div
*
:not
(
input
)
{
font-size
:
0.426rem
!important
;
background-color
:
#fff
!important
;
color
:
#22222b
!important
;
line-height
:
1.5
;
}
input
.inputName
{
background-color
:
#fff
!important
;
color
:
#58DBD7
!important
;
}
pre
{
white-space
:
pre-wrap
;
white-space
:
-moz-pre-wrap
;
white-space
:
-pre-wrap
;
white-space
:
-o-pre-wrap
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment