唯一码发放页面完成

This commit is contained in:
zx
2026-03-20 09:45:13 +08:00
parent 100ea5a0d1
commit b648176e82
63 changed files with 11415 additions and 52 deletions

74
styles/theme.scss Normal file
View File

@@ -0,0 +1,74 @@
.material-card {
background-color: #fff;
// padding: 24rpx;
// margin: 8rpx 0 0 0;
.title {
font-size: 14px;
font-weight: 600;
}
.subTitle {
font-size: 12px;
color: #999;
margin-top: 14rpx;
}
.tag {
margin-top: 14rpx;
display: flex;
justify-content: space-between;
align-items: center;
p {
font-size: 14px;
}
.uni-tag {
padding: 2px 4px;
}
}
.remark{
height: 100%;
}
.text{
height: 100%;
p{
font-size: 14px;
margin-top: 16rpx;
}
span{
color: #616161;
}
}
.qrCode{
}
.status{
font-size: 12px;
color: #616161;
}
}
.flex-center{
display: flex;
align-items: center;
justify-content: space-between;
}
// 底部按钮
.bottom-btn {
position: fixed;
bottom: 0;
width: 100%;
border-radius: 0;
background-color: #409EFF !important;
border-color: #409EFF !important;
height: 60rpx;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
}