From 2359ac4e070518f5ff27a3e212ef822e6e7d20a3 Mon Sep 17 00:00:00 2001 From: pg78ac9nr <2401677463@qq.com> Date: Thu, 10 Oct 2024 12:09:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1.0 app.wxss | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 1.0 app.wxss diff --git a/1.0 app.wxss b/1.0 app.wxss new file mode 100644 index 0000000..b4d4a98 --- /dev/null +++ b/1.0 app.wxss @@ -0,0 +1,42 @@ +/* 全局样式 */ +page { + background-color: #f0f0f0; + font-family: Arial, sans-serif; +} + +button { + background-color: #1aad19; + color: white; + border: none; + padding: 10px 20px; + border-radius: 5px; + font-size: 16px; +} + +button:active { + background-color: #1a9d18; +} + +input { + border: 1px solid #ccc; + border-radius: 5px; + padding: 10px; + margin: 10px 0; + width: 80%; + font-size: 16px; +} + +.container { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + padding: 20px; +} + +.student { + display: flex; + justify-content: space-between; + width: 100%; + margin-bottom: 10px; +} \ No newline at end of file