a
doum
2 天以前 307960b07d8cb122d9de0c8267b8cb7a63cfc605
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
 
page {
    background-color: #F5F5F5 !important;
}
 
@charset "UTF-8";
<<<<<<< HEAD
/* @import '@/uni_modules/uni-scss/variables.scss';*/
=======
>>>>>>> 4eac422e52a4d28fb651b75d0f054697c7a2c0fa
/* 颜色变量 */
.box.data-v-1164d0a2 {
  width: 100%;
}
.box .box_user.data-v-1164d0a2 {
  display: flex;
  flex-direction: column;
  min-height: 140rpx;
  background-color: #FFFFFF;
}
.box .box_user .box_user_box.data-v-1164d0a2 {
  padding: 32rpx 32rpx 0 32rpx;
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
}
.box .box_user .box_user_box image.data-v-1164d0a2 {
  width: 140rpx;
  height: 140rpx;
  border-radius: 50%;
  margin-right: 20rpx;
  flex-shrink: 0;
}
.box .box_user .box_user_box .box_user_info.data-v-1164d0a2 {
  flex: 1;
  min-height: 140rpx;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box .box_user .box_user_box .box_user_info .box_user_info_name.data-v-1164d0a2 {
  font-size: 36rpx;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.box .box_user .box_user_box .box_user_info .box_user_info_desc.data-v-1164d0a2 {
  display: flex;
  align-items: flex-end;
}
.box .box_user .box_user_box .box_user_info .box_user_info_desc text.data-v-1164d0a2 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 24rpx;
  font-family: PingFang SC-Light, PingFang SC;
  font-weight: 300;
  color: #333333;
}
.box .box_user .box_user_box .box_user_info .box_user_info_desc .open.data-v-1164d0a2 {
  flex-shrink: 0;
  font-size: 24rpx;
  font-family: PingFang SC-Light, PingFang SC;
  font-weight: 300;
  color: #999999;
}
.box .box_user .box_user_box .box_user_submit.data-v-1164d0a2 {
  width: 128rpx;
  height: 48rpx;
  line-height: 48rpx;
  text-align: center;
  background: linear-gradient(270deg, #D20A0A 0%, #D95A5A 100%);
  border-radius: 27rpx;
  font-size: 28rpx;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  margin-left: 58rpx;
  margin-top: 46rpx;
}
.box .box_user .box_user_shop.data-v-1164d0a2 {
  width: 100%;
  height: 90rpx;
  padding: 0 32rpx;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2rpx solid #F4F5F4;
  margin-top: 32rpx;
  box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(0, 0, 0, 0.04);
}
.box .box_user .box_user_shop .box_user_shop_left.data-v-1164d0a2 {
  display: flex;
  align-items: center;
}
.box .box_user .box_user_shop .box_user_shop_left image.data-v-1164d0a2 {
  width: 32rpx;
  height: 32rpx;
  margin-right: 12rpx;
}
.box .box_user .box_user_shop .box_user_shop_left text.data-v-1164d0a2 {
  font-size: 28rpx;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.box .box_list.data-v-1164d0a2 {
  padding: 0 32rpx;
  margin-top: 60rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.box .box_list .fun_list_item.data-v-1164d0a2 {
  width: 332rpx;
  height: 540rpx;
  border-radius: 20rpx;
  background-color: white;
  overflow: hidden;
  margin-bottom: 16rpx;
}
.box .box_list .fun_list_item .fun_list_item_img.data-v-1164d0a2 {
  width: 100%;
  height: 420rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.box .box_list .fun_list_item .fun_list_item_img image.data-v-1164d0a2 {
  height: 100%;
}
.box .box_list .fun_list_item .fun_list_item_info.data-v-1164d0a2 {
  width: 100%;
  padding: 16rpx 12rpx 24rpx 12rpx;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.box .box_list .fun_list_item .fun_list_item_info .fun_list_item_info_top.data-v-1164d0a2 {
  width: 100%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.box .box_list .fun_list_item .fun_list_item_info .fun_list_item_info_top text.data-v-1164d0a2 {
  font-size: 28rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}