You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
545 B
38 lines
545 B
4 years ago
|
.container {
|
||
|
height: calc(100vh - 275px);
|
||
|
}
|
||
|
|
||
|
.result {
|
||
|
|
||
|
}
|
||
|
.result .status-box {
|
||
|
width: 102px;
|
||
|
margin: 60px 343px;
|
||
|
text-align: center;
|
||
|
display: inline-block;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
.result .status-box .pic {
|
||
|
width: 36px;
|
||
|
height: 36px;
|
||
|
margin-right: 10px;
|
||
|
display: block;
|
||
|
float: left;
|
||
|
}
|
||
|
.result .status-box .status {
|
||
|
height: 36px;
|
||
|
line-height: 36px;
|
||
|
display: block;
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
.result .desc {
|
||
|
text-align: center;
|
||
|
letter-spacing: 2px;
|
||
|
color: #333;
|
||
|
}
|
||
|
.result .control {
|
||
|
margin: 80px auto 0;
|
||
|
width: 120px;
|
||
|
}
|