...
|
...
|
@@ -38,7 +38,7 @@ |
|
|
display: inline-block;
|
|
|
height: 50px;
|
|
|
line-height: 50px;
|
|
|
width: 120px;
|
|
|
width: 130px;
|
|
|
padding-left: 20px;
|
|
|
padding-right: 20px;
|
|
|
border-radius: 8px;
|
...
|
...
|
@@ -46,7 +46,7 @@ |
|
|
text-overflow: ellipsis;
|
|
|
overflow: hidden;
|
|
|
background-color: #fff;
|
|
|
font-size: 24px;
|
|
|
font-size: 16px;
|
|
|
color: #808080;
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|