giftGivingItem.less
4.07 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
.giftItem_box {
width: 640px;
// height: 453px;
background: rgba(255, 255, 255, 1);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
border-radius: 16px;
margin: 43px auto 0 auto;
padding: 25px;
.user_info {
display: flex;
justify-content: space-between;
position: relative;
padding-bottom: 22px;
border-bottom: solid 1px rgba(247, 247, 248, 1);
.name {
height: 50px;
font-size: 28px;
font-weight: 400;
color: rgba(51, 51, 51, 1);
line-height: 50px;
width: 400px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.btn {
width: 144px;
height: 52px;
line-height: 52px;
background: rgba(254, 246, 233, 1);
border-radius: 96px 0px 0px 96px;
text-align: center;
font-size: 26px;
font-weight: 400;
color: rgba(245, 166, 35, 1);
position: absolute;
right: -35px;
}
.gift_active {
height: 40px;
font-size: 28px;
font-weight: 400;
color: rgba(208, 2, 27, 1);
line-height: 40px;
}
}
.item_info {
display: flex;
margin-top: 30px;
padding-bottom: 30px;
border-bottom: solid 1px rgba(247, 247, 248, 1);
img {
width: 159px;
height: 160px;
border-radius: 10px;
}
.box {
margin-left: 30px;
position: relative;
flex: 1;
.name {
font-size: 28px;
font-weight: 400;
color: rgba(51, 51, 51, 1);
max-height: 80px;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
/*! autoprefixer: on */
display: -webkit-box;
-webkit-line-clamp: 2;
overflow: hidden;
white-space: normal;
}
.pirce {
width: 100%;
position: absolute;
left: 0;
bottom: 0;
display: flex;
justify-content: space-between;
.title {
span {
width: 15px;
height: 33px;
font-size: 24px;
font-weight: 500;
color: rgba(208, 2, 27, 1);
line-height: 33px;
}
height: 50px;
font-size: 36px;
font-weight: 500;
color: rgba(208, 2, 27, 1);
line-height: 50px;
}
.btn {
height: 40px;
font-size: 28px;
font-weight: 400;
color: rgba(180, 180, 180, 1);
line-height: 40px;
}
}
}
}
.text_tip {
height: 40px;
font-size: 28px;
font-weight: 400;
color: rgba(180, 180, 180, 1);
line-height: 40px;
margin-top: 30px;
num {
color: #666666;
}
}
.btn_list {
padding-top: 30px;
border-top: solid 1px #f7f7f8;
margin-top: 30px;
display: flex;
justify-content: flex-end;
.box {
width: 312px;
display: flex;
justify-content: space-between;
div {
width: 146px;
height: 52px;
line-height: 52px;
border-radius: 8px;
text-align: center;
font-size: 26px;
}
.btn {
background: rgba(249, 249, 249, 1);
color: #999999;
}
.active {
background: rgba(253, 241, 242, 1);
color: #d0021b;
}
}
}
}