fighting_sort.wxss 287 B

12345678910111213141516
  1. @import "../../utils/base_bg.wxss";
  2. .title{
  3. text-align: center;
  4. }
  5. .sort{
  6. width: 80%;
  7. height: 80rpx;
  8. margin: 30rpx auto;
  9. line-height: 80rpx;
  10. text-align: center;
  11. font-size: 38rpx;
  12. border: 4rpx solid white;
  13. border-radius: 10rpx;
  14. background: transparent;
  15. color: #fff;
  16. }