diff --git a/assets/img/account/order_status_1.png b/assets/img/account/order_status_1.png index bfeff83..161e0a3 100644 Binary files a/assets/img/account/order_status_1.png and b/assets/img/account/order_status_1.png differ diff --git a/assets/img/account/order_status_1_active.png b/assets/img/account/order_status_1_active.png new file mode 100644 index 0000000..bfeff83 Binary files /dev/null and b/assets/img/account/order_status_1_active.png differ diff --git a/assets/img/account/order_status_2_active.png b/assets/img/account/order_status_2_active.png new file mode 100644 index 0000000..6b79125 Binary files /dev/null and b/assets/img/account/order_status_2_active.png differ diff --git a/assets/img/account/order_status_3_active.png b/assets/img/account/order_status_3_active.png new file mode 100644 index 0000000..240230f Binary files /dev/null and b/assets/img/account/order_status_3_active.png differ diff --git a/assets/img/account/order_status_4_active.png b/assets/img/account/order_status_4_active.png new file mode 100644 index 0000000..5267cd5 Binary files /dev/null and b/assets/img/account/order_status_4_active.png differ diff --git a/assets/img/account/order_status_5_active.png b/assets/img/account/order_status_5_active.png new file mode 100644 index 0000000..1383c34 Binary files /dev/null and b/assets/img/account/order_status_5_active.png differ diff --git a/assets/img/account/order_status_close.png b/assets/img/account/order_status_close.png new file mode 100644 index 0000000..3592566 Binary files /dev/null and b/assets/img/account/order_status_close.png differ diff --git a/assets/img/order/pay_success.png b/assets/img/order/pay_success.png new file mode 100644 index 0000000..52651d7 Binary files /dev/null and b/assets/img/order/pay_success.png differ diff --git a/assets/scss/global.scss b/assets/scss/global.scss index e1fee84..eaf5ae1 100644 --- a/assets/scss/global.scss +++ b/assets/scss/global.scss @@ -35,7 +35,13 @@ a { text-decoration:none; color: #333; &:hover { text-decoration:none;} } -.layout-box { +.c-white-main { width: 1200px; margin: 0 auto; +} +.c-grey-main{ + width: 1200px; + margin: 0 auto; + background: #fff; + } \ No newline at end of file diff --git a/components/BsPay.vue b/components/BsPay.vue index 44fcead..6c016d0 100644 --- a/components/BsPay.vue +++ b/components/BsPay.vue @@ -2,14 +2,14 @@ * @Author: ch * @Date: 2022-05-08 00:39:50 * @LastEditors: ch - * @LastEditTime: 2022-05-09 21:37:07 + * @LastEditTime: 2022-05-10 11:31:50 * @Description: file content -->