Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
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
hujun
tl_estate
Commits
05fc3d33
Commit
05fc3d33
authored
Dec 10, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
174ae515
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
shopList.vue
public/appnew/src/components/shop/shopList.vue
+5
-3
shopSearchList.vue
public/appnew/src/components/shopSearch/shopSearchList.vue
+4
-3
No files found.
public/appnew/src/components/shop/shopList.vue
View file @
05fc3d33
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<section
v-for=
"(item, index) in mainData"
v-show=
"index === initTabNumMain"
>
<section
v-for=
"(item, index) in mainData"
v-show=
"index === initTabNumMain"
>
<ul>
<ul>
<li
class=
"main-sec-li"
v-for=
"(item2, index2) in item.dataList"
@
click=
"toShopDetail(item2.id)"
>
<li
class=
"main-sec-li"
v-for=
"(item2, index2) in item.dataList"
@
click=
"toShopDetail(item2.id)"
>
<div
class=
"shop-list-img shop-list"
>
<div
class=
"shop-list-img shop-list
flex-center
"
>
<img-error
:datasrc=
"selesctImg(item2)"
:imgtype=
"'house'"
></img-error>
<img-error
:datasrc=
"selesctImg(item2)"
:imgtype=
"'house'"
></img-error>
</div>
</div>
<div
class=
"shop-list-con shop-list"
>
<div
class=
"shop-list-con shop-list"
>
...
@@ -683,7 +683,7 @@
...
@@ -683,7 +683,7 @@
float
:
left
;
float
:
left
;
}
}
.main-sec-li
.shop-list
{
.main-sec-li
.shop-list
{
height
:
1.
6
rem
;
height
:
1.
7
rem
;
}
}
.shop-list
>
img
{
.shop-list
>
img
{
height
:
1.6rem
;
height
:
1.6rem
;
...
@@ -707,7 +707,7 @@
...
@@ -707,7 +707,7 @@
display
:
-webkit-box
;
display
:
-webkit-box
;
-webkit-line-clamp
:
2
;
-webkit-line-clamp
:
2
;
-webkit-box-orient
:
vertical
;
-webkit-box-orient
:
vertical
;
margin-top
:
-.05rem
;
/*margin-top: -.05rem;*/
}
}
.shop-list-con
.shop-rent
{
.shop-list-con
.shop-rent
{
font-size
:
.20rem
;
font-size
:
.20rem
;
...
@@ -726,9 +726,11 @@
...
@@ -726,9 +726,11 @@
box-sizing
:
border-box
;
box-sizing
:
border-box
;
border
:
1px
solid
rgba
(
255
,
186
,
18
,
0.5
);
border
:
1px
solid
rgba
(
255
,
186
,
18
,
0.5
);
border-radius
:
2px
;
border-radius
:
2px
;
float
:
left
;
}
}
.shop-list-top-three
{
.shop-list-top-three
{
margin-top
:
.08rem
;
margin-top
:
.08rem
;
overflow
:
hidden
;
}
}
/*选择项样式*/
/*选择项样式*/
nav
>
.nav-main-choose
{
nav
>
.nav-main-choose
{
...
...
public/appnew/src/components/shopSearch/shopSearchList.vue
View file @
05fc3d33
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<pagination-load
:canload=
"!item.isStop"
:distance=
"10"
@
load=
"getList"
>
<pagination-load
:canload=
"!item.isStop"
:distance=
"10"
@
load=
"getList"
>
<ul>
<ul>
<li
class=
"main-sec-li"
v-for=
"(item2, index2) in item.dataList"
@
click=
"toShopDetail(item2.id)"
>
<li
class=
"main-sec-li"
v-for=
"(item2, index2) in item.dataList"
@
click=
"toShopDetail(item2.id)"
>
<div
class=
"shop-list-img shop-list"
>
<div
class=
"shop-list-img shop-list
flex-center
"
>
<img-error
:datasrc=
"selesctImg(item2)"
:imgtype=
"'house'"
></img-error>
<img-error
:datasrc=
"selesctImg(item2)"
:imgtype=
"'house'"
></img-error>
</div>
</div>
<div
class=
"shop-list-con shop-list"
>
<div
class=
"shop-list-con shop-list"
>
...
@@ -585,7 +585,7 @@
...
@@ -585,7 +585,7 @@
float
:
left
;
float
:
left
;
}
}
.main-sec-li
.shop-list
{
.main-sec-li
.shop-list
{
height
:
1.
6
rem
;
height
:
1.
7
rem
;
}
}
.shop-list
>
img
{
.shop-list
>
img
{
height
:
1.6rem
;
height
:
1.6rem
;
...
@@ -608,7 +608,6 @@
...
@@ -608,7 +608,6 @@
display
:
-webkit-box
;
display
:
-webkit-box
;
-webkit-line-clamp
:
2
;
-webkit-line-clamp
:
2
;
-webkit-box-orient
:
vertical
;
-webkit-box-orient
:
vertical
;
margin-top
:
-.05rem
;
}
}
.shop-list-con
.shop-rent
{
.shop-list-con
.shop-rent
{
font-size
:
.20rem
;
font-size
:
.20rem
;
...
@@ -627,9 +626,11 @@
...
@@ -627,9 +626,11 @@
box-sizing
:
border-box
;
box-sizing
:
border-box
;
border
:
1px
solid
rgba
(
255
,
186
,
18
,
0.5
);
border
:
1px
solid
rgba
(
255
,
186
,
18
,
0.5
);
border-radius
:
2px
;
border-radius
:
2px
;
float
:
left
;
}
}
.shop-list-top-three
{
.shop-list-top-three
{
margin-top
:
.08rem
;
margin-top
:
.08rem
;
overflow
:
hidden
;
}
}
/*选择项样式*/
/*选择项样式*/
nav
>
.nav-main-choose
{
nav
>
.nav-main-choose
{
...
...
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