a
doum
昨天 3d9c09c614bc6c24b69e03a9c68f839e9f3cae29
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
@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;
}