大量修改

This commit is contained in:
编码猿
2024-11-30 22:40:02 +08:00
commit 6b0e7cd1ed
43 changed files with 1886 additions and 0 deletions

20
css/tool/size.css Normal file
View File

@@ -0,0 +1,20 @@
/* 网页的字体 */
:root {
--f10: .2rem;
--f11: .22rem;
--f12: .24rem;
--f13: .26rem;
--f14: .28rem;
--f15: .3rem;
--f16: .32rem;
--f17: .34rem;
--f18: .36rem;
--f19: .38rem;
--f20: .4rem;
--f21: .42rem;
--f22: .44rem;
--f23: .46rem;
--f24: .48rem;
--f25: .5rem;
--f26: .52rem;
}