| | |
| | | <template> |
| | | <view class="main_app"> |
| | | <image |
| | | src="../../../static/staff/yongche_bg.png" |
| | | src="@/static/staff/yongche_bg.png" |
| | | class="banner" |
| | | mode="widthFix" |
| | | ></image> |
| | |
| | | <view class="title">选择目的地类别</view> |
| | | <view class="item" @click="$jump('/pages/staff/vehicle/shinei')"> |
| | | <image |
| | | src="../../../static/bg_shineiyongche@2x.png" |
| | | src="@/static/bg_shineiyongche@2x.png" |
| | | class="img" |
| | | mode="widthFix" |
| | | ></image> |
| | | <view class="h1">市内用车</view> |
| | | <view class="h1"> |
| | | <text>市内用车</text> |
| | | <image |
| | | src="@/static/ic_enter_shinei@2x.png" |
| | | class="icon" |
| | | mode="widthFix" |
| | | ></image> |
| | | </view> |
| | | <view class="h2">URBAN AREA</view> |
| | | </view> |
| | | <view class="item" @click="$jump('/pages/staff/vehicle/shiwai')"> |
| | | <image |
| | | src="../../../static/bg_shiwaiyongche@2x.png" |
| | | src="@/static/bg_shiwaiyongche@2x.png" |
| | | class="img" |
| | | mode="widthFix" |
| | | ></image> |
| | | <view class="h1">市外用车</view> |
| | | <view class="h1"> |
| | | <text>市外用车</text> |
| | | <image |
| | | src="@/static/ic_enter_shiwai@2x.png" |
| | | class="icon" |
| | | mode="widthFix" |
| | | ></image> |
| | | </view> |
| | | <view class="h2">SUBURB AREA</view> |
| | | </view> |
| | | </view> |
| | |
| | | color: #222222; |
| | | line-height: 48rpx; |
| | | margin-bottom: 10rpx; |
| | | display: flex; |
| | | align-items: center; |
| | | .icon{ |
| | | width: 32rpx; |
| | | margin-left: 10rpx; |
| | | } |
| | | } |
| | | .h2 { |
| | | font-size: 22rpx; |
| | |
| | | font-size: 34rpx; |
| | | color: #222222; |
| | | line-height: 48rpx; |
| | | text-align: center; |
| | | text-align: center; |
| | | } |
| | | } |
| | | .banner { |