diff --git a/commons/style/common.scss b/commons/style/common.scss index 6a0a8f3..542d42b 100644 --- a/commons/style/common.scss +++ b/commons/style/common.scss @@ -365,7 +365,7 @@ text { right: 0; padding: 30rpx; padding-bottom: env(safe-area-inset-bottom); - + z-index: 999; /* #ifdef H5 */ padding-bottom: 28rpx; /* #endif */ @@ -427,4 +427,51 @@ text { } .bg-f7{ background-color: #F7F7F7; -} \ No newline at end of file +} +.default-box-padding{ + padding: 32rpx 28rpx; +} +.default-box-radius{ + border-radius: 16rpx; +} +.default-box-x-padding{ + padding-left: 28rpx; + padding-right: 28rpx; +} +.default-box-y-padding{ + padding-top: 32rpx; + padding-bottom: 32rpx; +} +$height: 70rpx; + +.number-box { + font-size: 28rpx; + padding: 0 26rpx; + border-radius: 6rpx 0 0 6rpx; + border-top: 2rpx solid #d9d9d9; + border-bottom: 2rpx solid #d9d9d9; + border-left: 2rpx solid #d9d9d9; + background: #fff; + box-sizing: border-box; + height: $height; + flex: 1; + line-height: $height; + } + .unit { + display: flex; + padding: 0 38rpx; + height: $height; + line-height: $height; + align-items: center; + border-radius: 0 6rpx 6rpx 0; + border: 2rpx solid #d9d9d9; + background: #f7f7fa; + font-size: 28rpx; + color: #999999; + } + .u-col-baseline{ + align-items: baseline; + } + .text-right{ + text-align: right; + } \ No newline at end of file diff --git a/components/my-components/my-bottom-btn-group.vue b/components/my-components/my-bottom-btn-group.vue index 688082a..56f6c02 100644 --- a/components/my-components/my-bottom-btn-group.vue +++ b/components/my-components/my-bottom-btn-group.vue @@ -1,10 +1,13 @@ + + diff --git a/components/my-components/my-dine-types.vue b/components/my-components/my-dine-types.vue index 05458df..bb3a040 100644 --- a/components/my-components/my-dine-types.vue +++ b/components/my-components/my-dine-types.vue @@ -1,39 +1,57 @@ diff --git a/components/my-components/my-hour-area.vue b/components/my-components/my-hour-area.vue index 8e846c7..7bb2442 100644 --- a/components/my-components/my-hour-area.vue +++ b/components/my-components/my-hour-area.vue @@ -1,97 +1,118 @@ diff --git a/components/my-components/my-time-area.vue b/components/my-components/my-time-area.vue index 7cb469d..0938a16 100644 --- a/components/my-components/my-time-area.vue +++ b/components/my-components/my-time-area.vue @@ -2,13 +2,13 @@ - 请选择日期范围 + {{ startText }} {{ startDate }} - 请选择日期范围 + {{ endText }} {{ endDate }} @@ -29,6 +29,16 @@ + + diff --git a/pageMarket/components/modal.vue b/pageMarket/components/modal.vue index d8f4fc3..99916c1 100644 --- a/pageMarket/components/modal.vue +++ b/pageMarket/components/modal.vue @@ -67,8 +67,8 @@ function confirm(){ .btn{ flex:1; text-align: center; - padding: 34rpx 20rpx; - border-radius: 4rpx; + padding: 18rpx 60rpx; + border-radius: 100rpx; font-size: 32rpx; border: 2rpx solid transparent; &.success{ diff --git a/pageMarket/distribution/add-fenxiao-user.vue b/pageMarket/distribution/add-fenxiao-user.vue index 0f31251..ef76980 100644 --- a/pageMarket/distribution/add-fenxiao-user.vue +++ b/pageMarket/distribution/add-fenxiao-user.vue @@ -66,7 +66,7 @@ {{ - item.accountPoints + item.consumeCount }} @@ -86,14 +86,7 @@ - - - +