info.wxss 273 B

1234567891011121314151617
  1. .img{
  2. display: block;
  3. width: 100%;
  4. max-height: 100%;
  5. }
  6. .btn{
  7. position: fixed;
  8. left: 32rpx;
  9. right: 32rpx;
  10. bottom: 72rpx;
  11. line-height: 88rpx;
  12. color: #fff;
  13. font-size: 18px;
  14. border-radius: 20rpx;
  15. text-align: center;
  16. background-color: rgb(1,199,198);
  17. }