@@ -2030,8 +2030,9 @@
width: 100%;
}
- .rightAlignment {
+ .row .rightAlignment {
text-align: right;
+ display: -webkit-box !important;
/*
@@ -16,10 +16,13 @@ p,img,h1,h2,h3,h4,h5,ul,li,ol,li,dl,dt,dd,body{
/* 平行 */
.row,
.column {
- display: -webkit-box;
+ display: flex;
flex-direction: row;
-
+.row .rightAlignment {
+ text-align: right;
+}
/* 垂直 */
flex-direction: column;