Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
baiguangyao
mr-julyedu
Commits
40fce332
Commit
40fce332
authored
Apr 18, 2019
by
baiguangyao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
公共变量
parent
9fc1818d
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
264 additions
and
10 deletions
+264
-10
.history/src/common/Nav/NavLink/index_20190418144302.scss
+25
-0
.history/src/common/Nav/NavLink/index_20190418144455.scss
+25
-0
.history/src/styles/variable_20190418143840.scss
+53
-0
.history/src/styles/variable_20190418144100.scss
+52
-0
.history/src/styles/variable_20190418144133.scss
+49
-0
.history/src/styles/variable_20190418144247.scss
+50
-0
src/styles/variable.scss
+10
-10
No files found.
.history/src/common/Nav/NavLink/index_20190418144302.scss
0 → 100644
View file @
40fce332
.root-item
{
flex
:
auto
;
display
:
flex
;
flex-direction
:
column
;
flex-wrap
:
wrap
;
justify-content
:
center
;
align-items
:
center
;
line-height
:
1
;
color
:
#666
;
&
:hover
{
color
:
$active
;
}
}
.ico
{
font-size
:
0
.42rem
;
display
:
block
;
margin-bottom
:
0
.1rem
;
}
.text
{
display
:
block
;
line-height
:
1
;
}
\ No newline at end of file
.history/src/common/Nav/NavLink/index_20190418144455.scss
0 → 100644
View file @
40fce332
.root-item
{
flex
:
auto
;
display
:
flex
;
flex-direction
:
column
;
flex-wrap
:
wrap
;
justify-content
:
center
;
align-items
:
center
;
line-height
:
1
;
color
:
#666
;
&
:hover
{
color
:
#0099ff
;
}
}
.ico
{
font-size
:
0
.42rem
;
display
:
block
;
margin-bottom
:
0
.1rem
;
}
.text
{
display
:
block
;
line-height
:
1
;
}
\ No newline at end of file
.history/src/styles/variable_20190418143840.scss
0 → 100644
View file @
40fce332
/*
* @ 文字颜色
*/
$white
:
#fff
;
$black
:
#000
;
$color_333
:
#333
;
$color_666
:
#666
;
$color_999
:
#999
;
/*
* @ 文字大小
*/
$font_30
:
30px
;
$font_28
:
28px
;
$font_26
:
26px
;
$font_24
:
24px
;
$font_22
:
22px
;
$font_20
:
20px
;
$font_18
:
18px
;
$font_16
:
16px
;
$font_14
:
14px
;
$font_12
:
12px
;
/*
* @ 背景颜色
*/
$bg_active
:
#09f
;
$bg_fff
:
#fff
;
$bg_000
:
#000
;
$bg_f4f4f4
:
#f4f4f4
;
$bg_f5f5f5
:
#f5f5f5
;
$body-bg
:
#fff
;
//设置通用的 body 背景色
/*
* @ 文字颜色
*/
$border-color
:
#e9e9e9
;
//边框颜色
$body-color
:
#333
;
//设置通用的字体颜色
$link-color
:
#333
;
//设置通用的链接颜色
$link-visited
:
#333
;
//设置链接访问后的颜色
/*
* @ 边框颜色
*/
/*
* @ 文字颜色
*/
.history/src/styles/variable_20190418144100.scss
0 → 100644
View file @
40fce332
/*
* @ 文字颜色
*/
$white
:
#fff
;
$black
:
#000
;
$color_333
:
#333
;
$color_666
:
#666
;
$color_999
:
#999
;
/*
* @ 文字大小
*/
$font_30
:
30px
;
$font_28
:
28px
;
$font_26
:
26px
;
$font_24
:
24px
;
$font_22
:
22px
;
$font_20
:
20px
;
$font_18
:
18px
;
$font_16
:
16px
;
$font_14
:
14px
;
$font_12
:
12px
;
/*
* @ 背景颜色
*/
$bg_active
:
#09f
;
$bg_fff
:
#fff
;
$bg_000
:
#000
;
$bg_f4f4f4
:
#f4f4f4
;
$bg_f5f5f5
:
#f5f5f5
;
$body-bg
:
#fff
;
//设置通用的 body 背景色
/*
* @ 分割线颜色
*/
$sp_ddd
:
#ddd
;
$sp_e7eaf1
:
#e7eaf1
;
/*
* @ 边框颜色
*/
/*
* @ 文字颜色
*/
.history/src/styles/variable_20190418144133.scss
0 → 100644
View file @
40fce332
/*
* @ 文字颜色
*/
$white
:
#fff
;
$black
:
#000
;
$color_333
:
#333
;
$color_555
:
#555
;
$color_666
:
#666
;
$color_999
:
#999
;
/*
* @ 文字大小
*/
$font_30
:
30px
;
$font_28
:
28px
;
$font_26
:
26px
;
$font_24
:
24px
;
$font_22
:
22px
;
$font_20
:
20px
;
$font_18
:
18px
;
$font_16
:
16px
;
$font_14
:
14px
;
$font_12
:
12px
;
/*
* @ 背景颜色
*/
$bg_active
:
#09f
;
$bg_fff
:
#fff
;
$bg_000
:
#000
;
$bg_f4f4f4
:
#f4f4f4
;
$bg_f5f5f5
:
#f5f5f5
;
$body-bg
:
#fff
;
//设置通用的 body 背景色
/*
* @ 分割线颜色
*/
$sp_ddd
:
#ddd
;
$sp_e7eaf1
:
#e7eaf1
;
/*
* @ 边框颜色
*/
.history/src/styles/variable_20190418144247.scss
0 → 100644
View file @
40fce332
/*
* @ 文字颜色
*/
$active
:
#09f
;
$white
:
#fff
;
$black
:
#000
;
$color_333
:
#333
;
$color_555
:
#555
;
$color_666
:
#666
;
$color_999
:
#999
;
/*
* @ 文字大小
*/
$font_30
:
30px
;
$font_28
:
28px
;
$font_26
:
26px
;
$font_24
:
24px
;
$font_22
:
22px
;
$font_20
:
20px
;
$font_18
:
18px
;
$font_16
:
16px
;
$font_14
:
14px
;
$font_12
:
12px
;
/*
* @ 背景颜色
*/
$bg_active
:
#09f
;
$bg_fff
:
#fff
;
$bg_000
:
#000
;
$bg_f4f4f4
:
#f4f4f4
;
$bg_f5f5f5
:
#f5f5f5
;
$body-bg
:
#fff
;
//设置通用的 body 背景色
/*
* @ 分割线颜色
*/
$sp_ddd
:
#ddd
;
$sp_e7eaf1
:
#e7eaf1
;
/*
* @ 边框颜色
*/
src/styles/variable.scss
View file @
40fce332
/*
* @ 文字颜色
*/
$active
:
#09f
;
$white
:
#fff
;
$black
:
#000
;
$color_333
:
#333
;
$color_555
:
#555
;
$color_666
:
#666
;
$color_999
:
#999
;
...
...
@@ -28,23 +30,21 @@ $font_12: 12px;
* @ 背景颜色
*/
$bg_active
:
#09f
;
$bg_fff
:
#fff
;
$bg_000
:
#000
;
$bg_f4f4f4
:
#f4f4f4
;
$body-bg
:
#f2f2f2
;
//设置通用的 body 背景色
$bg_f5f5f5
:
#f5f5f5
;
$body-bg
:
#fff
;
//设置通用的 body 背景色
/*
* @
文字
颜色
* @
分割线
颜色
*/
$border-color
:
#e9e9e9
;
//边框颜色
$body-color
:
#333
;
//设置通用的字体颜色
$link-color
:
#333
;
//设置通用的链接颜色
$link-visited
:
#333
;
//设置链接访问后的颜色
$sp_ddd
:
#ddd
;
$sp_e7eaf1
:
#e7eaf1
;
/*
* @ 边框颜色
*/
/*
* @ 文字颜色
*/
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