武田基因病B开发环境
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
682 B

4 months ago
<navbar leftText="slot" fixed custom-style="background:{{background}}">
<image class="page-title" slot="left" src="/images/index-title1.png"></image>
</navbar>
<view class="page">
<swiper class="banner" indicator-dots indicator-active-color="#fff" indicator-color="rgba(255 255 255,0.3)">
<swiper-item class="banner-item">
<image class="banner-item-img" src="/images/index-banner1.png"></image>
</swiper-item>
</swiper>
<view class="page-containr">
<view class="apply">
<image class="a-img" src="/images/index-apply.png"></image>
</view>
</view>
</view>
<popup model:show="{{popupShow}}" type="{{popupType}}" params="{{popupParams}}"></popup>