index.wxss 257 B

1234567891011121314151617
  1. .content {
  2. padding: 30rpx 30rpx 150rpx 30rpx;
  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:280rpx;
  17. }