...
|
...
|
@@ -258,21 +258,26 @@ |
|
|
}
|
|
|
|
|
|
.msg {
|
|
|
margin-top: 50px;
|
|
|
margin-top: 45px;
|
|
|
text-align: center;
|
|
|
|
|
|
.msg-zh {
|
|
|
font-size: $bigSize;
|
|
|
margin-bottom: $space;
|
|
|
font-size: 20px;
|
|
|
line-height: 30px;
|
|
|
margin-bottom: 15px;
|
|
|
}
|
|
|
|
|
|
.msg-en {
|
|
|
margin-bottom: 40px;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
|
|
|
.btn {
|
|
|
display: inline-block;
|
|
|
width: 100px !important;
|
|
|
width: 130px !important;
|
|
|
height: 40px !important;
|
|
|
line-height: 40px !important;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
|