Browse Source

[首页][修改]:[首页ui修改]

tags/湖南版5.1.4
meo 6 years ago
parent
commit
b173d23e0c
6 changed files with 11 additions and 8 deletions
  1. +2
    -2
      components/banner/index.wxss
  2. +2
    -1
      pages/bargain/bargain.json
  3. +1
    -0
      pages/integralmall/index.json
  4. +3
    -3
      pages/main/bargain/index.wxss
  5. +2
    -2
      pages/main/spellGroup/index.wxss
  6. +1
    -0
      pages/spellGroup/spellGroup.json

+ 2
- 2
components/banner/index.wxss View File

@@ -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; */


+ 2
- 1
pages/bargain/bargain.json View File

@@ -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",


+ 1
- 0
pages/integralmall/index.json View File

@@ -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",


+ 3
- 3
pages/main/bargain/index.wxss View File

@@ -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;
} }


+ 2
- 2
pages/main/spellGroup/index.wxss View File

@@ -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;
} }


+ 1
- 0
pages/spellGroup/spellGroup.json View File

@@ -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",


Loading…
Cancel
Save