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.
43 lines
1.7 KiB
43 lines
1.7 KiB
<view |
|
class="page" |
|
style="background: url('/images/home-bg.png') no-repeat top center/100% 580rpx;padding-top:{{menuButtonInfo.top}}px;" |
|
> |
|
<image class="logo" src="/images/home-logo.png"></image> |
|
<image class="page-title" src="/images/home-title.png"></image> |
|
<view class="page-slogan">人人都是家庭健康师,让生活更有质量</view> |
|
<view class="search"> |
|
<image class="icon" src="/images/icon-search.png"></image> |
|
<input |
|
type="text" |
|
class="input" |
|
placeholder-class="place-input" |
|
confirm-type="search" |
|
bindconfirm="handleSearch" |
|
placeholder="请输入要搜索的内容" |
|
/> |
|
</view> |
|
<swiper class="swiper" indicator-dots indicator-color="rgba(255,255,255,0.62)" indicator-active-color="#FFFFFF"> |
|
<swiper-item class="swiper-item"> |
|
<image class="banner" src="/images/place.png"></image> |
|
</swiper-item> |
|
</swiper> |
|
<view class="cards"> |
|
<view |
|
class="card" |
|
wx:for="{{10}}" |
|
wx:key="index" |
|
style="background: url('/images/home-card-bg.png') no-repeat center/100%" |
|
bind:tap="handleDetail" |
|
> |
|
<view class="title">公司综合信息</view> |
|
<view class="content"> |
|
健康政策三医政策健康政策三医政策健康政策三医政策健康政策三医政策健康政策三医政策健康政策三医政策健康政策三医政策健康政策三医政策健康政策三医政策健康政策三医政策健康政策三医政策 |
|
</view> |
|
</view> |
|
</view> |
|
<view class="remark"> |
|
<view class="r-header">留言板</view> |
|
<textarea class="r-content" placeholder-class="textarea-placeholder" placeholder="欢迎反馈您的问题"></textarea> |
|
<view class="submit">提交</view> |
|
</view> |
|
</view>
|
|
|