Commit 51151499 authored by 陈毅's avatar 陈毅

min-wdth

parent 7f3beb72
...@@ -1009,7 +1009,7 @@ h3 { ...@@ -1009,7 +1009,7 @@ h3 {
.footer { .footer {
padding-top: 30px; padding-top: 30px;
padding-bottom: 20px; padding-bottom: 20px;
min-width: 1400px;
h5 { h5 {
font-size: 20px; font-size: 20px;
font-family: Microsoft YaHei; font-family: Microsoft YaHei;
...@@ -3043,8 +3043,10 @@ line-height: 48px; ...@@ -3043,8 +3043,10 @@ line-height: 48px;
.join-recruit-flex-left{ .join-recruit-flex-left{
flex: 1; flex: 1;
text-align-last: justify; text-align-last: justify;
text-align: justify; // text-align: justify;
text-justify: distribute-all-lines; // text-justify: distribute-all-lines;
word-break: break-all;
text-justify: distribute;
} }
} }
} }
...@@ -3146,6 +3148,7 @@ line-height: 48px; ...@@ -3146,6 +3148,7 @@ line-height: 48px;
color: #232323; color: #232323;
opacity: 1; opacity: 1;
margin: auto 16px; margin: auto 16px;
text-align: justify;
} }
} }
.card3 { .card3 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment