Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AmosBankView
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bank
AmosBankView
Commits
e2ff8e43
Commit
e2ff8e43
authored
Dec 29, 2020
by
宁天庆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
9d622e77
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
118 additions
and
40 deletions
+118
-40
index.js
src/styles/index.js
+1
-0
redtheme.scss
src/styles/redtheme.scss
+75
-0
application.jpg
src/uaconf/application.jpg
+0
-0
application.png
src/uaconf/application.png
+0
-0
index.js
src/uaconf/index.js
+42
-3
main.scss
src/view/common/mainframe/style/main.scss
+0
-37
No files found.
src/styles/index.js
View file @
e2ff8e43
import
'./base.scss'
;
import
'./view/index.scss'
;
import
'./redtheme.scss'
;
src/styles/redtheme.scss
0 → 100644
View file @
e2ff8e43
#app
.view-port
{
.header
{
background
:
#c9000b
;
}
.header
.header-navs
.logo-wrapper
{
display
:
inline-block
;
width
:
auto
;
padding-left
:
20px
;
.header-logo
{
padding-right
:
66px
;
background
:
#c9000b
;
border-right
:
1px
solid
#b30b14
;
font-size
:
16px
;
color
:
#fafafa
;
.header-logo-pic
{
max-height
:
100%
;
margin-right
:
8px
;
}
}
}
.header
.header-navs
.nav-menu-wrapper
.nav-menu-box
{
.nav-menu-list
{
>
.nav-menu-item
{
height
:
42px
;
border-right
:
1px
solid
#b30b14
;
.nav-menu-item-label
{
font-size
:
14px
;
color
:
#ffffff
;
}
}
}
}
.tabs-outside-precontrol
.amos-tabs-list
.amos-tabs-tabitem
{
margin-right
:
8px
;
}
.tabs-outside-precontrol
.amos-tabs-list
.amos-tabs-tabitem-active
.amos-tabs-tabitem-inner
{
height
:
35px
;
margin-left
:
0
!
important
;
color
:
black
!
important
;
border
:
1px
solid
#e6e0e0
!
important
;
background
:
linear-gradient
(
#eeeeee
,
#e1e1e1
);
display
:
flex
;
align-items
:
center
;
}
.tabs-outside-precontrol
.amos-tabs-list
.amos-tabs-tabitem-inner
{
display
:
flex
;
align-items
:
center
;
border
:
1px
solid
#e6e0e0
!
important
;
&
:hover
{
border
:
1px
solid
#e6e0e0
!
important
;
background
:
linear-gradient
(
#eeeeee
,
#e1e1e1
);
color
:
black
!
important
;
}
}
.header
.header-navs
.nav-menu-wrapper
.nav-menu-box
.nav-menu-list
.nav-menu-item.active
{
background-color
:
#94040c
;
}
.menu-item-link
:active
,
.menu-item-link
:focus
,
.menu-item-link
:hover
{
color
:
white
;
text-decoration
:
none
;
}
}
\ No newline at end of file
src/uaconf/application.jpg
deleted
100644 → 0
View file @
9d622e77
140 KB
src/uaconf/application.png
0 → 100644
View file @
e2ff8e43
This diff is collapsed.
Click to expand it.
src/uaconf/index.js
View file @
e2ff8e43
...
...
@@ -206,12 +206,51 @@
}
.app-item-footer {
color: red !important;
text-shadow: none !important;
color: white !important;
text-shadow: rgb(52, 95, 166) 0px 0px 0.2em !important;
}
#app .setting-box-img {
height: 100%;
display: flex;
align-items: center;
}
#app .app-list-content-one {
margin-top: 9vw;
}
#app .setting-box-img img {
width: 24px;
height: 24px;
}
#app .header .user-area .amos-single-pop-trigger {
height: 42px;
line-height: 42px;
display: flex;
align-items: center;
}
#app .header .user-area .amos-avatar {
width: 24px;
height: 24px;
border-radius: 4px;
}
#app .app-center {
background: url(/uaconf/application.jpg) no-repeat;
background: transparent;
position: relative;
}
#app .app-center::before {
content: "";
background: url(/uaconf/application.png) no-repeat;
position: absolute;
top: 0;
width: 100%;
height: 100%;
z-index: 0;
}
`
;
document
.
head
.
appendChild
(
b
);
...
...
src/view/common/mainframe/style/main.scss
View file @
e2ff8e43
...
...
@@ -388,43 +388,6 @@
}
}
#app
.view-port
.header
{
background
:
#c9000b
;
}
#app
.view-port
.header
.header-navs
.logo-wrapper
{
display
:
inline-block
;
width
:
auto
;
padding-left
:
20px
;
.header-logo
{
padding-right
:
66px
;
background
:
#c9000b
;
border-right
:
1px
solid
#b30b14
;
font-size
:
16px
;
color
:
#fafafa
;
.header-logo-pic
{
max-height
:
100%
;
margin-right
:
8px
;
}
}
}
#app
.view-port
.header
.header-navs
.nav-menu-wrapper
.nav-menu-box
{
.nav-menu-list
{
>
.nav-menu-item
{
height
:
42px
;
border-right
:
1px
solid
#b30b14
;
.nav-menu-item-label
{
font-size
:
14px
;
color
:
#ffffff
;
}
}
}
}
.user-area
{
.amos-single-pop-trigger
{
height
:
$top-height
;
...
...
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