wk
2024-07-29 6d520cfa7da0955e64cd783ec7b2c4ab65182b21
pages/doorkeeper-page/doorkeeper-index/doorkeeper-index.vue
@@ -64,7 +64,7 @@
            <view class="imgrPopup">
                  <u--image :showLoading="true"
                     :src="certificateImg != null ? BaseUrl + certificateImg : ''"
                     width="700rpx"
                     width="100%"
                     height="400rpx"
                     @click="imageClick(certificateImg)">
                     <view slot="error"
@@ -353,7 +353,7 @@
      }
   }
   .imgrPopup{
      width: 700rpx;
      width: 80vw;
      background-color: #ffffff;
      .driveruser{
         display: flex;
@@ -361,10 +361,11 @@
      }
   }
   .receiverPopup {
      height: vww(110);
      width: 300rpx;
      height: vww(153);
      width: 60vw;
      
      .receiverPopup__title {
         font-size: 1.4vw;
         margin: vww(10) auto 0;
         width: 80%;
         text-align: center;
@@ -379,6 +380,19 @@
            height: vww(20);
         }
      }
   }
   /deep/.u-button {
      width: 100%;
      height: 28px !important;
      line-height: 40px;
      padding: 0 12px;
      font-size: 28rpx;
      font-weight: 300;
      color: #ffffff;
      background: #497bfb !important;
      letter-spacing: 4rpx;
      border-radius: 37rpx 37rpx 37rpx 37rpx !important;
      box-shadow: 2rpx 3rpx 13rpx 0rpx rgba(43, 98, 239, 0.5), 0rpx 0rpx 9rpx 0rpx rgba(247, 250, 253, 0.29);
   }
   ::v-deep.appointment {
      .appointment-description {
@@ -400,25 +414,29 @@
         .uni-table {
            min-width: 0 !important;
            .checkbox {
               background: #ffffff;
            }
            .uni-table-tr {
               padding: 0;
               font-size: vww(10);
               .uni-table-th {
                  height: vww(32);
                  line-height: vww(20);
                  padding: vww(5) vww(10);
                  color: #111111;
                  font-size: 2vw;
                  font-weight: 550;
                  background: #f5f5f5;
                  background: #ffffff;
               }
               .uni-table-td {
                  height: vww(32);
                  line-height: vww(20);
                  padding: vww(5) vww(5);
                  font-size: 1.5vw;
                  color: #111111;
                  background: #ffffff;
                  .u-button {
                     height: vww(23);
                  }
@@ -439,7 +457,7 @@
   }
   .collection-form-item {
         margin: 0 vww(15);
         width: 690rpx;
         width: 95%;
         height: 370rpx;
         background: #ffffff;
         box-shadow: 4rpx 6rpx 25rpx 0rpx rgba(73, 120, 240, 0.15);
@@ -568,7 +586,7 @@
            justify-content: flex-start;
            position: relative;
            bottom: vww(10);
            left: 25%;
            left: 30%;
         
            .receive,
            .forward {