首页细节调整
This commit is contained in:
12
src/assets/base.less
Normal file
12
src/assets/base.less
Normal file
@ -0,0 +1,12 @@
|
||||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
font-size: 16px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.ps__thumb-y {
|
||||
background-color: #f6cbe7 !important;
|
||||
}
|
Reference in New Issue
Block a user