33 lines
585 B
Plaintext
33 lines
585 B
Plaintext
.examine {
|
|
padding: 240rpx 0 30rpx;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
}
|
|
|
|
.examine image {
|
|
width: 35%;
|
|
margin: 0 auto 30rpx;
|
|
}
|
|
|
|
.title {
|
|
font-weight: 600;
|
|
font-size: 42rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.time {
|
|
color: #999999;
|
|
line-height: 50rpx;
|
|
}
|
|
|
|
.return {
|
|
display: inline-block;
|
|
margin-top: 80rpx;
|
|
background-color: #1d37e2;
|
|
padding: 0 180rpx;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
border-radius: 10rpx;
|
|
box-shadow: 0 3rpx 6rpx 4rpx rgba(6, 34, 214, .6);
|
|
color: #FFFFFF;
|
|
} |