|
@@ -72,7 +72,7 @@
|
|
|
|
|
|
|
|
|
|
.tips {
|
|
.tips {
|
|
- height: 238px;
|
|
|
|
|
|
+ height: 280px;
|
|
border-radius: 18px 18px 0 0;
|
|
border-radius: 18px 18px 0 0;
|
|
padding: 8px 8px 0 8px;
|
|
padding: 8px 8px 0 8px;
|
|
background-image: url('./image/icon_shuo_v.png');
|
|
background-image: url('./image/icon_shuo_v.png');
|
|
@@ -90,7 +90,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
&.tipHidden {
|
|
&.tipHidden {
|
|
- margin-bottom: -238px;
|
|
|
|
|
|
+ margin-bottom: -280px;
|
|
}
|
|
}
|
|
|
|
|
|
.tipContentbox {
|
|
.tipContentbox {
|
|
@@ -215,7 +215,7 @@
|
|
|
|
|
|
.tipTitle {
|
|
.tipTitle {
|
|
position: relative;
|
|
position: relative;
|
|
- height: 56px;
|
|
|
|
|
|
+ height: 48px;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -238,7 +238,7 @@
|
|
top: 50%;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
width: 25px;
|
|
width: 25px;
|
|
- height: 2px;
|
|
|
|
|
|
+ height: 1px;
|
|
background: #fff;
|
|
background: #fff;
|
|
z-index: -1;
|
|
z-index: -1;
|
|
}
|
|
}
|
|
@@ -250,7 +250,7 @@
|
|
top: 50%;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
width: 25px;
|
|
width: 25px;
|
|
- height: 2px;
|
|
|
|
|
|
+ height: 1px;
|
|
background: #fff;
|
|
background: #fff;
|
|
z-index: -1;
|
|
z-index: -1;
|
|
}
|
|
}
|
|
@@ -282,7 +282,7 @@
|
|
|
|
|
|
.iconBook {
|
|
.iconBook {
|
|
position: absolute;
|
|
position: absolute;
|
|
- top: 56px;
|
|
|
|
|
|
+ top: 48px;
|
|
left: 37px;
|
|
left: 37px;
|
|
right: 37px;
|
|
right: 37px;
|
|
height: 26px;
|
|
height: 26px;
|
|
@@ -715,7 +715,7 @@
|
|
top: 50%;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
width: 25px;
|
|
width: 25px;
|
|
- height: 2px;
|
|
|
|
|
|
+ height: 1px;
|
|
background: #fff;
|
|
background: #fff;
|
|
z-index: -1;
|
|
z-index: -1;
|
|
}
|
|
}
|
|
@@ -727,7 +727,7 @@
|
|
top: 50%;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
width: 25px;
|
|
width: 25px;
|
|
- height: 2px;
|
|
|
|
|
|
+ height: 1px;
|
|
background: #fff;
|
|
background: #fff;
|
|
z-index: -1;
|
|
z-index: -1;
|
|
}
|
|
}
|
|
@@ -796,7 +796,6 @@
|
|
}
|
|
}
|
|
|
|
|
|
.toneContent {
|
|
.toneContent {
|
|
- margin: 0 -2px;
|
|
|
|
display: flex;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
--van-button-primary-background: rgba(174, 137, 103, 1);
|
|
--van-button-primary-background: rgba(174, 137, 103, 1);
|
|
@@ -919,7 +918,7 @@
|
|
.tipContent {
|
|
.tipContent {
|
|
border-radius: 16px 16px 0 0;
|
|
border-radius: 16px 16px 0 0;
|
|
border-bottom: transparent;
|
|
border-bottom: transparent;
|
|
- padding: 4px;
|
|
|
|
|
|
+ padding: 4px 8px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|