@@ -490,24 +490,24 @@
<style type="text/scss" scoped lang="scss">
.content-tab{
- width: 360px;
+ width: 70%;
margin: 0 auto;
- height: 50px;
- margin-top: 15px;
- color: #999;
+ margin-top:.3rem;
span{
display:inline-block;
- width:50%;
+ width:49%;
vertical-align:top;
- font-size:20px;
text-align: center;
- line-height:40px;
- height:40px;
- border-bottom:2px solid #fff;
- cursor:pointer;
+ line-height:.6rem;
+ height:.6rem;
+ font-size:16px;
+ border:1px solid #E7E7E7;
+ background: #E7E7E7;
+ color:#999;
&.speed{
- color:#3375a7;
- border-bottom:2px solid #3375a7;
+ color:#3F84F6;
+ border:1px solid #3F84F6;
+ background: #fff;
}