Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
uni-app
提交
6e6dddeb
U
uni-app
项目概览
DCloud
/
uni-app
3 个月 前同步成功
通知
725
Star
38705
Fork
3642
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
7
列表
看板
标记
里程碑
合并请求
1
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
uni-app
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
7
Issue
7
列表
看板
标记
里程碑
合并请求
1
合并请求
1
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
6e6dddeb
编写于
11月 14, 2018
作者:
X
xiaoyucoding
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'master' of github.com:dcloudio/uni-app
上级
c41fc28f
5feeb33f
变更
5
显示空白变更内容
内联
并排
Showing
5 changed file
with
122 addition
and
121 deletion
+122
-121
examples/image-template/common/common.css
examples/image-template/common/common.css
+98
-98
examples/image-template/manifest.json
examples/image-template/manifest.json
+1
-0
examples/image-template/pages/detail/detail.vue
examples/image-template/pages/detail/detail.vue
+3
-3
examples/image-template/pages/hot/hot.vue
examples/image-template/pages/hot/hot.vue
+10
-10
examples/image-template/pages/list/list.vue
examples/image-template/pages/list/list.vue
+10
-10
未找到文件。
examples/image-template/common/common.css
浏览文件 @
6e6dddeb
...
...
@@ -22,35 +22,35 @@
.card
{
position
:
relative
;
width
:
710px
;
margin
:
20
px
20px
20px
20
px
;
border-radius
:
10px
;
width
:
710
u
px
;
margin
:
20
upx
20
upx
20
upx
20
u
px
;
border-radius
:
10
u
px
;
overflow
:
hidden
;
flex-direction
:
column
;
background-color
:
#FFFFFF
;
}
.card-img
{
width
:
710px
;
height
:
1065px
;
width
:
710
u
px
;
height
:
1065
u
px
;
}
.card-num
{
color
:
#FFFFFF
;
font-size
:
26px
;
font-size
:
26
u
px
;
text-align
:
center
;
}
.card-num-view
{
background-color
:
#FF80AB
;
height
:
30px
;
line-height
:
30px
;
padding
:
0
10px
;
height
:
30
u
px
;
line-height
:
30
u
px
;
padding
:
0
10
u
px
;
justify-content
:
center
;
border-radius
:
30px
;
border-radius
:
30
u
px
;
position
:
absolute
;
top
:
20px
;
right
:
20px
;
top
:
20
u
px
;
right
:
20
u
px
;
}
.card-bottm
{
...
...
@@ -61,10 +61,10 @@
.card-share-view
{
justify-content
:
center
;
align-items
:
center
;
padding
:
14px
0
;
padding
:
14
u
px
0
;
color
:
#FF80AB
;
margin
:
20
px
20px
20
px
;
font-size
:
30px
;
margin
:
20
upx
20
upx
20
u
px
;
font-size
:
30
u
px
;
font-family
:
texticons
;
}
...
...
@@ -74,12 +74,12 @@
.car-title-view
{
flex
:
1
;
padding
:
14
px
0px
14px
20
px
;
padding
:
14
upx
0
upx
14
upx
20
u
px
;
}
.card-title
{
flex
:
1
;
font-size
:
30px
;
font-size
:
30
u
px
;
text-align
:
left
;
color
:
#555555
;
text-overflow
:
ellipsis
;
...
...
@@ -103,33 +103,33 @@
/*双列表*/
.card-list2
{
width
:
345px
;
margin
:
20
px
0
20px
20
px
;
width
:
345
u
px
;
margin
:
20
upx
0
20
upx
20
u
px
;
}
.card-list2-img
{
width
:
345px
;
height
:
517px
;
width
:
345
u
px
;
height
:
517
u
px
;
}
.card-list2-num-view
{
height
:
27px
;
border-radius
:
27px
;
height
:
27
u
px
;
border-radius
:
27
u
px
;
}
.card-list2-num
{
font-size
:
22px
;
font-size
:
22
u
px
;
}
.card-list2-title
{
font-size
:
26px
;
font-size
:
26
u
px
;
}
.loadMore
{
font-size
:
30px
;
font-size
:
30
u
px
;
color
:
#555
;
margin-bottom
:
20px
;
margin-bottom
:
20
u
px
;
}
...
...
@@ -142,8 +142,8 @@
.tags
{
background
:
#fff
;
flex
:
1
;
width
:
710px
;
margin
:
20px
;
width
:
710
u
px
;
margin
:
20
u
px
;
flex-direction
:
row
;
flex-wrap
:
wrap
;
justify-content
:
flex-start
;
...
...
@@ -152,21 +152,21 @@
.tag
{
display
:
block
;
width
:
177.5px
;
height
:
180px
;
padding
:
24px
;
width
:
177.5
u
px
;
height
:
180
u
px
;
padding
:
24
u
px
;
box-sizing
:
border-box
;
text-align
:
center
;
}
.tag-img
{
border-radius
:
60px
;
width
:
120px
;
height
:
120px
;
border-radius
:
60
u
px
;
width
:
120
u
px
;
height
:
120
u
px
;
}
.tag-text
{
font-size
:
28px
;
font-size
:
28
u
px
;
color
:
#555555
;
}
...
...
@@ -181,9 +181,9 @@
}
.logo
{
width
:
750px
;
height
:
240px
;
padding
:
20px
;
width
:
750
u
px
;
height
:
240
u
px
;
padding
:
20
u
px
;
box-sizing
:
border-box
;
background-color
:
#FF80AB
;
flex-direction
:
row
;
...
...
@@ -195,86 +195,86 @@
}
.logo-img
{
width
:
150px
;
height
:
150px
;
border-radius
:
150px
;
width
:
150
u
px
;
height
:
150
u
px
;
border-radius
:
150
u
px
;
}
.logo-title
{
height
:
150px
;
height
:
150
u
px
;
flex
:
1
;
align-items
:
center
;
justify-content
:
space-between
;
flex-direction
:
row
;
margin-left
:
20px
;
margin-left
:
20
u
px
;
}
.uer-name
{
height
:
60px
;
line-height
:
60px
;
font-size
:
38px
;
height
:
60
u
px
;
line-height
:
60
u
px
;
font-size
:
38
u
px
;
color
:
#FFFFFF
;
}
.go-login.navigat-arrow
{
font-size
:
38px
;
font-size
:
38
u
px
;
color
:
#FFFFFF
;
}
.login-title
{
height
:
150px
;
height
:
150
u
px
;
align-items
:
self-start
;
justify-content
:
center
;
flex-direction
:
column
;
margin-left
:
20px
;
margin-left
:
20
u
px
;
}
.center-list
{
background-color
:
#FFFFFF
;
margin-top
:
20px
;
width
:
750px
;
margin-top
:
20
u
px
;
width
:
750
u
px
;
flex-direction
:
column
;
}
.center-list-item
{
height
:
90px
;
width
:
750px
;
height
:
90
u
px
;
width
:
750
u
px
;
box-sizing
:
border-box
;
flex-direction
:
row
;
padding
:
0
px
20
px
;
padding
:
0
upx
20
u
px
;
}
.border-bottom
{
border-bottom-width
:
1px
;
border-bottom-width
:
1
u
px
;
border-color
:
#c8c7cc
;
border-bottom-style
:
solid
;
}
.list-icon
{
width
:
40px
;
height
:
90px
;
line-height
:
90px
;
font-size
:
34px
;
width
:
40
u
px
;
height
:
90
u
px
;
line-height
:
90
u
px
;
font-size
:
34
u
px
;
color
:
#FF80AB
;
text-align
:
center
;
font-family
:
texticons
;
margin-right
:
20px
;
margin-right
:
20
u
px
;
}
.list-text
{
height
:
90px
;
line-height
:
90px
;
font-size
:
34px
;
height
:
90
u
px
;
line-height
:
90
u
px
;
font-size
:
34
u
px
;
color
:
#555
;
flex
:
1
;
text-align
:
left
;
}
.navigat-arrow
{
height
:
90px
;
width
:
40px
;
line-height
:
90px
;
font-size
:
34px
;
height
:
90
u
px
;
width
:
40
u
px
;
line-height
:
90
u
px
;
font-size
:
34
u
px
;
color
:
#555
;
text-align
:
right
;
font-family
:
texticons
;
...
...
@@ -289,57 +289,57 @@
display
:
flex
;
flex
:
1
;
flex-direction
:
column
;
width
:
750px
;
padding-top
:
30px
;
width
:
750
u
px
;
padding-top
:
30
u
px
;
}
.input-view
{
border-bottom-style
:
solid
;
border-bottom-width
:
3px
;
border-bottom-width
:
3
u
px
;
border-bottom-color
:
#ddd
;
background-color
:
#fff
;
flex-direction
:
row
;
width
:
750px
;
padding
:
20
px
20
px
;
width
:
750
u
px
;
padding
:
20
upx
20
u
px
;
box-sizing
:
border-box
;
}
.label-view
{
width
:
100px
;
height
:
60px
;
width
:
100
u
px
;
height
:
60
u
px
;
align-items
:
center
;
margin-right
:
30px
;
margin-right
:
30
u
px
;
}
.label
{
flex
:
1
;
line-height
:
60px
;
font-size
:
38px
;
line-height
:
60
u
px
;
font-size
:
38
u
px
;
color
:
#555
;
text-align
:
left
;
}
.input
{
flex
:
1
;
height
:
60px
;
font-size
:
38px
;
height
:
60
u
px
;
font-size
:
38
u
px
;
align-items
:
center
;
}
.button-view
{
width
:
750px
;
margin-top
:
50px
;
padding
:
0
20px
;
width
:
750
u
px
;
margin-top
:
50
u
px
;
padding
:
0
20
u
px
;
box-sizing
:
border-box
;
flex-direction
:
column
;
}
button
{
width
:
710px
;
height
:
80px
;
line-height
:
80px
;
width
:
710
u
px
;
height
:
80
u
px
;
line-height
:
80
u
px
;
text-align
:
center
;
font-size
:
38px
;
font-size
:
38
u
px
;
}
button
.login
{
...
...
@@ -348,11 +348,11 @@ button.login {
}
button
.register
{
margin-top
:
30px
;
margin-top
:
30
u
px
;
color
:
#FF80AB
;
background-color
:
#fff
;
border-color
:
#FF80AB
;
border-width
:
2px
;
border-width
:
2
u
px
;
}
.register.hover
,
...
...
@@ -365,28 +365,28 @@ button.register {
/* 详情页面 */
.detail-btn-view
{
width
:
750px
;
width
:
750
u
px
;
position
:
fixed
;
bottom
:
75px
;
font-size
:
28px
;
bottom
:
75
u
px
;
font-size
:
28
u
px
;
justify-content
:
space-between
;
}
.detail-btn-view
view
{
opacity
:
0.75
;
height
:
80px
;
border-radius
:
80px
;
width
:
80px
;
height
:
80
u
px
;
border-radius
:
80
u
px
;
width
:
80
u
px
;
justify-content
:
center
;
align-items
:
center
;
line-height
:
80px
;
margin
:
0
30px
;
line-height
:
80
u
px
;
margin
:
0
30
u
px
;
font-family
:
texticons
;
background
:
#eee
;
color
:
#555
;
}
.detail-btn-view
view
text
{
margin-left
:
10px
;
margin-left
:
10
u
px
;
}
.detail-btn-view
.download
:before
{
content
:
'\e617'
;
...
...
examples/image-template/manifest.json
浏览文件 @
6e6dddeb
...
...
@@ -2,6 +2,7 @@
"name"
:
"image"
,
"appid"
:
"__UNI__D5C0215"
,
"description"
:
"图片App模版"
,
"transformPx"
:
false
,
"icons"
:
[
{
"sizes"
:
"分辨率,192x192"
,
...
...
examples/image-template/pages/detail/detail.vue
浏览文件 @
6e6dddeb
...
...
@@ -253,7 +253,7 @@
swiper
{
flex
:
1
;
width
:
750px
;
width
:
750
u
px
;
background-color
:
#000
;
display
:
flex
;
flex-direction
:
column
;
...
...
@@ -265,7 +265,7 @@
}
image
{
width
:
750px
;
height
:
1125px
;
width
:
750
u
px
;
height
:
1125
u
px
;
}
</
style
>
examples/image-template/pages/hot/hot.vue
浏览文件 @
6e6dddeb
<
template
>
<view
class=
"index"
>
<block
v-for=
"(list, index) in lists"
:key=
"index"
>
<
div
class=
"row"
>
<
div
class=
"card card-list2"
v-for=
"(item,key) in list"
@
click=
"goDetail(item)"
:key=
"key"
>
<
view
class=
"row"
>
<
view
class=
"card card-list2"
v-for=
"(item,key) in list"
@
click=
"goDetail(item)"
:key=
"key"
>
<image
class=
"card-img card-list2-img"
:src=
"item.img_src"
></image>
<
div
class=
"card-num-view card-list2-num-view"
>
<
view
class=
"card-num-view card-list2-num-view"
>
<text
class=
"card-num card-list2-num"
>
{{
item
.
img_num
}}
P
</text>
</
div
>
<
div
class=
"card-bottm row"
>
<
div
class=
"car-title-view row"
>
</
view
>
<
view
class=
"card-bottm row"
>
<
view
class=
"car-title-view row"
>
<text
class=
"card-title card-list2-title"
>
{{
item
.
title
}}
</text>
</
div
>
</
view
>
<view
@
click.stop=
"share(item)"
class=
"card-share-view"
></view>
</
div
>
</
div
>
</
div
>
</
view
>
</
view
>
</
view
>
</block>
<text
class=
"loadMore"
>
加载中...
</text>
</view>
...
...
examples/image-template/pages/list/list.vue
浏览文件 @
6e6dddeb
<
template
>
<view
class=
"index"
>
<block
v-for=
"(list, index) in lists"
:key=
"index"
>
<
div
class=
"row"
>
<
div
class=
"card card-list2"
v-for=
"(item,key) in list"
@
click=
"goDetail(item)"
:key=
"key"
>
<
view
class=
"row"
>
<
view
class=
"card card-list2"
v-for=
"(item,key) in list"
@
click=
"goDetail(item)"
:key=
"key"
>
<image
class=
"card-img card-list2-img"
:src=
"item.img_src"
></image>
<
div
class=
"card-num-view card-list2-num-view"
>
<
view
class=
"card-num-view card-list2-num-view"
>
<text
class=
"card-num card-list2-num"
>
{{
item
.
img_num
}}
P
</text>
</
div
>
<
div
class=
"card-bottm row"
>
<
div
class=
"car-title-view row"
>
</
view
>
<
view
class=
"card-bottm row"
>
<
view
class=
"car-title-view row"
>
<text
class=
"card-title card-list2-title"
>
{{
item
.
title
}}
</text>
</
div
>
</
view
>
<view
@
click.stop=
"share(item)"
class=
"card-share-view"
></view>
</
div
>
</
div
>
</
div
>
</
view
>
</
view
>
</
view
>
</block>
<text
class=
"loadMore"
>
{{
loadMoreText
}}
</text>
</view>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录