2022-11-09 16:28:07 +08:00

120 lines
2.2 KiB
SCSS

.addBox {
margin: 24px;
padding: 0px 32px 0px 32px;
background: #FFFFFF;
border-radius: 16px;
transition: 0.3s;
}
.activeBox {
transition: 0.3s;
margin: 24px;
padding: 0px 32px 0px 32px;
background: #FFFFFF;
border-radius: 16px;
}
.textAreaBox {
margin-top: 40px;
display: flex;
justify-content: space-between;
position: relative;
.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: grey;
}
}
.bottomBox {
width: 750px;
height: 160px;
background: #FFFFFF;
position: fixed;
bottom: 0;
z-index: 99;
display: flex;
padding-top: 16px;
justify-content: space-between;
.resetBox {
margin-left: 48px;
width: 311px;
height: 80px;
border-radius: 44px;
border: 1px solid #087EFF;
font-size: 28px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #337FFF;
text-align: center;
line-height: 80px;
background-color: #fff;
}
.button {
margin-right: 32px;
width: 311px;
height: 80px;
background: #68b4ff;
border-radius: 44px;
font-size: 32px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #FFFFFF;
text-align: center;
line-height: 80px;
}
.activeButton {
margin-right: 32px;
width: 311px;
height: 80px;
background: #337FFF;
border-radius: 44px;
font-size: 32px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #fff;
text-align: center;
line-height: 80px;
}
}
.safeBox {
height: 160px;
width: 100%;
}
.openBox {
// height: 82px;
display: flex;
align-items: center;
justify-content: center;
line-height: 82px;
.openFont {
font-size: 28px;
font-weight: 400;
color: #337FFF;
margin-right: 10px;
}
}