Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
8eeca68e
Commit
8eeca68e
authored
Oct 23, 2023
by
18224442217
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
ca5bd923
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
8 deletions
+15
-8
flex.css
asset/css/flex.css
+3
-0
index.vue
pages/airTicket/components/address/index.vue
+12
-8
No files found.
asset/css/flex.css
View file @
8eeca68e
...
...
@@ -383,6 +383,9 @@
.PX50
{
padding
:
0
50
rpx
;
}
.PX53
{
padding
:
0
53
rpx
;
}
.relativeFT5
{
top
:
-5
rpx
;
}
...
...
pages/airTicket/components/address/index.vue
View file @
8eeca68e
<
template
>
<view
class=
"addressIndex-box"
>
<view
class=
"fz30 fontBold textCenter MB30"
>
选择
{{
AddressType
==
1
?
'出发地'
:
'目的地'
}}
</view>
<view
class=
"fz30 fontBold MB30"
>
当前
{{
AddressType
==
1
?
'出发地'
:
'目的地'
}}
</view>
<view
class=
"MT30"
>
<view
class=
"fz30 fontBold textCenter MB30
PX53
"
>
选择
{{
AddressType
==
1
?
'出发地'
:
'目的地'
}}
</view>
<view
class=
"fz30 fontBold MB30
PX53
"
>
当前
{{
AddressType
==
1
?
'出发地'
:
'目的地'
}}
</view>
<view
class=
"MT30
PX53
"
>
<view
class=
"addressIndex-Orientation inlineblock bgF5 row-ajc-n textCenter"
>
<img
class=
"inlineblock MR10"
mode=
"widthFix"
style=
"width: 18rpx;height: 22rpx"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1696743247000_254.png"
/>
<text
class=
"fz30"
>
{{
SelectObj
.
Name
?
SelectObj
.
Name
:
'--'
}}
</text>
</view>
</view>
<view
class=
"fz30 fontBold MT45"
>
地址
</view>
<view
class=
"fz30 fontBold MT45
PX53
"
>
地址
</view>
<view
class=
"hidden"
style=
"height: calc(100vh - 60vh);"
>
<scroll-view
:scroll-y=
"true"
:enable-back-to-top=
"true"
:enable-flex=
"true"
:style=
"
{ height: '100%' }">
<view
class=
"addressIndex-toponym row-
sb
-w"
>
<
template
v-for=
"(item,index) in dataList"
>
<view
class=
"addressIndex-toponym row-
aic
-w"
>
<
view
class=
"addressIndex-toponym-box row-ajc-n"
v-for=
"(item,index) in dataList"
>
<view
class=
"addressIndex-Orientation inlineblock textCenter MT30 fz30"
:class=
"[SelectObj.ID==item.ID?'bgDEBF7B':'bgF5']"
@
click=
"getAddress(item)"
>
{{
item
.
Name
}}
</view>
</
template
>
</
view
>
</view>
</scroll-view>
</view>
...
...
@@ -93,7 +93,7 @@
@import
url("@/asset/css/flex.css")
;
@import
url("../../style.css")
;
.addressIndex-box
{
padding
:
46
rpx
53
rpx
139
rpx
53
rpx
;
padding
:
46
rpx
0
139
rpx
0
;
}
.addressIndex-Orientation
{
width
:
190
rpx
;
...
...
@@ -101,5 +101,9 @@
border-radius
:
30
rpx
;
}
.addressIndex-toponym
{
padding
:
0
22
rpx
;
}
.addressIndex-toponym-box
{
flex
:
0
0
33.33%
;
}
</
style
>
\ No newline at end of file
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