|
@@ -590,7 +590,7 @@ export default {
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
color: #222;
|
|
color: #222;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
- max-width: 320upx; // 拓宽名字的最大显示宽度
|
|
|
|
|
|
|
+ max-width: 460upx; // 拓宽名字的最大显示宽度
|
|
|
word-break: break-word;
|
|
word-break: break-word;
|
|
|
white-space: normal;
|
|
white-space: normal;
|
|
|
}
|
|
}
|
|
@@ -605,7 +605,7 @@ export default {
|
|
|
|
|
|
|
|
.location-badge {
|
|
.location-badge {
|
|
|
font-size: 20upx;
|
|
font-size: 20upx;
|
|
|
- padding: 4upx 12upx;
|
|
|
|
|
|
|
+ padding: 10upx 12upx;
|
|
|
border-radius: 6upx;
|
|
border-radius: 6upx;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
@@ -800,9 +800,10 @@ export default {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
- font-size: 28upx; // 字增大 4upx (24upx -> 28upx)
|
|
|
|
|
- color: #666;
|
|
|
|
|
- background-color: #f7f8fa;
|
|
|
|
|
|
|
+ font-size: 30upx;
|
|
|
|
|
+ color: #555;
|
|
|
|
|
+ background-color: #e8f1ff;
|
|
|
|
|
+ border: 1upx solid #c5daf5;
|
|
|
border-radius: 8upx;
|
|
border-radius: 8upx;
|
|
|
padding: 14upx 0;
|
|
padding: 14upx 0;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
@@ -814,7 +815,8 @@ export default {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&:active {
|
|
&:active {
|
|
|
- background-color: #eef1f6;
|
|
|
|
|
|
|
+ background-color: #d6e8ff;
|
|
|
|
|
+ border-color: #9fc0ef;
|
|
|
color: #3385FF;
|
|
color: #3385FF;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|