Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
iot_mobile_login
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wuhao
iot_mobile_login
Commits
86ea7364
Commit
86ea7364
authored
Feb 17, 2023
by
wuhao
🎯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
asder
parent
158bdafb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
index.html
index.html
+2
-1
logo.png
logo.png
+0
-0
style.css
style.css
+6
-4
No files found.
index.html
View file @
86ea7364
...
...
@@ -12,7 +12,8 @@
<div
class=
"m-layout cpc-triadic codepenchallenge"
id=
"container"
>
<canvas
id=
"canvas3d"
></canvas>
<div
class=
"m-container m-container--login"
>
<a
class=
"logo"
></a>
<a
class=
"logo"
>
</a>
<form
class=
"m-form"
>
<h2
class=
"m-form_title"
>
立即登录
...
...
logo.png
0 → 100644
View file @
86ea7364
17.1 KB
style.css
View file @
86ea7364
...
...
@@ -27,16 +27,18 @@ a {
overflow
:
hidden
;
box-sizing
:
border-box
;
background
:
linear-gradient
(
to
bottom
,
#142f4d
,
#657b90
)
!important
;
box-shadow
:
0px
32px
47px
rgba
(
32
,
23
,
23
,
0.09
);
box-shadow
:
0px
4px
22px
rgba
(
32
,
23
,
23
,
0.3
);
}
.logo
{
position
:
absolute
;
top
:
30px
;
left
:
30px
;
width
:
44px
;
height
:
44px
;
background-color
:
#375071
;
width
:
52px
;
height
:
52px
;
background
:
url(./logo.png)
no-repeat
center
;
background-color
:
transparent
!important
;
background-size
:
contain
;
opacity
:
1
;
}
...
...
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