myfeedback_active.wxss
1.2 KB
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
81
page {
background-color: rgb(240, 240, 240);
}
/* 轮播图 */
swiper {
height: 750rpx;
}
swiper image {
width: 100%;
height: 750rpx;
}
/* */
.goods_wrap{
margin-top: 24rpx;
background-color: #ffffff;
padding: 24rpx 32rpx;
}
.goods_time {
height: 66rpx;
color: #21AE58;
font-size: 28rpx;
}
.goods_name {
line-height: 50rpx;
font-size: 36rpx;
font-weight: 500;
}
.goods_wrap p{
font-size: 44rpx;
}
.margin{
margin-bottom: 48rpx;
}
/* */
.goods_introduce {
height: 88rpx;
display: flex;
justify-content: center;
align-items: center;
font-size: 28rpx;
color: #969799;
}
.goods_introduce :nth-child(2) {
margin: 0 32rpx;
}
.goods_line {
width: 100rpx;
height: 2rpx;
background-color: #969799;
}
.goods_text{
margin-bottom: 150rpx;
}
/*兑换 */
.shengqin {
height: 120rpx;
background-color: #ffffff;
font-size: 32rpx;
position: fixed;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
}
.shengqin button {
width: 622rpx;
color: #ffffff;
border-radius: 22px;
background: linear-gradient(130deg, #2ed26e 13%, #05983e 98%);
box-shadow: 0px 9px 19px 0px rgba(0, 116, 45, 0.42);
}