央视修复

feasure
lld 2026-02-17 23:51:34 +08:00
parent ad2d4a867a
commit 649b7482d0
4 changed files with 7 additions and 3 deletions

View File

@ -71,7 +71,7 @@ page {
--grayShadow: rgba(114, 130, 138, 0.2);
--blackShadow: rgba(26, 26, 26, 0.2);
background-color: var(--ghostWhite);
/*background-color: var(--ghostWhite);*/
font-size: 28rpx;
color: var(--black);
font-family: Helvetica Neue, Helvetica, sans-serif;

View File

@ -121,6 +121,11 @@
"iconPath": "static/images/tabbar/news.png",
"selectedIconPath": "static/images/tabbar/news_.png",
"text": "消息中心"
},{
"pagePath": "pages/control/index",
"iconPath": "static/images/tabbar/news.png",
"selectedIconPath": "static/images/tabbar/news_.png",
"text": "消息中心"
},
{
"pagePath": "pages/mine/index",

View File

@ -1,4 +1,4 @@
//
// ----
@import './libs/css/main.scss';
@import './libs/css/color.scss';

View File

@ -5,7 +5,6 @@ body {
/* filter: grayscale(100%);
-webkit-filter: grayscale(100%); */
background-color: $tn-bg-color;
/* background-color: #ffffff; */
font-size: 28rpx;
color: $tn-font-color;