@@ -699,6 +699,7 @@ body,
color: #A4A4A4;
}
.button {
+ cursor: pointer;
height: 64px;
margin-top: 30px;
@@ -1049,13 +1050,16 @@ body,
.succTitle {
display: flex;
+ padding: 5px 0;
justify-content: space-between;
- height: 28px;
box-shadow: inset 0px -1px 0px #F2F2F2;
span {
margin: 0 16px;
font-size: 12px;
color: #B0B0B0;
+ &:last-child {
+ text-align: right;
+ }
</style>