| | |
| | | <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> |
| | |
| | | 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 { |