| | |
| | | cursor: not-allowed; |
| | | } |
| | | |
| | | .input, .input-with-unit { |
| | | width: 100%; |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | | .input-with-unit { |
| | | display: flex; |
| | | align-items: center; |
| | | width: auto !important; /* 让内容自适应 */ |
| | | min-width: 0; |
| | | flex-shrink: 1; |
| | | gap: 0; |
| | | } |
| | | |
| | | .input-with-unit .input { |
| | | width: 60px !important; |
| | | min-width: 0 !important; |
| | | margin-right: 2px !important; |
| | | text-align: center; |
| | | padding-left: 2px; |
| | | padding-right: 2px; |
| | | } |
| | | |
| | | .input-with-unit .input { |
| | |
| | | .unit-text { |
| | | margin-left: 0 !important; |
| | | padding-left: 0 !important; |
| | | font-size: 22px !important; |
| | | } |
| | | |
| | | .btn-blue, .btn-blue.large-btn { |
| | |
| | | flex: 1 1 auto !important; |
| | | justify-content: flex-end !important; |
| | | display: flex !important; |
| | | align-items: center; |
| | | } |
| | | |
| | | </style> |