Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footsen
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
289e34bc
authored
Mar 30, 2020
by
dabai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新版footseen
parent
6103a8b9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
53 additions
and
2 deletions
css/base2.css
new/index.html
new/ios.html
css/base2.css
0 → 100644
View file @
289e34bc
@charset
"utf-8"
;
body
,
div
,
dl
,
dt
,
dd
,
ul
,
ol
,
li
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
pre
,
form
,
input
,
button
,
textarea
,
select
,
p
,
span
,
font
,
em
,
i
,
b
,
strong
,
button
{
margin
:
0
;
padding
:
0
;}
body
{
margin
:
0
;
font-family
:
"微软雅黑"
;
background
:
#fff
;
overflow
:
visible
;
color
:
#666666
;}
html
,
body
{
height
:
100%
;}
input
,
select
{
font-size
:
12px
;
line-height
:
16px
;
border
:
0
none
;
vertical-align
:
middle
;}
button
{
border
:
0
none
;}
.clear
{
clear
:
both
;
padding
:
0px
;
margin
:
0px
;}
img
{
border
:
0
;}
a
{
outline
:
none
;}
a
:focus
{
outline
:
0
;
}
input
,
button
,
select
,
textarea
{
outline
:
none
}
ul
,
li
{
list-style-type
:
none
;
_list-style
:
outside
;}
a
{
text-decoration
:
none
;
color
:
#333
;}
a
:hover
{
color
:
#ff6600
;}
/* new clearfix清除浮动 */
.clearfix
:after
{
visibility
:
hidden
;
display
:
block
;
font-size
:
0
;
content
:
" "
;
clear
:
both
;
height
:
0
;
}
.clearfix
{
display
:
block
;
zoom
:
1
}
*
html
.clearfix
{
height
:
1%
;
zoom
:
1
;
}
/* IE6 */
*
:first-child
+
html
.clearfix
{
zoom
:
1
;
}
/* IE7 */
html
[
xmlns
]
.clearfix
{
display
:
block
;
zoom
:
1
}
/*清除浮动-end*/
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
font-weight
:
normal
}
/*这一句是用来解决在安卓上的点击出现篮框问题*/
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默认样式*/
}
.ellipsis
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
}
.hide
{
display
:
none
;}
new/index.html
View file @
289e34bc
...
...
@@ -33,7 +33,7 @@ ga('clientTracker.send', 'pageview');
<meta
content=
"telephone=no"
name=
"format-detection"
>
<script
src=
"https://www.footseen.com/js/fsize.js"
></script>
<link
rel=
"stylesheet"
href=
"https://www.footseen.com/css/swiper.min.css"
>
<link
rel=
"stylesheet"
href=
"https://www.footseen.com/css/base
.css?v=201911251528
"
>
<link
rel=
"stylesheet"
href=
"https://www.footseen.com/css/base
2.css
"
>
<link
rel=
"stylesheet"
href=
"https://www.footseen.com/css/inedx.css"
>
<link
rel=
"stylesheet"
href=
"https://www.footseen.com/layer-v3.1.0/layer.css"
>
<title>
Foot Seen
</title>
...
...
new/ios.html
View file @
289e34bc
...
...
@@ -44,7 +44,7 @@
<meta
content=
"telephone=no"
name=
"format-detection"
>
<script
src=
"https://www.footseen.com/js/fsize.js"
></script>
<link
rel=
"stylesheet"
href=
"https://www.footseen.com/css/swiper.min.css"
>
<link
rel=
"stylesheet"
href=
"https://www.footseen.com/css/base
.css?v=201911251528
"
>
<link
rel=
"stylesheet"
href=
"https://www.footseen.com/css/base
2.css
"
>
<link
rel=
"stylesheet"
href=
"https://www.footseen.com/css/inedx.css"
>
<link
rel=
"stylesheet"
href=
"https://www.footseen.com/layer-v3.1.0/layer.css"
>
<title>
Foot Seen
</title>
...
...
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