|
|
@@ -678,7 +678,7 @@ export default {
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
width: 500upx;
|
|
|
- font-size: 32upx;
|
|
|
+ font-size: 34upx;
|
|
|
.super-man{
|
|
|
margin-left:20upx;
|
|
|
font-size:24upx;
|
|
|
@@ -703,8 +703,9 @@ export default {
|
|
|
margin-left:20upx;
|
|
|
font-size:24upx;
|
|
|
display:inline-block;
|
|
|
- color:#6f756f;
|
|
|
- border:1upx solid #6f756f;
|
|
|
+ color:white;
|
|
|
+ border:1upx solid #b88f57;
|
|
|
+ background-color:#b88f57;
|
|
|
padding:8upx 10upx;
|
|
|
border-radius: 11upx;
|
|
|
}
|