diff --git a/CoreCms.Net.Uni-App/CoreShop/pages/subpackage/member/invoice/set/set.scss b/CoreCms.Net.Uni-App/CoreShop/pages/subpackage/member/invoice/set/set.scss index 4446a0c0..0541fcb7 100644 --- a/CoreCms.Net.Uni-App/CoreShop/pages/subpackage/member/invoice/set/set.scss +++ b/CoreCms.Net.Uni-App/CoreShop/pages/subpackage/member/invoice/set/set.scss @@ -1,91 +1,88 @@ .layout-set-box { - padding-bottom: 200rpx; - margin: 25rpx; - padding: 30rpx; - background-color: #fff; - border-radius: 15rpx; + padding-bottom: 200rpx; + margin: 25rpx; + padding: 30rpx; + background-color: #fff; + border-radius: 15rpx; - .item-box { - .lab { - font-size: 30rpx; - margin-bottom: 20rpx; - } - } + .item-box { + .lab { + font-size: 30rpx; + margin-bottom: 20rpx; + } + } - .invoice-list { - margin-top: 20rpx; - background-color: #fff; - box-shadow: 0 0 15rpx #eee; - max-height: 325rpx; - overflow-y: scroll; - .list-box { - display: flex; - align-items: center; - justify-content: space-between; - background: #f9f9f9; - padding: 10rpx 20rpx; - margin-bottom: 10rpx; + .invoice-list { + margin-top: 20rpx; + background-color: #fff; + box-shadow: 0 0 15rpx #eee; + max-height: 325rpx; + overflow-y: scroll; + .list-box { + display: flex; + align-items: center; + justify-content: space-between; + background: #f9f9f9; + padding: 10rpx 20rpx; + margin-bottom: 10rpx; - .msg-box { - .name { - font-size: 27rpx; - margin-bottom: 10rpx; - } + .msg-box { + .name { + font-size: 27rpx; + margin-bottom: 10rpx; + } - .code { - font-size: 24rpx; - color: #aaa; - } - } + .code { + font-size: 24rpx; + color: #aaa; + } + } - .peo { - font-size: 27rpx; - color: #aaa; - } - } - } + .peo { + font-size: 27rpx; + color: #aaa; + } + } + } } .goods-detail-bottom-tabbar { - position: fixed; - bottom: 0; - width: 100%; - left: 0; - border-top: solid 1px #f2f2f2; - background-color: #ffffff; - padding-bottom: calc(env(safe-area-inset-bottom) / 2); - z-index: 99; - display: flex; - align-items: center; - justify-content: space-between; + position: fixed; + bottom: 0; + width: 100%; + left: 0; + border-top: solid 1px #f2f2f2; + background-color: #ffffff; + padding-bottom: calc(env(safe-area-inset-bottom) / 2); + z-index: 99; + display: flex; + align-items: center; + justify-content: space-between; - .btn-box { - padding:20rpx; - width: calc(100% - 40rpx); - display: flex; - align-items: center; - justify-content: space-between; + .btn-box { + width: 100%; + display: flex; + align-items: center; + justify-content: space-between; + .btn { + flex: 1; + margin: 20rpx; + font-size: 27rpx; + height: 90prx; + line-height: 90rpx; + border-radius: 15rpx; + text-align: center; + color: #fff; + } + .no { + background-color: #333; + } - .no { - width: 48%; - background-color: #333; - color: #fff; - font-size: 27rpx; - height: 90prx; - line-height: 90rpx; - border-radius: 15rpx; - text-align: center; - } - - .ok { - width: 48%; - background-color: #d33123; - color: #fff; - font-size: 27rpx; - height: 90prx; - line-height: 90rpx; - border-radius: 15rpx; - text-align: center; - } - } + .ok { + background-color: #d33123; + } + .choose { + background-color: #54bd63; + } + } } diff --git a/CoreCms.Net.Uni-App/CoreShop/pages/subpackage/member/invoice/set/set.vue b/CoreCms.Net.Uni-App/CoreShop/pages/subpackage/member/invoice/set/set.vue index 561b966c..0f0bc035 100644 --- a/CoreCms.Net.Uni-App/CoreShop/pages/subpackage/member/invoice/set/set.vue +++ b/CoreCms.Net.Uni-App/CoreShop/pages/subpackage/member/invoice/set/set.vue @@ -1,165 +1,186 @@ \ No newline at end of file