|
@@ -1092,6 +1092,7 @@ const pageTouchmove=(e)=>{
|
|
li{
|
|
li{
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
|
+ align-items: flex-start;
|
|
padding: 30px 0 10px 0;
|
|
padding: 30px 0 10px 0;
|
|
width: 100%;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
@@ -1110,6 +1111,9 @@ const pageTouchmove=(e)=>{
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
font-size: 28px;
|
|
font-size: 28px;
|
|
width: 150px;
|
|
width: 150px;
|
|
|
|
+ line-height: 1;
|
|
|
|
+ position: relative;
|
|
|
|
+ top: 3px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.one{
|
|
.one{
|