Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
duiba-h5-frame
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
江思志
duiba-h5-frame
Commits
d74d30eb
Commit
d74d30eb
authored
Apr 11, 2019
by
jsz315
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
61ce1ce3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
25 deletions
+29
-25
App.vue
src/pages/kejiji/webview/content/App.vue
+8
-5
home.vue
src/pages/kejiji/webview/content/page/home.vue
+18
-17
entry.html
src/pages/kejiji/webview/landpage/entry.html
+2
-2
index.less
src/pages/kejiji/webview/landpage/index.less
+1
-1
No files found.
src/pages/kejiji/webview/content/App.vue
View file @
d74d30eb
...
...
@@ -8,10 +8,10 @@
</div>
</
template
>
<
template
v-else
>
<
pull-to
class=
"pull"
:top-load-method=
"refresh"
:top-config=
"topConfig"
>
<
!--
<pull-to
class=
"pull"
:top-load-method=
"refresh"
:top-config=
"topConfig"
>
--
>
<home
class=
"all"
:outside=
"false"
ref=
"home"
></home>
</pull-to>
<div
class=
"loading"
>
刷新加载
</div>
<
!--
<
/pull-to>
<div
class=
"loading"
>
刷新加载
</div>
-->
</
template
>
</div>
</template>
...
...
@@ -72,7 +72,8 @@ export default {
top: 0;
width: 100%;
height: 100%;
background: #999;
background: rgb(247, 247, 247);
overflow-y: auto;
}
.boxs{
position: relative;
...
...
@@ -88,6 +89,8 @@ export default {
position: relative;
z-index: 1;
background: rgb(167, 51, 51);
overflow-x: hidden;
overflow-y: auto;
}
.loading{
position: absolute;
...
...
@@ -97,7 +100,7 @@ export default {
height: 90px;
line-height: 90px;
text-align: center;
color:
#fff
;
color:
rgb(184, 184, 184)
;
font-size: 24px;
}
.top{
...
...
src/pages/kejiji/webview/content/page/home.vue
View file @
d74d30eb
...
...
@@ -20,23 +20,6 @@
</a>
</section>
<section
class=
"activity"
>
<div
class=
"title"
:class=
"
{hiding:hiding}">展业活动
</div>
<div
class=
"act-shadow"
v-for=
"(item, index) in activitLyist"
:key=
"index"
:class=
"
{'hiding':hiding}">
<div
class=
"act-img"
:style=
"
{'background-image': 'url(' + item.pic + ')'}">
</div>
<div
class=
"act-info"
>
<div
class=
"act-title"
>
{{
item
.
title
}}
</div>
<div
class=
"act-desc"
>
{{
getText
(
item
.
desc
,
90
)
}}
</div>
<div
class=
"act-btns"
>
<div
class=
"act-btn"
@
click=
"openTryGame(item)"
>
试玩
</div>
<div
class=
"act-btn act-share"
@
click=
"openShareGame(item, true)"
>
分享
</div>
</div>
</div>
<div
class=
"act-ico"
:class=
"'type'+(index+1)"
>
{{
item
.
contentTag
}}
</div>
</div>
</section>
<section
class=
"container article-container"
:class=
"
{hiding:hiding}">
<div
class=
"header duiui-flex duiui-flex--spacebetween"
>
<!--
<h3>
热门文章
</h3>
-->
...
...
@@ -61,6 +44,24 @@
</div>
</div>
</section>
<section
class=
"activity"
>
<div
class=
"title"
:class=
"
{hiding:hiding}">展业活动
</div>
<div
class=
"act-shadow"
v-for=
"(item, index) in activitLyist"
:key=
"index"
:class=
"
{'hiding':hiding}">
<div
class=
"act-img"
:style=
"
{'background-image': 'url(' + item.pic + ')'}">
</div>
<div
class=
"act-info"
>
<div
class=
"act-title"
>
{{
item
.
title
}}
</div>
<div
class=
"act-desc"
>
{{
getText
(
item
.
desc
,
90
)
}}
</div>
<div
class=
"act-btns"
>
<div
class=
"act-btn"
@
click=
"openTryGame(item)"
>
试玩
</div>
<div
class=
"act-btn act-share"
@
click=
"openShareGame(item, true)"
>
分享
</div>
</div>
</div>
<div
class=
"act-ico"
:class=
"'type'+(index+1)"
>
{{
item
.
contentTag
}}
</div>
</div>
</section>
<div
class=
"intercept__modal"
v-if=
"showInterceptModal"
>
<div
class=
"modal_main"
>
<div
class=
"J_close close"
@
click=
"closeModal"
></div>
...
...
src/pages/kejiji/webview/landpage/entry.html
View file @
d74d30eb
...
...
@@ -110,10 +110,10 @@
<
section
>
<
div
class
=
"dui-footer__wrap"
>
<
div
class
=
"dui-footer__btn"
>
转发
<
/div
>
<
div
class
=
"card-visible__control"
>
<
!--
<
div
class
=
"card-visible__control"
>
<
input
class
=
"switch switch-anim"
type
=
"checkbox"
checked
>
<
p
>
隐藏名片
<
/p
>
<
/div
>
<
/div>
--
>
<
/div
>
<
/section
>
</script>
...
...
src/pages/kejiji/webview/landpage/index.less
View file @
d74d30eb
...
...
@@ -135,7 +135,7 @@
color: #FFFFFF;
letter-spacing: 0.4px;
text-align: center;
margin: auto;
&::before{
content: '';
background-image: url('//yun.duiba.com.cn/h5/miniprogram/kejiji/images/repost.png');
...
...
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