cardinfo.wxss
2.47 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
147
148
149
@import "../../../utils/wxParse/wxParse.wxss";
.Member_bk {
position:relative;
z-index: 0;
width: 100%;
height: 100%;
}
.MemberPlus {
width: 618rpx;
height: 290rpx;
border-radius: 18rpx;
box-shadow: 0rpx 0rpx 10rpx #888;
margin: 0rpx 35rpx;
color: #ffa786;
padding: 0rpx 31rpx;
padding-top: 60rpx;
background-size: 100%;
}
.renew {
width: 190rpx;
height: 50rpx;
border-radius: 18rpx;
background-color: rgb(237, 189, 150);
text-align: center;
line-height: 50rpx;
color: #000;
margin-top: 7rpx;
}
.xs {
margin-top: 130rpx;
}
.MemberPlus .privilege {
width: 30rpx;
height: 30rpx;
margin-right: 7rpx;
}
.MemberPlus .share {
width: 30rpx;
height: 30rpx;
margin-left: 7rpx;
}
.Invitation {
padding: 0rpx 31rpx;
box-shadow: 0rpx 0rpx 10rpx #888;
height: 95rpx;
background-color: rgb(255, 255, 255);
z-index: 6;
position: relative;
margin-top: -15rpx;
}
.Invitation .Invitation_count, .Invitation_my {
color: rgb(237, 189, 153);
}
.Invitation .Detailed {
color: rgb(237, 189, 150);
text-decoration: underline;
}
.Invitation .Invitation_Cash {
width: 150rpx;
height: 45rpx;
line-height: 45rpx;
text-align: center;
border-radius: 25rpx;
margin-left: 30rpx;
background-color: rgb(237, 189, 150);
color: rgb(255, 255, 255);
}
.swiper, .Courtesy, .title {
position: relative;
z-index: 3;
}
.Courtesy_title {
color: rgb(173, 137, 79);
font-weight: bold;
margin-bottom: 10rpx;
letter-spacing: 2rpx;
}
.Courtesy_image {
width: 50rpx;
height: 25rpx;
margin-top: 8rpx;
}
.Courtesy_can {
margin: 0rpx 7rpx;
color: rgb(94, 93, 91);
font-weight: bold;
}
/* 热门好物 */
.title .China {
width: 100%;
margin-top: 60rpx;
margin-bottom: 10rpx;
line-height: 0rpx;
}
.title .China .line view {
width: 2rpx;
}
.title .China .line {
height: 40rpx;
color: rgb(51, 51, 51);
}
.title .China .line view {
border-left: 3rpx solid #000;
margin-left: 5rpx;
}
.title .China .line .one {
height: 23rpx;
}
.title .China .line .two {
height: 15rpx;
}
.title .China .line .three {
height: 18rpx;
}
.title .China .Recommend {
margin: 0rpx 20rpx;
font-size: 28rpx;
line-height: 39rpx;
font-weight: bold;
}
.title .english .silk {
width: 214rpx;
height: 2rpx;
background-color: #000;
}
.title .english .esh {
margin: 0rpx 15rpx;
}
.Member {
width: 30rpx;
height: 30rpx;
margin-right: 5rpx;
background-size: 100% 100%;
background-blend-mode: lighten;
transform: translateX(-280%);
}