| | |
| | | @focus="focus" |
| | | @blur="blur" |
| | | /> |
| | | <text v-if="isDelShow" class="icon icon-del" @click="clear" |
| | | ></text |
| | | <span |
| | | class="cleanupBtn" |
| | | v-if="inputVal" |
| | | @click="inputVal = ''" |
| | | style=" |
| | | position: absolute; |
| | | top: 50%; |
| | | margin-top: -10px; |
| | | right: 10px; |
| | | color: #fff; |
| | | z-index: 2; |
| | | display: inline-block; |
| | | width: 20px; |
| | | height: 20px; |
| | | text-align: center; |
| | | line-height: 20px; |
| | | background-color: #a5a5a5; |
| | | font-weight: bold; |
| | | border-radius: 50%; |
| | | font-size: 12px; |
| | | cursor: pointer; |
| | | " |
| | | >✖</span |
| | | > |
| | | </view> |
| | | <view |
| | |
| | | } |
| | | ::v-deep .content { |
| | | border-radius: 0 !important; |
| | | // border: 1px solid #7d8ea5 !important; |
| | | } |
| | | ::v-deep .button-item { |
| | | width: 100% !important; |
| | |
| | | width: 100%; |
| | | border-bottom: 1px #f5f5f5 solid; |
| | | box-sizing: border-box; |
| | | // padding: 15upx; |
| | | border-radius: 35rpx; |
| | | font-size: $uni-font-size-base; |
| | | background: #fff; |
| | |
| | | width: 100%; |
| | | display: flex; |
| | | align-items: center; |
| | | position: relative; |
| | | |
| | | &.center { |
| | | justify-content: center; |