| | |
| | | <template> |
| | | <view class="main_app"> |
| | | <image src="../../../static/staff/yongche_bg.png" class="banner" mode="widthFix"></image> |
| | | <image |
| | | src="../../../static/staff/yongche_bg.png" |
| | | class="banner" |
| | | mode="widthFix" |
| | | ></image> |
| | | <view class="emyty"></view> |
| | | <view class="content"> |
| | | <view class="title">选择目的地类别</view> |
| | | <view class="item" @click="$jump('/pages/staff/vehicle/shinei')"> |
| | | <image src="../../../static/bg_shineiyongche@2x.png" class="img" mode="widthFix"></image> |
| | | <image |
| | | src="../../../static/bg_shineiyongche@2x.png" |
| | | class="img" |
| | | mode="widthFix" |
| | | ></image> |
| | | <view class="h1">室内用车</view> |
| | | <view class="h2">URBAN AREA</view> |
| | | </view> |
| | | <view class="item" @click="$jump('/pages/staff/vehicle/shiwai')"> |
| | | <image src="../../../static/bg_shiwaiyongche@2x.png" class="img" mode="widthFix"></image> |
| | | <image |
| | | src="../../../static/bg_shiwaiyongche@2x.png" |
| | | class="img" |
| | | mode="widthFix" |
| | | ></image> |
| | | <view class="h1">室外用车</view> |
| | | <view class="h2">SUBURB AREA</view> |
| | | </view> |
| | |
| | | data() { |
| | | return { |
| | | param: {} |
| | | }; |
| | | } |
| | | } |
| | | } |
| | | </script> |
| | |
| | | } |
| | | .content{ |
| | | width: 690rpx; |
| | | background: #FFFFFF; |
| | | background: #ffffff; |
| | | box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(39,155,170,0.16); |
| | | border-radius: 16rpx; |
| | | padding: 60rpx 30rpx; |
| | |
| | | overflow: hidden; |
| | | z-index: 1; |
| | | .h1 { |
| | | font-weight: 500; |
| | | font-weight: 600; |
| | | font-size: 32rpx; |
| | | color: #222222; |
| | | line-height: 48rpx; |
| | |
| | | } |
| | | .title{ |
| | | margin-bottom: 40rpx; |
| | | font-weight: 500; |
| | | font-weight: 600; |
| | | font-size: 34rpx; |
| | | color: #222222; |
| | | line-height: 48rpx; |