|
|
@@ -507,7 +507,7 @@ button::after{ border: none; } |
|
|
|
text-indent:1em; |
|
|
|
} |
|
|
|
.btns{ |
|
|
|
padding: 0 33rpx; |
|
|
|
/* padding: 0 33rpx; */ |
|
|
|
position: fixed; |
|
|
|
left: 0; |
|
|
|
right: 0; |
|
|
@@ -518,12 +518,13 @@ button::after{ border: none; } |
|
|
|
background: #fff; |
|
|
|
} |
|
|
|
.btns > button{ |
|
|
|
width: 330rpx; |
|
|
|
width: 277rpx; |
|
|
|
height: 95rpx; |
|
|
|
border-radius:48rpx; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
.btns .fl{ |
|
|
|
margin-left: 20rpx; |
|
|
|
color: #fff; |
|
|
|
background:rgba(255,169,2,1); |
|
|
|
box-shadow:0px 8px 8px 1px rgba(255,169,2,0.32); |
|
|
@@ -539,6 +540,7 @@ button::after{ border: none; } |
|
|
|
.btns .fr{ |
|
|
|
font-size: 30rpx; |
|
|
|
color: #fff; |
|
|
|
margin-right: 20rpx; |
|
|
|
line-height: 95rpx; |
|
|
|
background:rgba(236,59,45,1); |
|
|
|
box-shadow:0px 8px 8px 1px rgba(246,93,51,0.32); |
|
|
|