my-collect.wxss
2.1 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
page{
background-color: #f1f2f4;
}
.container {
padding: 0;
width: 750rpx;
padding-top: 24rpx;
box-sizing: border-box;
height: 1400rpx;
background-color: #f1f2f4;
}
.page {
padding: 0;
}
.main {
display: flex;
flex-direction: column;
align-items: center;
}
.main_item {
display: flex;
flex-direction: row;
background: #fff;
overflow: hidden;
margin-bottom: 24rpx;
}
movable-area {
width: 594rpx;
height: 201rpx;
background: #fff;
}
movable-view {
width: 722rpx;
height: 201rpx;
}
.main_item_content {
box-sizing: border-box;
height: 201rpx;
border-radius: 10rpx;
line-height: 201rpx;
color: #8e8e8e;
padding-left: 10px;
background: #ffffff;
display: flex;
}
.delete_btn {
width: 128rpx;
height: 201rpx;
background-color: #FE3A32;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
color: #fff;
font-size: 28rpx;
text-align: center;
line-height: 201rpx;
}
.delete_mask {
position: relative;
right: 0;
left: 0;
width: 128rpx;
height: 201rpx;
background-color: transparent;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
color: #fff;
font-size: 28rpx;
text-align: center;
line-height: 201rpx;
}
.van-card__title {
font-size: 28rpx;
font-weight: 500;
}
.van-card__desc {
font-size: 24rpx;
font-weight: 400;
color: #999999;
}
.van-card__price-decimal,
.van-card__price-integer {
font-size: 36rpx;
}
.van-card__price-decimal,
.van-card__price-integer {
font-size: 36rpx;
}
.left {
width: 180rpx;
height: 180rpx;
margin-top: 10rpx;
}
.left image {
width: 180rpx;
height: 180rpx;
}
.right {
margin-left: 24rpx;
height: 180rpx;
position: relative;
}
.name {
width: 320rpx;
height: 40rpx;
font-size: 28rpx;
font-weight: 600;
text-align: left;
color: #333333;
margin-top: -58rpx;
}
.desc {
width: 202rpx;
height: 40rpx;
font-size: 24rpx;
font-weight: 400;
text-align: left;
color: #999999;
}
.price {
height: 48rpx;
font-size: 36rpx;
font-weight: 500;
text-align: left;
color: #ff4444;
position: absolute;
bottom: 68rpx;
left: 0;
}