| | |
| | | align-items: center; |
| | | justify-content: center; |
| | | } |
| | | |
| | | .item-button:active { |
| | | background-color: #7c7c7c; /* Change to a darker color when pressed */ |
| | | } |
| | | .indicator { |
| | | width: 100%; |
| | | height: 3px; |
| | |
| | | .error-dialog{ |
| | | --td-dialog-title-color:red; |
| | | --td-dialog-title-font-size:45rpx; |
| | | } |
| | | |
| | | .search-results { |
| | | position: absolute; |
| | | top: 100rpx; /* 根据搜索框的高度调整 */ |
| | | left: 30rpx; |
| | | right: 30rpx; |
| | | bottom: 0; |
| | | background-color: rgba(255, 255, 255, 0.90); /* 设置白色背景 */ |
| | | z-index: 1; |
| | | overflow-y: auto; |
| | | } |
| | | |
| | | .result-item { |
| | | padding: 20rpx; |
| | | border-bottom: 1px solid #eaeaea; |
| | | } |