21 lines
450 B
SCSS
21 lines
450 B
SCSS
.popupBox {
|
|
.scroStyle {
|
|
height: 900px;
|
|
}
|
|
|
|
.sure {
|
|
// margin-top: 35px;
|
|
margin-left: 40px;
|
|
margin-right: 40px;
|
|
// width: 670px;
|
|
height: 80px;
|
|
background: #337FFF;
|
|
border-radius: 44px;
|
|
font-size: 28px;
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
font-weight: 500;
|
|
color: #FFFFFF;
|
|
text-align: center;
|
|
line-height: 80px;
|
|
}
|
|
} |