1234567891011121314151617 |
- .addQrcode-list {
- height: 100rpx;
- display: flex;
- justify-content: space-between;
- padding: 15rpx;
- border-bottom: 1rpx solid #dcdcdc;
- }
- .addQrcode-list .fl {
- display: flex;
- }
- .addQrcode-list .fl .code {
- margin-right: 20rpx;
- }
- .addQrcode-list .fr {
- line-height: 100rpx;
- }
|