| | |
| | | width: 100%; |
| | | text-align: center; |
| | | margin-bottom: 15px; |
| | | margin-top: 10px; |
| | | line-height:35px; |
| | | " |
| | | :class="showBtn == 3&&isLoading?'margin-top-10px':'margin-top-40px'" |
| | | > |
| | | <template v-if="showBtn == 2"> |
| | | <div class="gif"> |
| | |
| | | </div> |
| | | </template> |
| | | <template v-else> |
| | | |
| | | <div class="btn" @click="closeClick"> |
| | | <img src="../../public/btn1.png" /> |
| | | </div> |
| | | <div class="btn" v-if="showBtn == 1" @click="confirmClick1"> |
| | | <img src="../../public/confirm1.png" /> |
| | | </div> |
| | |
| | | > |
| | | <i class="el-icon-loading icon-loading" v-if="isLoading"/> |
| | | <img src="../../public/confirm1.png" /> |
| | | </div> |
| | | <div class="btn" @click="closeClick"> |
| | | <img src="../../public/btn1.png" /> |
| | | </div> |
| | | </template> |
| | | </div> |
| | |
| | | .dialog-footer { |
| | | position: absolute; |
| | | bottom: 30px; |
| | | width:94%; |
| | | width:100%; |
| | | text-align:center; |
| | | } |
| | | } |
| | | .margin-top-10px{ |
| | | margin-top:10px; |
| | | } |
| | | .margin-top-40px{ |
| | | margin-top:40px; |
| | | } |
| | | .color_4efefa { |
| | | color: #4efefa !important; |
| | |
| | | .btn { |
| | | width: 150px; |
| | | height: auto; |
| | | float: right; |
| | | display: inline-block; |
| | | position:relative; |
| | | img { |
| | |
| | | // background: #15d815; |
| | | background:red; |
| | | border-radius: 50%; |
| | | margin-top:-5px; |
| | | vertical-align: middle; |
| | | } |
| | | } |