Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
guns-vip
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
guns-vip
Commits
91307808
Commit
91307808
authored
Nov 24, 2018
by
fengshuonan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改顶部样式 调整message弹出框的css
parent
5f9d585e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
5 deletions
+12
-5
src/main/webapp/WEB-INF/common/_container.html
+1
-1
src/main/webapp/WEB-INF/common/_top_header.html
+11
-4
src/main/webapp/assets/common/static/css/style.css
+0
-0
No files found.
src/main/webapp/WEB-INF/common/_container.html
View file @
91307808
...
@@ -83,7 +83,7 @@
...
@@ -83,7 +83,7 @@
<!-- ============================================================== -->
<!-- ============================================================== -->
<div
class=
"preloader"
>
<div
class=
"preloader"
>
<svg
class=
"circular"
viewBox=
"25 25 50 50"
>
<svg
class=
"circular"
viewBox=
"25 25 50 50"
>
<circle
class=
"path"
cx=
"50"
cy=
"50"
r=
"20"
fill=
"none"
stroke-width=
"2"
stroke-miterlimit=
"10"
/>
<circle
class=
"path"
cx=
"50"
cy=
"50"
r=
"20"
fill=
"none"
stroke-width=
"2"
stroke-miterlimit=
"10"
/>
</svg>
</svg>
</div>
</div>
...
...
src/main/webapp/WEB-INF/common/_top_header.html
View file @
91307808
<header
class=
"topbar"
>
<header
class=
"topbar"
>
<nav
class=
"navbar top-navbar navbar-
toggleable-sm
navbar-light"
>
<nav
class=
"navbar top-navbar navbar-
expand-md
navbar-light"
>
<!--页面左上角的logo部分-->
<!--页面左上角的logo部分-->
<div
class=
"navbar-header"
>
<div
class=
"navbar-header"
>
...
@@ -18,10 +18,10 @@
...
@@ -18,10 +18,10 @@
<ul
class=
"navbar-nav mr-auto mt-md-0 "
>
<ul
class=
"navbar-nav mr-auto mt-md-0 "
>
<li
class=
"nav-item"
><a
class=
"nav-link nav-toggler hidden-md-up text-muted waves-effect waves-dark"
href=
"javascript:void(0)"
><i
class=
"ti-menu"
></i></a></li>
<li
class=
"nav-item"
><a
class=
"nav-link nav-toggler hidden-md-up text-muted waves-effect waves-dark"
href=
"javascript:void(0)"
><i
class=
"ti-menu"
></i></a></li>
<li
class=
"nav-item"
><a
class=
"nav-link sidebartoggler hidden-sm-down text-muted waves-effect waves-dark"
href=
"javascript:void(0)"
><i
class=
"icon-arrow-left-circle"
></i></a></li>
<li
class=
"nav-item"
><a
class=
"nav-link sidebartoggler hidden-sm-down text-muted waves-effect waves-dark"
href=
"javascript:void(0)"
><i
class=
"icon-arrow-left-circle"
></i></a></li>
<li
class=
"nav-item dropdown"
>
<li
class=
"nav-item dropdown"
>
<a
class=
"nav-link dropdown-toggle text-muted waves-effect waves-dark"
href=
""
id=
"2"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
<i
<a
class=
"nav-link dropdown-toggle text-muted waves-effect waves-dark"
href=
""
id=
"2"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
<i
class=
"mdi mdi-email"
></i>
class=
"mdi mdi-email"
></i>
<div
class=
"notify"
>
<span
class=
"heartbit"
></span>
<span
class=
"point"
></span>
</div>
<div
class=
"notify"
><span
class=
"heartbit"
></span>
<span
class=
"point"
></span></div>
</a>
</a>
<div
class=
"dropdown-menu mailbox animated bounceInDown"
aria-labelledby=
"2"
>
<div
class=
"dropdown-menu mailbox animated bounceInDown"
aria-labelledby=
"2"
>
<ul>
<ul>
...
@@ -31,12 +31,19 @@
...
@@ -31,12 +31,19 @@
<li>
<li>
<div
class=
"message-center"
>
<div
class=
"message-center"
>
<a
href=
"https://gitee.com/stylefeng/guns"
target=
"_blank"
>
<a
href=
"https://gitee.com/stylefeng/guns"
target=
"_blank"
>
<div
class=
"user-img"
>
<img
src=
"${avatar}"
alt=
"user"
class=
"img-circle"
>
<span
class=
"profile-status online pull-right"
></span>
</div>
<div
class=
"mail-contnet"
>
<div
class=
"mail-contnet"
>
<h5>
Hi!Guns v6.0发布了!
</h5>
<h5>
Hi!Guns v6.0发布了!
</h5>
<span
class=
"time"
>
2018-11-20 12:00
</span>
</div>
</div>
</a>
</a>
</div>
</div>
</li>
</li>
<li>
<a
class=
"nav-link text-center"
href=
"javascript:void(0);"
>
<strong>
查看所有通知
</strong>
<i
class=
"fa fa-angle-right"
></i>
</a>
</li>
</ul>
</ul>
</div>
</div>
</li>
</li>
...
...
src/main/webapp/assets/common/static/css/style.css
View file @
91307808
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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