完成优惠券页面

This commit is contained in:
gyq
2025-11-21 16:03:04 +08:00
parent e6212251e3
commit df8a700aec
14 changed files with 1069 additions and 64 deletions

View File

@@ -184,11 +184,14 @@ onLaunch(() => {
width: 180upx;
font-size: 28upx;
color: #666;
display: flex;
justify-content: flex-end;
}
.info {
flex: 1;
font-size: 28upx;
color: #333;
padding-left: 28upx;
}
}
}
@@ -201,5 +204,8 @@ onLaunch(() => {
border-radius: 20upx;
padding: 0 28upx 14upx;
margin-bottom: 28upx;
:deep(.u-form-item__body__left__content__label.data-v-b4fd400b) {
font-weight: bold;
}
}
</style>