From ca14cc8feb7d38fae9d4838d4384e25b63d0ee21 Mon Sep 17 00:00:00 2001 From: sa0ChunLuyu Date: Tue, 8 Oct 2024 14:29:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20web=20=E7=99=BB=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Laravel/public/tool/register.html | 1154 +++++++++++++++++++---------- 1 file changed, 769 insertions(+), 385 deletions(-) diff --git a/Laravel/public/tool/register.html b/Laravel/public/tool/register.html index 2bbb00d..697ab0d 100644 --- a/Laravel/public/tool/register.html +++ b/Laravel/public/tool/register.html @@ -1,425 +1,809 @@ - - - - - - - - - - - - - 体检登记 - - - - -
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - + .select_box_wrapper { + width: calc(100% - 300px - 20px); + } + + .select_input_wrapper { + display: flex; + justify-content: space-between; + } + + .price_wrapper { + display: flex; + justify-content: space-between; + align-items: center; + margin-top: 10px; + } + + .price_value_wrapper { + font-size: 18px; + color: rgb(201, 90, 90); + } + + .select_flex_wrapper { + display: flex; + } + + .combo_active { + --el-table-tr-bg-color: #4e75a620; + } + + .plan_show_wrapper { + display: flex; + align-items: center; + justify-content: space-between; + flex-wrap: wrap; + } + + .plan_item_wrapper { + width: calc((100% / 6) - 10px); + height: 48px; + background: #9fea6a; + border-radius: 6px; + margin: 5px; + cursor: pointer; + text-align: center; + line-height: 40px; + font-size: 20px; + border: 4px solid #ffffff; + } + + .plan_item_blank_wrapper { + width: calc((100% / 6) - 10px); + margin: 5px; + } + + .plan_item_vip_wrapper { + background: #f6c65e; + } + + .plan_item_error_wrapper { + background: #cccccc; + } + + .plan_item_active_wrapper { + border: 4px solid #cf6464; + } + + .select_flex_center_wrapper { + display: flex; + align-items: center; + justify-content: center; + } + + + + + +
+ + +
+ + + + + + + + +
+
+ + +
+
+ + + + + 查看号源
-
-
-
- - - -
-
- 选择套餐 -
+
+
+ {{ i.plan_number }}
-
- - - - - - - - +
+
+
+ 取消 + 预约 +
+
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + + + 搜索 +
+
+ + +
+ {{ !!combo_show ? combo_show.name : '无' }} +
+
+ 选择套餐
-
- - - - - - - - +
+
+ + + + + + + + + + + + +
+
+ + + + + + + + +
+
+
+ 合计价格:¥ {{ pay_info.true_price }}
-
-
合计价格:¥ 9999.99
-
- 预约登记 -
+
+ 移除项目 + 预约登记
- -
- - - - + + - return { - itemSelectionChange, - idNumberUpdate, - tableRowClick, - item_list_computed, - select_table_computed, - item_table_ref, - item_list, - search_input, - select_data, - input_data, - button_config, - }; - }, - }; - const app = createApp(App); - app.use(ElementPlus); - app.mount("#app"); - - + \ No newline at end of file