css
liukangdong
2024-06-03 248f2f32b0f1e406a8110f0839702914a9c3ca0a
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;
  }
}