Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
75cfedd4
authored
2020-11-20 14:29:24 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式
1 parent
0a57d57e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
staticCss/common.css
staticImages/search.png
staticJs/head.js
staticCss/common.css
View file @
75cfedd
...
...
@@ -107,7 +107,15 @@ div.top-logo .top_logo_search {
}
div
.top-logo
.top_logo_search
input
{
border-radius
:
50px
;
border
:
2px
solid
#CBCBCB
;
border
:
1.5px
solid
#CBCBCB
;
padding-left
:
15px
;
}
.search_img
{
width
:
13px
;
height
:
13px
;
position
:
absolute
;
top
:
11px
;
right
:
19px
;
}
div
.top-logo
.login
{
float
:
right
;
...
...
staticImages/search.png
0 → 100644
View file @
75cfedd
1.17 KB
staticJs/head.js
View file @
75cfedd
...
...
@@ -26,7 +26,7 @@ document.writeln("");
document
.
writeln
(
" <div class=\'top_logo_search\'>"
);
document
.
writeln
(
" <input type=\'text\' name=\'title\' required lay-verify=\'required\' placeholder=\'请输入关键字搜索\' autocomplete=\'off\'"
);
document
.
writeln
(
" class=\'layui-input\'>"
);
document
.
writeln
(
" <i
class=\'layui-icon layui-icon-search\' style=\'font-size: 14px;\'></i
>"
);
document
.
writeln
(
" <i
mg class=\'search_img\' src=\'"
+
localhostPaht
+
"/staticImages/search.png\'
>"
);
document
.
writeln
(
" </div>"
);
document
.
writeln
(
""
);
document
.
writeln
(
" <ul class=\'login\'>"
);
...
...
Please
register
or
sign in
to post a comment