Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
mallapp
Commits
f35bb15d
Commit
f35bb15d
authored
Dec 13, 2024
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改部分样式
parent
542d39d1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
78 additions
and
43 deletions
+78
-43
u-tabs.vue
node_modules/uview-ui/components/u-tabs/u-tabs.vue
+2
-2
detail_company.vue
pages/kotra/brand/detail_company.vue
+2
-2
list.vue
pages/kotra/brand/list.vue
+6
-2
detail_building.vue
pages/kotra/carrier/detail_building.vue
+63
-16
detail_carrier.vue
pages/kotra/carrier/detail_carrier.vue
+2
-18
list.vue
pages/kotra/carrier/list.vue
+3
-3
No files found.
node_modules/uview-ui/components/u-tabs/u-tabs.vue
View file @
f35bb15d
...
...
@@ -199,7 +199,7 @@
let
style
=
{
height
:
this
.
height
+
'rpx'
,
// 'line-height': this.height + 'rpx',
fontSize
:
this
.
fontSize
+
'rpx'
,
fontSize
:
this
.
fontSize
+
'rpx
!important
'
,
'transition-duration'
:
`
${
this
.
duration
}
s`
,
padding
:
this
.
isScroll
?
`0
${
this
.
gutter
}
rpx`
:
''
,
flex
:
this
.
isScroll
?
'auto'
:
'1'
...
...
@@ -207,7 +207,7 @@
// 字体加粗
if
(
index
==
this
.
currentIndex
&&
this
.
bold
)
style
.
fontWeight
=
'bold'
;
if
(
index
==
this
.
currentIndex
)
{
style
.
fontSize
=
this
.
activeFontSize
+
'rpx'
style
.
fontSize
=
this
.
activeFontSize
+
'rpx
!important
'
console
.
log
(
style
.
fontSize
)
if
(
this
.
typeStyle
!=
2
){
style
.
color
=
this
.
activeColor
;
...
...
pages/kotra/brand/detail_company.vue
View file @
f35bb15d
...
...
@@ -52,8 +52,8 @@
</view>
</view>
<view
class=
"baseinfo-item flex"
>
<view
class=
"baseinfo-label"
>
楼宇装修
:
</view>
<view
class=
"baseinfo-con"
>
{{
details
.
Renovation
}}
</view>
<view
class=
"baseinfo-label"
>
意向楼宇
:
</view>
<view
class=
"baseinfo-con"
>
{{
details
.
ETypeName
}}
·
{{
details
.
Renovation
}}
</view>
</view>
<view
class=
"baseinfo-item flex"
>
<view
class=
"baseinfo-label"
>
交房日期:
</view>
...
...
pages/kotra/brand/list.vue
View file @
f35bb15d
...
...
@@ -101,12 +101,13 @@
:current=
"active"
@
change=
"changeHandler"
:show-bar=
"false"
:activeFontSize=
"2
3
"
:activeFontSize=
"2
8
"
:bold=
"true"
height=
"45"
duration=
"0"
font-size=
"2
3
"
font-size=
"2
6
"
gutter=
"29"
class=
"custom-tab-list"
></u-tabs>
</view>
</view>
...
...
@@ -699,4 +700,7 @@ export default {
font-family
:
PingFang
SC
;
font-weight
:
500
;
}
.custom-tab-list
.u-tab-item
{
line-height
:
25px
!important
;
}
</
style
>
pages/kotra/carrier/detail_building.vue
View file @
f35bb15d
...
...
@@ -280,6 +280,68 @@
>
</view>
</view>
<view
style=
"
display: flex;
align-items: center;
margin-bottom: 30rpx;
font-weight: 500;
"
>
<view
style=
"flex: 1; font-size: 26rpx; color: #a4a4a4"
>
<text
style=
"width: 156rpx; text-align: right"
>
建设时间:
</text>
<text
:style=
"
{color:mainColor}" style="font-weight: bold"
>
{{
detailData
.
ConstructionTime
}}
</text
>
</view>
<view
style=
"flex: 1; font-size: 26rpx; color: #a4a4a4"
>
<text
style=
"width: 156rpx; text-align: right"
>
统一运营:
</text>
<text
:style=
"
{color:mainColor}" style="font-weight: bold"
>
{{
detailData
.
IsAllOperate
==
1
?
'是'
:
'否'
}}
</text
>
</view>
</view>
<view
style=
"
display: flex;
align-items: center;
margin-bottom: 30rpx;
font-weight: 500;
"
>
<view
style=
"flex: 1; font-size: 26rpx; color: #a4a4a4"
>
<text
style=
"width: 156rpx; text-align: right"
>
物业费用:
</text>
<text
:style=
"
{color:mainColor}" style="font-weight: bold"
>
{{
detailData
.
PropertyFee
}}
/月/㎡
</text
>
</view>
<view
style=
"flex: 1; font-size: 26rpx; color: #a4a4a4"
>
<text
style=
"width: 156rpx; text-align: right"
>
每月租金:
</text>
<text
:style=
"
{color:mainColor}" style="font-weight: bold"
>
{{
detailData
.
RentFee
}}
/月/㎡
</text
>
</view>
</view>
<!--
<view
class=
"carrier-item-detail"
v-if=
"detailData.Crowd!=''"
>
<div
class=
"title"
>
是否统一运营
</div>
<div
class=
"content"
>
{{
detailData
.
IsAllOperate
==
1
?
'是'
:
'否'
}}
</div>
</view>
<view
class=
"carrier-item-detail"
v-if=
"detailData.ConstructionTime!=''"
>
<div
class=
"title"
>
建设时间
</div>
<div
class=
"content"
>
{{
detailData
.
ConstructionTime
}}
</div>
</view>
<view
class=
"carrier-item-detail"
v-if=
"detailData.PropertyFee!=''"
>
<div
class=
"title"
>
物业费
</div>
<div
class=
"content"
>
{{
detailData
.
PropertyFee
}}
/月/㎡
</div>
</view>
<view
class=
"carrier-item-detail"
v-if=
"detailData.RentFee!=''"
>
<div
class=
"title"
>
月租金
</div>
<div
class=
"content"
>
{{
detailData
.
RentFee
}}
/月/㎡
</div>
</view>
-->
<view
style=
"
...
...
@@ -390,22 +452,7 @@
<div
class=
"title"
>
目标招商业态
</div>
<div
class=
"content"
>
{{
detailData
.
BrandDemand
}}
</div>
</view>
<view
class=
"carrier-item-detail"
v-if=
"detailData.Crowd!=''"
>
<div
class=
"title"
>
是否统一运营
</div>
<div
class=
"content"
>
{{
detailData
.
IsAllOperate
==
1
?
'是'
:
'否'
}}
</div>
</view>
<view
class=
"carrier-item-detail"
v-if=
"detailData.ConstructionTime!=''"
>
<div
class=
"title"
>
建设时间
</div>
<div
class=
"content"
>
{{
detailData
.
ConstructionTime
}}
</div>
</view>
<view
class=
"carrier-item-detail"
v-if=
"detailData.PropertyFee!=''"
>
<div
class=
"title"
>
物业费
</div>
<div
class=
"content"
>
{{
detailData
.
PropertyFee
}}
/月/㎡
</div>
</view>
<view
class=
"carrier-item-detail"
v-if=
"detailData.RentFee!=''"
>
<div
class=
"title"
>
物业构成
</div>
<div
class=
"content"
>
{{
detailData
.
RentFee
}}
/月/㎡
</div>
</view>
<view
class=
"carrier-item-detail"
v-if=
"detailData.IndustryDirection!=''"
>
<div
class=
"title"
>
产业方向
</div>
<div
class=
"content"
>
{{
detailData
.
IndustryDirection
}}
</div>
...
...
pages/kotra/carrier/detail_carrier.vue
View file @
f35bb15d
...
...
@@ -227,9 +227,9 @@
>
</view>
<view
style=
"flex: 1; font-size: 26rpx; color: #a4a4a4"
>
<text
style=
"width: 156rpx; text-align: right"
>
店铺数量
:
</text>
<text
style=
"width: 156rpx; text-align: right"
>
开业时间
:
</text>
<text
:style=
"
{color:mainColor}" style="font-weight: bold">
{{
detailData
.
ShopNum
detailData
.
OpeningStatus
==
0
?
'即将开业'
:(
detailData
.
OpenTime
?
detailData
.
OpenTime
:
''
)
}}
</text>
</view>
</view>
...
...
@@ -297,22 +297,6 @@
>
</view>
</view>
<view
style=
"
display: flex;
align-items: center;
margin-bottom: 30rpx;
font-weight: 500;
"
>
<view
style=
"flex: 1; font-size: 26rpx; color: #a4a4a4"
>
<text
style=
"width: 156rpx; text-align: right"
>
开业时间:
</text>
<text
:style=
"
{color:mainColor}" style="font-weight: bold">
{{
detailData
.
OpeningStatus
==
0
?
'即将开业'
:(
detailData
.
OpenTime
?
detailData
.
OpenTime
:
''
)
}}
</text>
</view>
</view>
<view
style=
"
font-size: 26rpx;
...
...
pages/kotra/carrier/list.vue
View file @
f35bb15d
...
...
@@ -59,7 +59,7 @@
:bold=
"true"
height=
"100"
duration=
"0"
font-size=
"28"
:
font-size=
"28"
></u-tabs>
</view>
<!--
<div
style=
"width: 60rpx"
@
click=
"showPopup = true"
>
...
...
@@ -110,11 +110,11 @@
:current=
"active"
@
change=
"changeHandler"
:show-bar=
"false"
:activeFontSize=
"2
3
"
:activeFontSize=
"2
8
"
:bold=
"true"
height=
"45"
duration=
"0"
font-size=
"23
"
:font-size=
"26
"
gutter=
"29"
></u-tabs>
</view>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment