25 lines
1.4 KiB
Plaintext
25 lines
1.4 KiB
Plaintext
<view class="container">
|
||
<map class="map" longitude="{{lng}}" latitude="{{lat}}" style="height: {{100 - height}}vh;" />
|
||
<view class="panel" style="height: {{height}}vh;" capture-bind:touchstart="touchStart" capture-bind:touchend="touchEnd" capture-bind:touchcancel="touchCancel">
|
||
<scroll-view class="scroll-container" scroll-y="true">
|
||
<view class="func-container">
|
||
<view class="area-name">内蒙古国家大学科技园</view>
|
||
<view class="area-tags">
|
||
<view class="area-tag">有色金属</view>
|
||
<view class="area-tag">节能环保</view>
|
||
<view class="area-tag">新材料</view>
|
||
</view>
|
||
<view class="area-desc-info">
|
||
<image src="/imgs/ic_data_bg.png" style="height: 80rpx;width: 100%;"></image>
|
||
<view> 作为小米生态链企业之一,云米科技成立于2014年5月,是一家高科技互联网智能硬件公司,聚焦智能家电,定位中高端人群。总部设立在广东省佛山市顺德区,并在广州市、北京市等地设立分部。
|
||
</view>
|
||
</view>
|
||
|
||
<view class="full-btn">
|
||
<image class="icon" src="/imgs/ic_phone_white_icon.png"></image>
|
||
<text class="txt">联系我们</text>
|
||
</view>
|
||
</view>
|
||
</scroll-view>
|
||
</view>
|
||
</view> |