From b7df4c223509733f86e38f5a302b8dd96f2c90a2 Mon Sep 17 00:00:00 2001 From: Kane Date: Fri, 21 Oct 2022 01:19:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E8=BF=9B=E5=BA=A6=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/java/car_dealer/src/main/webapp/test.jsp | 23 +++++++++++++++++++ code/web/car_dealer/css/kane.css | 10 +++++--- code/web/car_dealer/vue/vue_01.html | 12 +++++----- 3 files changed, 36 insertions(+), 9 deletions(-) create mode 100644 code/java/car_dealer/src/main/webapp/test.jsp diff --git a/code/java/car_dealer/src/main/webapp/test.jsp b/code/java/car_dealer/src/main/webapp/test.jsp new file mode 100644 index 0000000..87f26ed --- /dev/null +++ b/code/java/car_dealer/src/main/webapp/test.jsp @@ -0,0 +1,23 @@ +<%-- /* + * @Author: Kane + * @Date: 2022-10-21 00:14:43 + * @LastEditors: Kane + * @LastEditTime: 2022-10-21 00:16:48 + * @FilePath: \car_dealer\src\main\webapp\test.jsp + * @Description: + * + * Copyright (c) ${2022} by Kane, All Rights Reserved. + */ --%> +<%@ page contentType="text/html;charset=UTF-8" %> + + + + + + + Document + + + + + \ No newline at end of file diff --git a/code/web/car_dealer/css/kane.css b/code/web/car_dealer/css/kane.css index c2ce6c8..db2d5ce 100644 --- a/code/web/car_dealer/css/kane.css +++ b/code/web/car_dealer/css/kane.css @@ -2,7 +2,7 @@ * @Author: Kane * @Date: 2022-10-12 08:49:14 * @LastEditors: Kane - * @LastEditTime: 2022-10-20 16:45:14 + * @LastEditTime: 2022-10-21 00:09:08 * @FilePath: \car_dealer\css\kane.css * @Description: vue学习用的样式表! * @@ -24,7 +24,7 @@ html { } #root, -#app *+* { +#app * + * { margin-top: 15px; text-align: center; } @@ -60,6 +60,10 @@ button { text-align: center; } +button:hover { + cursor: pointer; +} + /* 用于按钮点击时样式切换。 */ button:active { background-color: var(--btn-font-color); @@ -76,4 +80,4 @@ label { display: inline-block; font-size: 2rem; margin-top: 15px; -} \ No newline at end of file +} diff --git a/code/web/car_dealer/vue/vue_01.html b/code/web/car_dealer/vue/vue_01.html index e0dad37..547b625 100644 --- a/code/web/car_dealer/vue/vue_01.html +++ b/code/web/car_dealer/vue/vue_01.html @@ -2,7 +2,7 @@ * @Author: Kane * @Date: 2022-10-20 15:07:59 * @LastEditors: Kane - * @LastEditTime: 2022-10-20 16:45:40 + * @LastEditTime: 2022-10-21 00:07:49 * @FilePath: \car_dealer\vue\vue_01.html * @Description: * @@ -16,9 +16,9 @@ vue3入门 - + - + @@ -27,8 +27,8 @@

{{title}}

{{count}}

- - + +
@@ -50,7 +50,7 @@ this.btn_switch = !this.btn_switch; this.btn_title = this.btn_switch ? "走你!" : "滚"; - } + }, }, };