From 7f1cf3513ae4a7b67b6201f605d4e001c794fab1 Mon Sep 17 00:00:00 2001 From: p7zwxau5j <904679083@qq.com> Date: Tue, 8 Oct 2024 14:32:43 +0800 Subject: [PATCH] ADD file via upload --- index.wxss | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 index.wxss diff --git a/index.wxss b/index.wxss new file mode 100644 index 0000000..cf2df22 --- /dev/null +++ b/index.wxss @@ -0,0 +1,70 @@ +/* pages/login/login.wxss */ +.container { + display: grid; + flex-direction: column; + justify-content: center; + height: 100%; + padding: 20px; + background-image: url(https://bpic.588ku.com/back_pic/06/19/09/2263452c01ca3e6.jpg); + background-repeat: no-repeat; + background-size: 100% 100%; + background-position: center; +} + +.title { + font-size: 50px; + font-weight: bold; + color: rgba(255, 255, 255, 0.884); + text-align: center; + width: 100%; +} + +.middle-title { + display: flex; + justify-content: center; + width: 100%; + font-weight: bold; + font-size: 20px; + color: rgba(255, 255, 255, 0.788); + margin-top: 3%; +} + +.input-group { + display: flex; + justify-content: center; + width: 100%; + margin-top: 30%; +} + +.input-group1 { + display: flex; + justify-content: center; + width: 100%; + margin-top: 3%; +} + +.input-field { + width: 100%; + padding: 15px; + font-size: 20px; + border: 1px solid rgba(255, 255, 255, 0); + border-radius: 10px; + background-color: white; + opacity: 0.75; +} + +.getin-button { + display: flex; + justify-content: space-between; + margin-top: 5%; + margin-right: 4%; + margin-left: 4%; +} + +.login-button { + width: 100%; + background-color: rgba(0, 255, 255, 0.664); + padding: 10px; + border-radius: 10px; + font-size: 16px; +} \ No newline at end of file