@charset "UTF-8";
|
/* @import '@/uni_modules/uni-scss/variables.scss';*/
|
/* 颜色变量 */
|
.info.data-v-019e112e {
|
width: 100%;
|
height: 148rpx;
|
background: #FFFFFF;
|
box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(0, 0, 0, 0.04);
|
border-radius: 12rpx;
|
border: 2rpx solid #F5F5F5;
|
display: flex;
|
align-items: center;
|
padding: 18rpx;
|
box-sizing: border-box;
|
}
|
.info image.data-v-019e112e {
|
width: 112rpx;
|
height: 112rpx;
|
flex-shrink: 0;
|
border-radius: 10rpx;
|
margin-right: 16rpx;
|
}
|
.info .info_shop.data-v-019e112e {
|
flex: 1;
|
height: 100%;
|
}
|
.info .info_shop .info_shop_title.data-v-019e112e {
|
width: 540rpx;
|
overflow: hidden;
|
white-space: nowrap;
|
text-overflow: ellipsis;
|
}
|
.info .info_shop .info_shop_title text.data-v-019e112e {
|
font-size: 28rpx;
|
font-family: PingFang SC-Semibold, PingFang SC;
|
font-weight: 600;
|
color: #333333;
|
}
|
.info .info_shop .info_shop_divide.data-v-019e112e {
|
display: flex;
|
align-items: center;
|
}
|
.info .info_shop .info_shop_divide text.data-v-019e112e {
|
font-size: 24rpx;
|
font-family: PingFang SC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #D20A0A;
|
margin-left: 10rpx;
|
}
|
.info .info_shop .info_shop_address.data-v-019e112e {
|
width: 540rpx;
|
overflow: hidden;
|
white-space: nowrap;
|
text-overflow: ellipsis;
|
}
|
.info .info_shop .info_shop_address text.data-v-019e112e {
|
font-size: 24rpx;
|
font-family: PingFang SC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #999999;
|
}
|