Aftermarket.wxss
1.4 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
/* pages/my/suggestion/suggestion.wxss */
page{
width: 100%;
height: 100%;
background-color:#f5f5f5;
}
.item_list1 {
width: 94%;
font-size: 24rpx;
color: #222;
background-color: #fff;
border-radius: 16rpx;
padding: 29rpx 32rpx 40rpx 32rpx;
margin-top: 20rpx;
box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.05);
}
.list_title {
font-size: 30rpx;
color: #222;
}
.content {
margin-top: 40rpx;
}
.content_list {
display: flex;
justify-content: space-between;
margin-bottom: 30rpx;
}
.content_img {
width: 100rpx;
height: 100rpx;
}
.content_img image {
width: 100%;
height: 100%;
}
.content_detail {
display: flex;
}
.content_img image {
width: 100%;
height: 100%;
}
.content_detail {
display: flex;
}
.num {
color: #888;
}
.species {
margin-left: 35rpx;
}
.more_box {
color: #888;
border-top: 1rpx solid #ededed;
display: flex;
justify-content: center;
align-items: center;
padding-top: 24rpx;
margin-top: 35rpx;
}
.bottom_btn {
width: 100%;
padding: 40rpx 55rpx;
margin-bottom: 20rpx;
background-color: #fff;
position: fixed;
bottom:0;
left: 50%;
transform: translateX(-50%)
}
.submit_btn {
height: 80rpx;
background-color: #ffda44;
border-radius: 40px;
box-shadow: 5px 10px 30px rgba(255, 204, 68, 0.6);
text-align: center;
line-height: 80rpx;
font-size: 26rpx;
color: #333;
}