@@ -1,7 +1,10 @@
.speedContainer{
width: 334px;
&.isHideBeat .content{
- height: 172px;
+ height: 206px;
+ .speedSel{
+ padding-bottom: 0px !important;
+ }
}
.head{
height: 42px;
@@ -25,7 +28,7 @@
.content{
margin-top: -26px;
- height: 230px;
+ height: 264px;
background: #FFFFFF;
border-radius: 16px;
padding: 36px 16px 16px 16px;
@@ -122,8 +125,8 @@
.speedSel{
- margin-top: 20px;
- padding-bottom: 8px;
+ margin-top: 8px;
+ padding-bottom: 18px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
@@ -138,7 +141,7 @@
font-size: 13px;
color: rgba(0,0,0,0.6);
cursor: pointer;
- margin-bottom: 10px;
+ margin-top: 10px;
margin-right: 3px;
&:active{
background: #B3EDE9;