22 lines
507 B
CSS
22 lines
507 B
CSS
/* 放全局颜色,尺寸等代码 */
|
|
|
|
:root {
|
|
--themeColor: #fb7299;;
|
|
--theColor: #fbf672;
|
|
--otherThemeColor: #fe7fa2;
|
|
--whiteColor: #fff;
|
|
--blackColor: #000;
|
|
--textColor: #999;
|
|
--sizeColor: #9999995b;
|
|
|
|
--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;
|
|
} |