|
|
@@ -1257,7 +1257,7 @@ export default {
|
|
|
|
|
|
.bubble-inner {
|
|
|
.bubble-label {
|
|
|
- font-size: 22upx;
|
|
|
+ font-size: 28upx;
|
|
|
color: rgba(255, 255, 255, 0.9);
|
|
|
font-weight: 600;
|
|
|
margin-bottom: 12upx;
|
|
|
@@ -1268,6 +1268,10 @@ export default {
|
|
|
font-weight: 800;
|
|
|
color: #ffffff;
|
|
|
line-height: 1;
|
|
|
+ max-width: 160upx;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -1281,7 +1285,7 @@ export default {
|
|
|
|
|
|
.bubble-inner {
|
|
|
.bubble-label {
|
|
|
- font-size: 18upx;
|
|
|
+ font-size: 24upx;
|
|
|
color: rgba(255, 255, 255, 0.9);
|
|
|
font-weight: 600;
|
|
|
margin-bottom: 8upx;
|
|
|
@@ -1292,6 +1296,10 @@ export default {
|
|
|
font-weight: 700;
|
|
|
color: #ffffff;
|
|
|
line-height: 1;
|
|
|
+ max-width: 130upx;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
}
|
|
|
}
|
|
|
}
|