index.wxss 286 B

1234567891011121314151617
  1. .content image {
  2. width: 750rpx;
  3. }
  4. .bottom {
  5. position: fixed;
  6. bottom: 70rpx;
  7. width: 750rpx;
  8. display: flex;
  9. flex-direction: column;
  10. justify-content: space-between;
  11. }
  12. .nxh__button2 {
  13. margin-bottom: 30rpx;
  14. background: #fff;
  15. border:1rpx solid #539804;
  16. color: #539804;
  17. }