parent
85f00cd060
commit
3c1fd4a4e9
@ -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;
|
||||
}
|
Loading…
Reference in new issue