|
|
@@ -1137,6 +1137,7 @@ export default {
|
|
|
margin: 0 0 -20upx 0;
|
|
|
overflow: visible;
|
|
|
border-radius: 0;
|
|
|
+ padding-bottom: 40upx;
|
|
|
|
|
|
.bubble-header {
|
|
|
display: flex;
|
|
|
@@ -1145,7 +1146,7 @@ export default {
|
|
|
padding: 20upx 24upx 24upx;
|
|
|
|
|
|
.bubble-title {
|
|
|
- font-size: 28upx;
|
|
|
+ font-size: 36upx;
|
|
|
font-weight: 700;
|
|
|
color: #ffffff;
|
|
|
letter-spacing: 0.5upx;
|
|
|
@@ -1153,8 +1154,8 @@ export default {
|
|
|
|
|
|
.message-btn {
|
|
|
position: relative;
|
|
|
- width: 44upx;
|
|
|
- height: 44upx;
|
|
|
+ width: 56upx;
|
|
|
+ height: 56upx;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
@@ -1168,18 +1169,18 @@ export default {
|
|
|
}
|
|
|
|
|
|
.msg-icon {
|
|
|
- font-size: 24upx;
|
|
|
+ font-size: 32upx;
|
|
|
line-height: 1;
|
|
|
}
|
|
|
|
|
|
.red-mind {
|
|
|
position: absolute;
|
|
|
- top: -6upx;
|
|
|
- right: -6upx;
|
|
|
- width: 32upx;
|
|
|
- height: 32upx;
|
|
|
- line-height: 28upx;
|
|
|
- font-size: 20upx;
|
|
|
+ top: -8upx;
|
|
|
+ right: -8upx;
|
|
|
+ width: 40upx;
|
|
|
+ height: 40upx;
|
|
|
+ line-height: 36upx;
|
|
|
+ font-size: 24upx;
|
|
|
font-weight: 700;
|
|
|
text-align: center;
|
|
|
color: white;
|