77 lines
1.1 KiB
Plaintext
77 lines
1.1 KiB
Plaintext
.status{
|
|
padding: 30rpx;
|
|
}
|
|
.sign-box{
|
|
padding: 30rpx;
|
|
background-color: #fff;
|
|
border-radius: 10rpx;
|
|
margin-bottom: 30rpx;
|
|
box-shadow: 0 0 20rpx #ccc;
|
|
padding-top: 0;
|
|
}
|
|
.name{
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.row{
|
|
font-size: 30rpx;
|
|
margin-top: 15rpx;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.btn{
|
|
display: inline-block;
|
|
width: 150rpx;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
border-radius: 6px;
|
|
margin-right: 10rpx;
|
|
color: #fff;
|
|
text-align: center;
|
|
}
|
|
.status-row{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.status-row image{
|
|
width: 120rpx;
|
|
}
|
|
.status-row text{
|
|
line-height: 100rpx;
|
|
color: #999;
|
|
font-size: 30rpx;
|
|
}
|
|
.wait .status-text{
|
|
color: #0CA7A8;
|
|
}
|
|
.wait .btn{
|
|
background: #0CA7A8;
|
|
}
|
|
.draw .status-text{
|
|
color: #1EB5FA;
|
|
}
|
|
.draw .btn{
|
|
background: #1EB5FA;
|
|
}
|
|
.complete .status-text{
|
|
color: #FF9D5C;
|
|
}
|
|
.complete .btn{
|
|
background: #FF9D5C;
|
|
}
|
|
.pass .status-text{
|
|
color: #5C86EF;
|
|
}
|
|
.pass .btn{
|
|
background: #5C86EF;
|
|
}
|
|
.not-pass .status-text{
|
|
color: #FD678D;
|
|
}
|
|
.not-pass .btn{
|
|
background: #FD678D;
|
|
} |