style.less
341 Bytes
.row-wrapper {
margin-bottom: 10px;
}
.label {
color: #666;
font-size: 14px;
line-height: 14px;
font-weight: 500;
}
.content {
color: #666;
font-size: 14px;
line-height: 14px;
font-weight: 500;
flex: 1;
}
.labelBold {
color: #333;
font-size: 15px;
font-weight: bold;
}
.contentBold {
.labelBold;
flex: 1;
}