| @@ -39,18 +39,18 @@ radio { | |||||
| margin-right: 20rpx; | margin-right: 20rpx; | ||||
| } | } | ||||
| .btn{ | .btn{ | ||||
| width: 360rpx; | |||||
| width: 400rpx; | |||||
| color: #fff; | color: #fff; | ||||
| margin-top: 60rpx; | margin-top: 60rpx; | ||||
| height: 86rpx; | height: 86rpx; | ||||
| line-height: 86rpx; | line-height: 86rpx; | ||||
| text-align: center; | text-align: center; | ||||
| border-radius:60rpx; | border-radius:60rpx; | ||||
| background: #d95f5a; | |||||
| background: #00c0ff; | |||||
| font-size: 32rpx; | font-size: 32rpx; | ||||
| } | } | ||||
| .active{ | .active{ | ||||
| background: #f38580; | |||||
| opacity: .6; | |||||
| } | } | ||||
| .sec{ | .sec{ | ||||
| position: relative; | position: relative; | ||||