user
parent
1eb5f9703f
commit
39cb4569b4
|
|
@ -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 |
|
|
@ -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;
|
||||
}
|
||||
|
||||
/* 导航列表 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue