From 3c1fd4a4e9dacc5946112136462972b9db252a63 Mon Sep 17 00:00:00 2001 From: pzmji3gwt <2546626818@qq.com> Date: Sat, 12 Oct 2024 22:32:40 +0800 Subject: [PATCH] ADD file via upload --- style_4.css | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 style_4.css diff --git a/style_4.css b/style_4.css new file mode 100644 index 0000000..365d055 --- /dev/null +++ b/style_4.css @@ -0,0 +1,58 @@ +html, +body { + height: 100%; + margin: 0; + display: flex; + justify-content: center; + /* 水平居中 */ + align-items: center; + /* 垂直居中 */ +} + +.background-container { + display: flex; + width: 1913px; + overflow: hidden; + padding: 331px 348px 384px 348px; + background: #FFF; + justify-content: center; + align-items: center; +} + +.firstcontainer { + display: flex; + width: 1217px; + height: 554px; + padding: 200.832px 242.692px 160.832px 256.692px; + border-radius: 20px; + box-shadow: 0px 4px 73px 27px rgba(0, 0, 0, 0.25); + background: #FFF; + justify-content: flex-end; + align-items: center; + flex-shrink: 0; +} + +.getexcel { + display: flex; + width: 717px; + height: 190px; + transform: rotate(-0.187deg); + padding-bottom: 92px; + justify-content: center; + align-items: center; + flex-shrink: 0; + cursor: pointer; + /* 更改鼠标悬停时的光标样式,表明可点击 */ +} + +.text { + width: 717px; + flex-shrink: 0; + color: #000; + font-family: Inter; + font-size: 96px; + font-style: normal; + font-weight: 400; + line-height: normal; + text-align: center; +} \ No newline at end of file