You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.2 KiB
59 lines
1.2 KiB
.background-container {
|
|
display: inline-flex;
|
|
height: 1066px;
|
|
overflow: hidden;
|
|
padding: 256px 356px 256px 143px;
|
|
background: #FFF;
|
|
align-items: center;
|
|
}
|
|
|
|
.firstcontainer {
|
|
position: relative;
|
|
display: flex;
|
|
width: 1217px;
|
|
height: 554px;
|
|
overflow: hidden;
|
|
padding: 245px 0px 232px 119px;
|
|
border-radius: 20px;
|
|
background: #FFF;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
}
|
|
|
|
.text {
|
|
position: absolute;
|
|
top: 245px;
|
|
bottom: 232px;
|
|
left: 119px;
|
|
width: 1131px;
|
|
flex-shrink: 0;
|
|
color: #000;
|
|
font-family: Inter;
|
|
font-size: 64px;
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
line-height: normal;
|
|
text-align: center;
|
|
}
|
|
|
|
.intext {
|
|
color: rgba(0, 0, 0, 0.19);
|
|
font-family: Inter;
|
|
font-size: 64px;
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
line-height: normal;
|
|
text-decoration-line: underline;
|
|
}
|
|
|
|
#fileInput {
|
|
/* 隐藏文件输入元素 */
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: 0;
|
|
cursor: pointer;
|
|
/* 确保隐藏的元素仍然可以接收点击事件 */
|
|
} |