| | |
| | | <!-- video --> |
| | | <view wx:if="{{ info.video }}" class="video"> |
| | | <view class="title">产品视频</view> |
| | | <view class="img_wrap"> |
| | | <view bindtap="playVideo" class="img_wrap"> |
| | | <image class="img" src="{{ info.coverImage }}" mode="widthFix"></image> |
| | | <view class="play"> |
| | | <view class="play"> |
| | | <view>播放</view> |
| | | <image bindtap="playVideo" src="../../static/icon/ic_play.png" class="icon"></image> |
| | | <image src="../../static/icon/ic_play.png" class="icon"></image> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | </view> |
| | | <image class="ar_right" src="../../static/icon/home_ar@2x.png"></image> |
| | | </view> |
| | | <view class="video_wrap"> |
| | | <view bindtap="videoClick" data-videourl="{{ productVideo[0].videoUrl }}" class="video_wrap"> |
| | | <image class="img" src="{{ productVideo[0].coverImage }}" mode="aspectFill"></image> |
| | | <image bindtap="videoClick" data-videourl="{{ productVideo[0].videoUrl }}" class="play" src="../../static/icon/ic_play.png"></image> |
| | | <image class="play" src="../../static/icon/ic_play.png"></image> |
| | | </view> |
| | | </view> |
| | | <!-- 攻略 --> |
| | |
| | | <!-- content --> |
| | | <view class="content" > |
| | | <view wx:for="{{ dataList }}" class="item"> |
| | | <view class="img_wrap"> |
| | | <view bindtap="itemClick" data-videourl="{{ item.videoUrl }}" data-id="{{ item.id }}" class="img_wrap"> |
| | | <image class="img" src="{{ item.coverImage }}" mode="aspectFill"></image> |
| | | <image bindtap="itemClick" data-videourl="{{ item.videoUrl }}" data-id="{{ item.id }}" class="play" src="../../static/icon/ic_play.png" mode="widthFix"></image> |
| | | <image class="play" src="../../static/icon/ic_play.png" mode="widthFix"></image> |
| | | </view> |
| | | |
| | | <view class="title">{{ item.title }}</view> |
| | |
| | | width: 750rpx; |
| | | height: 400rpx; |
| | | background-color: #333333; |
| | | position: fixed; |
| | | top: 0; |
| | | left: 0; |
| | | position: relative; |
| | | z-index: -1; |
| | | } |
| | | page{ |
| | | overflow-y: hidden; |
| | | } |
| | | .app{ |
| | | overflow-y: hidden; |
| | | } |
| | | .container { |
| | | padding: 26rpx 40rpx; |
| | | padding: 0rpx 40rpx 140rpx; |
| | | position: relative; |
| | | bottom: 70rpx; |
| | | z-index: 1; |
| | | .avatar { |
| | | margin-top: 300rpx; |
| | | width: 140rpx; |
| | | height: 140rpx; |
| | | border-radius: 50%; |
| | |
| | | height: 100rpx; |
| | | position: fixed; |
| | | bottom: 0; |
| | | z-index: 999; |
| | | left: 0rpx; |
| | | width: 750rpx; |
| | | padding: 0rpx 40rpx; |
| | |
| | | </view> |
| | | </view> |
| | | <!-- footer --> |
| | | <view bindtap="makePhone" class="footer" style="bottom: {{bottomLift}}px;"> |
| | | <view bindtap="makePhone" class="footer" style="bottom: {{bottomLift + 6}}px;"> |
| | | <view class="btn"> |
| | | <image src="../../static/icon/call.png" mode="widthFix"></image> |
| | | <view>联系TA</view> |
| | |
| | | width: 750rpx; |
| | | height: 400rpx; |
| | | background-color: #333333; |
| | | position: fixed; |
| | | top: 0; |
| | | left: 0; |
| | | position: relative; |
| | | z-index: -1; |
| | | } |
| | | page { |
| | | overflow-y: hidden; |
| | | } |
| | | .app { |
| | | overflow-y: hidden; |
| | | } |
| | | .container { |
| | | padding: 26rpx 40rpx; |
| | | padding: 0rpx 40rpx 140rpx; |
| | | position: relative; |
| | | bottom: 70rpx; |
| | | z-index: 1; |
| | | } |
| | | .container .avatar { |
| | | margin-top: 300rpx; |
| | | width: 140rpx; |
| | | height: 140rpx; |
| | | border-radius: 50%; |
| | |
| | | height: 100rpx; |
| | | position: fixed; |
| | | bottom: 0; |
| | | z-index: 999; |
| | | left: 0rpx; |
| | | width: 750rpx; |
| | | padding: 0rpx 40rpx; |
| | |
| | | <!-- video --> |
| | | <view wx:if="{{ info.video }}" class="video"> |
| | | <view class="title">产品视频</view> |
| | | <view class="img_wrap"> |
| | | <view bindtap="playVideo" class="img_wrap"> |
| | | <image class="img" src="{{ info.coverImage }}" mode="aspectFill"></image> |
| | | <view class="play"> |
| | | <view>播放</view> |
| | | <image bindtap="playVideo" src="../../static/icon/ic_play.png" class="icon"></image> |
| | | <image src="../../static/icon/ic_play.png" class="icon"></image> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | .everyday { |
| | | width: 670rpx; |
| | | height: 466rpx; |
| | | margin: 160rpx 40rpx 0rpx 40rpx; |
| | | margin: 160rpx 40rpx 30rpx 40rpx; |
| | | background: linear-gradient(180deg, #F2E7E1 0%, #FEFEFD 30%, #FFFFFF 100%), #FFFFFF; |
| | | box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(176, 135, 113, 0.2); |
| | | border-radius: 8rpx; |
| | |
| | | } |
| | | // 产品视频 |
| | | .product_video { |
| | | padding: 40rpx 40rpx; |
| | | padding: 40rpx 40rpx 44rpx; |
| | | background-color: #fff; |
| | | |
| | | .video_wrap { |
| | | width: 670rpx; |
| | | position: relative; |
| | | |
| | | .play { |
| | | width: 60rpx; |
| | | position: absolute; |
| | |
| | | </view> |
| | | <image class="ar_right" src="../../static/icon/home_ar@2x.png"></image> |
| | | </view> |
| | | <view class="video_wrap"> |
| | | <view bindtap="videoClick" data-videourl="{{ productVideo[0].videoUrl }}" class="video_wrap"> |
| | | <image class="img" src="{{ productVideo[0].coverImage }}" mode="aspectFill"></image> |
| | | <image bindtap="videoClick" data-videourl="{{ productVideo[0].videoUrl }}" class="play" src="../../static/icon/ic_play.png" mode="widthFix"></image> |
| | | <image class="play" src="../../static/icon/ic_play.png" mode="widthFix"></image> |
| | | </view> |
| | | </view> |
| | | <!-- 攻略 --> |
| | |
| | | .everyday { |
| | | width: 670rpx; |
| | | height: 466rpx; |
| | | margin: 160rpx 40rpx 0rpx 40rpx; |
| | | margin: 160rpx 40rpx 30rpx 40rpx; |
| | | background: linear-gradient(180deg, #F2E7E1 0%, #FEFEFD 30%, #FFFFFF 100%), #FFFFFF; |
| | | box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(176, 135, 113, 0.2); |
| | | border-radius: 8rpx; |
| | |
| | | margin-top: 20rpx; |
| | | } |
| | | .product_video { |
| | | padding: 40rpx 40rpx; |
| | | padding: 40rpx 40rpx 44rpx; |
| | | background-color: #fff; |
| | | } |
| | | .product_video .video_wrap { |
| | |
| | | <!-- content --> |
| | | <view class="content"> |
| | | <view wx:for="{{ dataList }}" class="item"> |
| | | <view class="img_wrap"> |
| | | <view bindtap="itemClick" data-videourl="{{ item.videoUrl }}" data-id="{{ item.id }}" class="img_wrap"> |
| | | <image class="img" src="{{ item.coverImage }}" mode="widthFix"></image> |
| | | <image bindtap="itemClick" data-videourl="{{ item.videoUrl }}" data-id="{{ item.id }}" class="play" src="../../static/icon/ic_play.png" mode="widthFix"></image> |
| | | <image class="play" src="../../static/icon/ic_play.png" mode="widthFix"></image> |
| | | </view> |
| | | |
| | | <view class="title">{{ item.title }}</view> |
| | |
| | | }, |
| | | { |
| | | "name": "", |
| | | "pathName": "pages/login/index", |
| | | "pathName": "pages/userinfo/index", |
| | | "query": "", |
| | | "launchMode": "default", |
| | | "scene": null |