...
|
...
|
@@ -38,12 +38,12 @@ |
|
|
text-align: center;
|
|
|
font-size: 22rem / $pxConvertRem;
|
|
|
color: #fff;
|
|
|
background: url("../img/me/employ/rank.png") no-repeat;
|
|
|
background: image-url("../img/me/employ/rank.png") no-repeat;
|
|
|
background-position: center top;
|
|
|
background-size: auto 100%;
|
|
|
|
|
|
&.top {
|
|
|
background: url("../img/me/employ/rank-t.png") no-repeat;
|
|
|
background: image-url("../img/me/employ/rank-t.png") no-repeat;
|
|
|
background-position: center top;
|
|
|
background-size: 100%;
|
|
|
line-height: 54rem / $pxConvertRem;
|
...
|
...
|
|