Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
guodong
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
76e73db1
authored
Jun 16, 2021
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
ffd20cc5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
10 deletions
gzh/css/myData.css
gzh/css/myData.less
gzh/images/bottom.png
gzh/myData.html
gzh/css/myData.css
View file @
76e73db1
...
...
@@ -37,6 +37,10 @@
position
:
relative
;
}
.list-btn-box
select
{
appearance
:
none
;
-moz-appearance
:
none
;
-webkit-appearance
:
none
;
-ms-appearance
:
none
;
background
:
#E4F9F9
;
width
:
1.5rem
;
height
:
0.7rem
;
...
...
@@ -50,17 +54,20 @@
filter
:
none
!important
;
outline
:
none
;
background-image
:
none
!important
;
text-indent
:
0.
1
rem
;
text-indent
:
0.
2
rem
;
right
:
0.65rem
;
top
:
0.1rem
;
}
.list-btn-box
select
option
{
text-align
:
center
!important
;
font-size
:
0.3rem
;
border
:
none
;
/*清除select聚焦时候的边框颜色*/
outline
:
none
;
text-indent
:
0.1rem
;
text-indent
:
0.2rem
;
}
.bottom-arrow
{
width
:
0.25rem
;
position
:
absolute
;
left
:
8.9rem
;
top
:
0.38rem
;
}
.list-btn-ul
{
margin-left
:
0.3rem
;
...
...
gzh/css/myData.less
View file @
76e73db1
...
...
@@ -36,6 +36,10 @@
height: 1rem;
position: relative;
select{
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
-ms-appearance:none;
background: #E4F9F9;
width: 1.5rem;
height: 0.7rem;
...
...
@@ -49,20 +53,24 @@
filter: none !important;
outline: none;
background-image: none !important;
text-indent: 0.
1
rem;
text-indent: 0.
2
rem;
right: 0.65rem;
top: 0.1rem;
option{
text-align: center !important;
font-size: 0.3rem;
border: none;
/*清除select聚焦时候的边框颜色*/
outline: none;
text-indent: 0.1rem;
text-indent: 0.2rem;
}
}
}
.bottom-arrow{
width: 0.25rem;
position: absolute;
left: 8.9rem;
top: 0.38rem;
}
.list-btn-ul{
margin-left: 0.3rem;
li{
...
...
gzh/images/bottom.png
0 → 100644
View file @
76e73db1
232 Bytes
gzh/myData.html
View file @
76e73db1
...
...
@@ -52,6 +52,7 @@
<option
value =
"1"
>
按周
</option>
<option
value =
"2"
>
按月
</option>
</select>
<img
class=
"bottom-arrow"
src=
"images/bottom.png"
alt=
""
>
</div>
<div
class=
"list-top-box clearfix"
>
<!-- <div class="list-top-box1">
...
...
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