mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-04 21:03:27 +08:00
order
This commit is contained in:
@ -47,7 +47,7 @@ App({
|
||||
|
||||
// 请求地址
|
||||
request_url: "https://demo.shopxo.net/",
|
||||
request_url: 'http://localhost/project/shopxo/service/',
|
||||
//request_url: 'http://localhost/project/shopxo/service/',
|
||||
|
||||
// 基础信息
|
||||
application_title: "ShopXO电商系统",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"pages": ["pages/user-order/user-order",
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/goods-category/goods-category",
|
||||
"pages/cart/cart",
|
||||
@ -15,7 +15,7 @@
|
||||
|
||||
"pages/user-address/user-address",
|
||||
"pages/user-address-save/user-address-save",
|
||||
|
||||
"pages/user-order/user-order",
|
||||
"pages/user-order-detail/user-order-detail",
|
||||
"pages/user-faovr/user-faovr",
|
||||
"pages/user-answer-list/user-answer-list",
|
||||
|
||||
@ -1,3 +1,26 @@
|
||||
/**
|
||||
* 排序导航
|
||||
*/
|
||||
.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 @@
|
||||
left: 0;
|
||||
bottom: 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;
|
||||
}
|
||||
@ -3,8 +3,8 @@
|
||||
*/
|
||||
.nav {
|
||||
background: #eee;
|
||||
height: 70rpx;
|
||||
line-height: 70rpx;
|
||||
height: 80rpx;
|
||||
line-height: 80rpx;
|
||||
}
|
||||
.nav .item {
|
||||
width: 16.66%;
|
||||
@ -14,7 +14,7 @@
|
||||
* 列表
|
||||
*/
|
||||
.scroll-box{
|
||||
height: calc(100vh - 70rpx);
|
||||
height: calc(100vh - 80rpx);
|
||||
}
|
||||
.goods-base {
|
||||
min-height: 160rpx;
|
||||
|
||||
Reference in New Issue
Block a user