提交 9c45b046 编写于 作者: G gongfuxiang

order

上级 379e4656
...@@ -47,7 +47,7 @@ App({ ...@@ -47,7 +47,7 @@ App({
// 请求地址 // 请求地址
request_url: "https://demo.shopxo.net/", request_url: "https://demo.shopxo.net/",
request_url: 'http://localhost/project/shopxo/service/', //request_url: 'http://localhost/project/shopxo/service/',
// 基础信息 // 基础信息
application_title: "ShopXO电商系统", application_title: "ShopXO电商系统",
......
{ {
"pages": ["pages/user-order/user-order", "pages": [
"pages/index/index", "pages/index/index",
"pages/goods-category/goods-category", "pages/goods-category/goods-category",
"pages/cart/cart", "pages/cart/cart",
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
"pages/user-address/user-address", "pages/user-address/user-address",
"pages/user-address-save/user-address-save", "pages/user-address-save/user-address-save",
"pages/user-order/user-order",
"pages/user-order-detail/user-order-detail", "pages/user-order-detail/user-order-detail",
"pages/user-faovr/user-faovr", "pages/user-faovr/user-faovr",
"pages/user-answer-list/user-answer-list", "pages/user-answer-list/user-answer-list",
......
/**
* 排序导航
*/
.nav-sort {
background: #eee;
}
.nav-sort-content .item {
height: 80rpx;
line-height: 80rpx;
width: 160rpx;
}
.nav-sort-content .item .icon {
width: 30rpx;
height: 30rpx;
}
.screening-submit {
width: 50rpx;
height: 50rpx;
position: absolute;
top: 15rpx;
right: 20rpx;
}
/** /**
* 商品列表 * 商品列表
*/ */
...@@ -70,27 +93,4 @@ ...@@ -70,27 +93,4 @@
left: 0; left: 0;
bottom: 0; bottom: 0;
border-radius: 0; border-radius: 0;
}
/**
* 排序导航
*/
.nav-sort {
background: #eee;
}
.nav-sort-content .item {
height: 80rpx;
line-height: 80rpx;
width: 160rpx;
}
.nav-sort-content .item .icon {
width: 30rpx;
height: 30rpx;
}
.screening-submit {
width: 50rpx;
height: 50rpx;
position: absolute;
top: 15rpx;
right: 20rpx;
} }
\ No newline at end of file
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
*/ */
.nav { .nav {
background: #eee; background: #eee;
height: 70rpx; height: 80rpx;
line-height: 70rpx; line-height: 80rpx;
} }
.nav .item { .nav .item {
width: 16.66%; width: 16.66%;
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* 列表 * 列表
*/ */
.scroll-box{ .scroll-box{
height: calc(100vh - 70rpx); height: calc(100vh - 80rpx);
} }
.goods-base { .goods-base {
min-height: 160rpx; min-height: 160rpx;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册