From 5e5495ba4368c85aa650982c9c93a67bca7e5bf7 Mon Sep 17 00:00:00 2001 From: plzmcgpwb <3167850775@qq.com> Date: Sat, 12 Oct 2024 22:42:08 +0800 Subject: [PATCH] ADD file via upload --- style_2.css | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 style_2.css diff --git a/style_2.css b/style_2.css new file mode 100644 index 0000000..63d9f7b --- /dev/null +++ b/style_2.css @@ -0,0 +1,41 @@ +.background-container { + display: inline-flex; + overflow: hidden; + padding: 292px 375px 150px 524px; + background: #FFF; + justify-content: flex-end; + align-items: center; +} + +.firstcontainer { + display: flex; + height: 859px; + overflow: hidden; + padding: 360px 379px 429px 372px; + border-radius: 32px; + box-shadow: 0px 0px 72px 27px rgba(0, 0, 0, 0.25); + background: #FFF; + align-items: center; +} + +.getexcel { + display: flex; + width: 430px; + height: 70px; + padding-bottom: 33.826px; + justify-content: center; + align-items: center; +} + +.text { + width: 430px; + height: 36.174px; + flex-shrink: 0; + color: #000; + font-family: Inter; + font-size: 64px; + font-style: normal; + font-weight: 400; + line-height: normal; + text-align: center; +} \ No newline at end of file