12345678910111213141516171819 |
- <section class="sec-hero">
- <div class="container">
- <div class="row">
- <div class="col-md-6">
- <h2 class="hero-title">製作影片 一鍵合成</h2>
- <p class="hero-txt">輸入文字素材,即速產生影片<br>
- 創作影片,不再需要錄影機、演員、麥克風繁雜器材。<br>
- 大幅省下時間、人力、器材成本。</p>
- <button class="hero-btn">立即開始</button>
- </div>
- <div class="col-md-6" style="position: relative;">
- <img src="img/背景-紫.png" alt="" width="100px" class="hero-purple">
- <img src="img/背景-橘.png" alt="" width="150px" class="hero-orange">
- <img src="img/背景-橘.png" alt="" width="70px" class="hero-orange-s">
- <div class="hero-imgfr"><img src="img/電腦.png" alt=""></div>
- </div>
- </div>
- </div>
- </section>
|