drip-ui
Version:
Lightweight Mobile UI Components built on Vue
41 lines (40 loc) • 780 B
CSS
.drip-confirm {
&__confirm {
width: 100%;
}
&__confirm-content {
text-align: center;
font-size: 35px;
line-height: 60px;
font-weight: bold;
color: #444444;
padding: 60px 36px 0 36px;
box-sizing: border-box;
}
&__confirm-btn {
display: flex;
justify-content: space-between;
padding: 60px 0 0 0;
font-size: 36px;
border-radius: 20px;
overflow: hidden;
}
&__confirm-btn-left {
text-align: center;
width: 100%;
background: #F1F1F1;
height: 100px;
line-height: 100px;
font-weight: bold;
color: #848484;
}
&__confirm-btn-right {
text-align: center;
width: 100%;
background: #FFAB11;
height: 100px;
line-height: 100px;
font-weight: bold;
color: #fff;
}
}