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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
@charset "UTF-8";
/* 颜色变量 */
.box.data-v-7b4ffe4c {
  width: 100%;
}
.box .box_content.data-v-7b4ffe4c {
  width: 100%;
  box-sizing: border-box;
  padding: 28rpx 32rpx;
  background-color: #ffffff;
}
.box .box_content .label.data-v-7b4ffe4c {
  font-size: 32rpx;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.box .box_content .content.data-v-7b4ffe4c {
  margin-top: 36rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.box .box_content .content image.data-v-7b4ffe4c {
  width: 296rpx;
  height: 296rpx;
}
.box .box_content .content .content_a.data-v-7b4ffe4c {
  font-size: 32rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-top: 36rpx;
}
.box .box_content .content .content_b.data-v-7b4ffe4c {
  font-size: 24rpx;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-top: 16rpx;
}
.box .box_store.data-v-7b4ffe4c {
  width: 100%;
  margin-top: 16rpx;
  background-color: #ffffff;
  padding: 28rpx 32rpx;
  box-sizing: border-box;
}
.box .box_store .box_store_label.data-v-7b4ffe4c {
  font-size: 32rpx;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.box .box_store .box_store_info.data-v-7b4ffe4c {
  margin-top: 24rpx;
  display: flex;
  align-items: center;
}
.box .box_store .box_store_info image.data-v-7b4ffe4c {
  flex-shrink: 0;
  width: 92rpx;
  height: 92rpx;
  margin-right: 18rpx;
}
.box .box_store .box_store_info .info_right.data-v-7b4ffe4c {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.box .box_store .box_store_info .info_right text.data-v-7b4ffe4c:nth-child(1) {
  font-size: 32rpx;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.box .box_store .box_store_info .info_right text.data-v-7b4ffe4c:nth-child(2) {
  font-size: 24rpx;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-top: 16rpx;
}
.box .box_store .box_store_x.data-v-7b4ffe4c {
  width: 100%;
  height: 2rpx;
  background-color: #F4F5F4;
  margin: 20rpx 0;
}
.box .box_store .box_store_bottom.data-v-7b4ffe4c {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .box_store .box_store_bottom text.data-v-7b4ffe4c {
  font-size: 24rpx;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.box .box_store .box_store_bottom .box_store_bottom_right.data-v-7b4ffe4c {
  display: flex;
  align-items: center;
}
.box .box_store .box_store_bottom .box_store_bottom_right text.data-v-7b4ffe4c {
  font-size: 24rpx;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-right: 8rpx;
}