css
liukangdong
2024-06-25 ebc96a1cf0424c04dceacbc42f9ad2a897223be9
h5/pages/staff/vehicle/index.vue
@@ -1,16 +1,28 @@
<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>
@@ -23,7 +35,7 @@
      data() {
         return {
            param: {}
         };
    }
      }
   }
</script>
@@ -36,7 +48,7 @@
   }
   .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;
@@ -53,7 +65,7 @@
         overflow: hidden;
         z-index: 1;
         .h1 {
            font-weight: 500;
        font-weight: 600;
            font-size: 32rpx;
            color: #222222;
            line-height: 48rpx;
@@ -75,7 +87,7 @@
      }
      .title{
         margin-bottom: 40rpx;
         font-weight: 500;
      font-weight: 600;
         font-size: 34rpx;
         color: #222222;
         line-height: 48rpx;