Ionic 如何在 2 個 div 之間留出空間
P粉203792468
P粉203792468 2024-02-17 15:40:27
0
1
367

我需要在圖像頂部和底部留出空間,這樣它就會居中,而 ion-col 會向下。

<ion-content [fullscreen]="true" class="bg-class" text-center>

  <ion-img src="assets/icon/moon_logo.png" style="width:80%; margin: auto;">
  </ion-img>

  <ion-col>
    <div style=" margin: auto; padding-bottom: 15px;">
      <ion-button expand="block" style="--background:white; color: #1B0B50;">Login</ion-button>
    </div>
    <div style="margin: auto;">
      <ion-button expand="block">Get Started</ion-button>
    </div>
    <ion-row style="justify-content: center;">
      <p style="color: #576898; font-size: 12px;">Privacy Policy</p>

      <p style="color: #576898; font-size: 12px; padding-left: 20px;">Terms Of Use</p>
    </ion-row>
  </ion-col>

</ion-content>

預期顯示結果

P粉203792468
P粉203792468

全部回覆(1)
P粉883278265

首先,在 ion-row 中使用 ion-col ,在 ion-grid 中使用 ion-row ,否則你會看到意想不到的結果。現在有許多解決方案,一種是使用flex和flex-grow:


  
...
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板