@ohu-mobile/core
Version:
47 lines • 910 B
CSS
.ohu-result {
display: flex;
flex-flow: row wrap;
justify-content: center;
}
.ohu-result__icon {
font-size: 1.33333rem;
pointer-events: none;
}
.ohu-result__title {
box-sizing: border-box;
width: 100%;
text-align: center;
line-height: 1.375em;
font-size: 0.42667rem;
margin: 0.42667rem 0 0 0;
font-weight: 400;
padding: 0 0.26667rem;
color: #333;
word-wrap: break-word;
white-space: pre-wrap;
word-break: break-word;
}
.ohu-result__subtitle {
box-sizing: border-box;
width: 100%;
text-align: center;
font-size: 0.34667rem;
font-weight: 400;
color: #999;
margin: 0.16rem 0 0.13333rem 0;
}
.ohu-result__extra {
width: 100%;
text-align: center;
margin-top: 0.93333rem;
}
.ohu-result__extra > .ohu-btn {
min-width: 40%;
}
.ohu-result__extra > * {
margin-right: 0.66667rem;
margin-bottom: 0.4rem;
}
.ohu-result__extra > *:last-child {
margin-right: 0;
}