样式精简
This commit is contained in:
parent
163fe73026
commit
4800b301e4
@ -30,11 +30,7 @@ $CDN = hexo-config("CDN") || './fonts/'
|
|||||||
src url($CDN + 'icomoon/icomoon.eot?#iefixe2xg5y') format('embedded-opentype'),
|
src url($CDN + 'icomoon/icomoon.eot?#iefixe2xg5y') format('embedded-opentype'),
|
||||||
url($CDN + 'icomoon/icomoon.woff?e2xg5y') format('woff'),
|
url($CDN + 'icomoon/icomoon.woff?e2xg5y') format('woff'),
|
||||||
url($CDN + 'icomoon/icomoon.ttf?e2xg5y') format('truetype'),
|
url($CDN + 'icomoon/icomoon.ttf?e2xg5y') format('truetype'),
|
||||||
url($CDN + 'icomoon/icomoon.svg?e2xg5y#icomoon') format('svg'),
|
url($CDN + 'icomoon/icomoon.svg?e2xg5y#icomoon') format('svg')
|
||||||
url('./fonts/icomoon/icomoon.eot?#iefixe2xg5y') format('embedded-opentype'),
|
|
||||||
url('./fonts/icomoon/icomoon.woff?e2xg5y') format('woff'),
|
|
||||||
url('./fonts/icomoon/icomoon.ttf?e2xg5y') format('truetype'),
|
|
||||||
url('./fonts/icomoon/icomoon.svg?e2xg5y#icomoon') format('svg')
|
|
||||||
font-weight normal
|
font-weight normal
|
||||||
font-style normal
|
font-style normal
|
||||||
[class^="icon-"],[class*=" icon-"]
|
[class^="icon-"],[class*=" icon-"]
|
||||||
|
|||||||
@ -1,22 +0,0 @@
|
|||||||
/*!
|
|
||||||
* 搜索框
|
|
||||||
*/
|
|
||||||
.search-form
|
|
||||||
position relative
|
|
||||||
padding 10px 70px 0 0
|
|
||||||
.form-control
|
|
||||||
display block
|
|
||||||
width 100%
|
|
||||||
padding 5px 5px 5px 10px
|
|
||||||
border 2px solid c-ddd
|
|
||||||
border-right 0
|
|
||||||
outline 0
|
|
||||||
box-shadow 2px 2px 4px rgba(0, 0, 0, .07) inset
|
|
||||||
.btn
|
|
||||||
position absolute
|
|
||||||
top 10px
|
|
||||||
right 0
|
|
||||||
width 70px
|
|
||||||
padding 7px 0
|
|
||||||
&:hover
|
|
||||||
opacity .75
|
|
||||||
@ -32,10 +32,6 @@ $comment_config = hexo-config("comment.enable")
|
|||||||
@import "_partial/theme"
|
@import "_partial/theme"
|
||||||
@import "_partial/highlight"
|
@import "_partial/highlight"
|
||||||
|
|
||||||
// 搜索框样式
|
|
||||||
//-----------------------------------------------
|
|
||||||
@import "_partial/searchform"
|
|
||||||
|
|
||||||
// 侧栏样式
|
// 侧栏样式
|
||||||
//-----------------------------------------------
|
//-----------------------------------------------
|
||||||
@import "_partial/sidebar"
|
@import "_partial/sidebar"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user