applyDist.wxss 385 B

12345678910111213141516171819202122232425262728
  1. .claimer-mian{
  2. height: auto;
  3. padding-bottom: 100rpx;
  4. }
  5. .dist-pic{
  6. width: 100%;
  7. }
  8. .claimer-mian-btn{
  9. position: fixed;
  10. width: 100%;
  11. background-color: #e43130;
  12. flex-direction: row nowrap;
  13. font-size: 30rpx;
  14. height: 100rpx;
  15. line-height: 100rpx;
  16. z-index: 999;
  17. text-align: center;
  18. bottom: 0rpx;
  19. color: white;
  20. }
  21. .dist-cont{
  22. font-size:28rpx;
  23. padding:20rpx;
  24. }