20 lines
447 B
CSS
20 lines
447 B
CSS
/*放全局颜色,尺寸等代码*/
|
|
|
|
:root {
|
|
--themeColor: #fb7299;
|
|
--otherThemeColor: #fe7fa2;
|
|
--whiteColor: #fff;
|
|
--blackColor: #000;
|
|
--textColor: #999;
|
|
|
|
--fontSize12: 0.24rem;
|
|
--fontSize13: 0.26rem;
|
|
--fontSize14: 0.28rem;
|
|
--fontSize15: 0.3rem;
|
|
--fontSize16: 0.32rem;
|
|
--fontSize17: 0.34rem;
|
|
--fontSize18: 0.36rem;
|
|
--fontSize19: 0.38rem;
|
|
--fontSize20: 0.4rem;
|
|
--fontSize21: 0.42rem;
|
|
} |