grab.wxss 234 B

12345678910111213
  1. @import "/icon.wxss";
  2. @import "/common.wxss";
  3. @import 'tabbar.wxss';
  4. .footer .btn {
  5. background: #FED206;
  6. padding: 12rpx 0;
  7. text-align: center;
  8. border-radius: 10rpx;
  9. color: #000;
  10. flex: 1;
  11. margin: 0 30rpx;
  12. }