|
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;
|
}
|