|
@@ -438,10 +438,12 @@ export default {
|
|
|
margin-top: vw(100);
|
|
margin-top: vw(100);
|
|
|
|
|
|
|
|
.right-text {
|
|
.right-text {
|
|
|
- margin-left: vw(12.5);
|
|
|
|
|
|
|
+ // margin-left: vw(12.5);
|
|
|
display: flex;
|
|
display: flex;
|
|
|
- flex-direction: column;
|
|
|
|
|
- justify-content: space-between;
|
|
|
|
|
|
|
+ // flex-direction: column;
|
|
|
|
|
+ // justify-content: space-between;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ justify-content: center;
|
|
|
padding: vw(10) 0;
|
|
padding: vw(10) 0;
|
|
|
div {
|
|
div {
|
|
|
color: #ffffff;
|
|
color: #ffffff;
|