| | |
| | | .packing-registration-param { |
| | | /* 弹窗样式 */ |
| | | /* 复选框样式 */ |
| | | .checkbox-item { |
| | | width: 230px; |
| | | display: flex; |
| | | align-items: center; |
| | | padding: 20rpx 0; |
| | | border-bottom: 1rpx solid #f5f5f5; |
| | | background-color: #f8f9fa; |
| | | |
| | | .label { |
| | | position: relative; |
| | | left: 130px; |
| | | } |
| | | } |
| | | .popup-content { |
| | | padding: 30rpx; |
| | | max-height: 70vh; |
| | | overflow-y: auto; |
| | | } |
| | | |
| | | .popup-header { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | padding-bottom: 20rpx; |
| | | border-bottom: 1rpx solid #eee; |
| | | margin-bottom: 20rpx; |
| | | } |
| | | .packing-registration-param { |
| | | padding: 40rpx 30rpx 10rpx 30rpx; |
| | | height: 350px; |
| | | overflow: hidden; |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | |
| | | .u-radio__icon-wrap--disabled { |
| | | background-color: rgb(123, 128, 135) !important; |
| | | } |