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