a
doum
2 天以前 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
 
page {
    background-color: #ffffff;
}
 
@charset "UTF-8";
/* @import '@/uni_modules/uni-scss/variables.scss';*/
/* 颜色变量 */
.store.data-v-3476b072 {
  width: 100%;
  padding: 32rpx;
  box-sizing: border-box;
}
.store .store_list.data-v-3476b072 {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.store .store_list .store_list_item.data-v-3476b072 {
  flex: 1;
  height: 172rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 52rpx;
}
.store .store_list .store_list_item.data-v-3476b072:last-child {
  margin-bottom: 0 !important;
}
.store .store_list .store_list_item image.data-v-3476b072 {
  width: 172rpx;
  height: 172rpx;
  margin-right: 16rpx;
  flex-shrink: 0;
}
.store .store_list .store_list_item .store_list_item_right.data-v-3476b072 {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.store .store_list .store_list_item .store_list_item_right .store_list_item_right_title.data-v-3476b072 {
  width: 500rpx;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.store .store_list .store_list_item .store_list_item_right .store_list_item_right_title text.data-v-3476b072 {
  font-size: 28rpx;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.store .store_list .store_list_item .store_list_item_right .store_list_item_right_address.data-v-3476b072 {
  font-size: 24rpx;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.store .store_list .store_list_item .store_list_item_right .store_list_item_right_list.data-v-3476b072 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.store .store_list .store_list_item .store_list_item_right .store_list_item_right_list .store_list_item_right_list_item.data-v-3476b072 {
  padding: 4rpx 6rpx;
  background: #F5F4F5;
  border-radius: 4rpx;
  font-size: 22rpx;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-left: 12rpx;
}
.store .store_list .store_list_item .store_list_item_right .store_list_item_right_list .store_list_item_right_list_item.data-v-3476b072:first-child {
  margin-left: 0 !important;
}