央视修复
parent
ad2d4a867a
commit
649b7482d0
|
|
@ -71,7 +71,7 @@ page {
|
||||||
--grayShadow: rgba(114, 130, 138, 0.2);
|
--grayShadow: rgba(114, 130, 138, 0.2);
|
||||||
--blackShadow: rgba(26, 26, 26, 0.2);
|
--blackShadow: rgba(26, 26, 26, 0.2);
|
||||||
|
|
||||||
background-color: var(--ghostWhite);
|
/*background-color: var(--ghostWhite);*/
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
color: var(--black);
|
color: var(--black);
|
||||||
font-family: Helvetica Neue, Helvetica, sans-serif;
|
font-family: Helvetica Neue, Helvetica, sans-serif;
|
||||||
|
|
|
||||||
|
|
@ -121,6 +121,11 @@
|
||||||
"iconPath": "static/images/tabbar/news.png",
|
"iconPath": "static/images/tabbar/news.png",
|
||||||
"selectedIconPath": "static/images/tabbar/news_.png",
|
"selectedIconPath": "static/images/tabbar/news_.png",
|
||||||
"text": "消息中心"
|
"text": "消息中心"
|
||||||
|
},{
|
||||||
|
"pagePath": "pages/control/index",
|
||||||
|
"iconPath": "static/images/tabbar/news.png",
|
||||||
|
"selectedIconPath": "static/images/tabbar/news_.png",
|
||||||
|
"text": "消息中心"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pagePath": "pages/mine/index",
|
"pagePath": "pages/mine/index",
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// 引入公共基础类
|
// 引入公共基础类----加上会变白
|
||||||
@import './libs/css/main.scss';
|
@import './libs/css/main.scss';
|
||||||
@import './libs/css/color.scss';
|
@import './libs/css/color.scss';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@ body {
|
||||||
/* filter: grayscale(100%);
|
/* filter: grayscale(100%);
|
||||||
-webkit-filter: grayscale(100%); */
|
-webkit-filter: grayscale(100%); */
|
||||||
|
|
||||||
background-color: $tn-bg-color;
|
|
||||||
/* background-color: #ffffff; */
|
/* background-color: #ffffff; */
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
color: $tn-font-color;
|
color: $tn-font-color;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue