新修改了UI颜色。准备隐藏商城菜单
This commit is contained in:
6
app.json
6
app.json
@@ -73,10 +73,10 @@
|
|||||||
},
|
},
|
||||||
"tabBar": {
|
"tabBar": {
|
||||||
"custom": true,
|
"custom": true,
|
||||||
"color": "#6e6d6b",
|
"color": "#999999",
|
||||||
"selectedColor": "#1E88E5",
|
"selectedColor": "#FF6B35",
|
||||||
"borderStyle": "white",
|
"borderStyle": "white",
|
||||||
"backgroundColor": "#292929",
|
"backgroundColor": "#FFFFFF",
|
||||||
"list": [
|
"list": [
|
||||||
{
|
{
|
||||||
"pagePath": "pages/index/index",
|
"pagePath": "pages/index/index",
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
Component({
|
Component({
|
||||||
data: {
|
data: {
|
||||||
selected: 0,
|
selected: 0,
|
||||||
color: "#6e6d6b",
|
color: "#999999",
|
||||||
selectedColor: "#6BA3F0",
|
selectedColor: "#FF6B35",
|
||||||
"list": []
|
"list": []
|
||||||
},
|
},
|
||||||
attached() {
|
attached() {
|
||||||
|
|||||||
@@ -7,11 +7,12 @@
|
|||||||
background: white;
|
background: white;
|
||||||
display: flex;
|
display: flex;
|
||||||
padding-bottom: env(safe-area-inset-bottom);
|
padding-bottom: env(safe-area-inset-bottom);
|
||||||
background-color: #292929;
|
background-color: #FFFFFF;
|
||||||
|
box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-bar-border {
|
.tab-bar-border {
|
||||||
background-color: rgba(0, 0, 0, 0.1);
|
background-color: rgba(107, 163, 240, 0.2);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"navigationBarTitleText": "银花优选"
|
"navigationBarTitleText": "仁E森命"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user