1234567891011121314151617181920212223242526272829303132 |
- .InventorySubmit {
- padding: 0 30rpx;
- }
- .InventorySubmit .popup-content {
- width: 500rpx;
- font-size: 24rpx;
- border-radius: 10rpx;
- padding: 0 40rpx 40rpx;
- line-height: 60rpx;
- }
- .InventorySubmit .popup-content ._h3 {
- text-align: center;
- height: 80rpx;
- line-height: 80rpx;
- font-size: 34rpx;
- }
- .InventorySubmit .popup-content input {
- border: 1px solid #dcdcdc;
- }
- .InventorySubmit .addQrcode-list {
- height: 80rpx;
- display: flex;
- justify-content: space-between;
- padding: 15rpx;
- border-bottom: 1rpx solid #dcdcdc;
- font-size: 24rpx;
- }
- .InventorySubmit .addQrcode-list .fr {
- line-height: 80rpx;
- color: #0066CC;
- }
|