diff --git a/pages/index/Brandsales/Brandsales.json b/pages/index/Brandsales/Brandsales.json index e12874d..1badfb5 100644 --- a/pages/index/Brandsales/Brandsales.json +++ b/pages/index/Brandsales/Brandsales.json @@ -4,7 +4,6 @@ "chart-display":"/components/chartdisplay/index", "van-dropdown-menu": "@vant/weapp/dropdown-menu/index", "van-icon": "@vant/weapp/icon/index", - "van-popup": "@vant/weapp/popup/index", - "van-datetime-picker": "@vant/weapp/datetime-picker/index" + "van-popup": "@vant/weapp/popup/index" } } \ No newline at end of file diff --git a/pages/index/Brandsales/Brandsales.wxml b/pages/index/Brandsales/Brandsales.wxml index f0ca563..0e93dbb 100644 --- a/pages/index/Brandsales/Brandsales.wxml +++ b/pages/index/Brandsales/Brandsales.wxml @@ -1,12 +1,14 @@ - - +<<<<<<< HEAD @@ -26,8 +28,31 @@ + + + + {{date}} + + + + + —— + + + + {{date2}} + + + + + + + 时间 diff --git a/pages/index/Brandsales/Brandsales.wxss b/pages/index/Brandsales/Brandsales.wxss index 38d328f..40ac9e0 100644 --- a/pages/index/Brandsales/Brandsales.wxss +++ b/pages/index/Brandsales/Brandsales.wxss @@ -7,7 +7,7 @@ width: 686rpx; border-radius: 8rpx; background-color: #ffffff; - padding-top: 32rpx; + /* padding-top: 32rpx; */ } @@ -15,21 +15,24 @@ display: flex; align-items: center; background-color: #F9F9F9; - margin: 32rpx; + /* margin: 32rpx; */ height: 56rpx; - justify-content: center; - + justify-content: center; + } -.picker{ + +.picker { color: #0084FF; } -.line{ + +.line { color: #D0D0D0; } + .ranking { width: 686rpx; display: flex; - padding: 32rpx 32rpx 0 32rpx; + padding: 0rpx 32rpx 0 32rpx; } .title { @@ -77,14 +80,17 @@ flex-direction: row-reverse; color: #027AFF; } -.time_text{ + +.time_text { font-size: 24rpx; color: #333333; } -.section{ + +.section { display: flex; } -.popup{ + +.popup { width: 600rpx; height: 600rpx; } \ No newline at end of file