- @import "../../utils/base_bg.wxss";
- .title{
- text-align: center;
- }
- .sort{
- width: 80%;
- height: 80rpx;
- margin: 30rpx auto;
- line-height: 80rpx;
- text-align: center;
- font-size: 38rpx;
- border: 4rpx solid white;
- border-radius: 10rpx;
- background: transparent;
- color: #fff;
- }
|