12345678910111213141516171819202122232425262728293031323334 |
- .inOut .submit-box {
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
- padding: 0 30rpx;
- }
- .inOut .dtl {
- padding: 30rpx;
- border-bottom: 1rpx solid #dcdcdc;
- font-size: 26rpx;
- line-height: 40rpx;
- }
- .inOut .addQrcode-list {
- height: 80rpx;
- display: flex;
- justify-content: space-between;
- padding: 15rpx;
- border-bottom: 1rpx solid #dcdcdc;
- font-size: 24rpx;
- }
- .inOut .addQrcode-list .fl {
- display: flex;
- }
- .inOut .addQrcode-list .fl .code {
- margin-right: 20rpx;
- }
- .inOut .addQrcode-list .fr {
- line-height: 80rpx;
- }
- .popup-input-warp {
- padding: 30rpx 40rpx;
- }
|