Fix:5067 【商城小程序】体验券订单主题图片需放大一点

This commit is contained in:
linxi
2026-04-02 17:31:39 +08:00
parent 6e581da413
commit 68a215e491
+12 -2
View File
@@ -1248,7 +1248,17 @@ page {
overflow: hidden; overflow: hidden;
margin: 0.7 * 100rpx auto 0.5 * 100rpx auto; margin: 0.7 * 100rpx auto 0.5 * 100rpx auto;
} }
.pictrue{
width: 160rpx !important;
height: 160rpx !important;
border-radius: 16rpx !important;
}
.my-order .list .item .item-info .text {
width: 448rpx !important;
font-size: 28rpx;
color: #999;
margin-top: 6rpx;
}
.noCart .pictrue image { .noCart .pictrue image {
width: 408rpx; width: 408rpx;
height: 414rpx; height: 414rpx;
@@ -1301,7 +1311,7 @@ page {
margin: 10rpx 0 0 0; margin: 10rpx 0 0 0;
} }
.my-order .list .item .item-info .text .name { .my-order .list .item .item-info .text .name {
width: calc(100% - 160rpx); width: calc(100% - 120rpx);
} }
.tips-text{ .tips-text{
padding: 0 12rpx; padding: 0 12rpx;