dashboard
repositories
filestore
activity
search
login
main
/
mob-components
WebApp【公共组件库】@前端(For Git Submodule)
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
更改小程序Tab页面切换时显示兼容
YFeng
2021-03-16
de2ed36401bdc93085d7b2e715bf212b88fc6cd5
[mob-components.git]
/
common
/
common.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**
* app
* @author Tevin
*/
@import "./sassMixin";
.m-price {
&::before {
font-size: 0.8em;
content: '¥';
}
}
.m-mark {
color: #fb4242;
}