预留手机号新加解释,优惠券新增备注,修改部分样式,优化table组件可以传属性

This commit is contained in:
2025-01-21 14:32:41 +08:00
parent 24f2ec9ead
commit 103c10347c
13 changed files with 99 additions and 22 deletions

View File

@@ -10,7 +10,7 @@
display: flex;
justify-content: space-between;
border-bottom: 1rpx dashed #ccc;
padding-bottom: 20rpx;
padding-bottom: 30rpx;
}
.top .right {
@@ -25,7 +25,7 @@
.typeText {
font-weight: 700;
font-size: 42rpx;
font-size: 36rpx;
margin-bottom: 20rpx;
}
@@ -51,5 +51,10 @@
.bottom .left {
flex: 1;
font-size: 32rpx;
}
max-width: calc(100vw - 60rpx - 250rpx);
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 30rpx;
color: rgba(0, 0, 0, 0.7)
}