绿满眶商城微信小程序-uniapp
zxl
2025-06-24 e50f021ddf73b80f5a1273b8b01e7dd4344a4cdc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
.group-wrapper {
    background: url("/static/exchange.png");
    background-size: cover;
}
.u-group-row {
    width: 100%;
    padding: 0 32rpx;
    display: flex;
    height: 100rpx;
    align-items: center;
    justify-content: space-between;
}
.showBox_L {
    // background: #ff6262;
    height: 100%;
    color: #fff;
    flex: 2;
}
.flex-price {
    color: #fff;
    font-size: 48rpx;
}
.u-group-flex-left {
    display: flex;
    flex-direction: column;
}
.u-group-flex-left-span {
    line-height: 1.2;
    font-size: 32rpx;
}
.showBox_R {
    flex: 1;
    height: 100%;
    padding: 4rpx 0 !important;
    background: #ffe7e6 !important;
    text-align: center !important;
}
/deep/ .u-mode-light-error {
    border: none;
}
 
.u-group-flex {
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
.u-group-flex,
.u-group-flex-right {
    display: flex;
}
 
.u-group-flex-right {
    height: 100%;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.old-price {
    color: #fff;
    text-decoration: line-through;
    font-size: 22rpx;
    opacity: 0.8;
}
.u-group-flex-left {
    height: 100%;
}
.group-bag {
    font-size: 20rpx;
    padding: 4rpx 20rpx;
    border-radius: 6rpx;
    margin-right: 20rpx;
}
.promotion {
    font-size: 22rpx;
    border: 2rpx solid $price-light-color;
    padding: 2rpx 6rpx;
    margin-left: 10rpx;
    line-height: 1;
}