Merge remote-tracking branch 'origin/release/4.9.1.0' into release/4.9.1.0
...
|
...
|
@@ -2,8 +2,8 @@ |
|
|
position: relative;
|
|
|
margin-right: auto;
|
|
|
margin-left: auto;
|
|
|
max-width: 640px;
|
|
|
width: 100%;
|
|
|
max-width: 750px;
|
|
|
|
|
|
.margin-top-0 {
|
|
|
margin-top: 0;
|
...
|
...
|
@@ -11,6 +11,7 @@ |
|
|
|
|
|
.tab-nav {
|
|
|
width: 100%;
|
|
|
max-width: inherit;
|
|
|
height: 80px;
|
|
|
font-size: 16px;
|
|
|
text-align: center;
|
...
|
...
|
@@ -81,13 +82,12 @@ |
|
|
.header-title {
|
|
|
position: relative;
|
|
|
width: 100%;
|
|
|
height: 70px;
|
|
|
height: 80px;
|
|
|
font-size: 28px;
|
|
|
line-height: 70px;
|
|
|
line-height: 80px;
|
|
|
text-align: center;
|
|
|
font-weight: bold;
|
|
|
margin: 0;
|
|
|
margin-top: 20px;
|
|
|
|
|
|
.more {
|
|
|
position: absolute;
|
...
|
...
|
|