quanyawei
2024-03-19 51980679a667519c7d0bd691c21d62d975f3e189
pages/actionChange/agencyPage/index.vue
@@ -117,7 +117,7 @@
               <p class="rowTip">
                  <view class="wholeLine">
                     <text class="rowTipContenetLabel">污染位置:</text>
                     <text class="rowTipContenetAll">{{ item.pollutePosition }}</text>
                     <u--text class="rowTipContenetAll" :lines="1" :text="item.pollutePosition"></u--text>
                  </view>
               </p>
            </view>
@@ -482,9 +482,9 @@
         opacity: 0;
         padding: .1em .5em;
         text-transform: uppercase;
         opacity: 0;
         transform: rotate(-2deg) scale(5);
         animation: seal .3s cubic-bezier(0.6, 0.04, 0.98, 0.335) forwards;
         opacity: .75;
         transform: rotate(-15deg) scale(1);
         // animation: seal .3s cubic-bezier(0.6, 0.04, 0.98, 0.335) forwards;
      }
      @keyframes seal {