diff --git a/src/pages/collection/info/info.vue b/src/pages/collection/info/info.vue index aa7f13b..846f947 100644 --- a/src/pages/collection/info/info.vue +++ b/src/pages/collection/info/info.vue @@ -35,12 +35,32 @@ - - - 全部 + + + + + 全部 + + + 退款 + + + + 收款100笔(¥10000.00) ,退款2笔(¥200.00) + + + + + 线上-订购 + +20.00 + + + c2021122215468999 + 退款成功 - - 退款 + + 221-12-12 14:13:25 + @@ -174,29 +194,87 @@ export default { } } - .ch-tab{ + + } + .ci-tab{ + @include centerFlex(center); + border-bottom: 2upx solid #D8D8D8; + .ct-item{ + flex-grow: 1; @include centerFlex(center); - .ct-item{ - flex-grow: 1; - @include centerFlex(center); - >view{ - position: relative; - display: inline-block; - text-align: center; - line-height: 110upx; - height: 110upx; + >view{ + position: relative; + display: inline-block; + text-align: center; + line-height: 110upx; + height: 110upx; + font-size: 32upx; + color: #9C9C9F; + &.active{ + color: $themeColor; &::after{ content: ''; display: block; - left: 0; + position: absolute; + left: 50%; bottom: 0; - width: 100%; + transform: translateX(-50%); + width: 200%; height: 8upx; border-radius: 4upx; background-color: $themeColor; } } + + } + } + } + .ci-total{ + padding: 0 24upx; + line-height: 96upx; + font-size: 24upx; + color: #9C9C9F; + @include textHide(1); + >text{ + color: #F6843E; + } + + } + .ci-ls{ + padding: 0 30upx; + .cl-item{ + padding: 30upx 0; + border-bottom: 2upx solid #D8D8D8; + .ci-name{ + margin-bottom: 8upx; + @include centerFlex(space-between); + >view{ + font-size: 32upx; + color: #1a1a1a; + width: 50%; + @include textHide(1); + &+view{ + text-align: right; + font-weight: 500; + color: #F6843E; + } + } } + .ci-line{ + @include centerFlex(space-between); + + >view{ + line-height: 34upx; + font-size: 24upx; + color: #9C9C9F; + @include textHide(1); + &+view{ + flex-shrink: 0; + max-width: 50%; + } + } + } + } } }