Authored by
姜枫
transform 缩放字体
...
|
...
|
@@ -42,8 +42,9 @@ |
|
|
|
|
|
.tab-name {
|
|
|
margin-top: 10px;
|
|
|
font-size: 20px;
|
|
|
font-size: 12PX;
|
|
|
line-height: 1;
|
|
|
transform: scale(0.9);
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|
...
|
...
|
@@ -9,7 +9,7 @@ |
|
|
float: left;
|
|
|
margin-bottom: 10px;
|
|
|
width: 20%;
|
|
|
height: 146px;
|
|
|
height: 70PX;
|
|
|
text-align: center;
|
|
|
|
|
|
&.item-4 {
|
...
|
...
|
@@ -25,9 +25,9 @@ |
|
|
display: block;
|
|
|
margin: 0 auto;
|
|
|
text-align: center;
|
|
|
width: 96px;
|
|
|
height: 96px;
|
|
|
line-height: 96px;
|
|
|
width: 40PX;
|
|
|
height: 40PX;
|
|
|
line-height: 40PX;
|
|
|
box-sizing: border-box;
|
|
|
overflow: hidden;
|
|
|
|
...
|
...
|
@@ -42,6 +42,7 @@ |
|
|
line-height: 44px;
|
|
|
font-size: 12PX;
|
|
|
color: #444;
|
|
|
transform: scale(0.9);
|
|
|
|
|
|
&:visited,
|
|
|
&:link,
|
...
|
...
|
|