claimer.wxss 301 B

123456789101112131415161718
  1. .claimer-mian{
  2. height: auto;
  3. padding-bottom: 100rpx;
  4. }
  5. .claimer-mian-btn{
  6. position: fixed;
  7. width: 100%;
  8. background-color: green;
  9. flex-direction: row nowrap;
  10. font-size: 30rpx;
  11. height: 70rpx;
  12. line-height: 70rpx;
  13. z-index: 999;
  14. text-align: center;
  15. bottom: 20rpx;
  16. color: white;
  17. }