@@ -1,7 +1,7 @@ | |||||
.index-slide-view{ | .index-slide-view{ | ||||
position: relative; | position: relative; | ||||
width: 750rpx; | width: 750rpx; | ||||
height: 300rpx; | |||||
height: 320rpx; | |||||
overflow: hidden; | overflow: hidden; | ||||
margin:0 auto; | margin:0 auto; | ||||
/* border-radius:16rpx; */ | /* border-radius:16rpx; */ | ||||
@@ -12,7 +12,7 @@ | |||||
.index-slide-image { | .index-slide-image { | ||||
display: block; | display: block; | ||||
width: 690rpx; | width: 690rpx; | ||||
height: 300rpx; | |||||
height: 320rpx; | |||||
margin: 0 auto; | margin: 0 auto; | ||||
border-radius:16rpx; | border-radius:16rpx; | ||||
/* border-radius:16rpx; */ | /* border-radius:16rpx; */ | ||||
@@ -1,7 +1,8 @@ | |||||
{ | { | ||||
"navigationBarTitleText": "砍价专场", | "navigationBarTitleText": "砍价专场", | ||||
"enablePullDownRefresh": true, | "enablePullDownRefresh": true, | ||||
"navigationBarBackgroundColor": "#ffffff", | |||||
"navigationBarBackgroundColor": "#FF6F03", | |||||
"navigationBarTextStyle": "white", | |||||
"usingComponents": { | "usingComponents": { | ||||
"c-banner": "../../components/spellbanner/index", | "c-banner": "../../components/spellbanner/index", | ||||
"i-tab": "../../../dist/tab/index", | "i-tab": "../../../dist/tab/index", | ||||
@@ -2,6 +2,7 @@ | |||||
"navigationBarTitleText": "积分商城", | "navigationBarTitleText": "积分商城", | ||||
"enablePullDownRefresh": true, | "enablePullDownRefresh": true, | ||||
"navigationBarBackgroundColor": "#F13C42", | "navigationBarBackgroundColor": "#F13C42", | ||||
"navigationBarTextStyle": "white", | |||||
"usingComponents": { | "usingComponents": { | ||||
"c-banner": "../../components/spellbanner/index", | "c-banner": "../../components/spellbanner/index", | ||||
"i-tab": "../../../dist/tab/index", | "i-tab": "../../../dist/tab/index", | ||||
@@ -136,9 +136,9 @@ | |||||
.one-commodity-img{ | .one-commodity-img{ | ||||
width: 325rpx; | width: 325rpx; | ||||
height: 200rpx; | |||||
height: 201rpx; | |||||
float: left; | float: left; | ||||
border-radius:16rpx; | |||||
/* border-radius:16rpx; */ | |||||
margin: 20rpx 26rpx 0 13rpx; | margin: 20rpx 26rpx 0 13rpx; | ||||
} | } | ||||
.one-commodity-info .commodity-info-name{ | .one-commodity-info .commodity-info-name{ | ||||
@@ -200,7 +200,7 @@ | |||||
width: 463rpx; | width: 463rpx; | ||||
height: 201rpx; | height: 201rpx; | ||||
background: #fff; | background: #fff; | ||||
border-radius: 16rpx; | |||||
/* border-radius: 16rpx; */ | |||||
border-bottom-right-radius: 0; | border-bottom-right-radius: 0; | ||||
border-top-right-radius: 0; | border-top-right-radius: 0; | ||||
} | } | ||||
@@ -138,7 +138,7 @@ | |||||
width: 325rpx; | width: 325rpx; | ||||
height: 200rpx; | height: 200rpx; | ||||
float: left; | float: left; | ||||
border-radius:16rpx; | |||||
/* border-radius:16rpx; */ | |||||
margin: 20rpx 26rpx 0 13rpx; | margin: 20rpx 26rpx 0 13rpx; | ||||
} | } | ||||
.one-commodity-info .commodity-info-name{ | .one-commodity-info .commodity-info-name{ | ||||
@@ -200,7 +200,7 @@ | |||||
width: 463rpx; | width: 463rpx; | ||||
height: 201rpx; | height: 201rpx; | ||||
background: #fff; | background: #fff; | ||||
border-radius: 16rpx; | |||||
/* border-radius: 16rpx; */ | |||||
border-bottom-right-radius: 0; | border-bottom-right-radius: 0; | ||||
border-top-right-radius: 0; | border-top-right-radius: 0; | ||||
} | } | ||||
@@ -2,6 +2,7 @@ | |||||
"navigationBarTitleText": "拼团专场", | "navigationBarTitleText": "拼团专场", | ||||
"enablePullDownRefresh": true, | "enablePullDownRefresh": true, | ||||
"navigationBarBackgroundColor":"#F13C42", | "navigationBarBackgroundColor":"#F13C42", | ||||
"navigationBarTextStyle": "white", | |||||
"usingComponents": { | "usingComponents": { | ||||
"c-banner": "../../components/spellbanner/index", | "c-banner": "../../components/spellbanner/index", | ||||
"i-tab": "../../../dist/tab/index", | "i-tab": "../../../dist/tab/index", | ||||