css
liukangdong
2024-06-03 248f2f32b0f1e406a8110f0839702914a9c3ca0a
css
已修改26个文件
178 ■■■■ 文件已修改
h5/pages/applicationRecord/applicationRecord.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/appointmentDetails/appointmentDetails.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/driver/index.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/driver/queueUp.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/driver/queueUpRecord.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/driver/reservedDetail.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/driver/taskConfirm.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/driver/taskDetail.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/staff/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/staff/meetingCalendar.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/staff/meetingDetail.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/staff/meetingManager.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/staff/meetingSel.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/staff/meetingSub.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/staff/meetingSubOrder.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/staff/memberSel.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/staff/task/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/staff/task/visitorApprove.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/staff/vehicle/applePeo.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/staff/vehicle/apply.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/staff/vehicle/sendACarDetail.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/staff/vehicle/shinei.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/staff/vehicle/shiwai.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/staffLogin/forgetPsd.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/staffLogin/login.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/uni.scss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/applicationRecord/applicationRecord.vue
@@ -135,7 +135,7 @@
  }
}
</script>
<style>
<style lang="scss">
page {
  background-color: #f7f7f7 !important;
}
@@ -158,8 +158,8 @@
      display: flex;
      align-items: center;
      .active {
        border: 1rpx solid #279baa !important;
        color: #279baa !important;
        border: 1rpx solid $uni-color-primary !important;
        color: $uni-color-primary !important;
      }
      .box_head_item {
        padding: 0 30rpx;
@@ -196,7 +196,7 @@
        align-items: center;
        justify-content: space-between;
        .loading {
          color: #279baa;
          color: $uni-color-primary;
        }
        .success {
          color: #03c68f;
h5/pages/appointmentDetails/appointmentDetails.vue
@@ -149,7 +149,7 @@
    }
    .text {
      font-size: 30rpx;
      color: #279baa;
      color: $uni-color-primary;
      padding: 20rpx 0 30rpx;
    }
  }
@@ -167,7 +167,7 @@
    }
  }
  .head_padding {
    background: #279baa;
    background: $uni-color-primary;
    .h1 {
      color: #ffffff;
    }
@@ -187,7 +187,7 @@
  .head_success {
    background: #e8f4f6;
    .h1 {
      color: #279baa;
      color: $uni-color-primary;
    }
    .h2 {
      color: #333333;
h5/pages/driver/index.vue
@@ -111,9 +111,9 @@
        width: 144rpx;
        height: 56rpx;
        border-radius: 36rpx;
        border: 1rpx solid #279baa;
        border: 1rpx solid $uni-color-primary;
        font-size: 26rpx;
        color: #279baa;
        color: $uni-color-primary;
        display: flex;
        justify-content: center;
        align-items: center;
@@ -139,7 +139,7 @@
        font-weight: 500;
        font-size: 28rpx;
        width: 192rpx;
        color: #279BAA;
        color: $uni-color-primary;
        height: 48rpx;
        line-height: 48rpx;
        text-align: center;
@@ -219,7 +219,7 @@
                color: #222222;
            }
            .status{
                color: #279BAA;
                color: $uni-color-primary;
                font-weight: 500;
                .time{
                    font-size: 24rpx;
@@ -256,7 +256,7 @@
                    line-height: 68rpx;
                    padding: 0 34rpx;
                    color: #FFFFFF;
                    background: #279BAA;
                    background: $uni-color-primary;
                    box-shadow: 0rpx 4rpx 12rpx 0rpx rgba(39,155,170,0.4);
                    border-radius: 40rpx;
                }
h5/pages/driver/queueUp.vue
@@ -90,7 +90,7 @@
        }
        .cyan{
            .h2{
                color: #279BAA;
                color: $uni-color-primary;
            }
        }
    }
h5/pages/driver/queueUpRecord.vue
@@ -81,7 +81,7 @@
                height: 50rpx;
                line-height: 50rpx;
                padding: 0 20rpx;
                background: #279BAA;
                background: $uni-color-primary;
                color: #fff;
                font-size: 26rpx;
                border-radius: 0rpx 8rpx 0rpx 25rpx;
@@ -102,7 +102,7 @@
            }
            .padding{
                background: #E9F5F6;
                color: #279BAA;
                color: $uni-color-primary;
            }
            .avatar{
                width: 84rpx;
@@ -126,7 +126,7 @@
                    .time{
                        display: flex;
                        align-items: center;
                        color: #279BAA;
                        color: $uni-color-primary;
                    }
                }
            }
h5/pages/driver/reservedDetail.vue
@@ -206,7 +206,7 @@
                        color: #777777;
                        .status {
                            color: #279BAA;
                            color: $uni-color-primary;
                        }
                    }
@@ -311,7 +311,7 @@
            padding: 0 32rpx;
            border-radius: 0rpx 0rpx 0rpx 30rpx;
            background-color: #e9edff;
            color: #279BAA;
            color: $uni-color-primary;
        }
    }
@@ -333,9 +333,9 @@
        }
        .agree {
            background: #279BAA;
            background: $uni-color-primary;
            color: #fff;
            border: 1rpx solid #279BAA;
            border: 1rpx solid $uni-color-primary;
        }
    }
h5/pages/driver/taskConfirm.vue
@@ -198,12 +198,12 @@
                .copy {
                    font-size: 26rpx;
                    color: #279BAA;
                    color: $uni-color-primary;
                }
                .btn {
                    font-size: 28rpx;
                    color: #279BAA;
                    color: $uni-color-primary;
                    display: flex;
                }
            }
@@ -289,7 +289,7 @@
            padding: 0 24rpx;
            border-radius: 34rpx 0rpx 0rpx 34rpx;
            font-size: 26rpx;
            color: #279BAA;
            color: $uni-color-primary;
        }
    }
@@ -322,8 +322,8 @@
        }
        .check {
            background: #279BAA;
            border: 1rpx solid #279BAA;
            background: $uni-color-primary;
            border: 1rpx solid $uni-color-primary;
            color: #fff;
        }
    }
@@ -371,7 +371,7 @@
        .title {
            font-weight: 500;
            font-size: 30rpx;
            color: #279BAA;
            color: $uni-color-primary;
            margin-bottom: 12rpx;
        }
h5/pages/driver/taskDetail.vue
@@ -37,7 +37,7 @@
                <view class="value">
                    <view class="">0 公里</view>
                    <view class="btn" @click="getLocation">
                        <u-icon name="map" color="#279BAA" class="mr6"></u-icon>
                        <u-icon name="map" color="#279baa" class="mr6"></u-icon>
                        重新定位
                    </view>
                </view>
@@ -183,7 +183,7 @@
                }
                .btn{
                    font-size: 28rpx;
                    color: #279BAA;
                    color: $uni-color-primary;
                    display: flex;
                }
            }
@@ -255,7 +255,7 @@
            padding: 0 24rpx;
            border-radius: 34rpx 0rpx 0rpx 34rpx;
            font-size: 26rpx;
            color: #279BAA;
            color: $uni-color-primary;
            
        }
    }
@@ -283,8 +283,8 @@
            border: 1rpx solid #999999;
        }
        .check{
            background: #279BAA;
            border: 1rpx solid #279BAA;
            background: $uni-color-primary;
            border: 1rpx solid $uni-color-primary;
            color: #fff;
        }
    }
@@ -324,7 +324,7 @@
        .title{
            font-weight: 500;
            font-size: 30rpx;
            color: #279BAA;
            color: $uni-color-primary;
            margin-bottom: 12rpx;
        }
        .address{
h5/pages/staff/index.vue
@@ -116,9 +116,9 @@
        width: 144rpx;
        height: 56rpx;
        border-radius: 36rpx;
        border: 1rpx solid #279baa;
        border: 1rpx solid $uni-color-primary;
        font-size: 26rpx;
        color: #279baa;
        color: $uni-color-primary;
        display: flex;
        justify-content: center;
        align-items: center;
h5/pages/staff/meetingCalendar.vue
@@ -209,14 +209,14 @@
    padding: 0;
    background-color: #f7f7f7;
    ::v-deep .uni-calendar-item--checked {
        background-color: #279baa;
        background-color: $uni-color-primary;
        border-radius: 8rpx;
    }
    ::v-deep .uni-calendar-item--isDay-text {
        color: #279baa;
        color: $uni-color-primary;
    }
    ::v-deep .uni-calendar-item--isDay {
        background-color: #279baa;
        background-color: $uni-color-primary;
        color: #fff;
        border-radius: 8rpx;
    }
@@ -248,7 +248,7 @@
            font-size: 30rpx;
            color: #222222;
            .line {
                background-color: #279baa;
                background-color: $uni-color-primary;
            }
        }
    }
@@ -266,7 +266,7 @@
                .icon {
                    width: 6rpx;
                    height: 32rpx;
                    background: #279baa;
                    background: $uni-color-primary;
                    border-radius: 4rpx;
                    margin-right: 16rpx;
                }
@@ -339,4 +339,4 @@
    padding-top: 20rpx;
    box-sizing: border-box;
}
</style>
</style>
h5/pages/staff/meetingDetail.vue
@@ -151,9 +151,9 @@
        }
        .agree {
            background: #279BAA;
            background: $uni-color-primary;
            color: #fff;
            border: 1rpx solid #279BAA;
            border: 1rpx solid $uni-color-primary;
        }
    }
.empty{
h5/pages/staff/meetingManager.vue
@@ -184,18 +184,18 @@
  padding: 0;
  background-color: #f7f7f7;
  ::v-deep .uni-calendar-item--checked {
    background-color: #279baa;
    background-color: $uni-color-primary;
    border-radius: 8rpx;
  }
  ::v-deep .uni-calendar-item--isDay-text {
    color: #279baa;
    color: $uni-color-primary;
  }
    ::v-deep .calendar-point {
    /* background-color: #279baa; */
    /* background-color: $uni-color-primary; */
  }
    
  ::v-deep .uni-calendar-item--isDay {
    background-color: #279baa;
    background-color: $uni-color-primary;
    color: #fff;
    border-radius: 8rpx;
  }
@@ -227,7 +227,7 @@
      font-size: 30rpx;
      color: #222222;
      .line {
        background-color: #279baa;
        background-color: $uni-color-primary;
      }
    }
  }
@@ -245,7 +245,7 @@
        .icon {
          width: 6rpx;
          height: 32rpx;
          background: #279baa;
          background: $uni-color-primary;
          border-radius: 4rpx;
          margin-right: 16rpx;
        }
h5/pages/staff/meetingSel.vue
@@ -183,7 +183,7 @@
      font-weight: 600;
    }
    .btn {
      color: #279baa;
      color: $uni-color-primary;
    }
  }
  .modal_mem_list {
@@ -239,7 +239,7 @@
    align-items: center;
    .members {
      width: 500rpx;
      color: #4d98a7;
      color: $uni-color-primary;
      white-space: nowrap;
      overflow: hidden; //文本超出隐藏
      text-overflow: ellipsis;
@@ -254,7 +254,7 @@
    width: 690rpx;
    height: 88rpx;
    line-height: 88rpx;
    background: #279baa;
    background: $uni-color-primary;
    border-radius: 44rpx;
    color: #fff;
    text-align: center;
h5/pages/staff/meetingSub.vue
@@ -105,7 +105,7 @@
      timeList: [],
      colorOptions: [
        { color: '#279BAA', name: '已选择' },
        { color: '#279baa', name: '已选择' },
        { color: '#F7F7F7', name: '可预约' },
        { color: '#cccccc', name: '不可预约' },
      ]
@@ -266,7 +266,7 @@
    height: 88rpx;
    line-height: 88rpx;
    text-align: center;
    background: #279baa;
    background: $uni-color-primary;
    border-radius: 44rpx;
    font-weight: 500;
    font-size: 32rpx;
@@ -282,7 +282,7 @@
  padding: 20rpx 30rpx 84rpx;
  box-shadow: 0rpx -3rpx 6rpx 0rpx #eeeeee;
  .sel_time {
    color: #279baa;
    color: $uni-color-primary;
  }
  .btns {
    margin-top: 10rpx;
@@ -307,7 +307,7 @@
      height: 72rpx;
      line-height: 72rpx;
      text-align: center;
      background: #279baa;
      background: $uni-color-primary;
      box-shadow: 0rpx -1rpx 0rpx 0rpx #eeeeee;
      border-radius: 36rpx;
      font-size: 30rpx;
@@ -331,7 +331,7 @@
    font-size: 30rpx;
  }
  .active {
    background-color: #279baa;
    background-color: $uni-color-primary;
    color: #fff;
  }
  .disable {
@@ -357,13 +357,13 @@
    }
  }
  .active {
    color: #279baa;
    color: $uni-color-primary;
    font-weight: 600;
    font-size: 30rpx;
    .line {
      width: 60rpx;
      height: 4rpx;
      background-color: #279baa;
      background-color: $uni-color-primary;
      margin: 26rpx auto 0;
    }
  }
h5/pages/staff/meetingSubOrder.vue
@@ -235,7 +235,7 @@
  height: 72rpx;
  line-height: 72rpx;
  text-align: center;
  background: #279baa;
  background: $uni-color-primary;
  box-shadow: 0rpx -1rpx 0rpx 0rpx #eeeeee;
  border-radius: 36rpx;
  font-size: 30rpx;
h5/pages/staff/memberSel.vue
@@ -144,7 +144,7 @@
      font-weight: 600;
    }
    .btn {
      color: #279baa;
      color: $uni-color-primary;
    }
  }
  .modal_mem_list {
@@ -199,7 +199,7 @@
    align-items: center;
    .members {
      width: 500rpx;
      color: #4d98a7;
      color: $uni-color-primary;
      white-space: nowrap;
      overflow: hidden; //文本超出隐藏
      text-overflow: ellipsis;
@@ -214,7 +214,7 @@
    width: 690rpx;
    height: 88rpx;
    line-height: 88rpx;
    background: #279baa;
    background: $uni-color-primary;
    border-radius: 44rpx;
    color: #fff;
    text-align: center;
h5/pages/staff/task/index.vue
@@ -332,7 +332,7 @@
            padding: 0 32rpx;
            height: 60rpx;
            line-height: 60rpx;
            background: #279baa;
            background: $uni-color-primary;
            color: #fff;
            font-size: 26rpx;
            font-weight: 300;
h5/pages/staff/task/visitorApprove.vue
@@ -206,7 +206,7 @@
                        color: #777777;
                        .status {
                            color: #279BAA;
                            color: $uni-color-primary;
                        }
                    }
@@ -311,7 +311,7 @@
            padding: 0 32rpx;
            border-radius: 0rpx 0rpx 0rpx 30rpx;
            background-color: #e9edff;
            color: #279BAA;
            color: $uni-color-primary;
        }
    }
@@ -333,9 +333,9 @@
        }
        .agree {
            background: #279BAA;
            background: $uni-color-primary;
            color: #fff;
            border: 1rpx solid #279BAA;
            border: 1rpx solid $uni-color-primary;
        }
    }
h5/pages/staff/vehicle/applePeo.vue
@@ -188,7 +188,7 @@
      font-weight: 600;
    }
    .btn {
      color: #279baa;
      color: $uni-color-primary;
    }
  }
  .modal_mem_list {
@@ -245,7 +245,7 @@
    align-items: center;
    .members {
      width: 500rpx;
      color: #4d98a7;
      color: $uni-color-primary;
      white-space: nowrap;
      overflow: hidden; //文本超出隐藏
      text-overflow: ellipsis;
@@ -260,7 +260,7 @@
    width: 690rpx;
    height: 88rpx;
    line-height: 88rpx;
    background: #279baa;
    background: $uni-color-primary;
    border-radius: 44rpx;
    color: #fff;
    text-align: center;
h5/pages/staff/vehicle/apply.vue
@@ -287,7 +287,7 @@
  height: 88rpx;
  line-height: 88rpx;
  text-align: center;
  background: #279baa;
  background: $uni-color-primary;
  box-shadow: 0rpx -1rpx 0rpx 0rpx #eeeeee;
  border-radius: 44rpx;
  font-size: 30rpx;
h5/pages/staff/vehicle/sendACarDetail.vue
@@ -242,7 +242,7 @@
            color: #777777;
            .status {
              color: #279baa;
              color: $uni-color-primary;
            }
          }
@@ -346,7 +346,7 @@
      padding: 0 32rpx;
      border-radius: 0rpx 0rpx 0rpx 30rpx;
      background-color: #e9edff;
      color: #279baa;
      color: $uni-color-primary;
    }
  }
@@ -368,9 +368,9 @@
    }
    .agree {
      background: #279baa;
      background: $uni-color-primary;
      color: #fff;
      border: 1rpx solid #279baa;
      border: 1rpx solid $uni-color-primary;
    }
  }
h5/pages/staff/vehicle/shinei.vue
@@ -75,7 +75,7 @@
      selDatetime: '',
      colorOptions: [
        { color: '#279BAA', name: '已选择' },
        { color: '#279baa', name: '已选择' },
        { color: '#F7F7F7', name: '可预约' },
        { color: '#cccccc', name: '不可预约' },
      ]
@@ -225,7 +225,7 @@
    padding: 20rpx 30rpx 84rpx;
    box-shadow: 0rpx -3rpx 6rpx 0rpx #eeeeee;
    .sel_time {
      color: #279baa;
      color: $uni-color-primary;
    }
    .btns {
      margin-top: 10rpx;
@@ -250,7 +250,7 @@
        height: 72rpx;
        line-height: 72rpx;
        text-align: center;
        background: #279baa;
        background: $uni-color-primary;
        box-shadow: 0rpx -1rpx 0rpx 0rpx #eeeeee;
        border-radius: 36rpx;
        font-size: 30rpx;
@@ -274,7 +274,7 @@
      font-size: 30rpx;
    }
    .active {
      background-color: #279baa;
      background-color: $uni-color-primary;
      color: #fff;
    }
    .disable {
h5/pages/staff/vehicle/shiwai.vue
@@ -329,14 +329,14 @@
    height: 72rpx;
    line-height: 72rpx;
    text-align: center;
    background: #279baa;
    background: $uni-color-primary;
    box-shadow: 0rpx -1rpx 0rpx 0rpx #eeeeee;
    border-radius: 36rpx;
    font-size: 30rpx;
    color: #ffffff;
  }
  .sel {
    color: #279baa;
    color: $uni-color-primary;
    flex: 1;
  }
}
h5/pages/staffLogin/forgetPsd.vue
@@ -181,7 +181,7 @@
        height: 40rpx;
      }
      .captcha {
        color: #279baa;
        color: $uni-color-primary;
      }
      input {
        flex: 1;
@@ -198,7 +198,7 @@
    box-sizing: border-box;
    margin-top: 80rpx;
    .for_psd {
      color: #279baa;
      color: $uni-color-primary;
      margin-top: 40rpx;
      width: 140rpx;
      text-align: center;
@@ -207,7 +207,7 @@
    .login_btn_n {
      width: 100%;
      height: 98rpx;
      background: #279baa;
      background: $uni-color-primary;
      box-shadow: 0rpx 12rpx 24rpx 0rpx rgba(39, 155, 170, 0.2);
      display: flex;
      align-items: center;
@@ -225,7 +225,7 @@
    text-align: center;
    bottom: 108rpx;
    .deal {
      color: #279baa;
      color: $uni-color-primary;
    }
  }
}
h5/pages/staffLogin/login.vue
@@ -185,7 +185,7 @@
    box-sizing: border-box;
    margin-top: 80rpx;
    .for_psd {
      color: #279baa;
      color: $uni-color-primary;
      margin-top: 40rpx;
      width: 140rpx;
      text-align: center;
@@ -194,7 +194,7 @@
    .login_btn_n {
      width: 100%;
      height: 98rpx;
      background: #279baa;
      background: $uni-color-primary;
      box-shadow: 0rpx 12rpx 24rpx 0rpx rgba(39, 155, 170, 0.2);
      display: flex;
      align-items: center;
@@ -212,7 +212,7 @@
    text-align: center;
    bottom: 108rpx;
    .deal {
      color: #279baa;
      color: $uni-color-primary;
    }
  }
}
h5/uni.scss
@@ -15,7 +15,7 @@
/* 颜色变量 */
/* 行为相关颜色 */
$uni-color-primary: #007aff;
$uni-color-primary: #4d98a7;
$uni-color-success: #4cd964;
$uni-color-warning: #f0ad4e;
$uni-color-error: #dd524d;