mainindex.wxml 3.4 KB
<import src="../../template/templates.wxml" />
<template is="tabBar" data='{{...tabcurrent}}' />


<view class="box">
    <view class="search">

        <view class="iconfont icon-sousuo searchicon"></view>
        <view class="search_hospital">
            <input placeholder="身份证号或纪念堂号" class="enterword" bindinput="searchhospital"/>
        </view>

    </view>

    <view class="nav">
        <view wx:for="{{navbar}}" data-idx="{{index}}" class="nav_item {{currentTab==index ? 'active' : ''}}" wx:key="unique" bindtap="navbarTap" data-categoryid="{{item.id}}">{{item.name}}
        </view>
    </view>


    <view class="topone">
        <view class="toponetext">
            如果你无法简洁的表达你的想法,那只说明你 还不够了解它。
        </view>
        <view class="topnonecontent">
            <text class="toponetitle">--阿尔伯特·爱因斯坦</text>

            <view class="totop">置顶</view>
        </view>
    </view>

    <view class="topone">
      <view class="toptwo">
          <view class="toponetext toptwotext">
              著名反派演员计春华去世,享 年57岁
          </view>
          <view class="toptwoimg ">
              <image src="../../../img/NoPath - 副本 (240)@3x.png"></image>
          </view>
      </view>


      <view class="topnonecontent">

            <view class="newsimg">
                <image src="../../../img/news.png"></image>
            </view>
            <text class="toponetitle">人民网</text>
            <text class="toponetitle" style="margin-left:10rpx">3.2万人祭拜</text>

            <view class="totop">置顶</view>
        </view>
    </view>

    <view class="topone">

    <video id="myVideo" src="http://wxsnsdy.tc.qq.com/105/20210/snsdyvideodownload?filekey=30280201010421301f0201690402534804102ca905ce620b1241b726bc41dcff44e00204012882540400&bizid=1023&hy=SH&fileparam=302c020101042530230204136ffd93020457e3c4ff02024ef202031e8d7f02030f42400204045a320a0201000400" binderror="videoErrorCallback" danmu-list="{{danmuList}}" enable-danmu danmu-btn controls></video>

    </view>

    <view class="topone">
      <view class="toptwo">
          <view class="toponetext toptwotext">
             每逢佳节倍思亲,为家人加个 纪念馆
          </view>
          <view class="toptwoimg ">
              <image src="../../../img/NoPath - 副本 (240)@3x.png"></image>
          </view>
      </view>

    </view>


<view class="topone praylist">
    <view class="prayimg">

    <image src="../../../img/组 4218@3x.png"></image>

    </view>
    <view class="prayimg">

    <image src="../../../img/组 4218@3x.png"></image>

    </view>
    <view class="prayimg">

    <image src="../../../img/组 4218@3x.png"></image>

    </view>
</view>

<view class="tourlist">
    <view class="touristname">十一黄金周数万名游客齐聚西纸坊,共享民俗文化盛宴</view>

    <view class="tourlistimglist">

    <view class="tourlistimg">
       <image src="../../../img/product_04@3x.png"></image>

    </view>
    <view class="tourlistimg">
       <image src="../../../img/product_04@3x.png"></image>

    </view>
    <view class="tourlistimg">
       <image src="../../../img/product_04@3x.png"></image>

    </view>

    </view>


    <view class="carfrienditem">
        <view class="carfriend"></view>
        <view class="carfriendname">车友之家  1小时前</view>
    </view>

</view>



</view>