|
@@ -291,23 +291,26 @@ export default {
|
|
.nav-btns {
|
|
.nav-btns {
|
|
width: 460px;
|
|
width: 460px;
|
|
height: 80px;
|
|
height: 80px;
|
|
- margin: 50px auto 70px;
|
|
|
|
|
|
+ margin: 46px auto 70px;
|
|
border-radius: 80px;
|
|
border-radius: 80px;
|
|
border: 1px solid #00b96b;
|
|
border: 1px solid #00b96b;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
+ padding: 5px;
|
|
|
|
|
|
span {
|
|
span {
|
|
- display: inline-block;
|
|
|
|
width: 50%;
|
|
width: 50%;
|
|
height: 100%;
|
|
height: 100%;
|
|
line-height: 80px;
|
|
line-height: 80px;
|
|
text-align: center;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
- transition: all .5s ease;
|
|
|
|
|
|
+ display: inline-block;
|
|
|
|
+ border-radius: 80px;
|
|
|
|
+ outline: none;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
&.active {
|
|
&.active {
|
|
- border-radius: 80px;
|
|
|
|
background: #00b96b;
|
|
background: #00b96b;
|
|
color: #fff;
|
|
color: #fff;
|
|
}
|
|
}
|
|
@@ -348,25 +351,27 @@ export default {
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
text-align: center;
|
|
.nav-btns {
|
|
.nav-btns {
|
|
- width: 460px;
|
|
|
|
- height: 80px;
|
|
|
|
- margin: 50px auto 70px;
|
|
|
|
- border-radius: 80px;
|
|
|
|
|
|
+ width: 80%;
|
|
|
|
+ height: 40px;
|
|
|
|
+ margin: 25px auto 35px;
|
|
|
|
+ border-radius: 40px;
|
|
border: 1px solid #00b96b;
|
|
border: 1px solid #00b96b;
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
+ padding: 3px;
|
|
|
|
|
|
span {
|
|
span {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
width: 50%;
|
|
width: 50%;
|
|
height: 100%;
|
|
height: 100%;
|
|
- line-height: 80px;
|
|
|
|
|
|
+ line-height: 40px;
|
|
text-align: center;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
- transition: all .5s ease;
|
|
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ border-radius: 40px;
|
|
|
|
+ outline: none;
|
|
|
|
|
|
&.active {
|
|
&.active {
|
|
- border-radius: 80px;
|
|
|
|
background: #00b96b;
|
|
background: #00b96b;
|
|
color: #fff;
|
|
color: #fff;
|
|
}
|
|
}
|