篮球扫码入场

This commit is contained in:
2023-09-05 09:40:28 +08:00
parent eeacf3ec10
commit 39776422e4
8 changed files with 1407 additions and 34 deletions

View File

@@ -166,6 +166,13 @@
border-radius: 10rpx;
}
.in-step-popup .small-body {
width: 600rpx;
height: 222rpx;
background: #252330;
border-radius: 10rpx;
}
.in-step-popup .body .top {
display: flex;
justify-content: space-between;
@@ -223,6 +230,19 @@
text-align: center;
}
.in-step-popup .body .center .item .barcode {
width: 450rpx;
background: #fff;
position: relative;
}
.barcode-canvas {
width: 366rpx;
margin: 0 auto;
padding-top: 40rpx;
border-top: 2rpx solid #F4F5F7;
}
.in-step-popup .body .bottom {
margin: 40rpx 20rpx 0 20rpx;
font-size: 26rpx;
@@ -389,4 +409,4 @@
}
.share-btn-box>button::after {
border: none;
}
}