index.wxss 246 B

1234567891011121314151617
  1. .content {
  2. padding-bottom: 150rpx;
  3. }
  4. .content image {
  5. width: 750rpx;
  6. }
  7. .bottom {
  8. position: fixed;
  9. bottom: 30rpx;
  10. width: 750rpx;
  11. display: flex;
  12. flex-direction: row;
  13. justify-content: space-between;
  14. }
  15. .nxh__button {
  16. width:300rpx;
  17. }