完成优惠券页面
This commit is contained in:
6
App.vue
6
App.vue
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user