107 lines
1.9 KiB
SCSS
107 lines
1.9 KiB
SCSS
.addBox {
|
|
margin: 24px;
|
|
padding: 0px 32px 40px 32px;
|
|
background: #FFFFFF;
|
|
border-radius: 16px 16px 0px 0px;
|
|
transition: 0.3s;
|
|
}
|
|
|
|
.textAreaBox {
|
|
margin-top: 40px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
position: relative;
|
|
border-bottom: 1px solid #f7f7f7;
|
|
padding-bottom: 47px;
|
|
|
|
.textAreaLeft {
|
|
font-size: 28px;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
}
|
|
|
|
.textAreaRight {
|
|
width: 70%;
|
|
}
|
|
|
|
.numsTotal {
|
|
position: absolute;
|
|
bottom: 0;
|
|
right: 0;
|
|
display: flex;
|
|
font-size: 28px;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
.msgBox {
|
|
width: 100%;
|
|
border-bottom: 1px solid #f7f7f7;
|
|
display: flex;
|
|
align-items: center;
|
|
padding-top: 40px;
|
|
padding-bottom: 40px;
|
|
justify-content: space-between;
|
|
|
|
.msgLeft {
|
|
font-size: 28px;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
}
|
|
|
|
.msgFlex {
|
|
width: 70%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
|
|
.msgName {
|
|
font-size: 28px;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
}
|
|
|
|
.msgTime {
|
|
font-size: 28px;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
}
|
|
}
|
|
}
|
|
|
|
.topBox {
|
|
background: #FFFFFF;
|
|
margin: 24px;
|
|
justify-content: center;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
overflow: hidden;
|
|
|
|
.topFont {
|
|
margin-top: 32px;
|
|
font-size: 28px;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.topMon {
|
|
font-size: 64px;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
letter-spacing: 4px;
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.topBigMon {
|
|
font-size: 24px;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
letter-spacing: 11px;
|
|
margin-bottom: 38px;
|
|
}
|
|
} |