Skip to content

Commit

Permalink
element avatar bg
Browse files Browse the repository at this point in the history
  • Loading branch information
iRuxu committed May 7, 2020
1 parent 910f283 commit e23ef6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
2 changes: 1 addition & 1 deletion css/element.css

Large diffs are not rendered by default.

20 changes: 1 addition & 19 deletions css/var.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,9 @@
@phone:767px; //手机
@ip5:374px; //iphone5超小屏

body{
margin:0;
padding:0;
font-family: -apple-system, "Microsoft YaHei", Trebuchet MS, Calibri,
BlinkMacSystemFont, Segoe UI, Helvetica Neue, Helvetica, sans-serif;
text-rendering: optimizelegibility;
}
a{
text-decoration:none;
}
hr{
margin-top: 22px;
margin-bottom: 22px;
border: 0;
border-top: 1px solid #eee;
}
.underline(@color:@color-link){
&:hover{
box-shadow:0 1px 0 @color;
}
}
svg{
outline:none;
}
@import './normalize.less'
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# JX3BOX
公共基础函数模块,路径常量,外部通用接口地址等
公共基础函数模块,路径常量,外部通用接口地址,全局主题等

## Step.1 Install
```
Expand Down

0 comments on commit e23ef6f

Please sign in to comment.