feat/task1-c-wallet
gongfuxiang 2018-11-26 01:24:08 +08:00
parent 1eb5f9703f
commit 39cb4569b4
3 changed files with 5 additions and 6 deletions

View File

@ -1,9 +1,9 @@
{
"pages": ["pages/user/user",
"pages": [
"pages/index/index",
"pages/goods-category/goods-category",
"pages/cart/cart",
"pages/user/user",
"pages/web-view/web-view",
"pages/login/login",
"pages/paytips/paytips",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -29,8 +29,9 @@
}
.head-nav-item view {
line-height: 38rpx;
color: #efeaea;
font-weight: 100;
}
.head-nav-item view, .message-nav text {
color: #ffd7d7;
}
.message-nav {
position: absolute;
@ -44,9 +45,7 @@
}
.message-nav text {
margin-left: 5rpx;
font-weight: 100;
font-size: 24rpx;
color: #eee;
}
/* 导航列表 */