Commit 174acef6 authored by 罗超's avatar 罗超

1

parent 713c49e5
...@@ -328,7 +328,7 @@ ...@@ -328,7 +328,7 @@
<text <text
style="color: #f30329; font-weight: bold" style="color: #f30329; font-weight: bold"
v-if="detailData.AreaRequirement > 0" v-if="detailData.AreaRequirement > 0"
>{{ detailData.AreaRequirement }}平方米</text >{{ detailData.AreaRequirement }}</text
> >
</view> </view>
<view style="flex: 1; font-size: 26rpx; color: #a4a4a4"> <view style="flex: 1; font-size: 26rpx; color: #a4a4a4">
...@@ -336,7 +336,7 @@ ...@@ -336,7 +336,7 @@
<text <text
style="color: #f30329; font-weight: bold" style="color: #f30329; font-weight: bold"
v-if="detailData.BuiltUpArea > 0" v-if="detailData.BuiltUpArea > 0"
>{{ detailData.BuiltUpArea }}平方米</text >{{ detailData.BuiltUpArea }}</text
> >
</view> </view>
</view> </view>
......
...@@ -197,7 +197,7 @@ export default { ...@@ -197,7 +197,7 @@ export default {
EndOpenTime: "", EndOpenTime: "",
ProjectType: 0, ProjectType: 0,
OrderBy: 0, OrderBy: 0,
OpeningStatus: 0, OpeningStatus: -1,
FirstStoreTest: 0, FirstStoreTest: 0,
}, },
loading: false, loading: false,
...@@ -456,6 +456,8 @@ export default { ...@@ -456,6 +456,8 @@ export default {
.good_study_one .good-info .good-name { .good_study_one .good-info .good-name {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between;
padding-bottom: 5px;
} }
.good_study_one .good-info .good-name .span-name { .good_study_one .good-info .good-name .span-name {
/* overflow: hidden; /* overflow: hidden;
...@@ -463,12 +465,13 @@ export default { ...@@ -463,12 +465,13 @@ export default {
display: -webkit-box; display: -webkit-box;
-webkit-line-clamp: 2; -webkit-line-clamp: 2;
-webkit-box-orient: vertical; */ -webkit-box-orient: vertical; */
width: 350rpx;
font-size: 28rpx; font-size: 28rpx;
font-weight: bold; font-weight: bold;
color: #111; color: #111;
padding-bottom: 5px;
flex: 1;
white-space: nowrap; white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} }
.good_study_one .good-info .good-name .span-type { .good_study_one .good-info .good-name .span-type {
font-weight: 500; font-weight: 500;
...@@ -528,6 +531,9 @@ export default { ...@@ -528,6 +531,9 @@ export default {
align-items: center; align-items: center;
color: #999999; color: #999999;
padding: 0 18rpx; padding: 0 18rpx;
font-size: 22rpx;
font-family: PingFang SC;
font-weight: 500;
} }
.carriertag { .carriertag {
width: 130rpx; width: 130rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment