MrShi
昨天 4eac422e52a4d28fb651b75d0f054697c7a2c0fa
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
 
page {
    background-color: #ffffff !important;
}
 
@charset "UTF-8";
/* 颜色变量 */
.coffee.data-v-5d7a4b70 {
  width: 100%;
  padding: 32rpx;
  box-sizing: border-box;
}
.coffee .coffee_item.data-v-5d7a4b70 {
  margin-bottom: 52rpx;
  display: flex;
  align-items: center;
}
.coffee .coffee_item image.data-v-5d7a4b70 {
  width: 264rpx;
  height: 176rpx;
  flex-shrink: 0;
  margin-right: 20rpx;
  border-radius: 15rpx;
}
.coffee .coffee_item .coffee_item_right.data-v-5d7a4b70 {
  flex: 1;
  height: 176rpx;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.coffee .coffee_item .coffee_item_right text.data-v-5d7a4b70:first-child {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 32rpx;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.coffee .coffee_item .coffee_item_right text.data-v-5d7a4b70:last-child {
  font-size: 32rpx;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #D20A0A;
  margin-top: 28rpx;
}