| @@ -467,20 +467,22 @@ button::after{ border: none; } | |||||
| background: #ccc; | background: #ccc; | ||||
| } | } | ||||
| .sort{ | .sort{ | ||||
| width:100%; | |||||
| width:94%; | |||||
| height:90rpx; | height:90rpx; | ||||
| background:#fff; | background:#fff; | ||||
| margin:0 auto 20rpx; | margin:0 auto 20rpx; | ||||
| display: flex; | display: flex; | ||||
| justify-content: space-between; | justify-content: space-between; | ||||
| align-items: center; | align-items: center; | ||||
| padding: 0 3% | |||||
| } | } | ||||
| .sort view{ | .sort view{ | ||||
| height:60rpx; | height:60rpx; | ||||
| width: 180rpx; | width: 180rpx; | ||||
| line-height: 60rpx; | line-height: 60rpx; | ||||
| color: #3C3C3C; | |||||
| color: #fff; | |||||
| font-size: 28rpx; | font-size: 28rpx; | ||||
| text-align: center; | text-align: center; | ||||
| /* border-radius: 20rpx; */ | |||||
| background:linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%); | |||||
| border-radius: 20rpx; | |||||
| } | } | ||||