| | |
| | | margin-bottom: 16rpx; |
| | | } |
| | | |
| | | .btn-none { |
| | | box-shadow: none; |
| | | background-color: transparent; |
| | | line-height: inherit; |
| | | border-radius: 0; |
| | | margin: 0rpx; |
| | | margin-right: 0rpx !important; |
| | | padding: 0rpx; |
| | | outline: none; |
| | | font-weight: normal; |
| | | width: auto; |
| | | } |
| | | |
| | | .ghost-btn { |
| | | background: #E6F0FF; |
| | | color: #007aff; |
| | | font-size: 26rpx; |
| | | padding: 14rpx 0; |
| | | border-radius: 999rpx; |
| | | line-height: 1; |
| | | width: 200rpx; |
| | | border: none; |
| | | width: 140rpx; |
| | | text-align: center; |
| | | /* align-self 已移除,由父级 .btn-row 控制对齐 */ |
| | | } |
| | | |
| | | .ghost-btn::after { |
| | | border: none; |
| | | } |
| | | |
| | | .ghost-btn:active { |