This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
xh
/
applte
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23
Commits
1
Branch
5.8 MiB
JavaScript
99.9%
Tree:
42d7fe332b
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '42d7fe332b'
${ noResults }
applte
/
static
/
css
/
common.wxss
10 lines
111 B
Raw
Blame
History
:root{
--top: 20rpx;
--top2: 40rpx
}
.mt-1{
margin-top: var(--top);
}
.mt-2{
margin-top: var(--top2);
}