diff --git a/App.vue b/App.vue index b9ecc033..9f8b1f5c 100644 --- a/App.vue +++ b/App.vue @@ -1,46 +1,39 @@ \ No newline at end of file + @import '@/sheep/scss/index.scss'; + diff --git a/pages/commission/components/account-info.vue b/pages/commission/components/account-info.vue index d0463e61..686fa7e2 100644 --- a/pages/commission/components/account-info.vue +++ b/pages/commission/components/account-info.vue @@ -1,108 +1,117 @@ + .account-card { + width: 694rpx; + margin: 0 auto; + padding: 2rpx; + background: linear-gradient(180deg, #ffffff 0.88%, #fff9ec 100%); + border-radius: 12rpx; + z-index: 3; + position: relative; + + .account-card-box { + background: #ffefd6; + + .card-box-header { + padding: 0 30rpx; + height: 72rpx; + box-shadow: 0px 2px 6px #f2debe; + + .header-title { + font-size: 24rpx; + font-weight: 500; + color: #a17545; + line-height: 30rpx; + } + + .cicon-play-arrow { + color: #a17545; + font-size: 24rpx; + line-height: 30rpx; + } + } + + .card-content { + height: 190rpx; + background: #fdfae9; + + .item-title { + font-size: 24rpx; + font-weight: 500; + color: #cba67e; + line-height: 30rpx; + margin-bottom: 24rpx; + } + + .item-detail { + font-size: 36rpx; + font-family: OPPOSANS; + font-weight: bold; + color: #692e04; + line-height: 30rpx; + } + } + } + } + \ No newline at end of file diff --git a/pages/commission/components/commission-info.vue b/pages/commission/components/commission-info.vue index fea225fd..e2ad24eb 100644 --- a/pages/commission/components/commission-info.vue +++ b/pages/commission/components/commission-info.vue @@ -1,126 +1,126 @@ + .tag-img { + width: 36rpx; + height: 36rpx; + border-radius: 50%; + margin-left: -2rpx; + } + + .tag-title { + font-size: 24rpx; + padding: 0 10rpx; + font-weight: 500; + line-height: 36rpx; + color: #fff; + } + } + } + } + \ No newline at end of file diff --git a/pages/commission/goods.vue b/pages/commission/goods.vue index 7b186f02..1d4ce36d 100644 --- a/pages/commission/goods.vue +++ b/pages/commission/goods.vue @@ -1,137 +1,123 @@ + .share-btn { + width: 120rpx; + height: 50rpx; + border-radius: 25rpx; + } + } + \ No newline at end of file diff --git a/pages/commission/order.vue b/pages/commission/order.vue index 4e92e778..56ceb786 100644 --- a/pages/commission/order.vue +++ b/pages/commission/order.vue @@ -1,417 +1,411 @@ + &::before { + content: '¥'; + font-size: 22rpx; + } + } + + .order-status { + line-height: 30rpx; + padding: 0 10rpx; + border-radius: 30rpx; + margin-left: 20rpx; + font-size: 24rpx; + color: var(--ui-BG-Main); + } + } + } + \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index 3e398c12..66dbc464 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,3 +1,4 @@ +