Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
duibaLibrary-wxapp
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
邓沁
duibaLibrary-wxapp
Commits
68053e82
Commit
68053e82
authored
Aug 04, 2018
by
姚广胤
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
详情页面
parent
f2fb0721
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
85 additions
and
2 deletions
+85
-2
app.json
app.json
+1
-0
bookdetail.js
pages/bookdetail/bookdetail.js
+10
-0
bookdetail.json
pages/bookdetail/bookdetail.json
+1
-0
bookdetail.wxml
pages/bookdetail/bookdetail.wxml
+28
-0
bookdetail.wxss
pages/bookdetail/bookdetail.wxss
+33
-0
book1.jpg
pages/bookdetail/img/book1.jpg
+0
-0
project.config.json
project.config.json
+12
-2
No files found.
app.json
View file @
68053e82
...
...
@@ -2,6 +2,7 @@
"pages"
:
[
"pages/index/index"
,
"pages/home/home"
,
"pages/bookdetail/bookdetail"
,
"example/index"
,
"example/button/button"
,
"example/list/list"
,
...
...
pages/bookdetail/bookdetail.js
0 → 100644
View file @
68053e82
var
base64
=
require
(
"../images/base64"
);
Page
({
onLoad
:
function
(){
this
.
setData
({
icon20
:
base64
.
icon20
,
icon60
:
base64
.
icon60
});
}
});
\ No newline at end of file
pages/bookdetail/bookdetail.json
0 → 100644
View file @
68053e82
{}
\ No newline at end of file
pages/bookdetail/bookdetail.wxml
0 → 100644
View file @
68053e82
<view class="page">
<view class="page__bd">
<view class="weui-panel weui-panel_access">
<view class="weui-panel__bd">
<navigator url="" class="weui-media-box weui-media-box_appmsg" hover-class="weui-cell_active">
<view class="weui-media-box__hd weui-media-box__hd_in-appmsg">
<image class="weui-media-box__thumb" src="./img/book1.jpg" />
</view>
<view class="weui-media-box__bd weui-media-box__bd_in-appmsg">
<view class="weui-media-box__desc">作者:猴子</view>
<view class="weui-media-box__desc">页数:250</view>
<view class="weui-media-box__desc">评分:5</view>
<view class="weui-media-box__desc">出版年份:2012</view>
</view>
</navigator>
</view>
<view class="weui-panel_content">
如果你无法简洁的表达你的想法,那只说明你还不够了解它。如果你无法简洁的表达你的想法,那只说明你还不够了解它。如果你无法简洁的表达你的想法;
</view>
<view class="weui-panel__ft">
<view class="weui-cell weui-cell_access weui-cell_link">
<view class="weui-cell__bd">借阅</view>
</view>
</view>
</view>
</view>
</view>
\ No newline at end of file
pages/bookdetail/bookdetail.wxss
0 → 100644
View file @
68053e82
/* example/panel/panel.wxss */
.weui-cell__bd{
text-align: center;
color: #101010;
}
.weui-media-box_appmsg{
padding-left: 8px;
padding-top: 8px;
border-bottom: 1px solid #ccc;
}
.weui-media-box__hd_in-appmsg{
width: 154px;
height: 154px;
margin-right: 0;
}
.weui-media-box__thumb{
width: 60px;
height: 80px;
margin-top: 30px;
}
.weui-media-box__desc{
color: #101010;
}
.weui-panel_content{
width: 350px;
margin: auto;
margin-top: 30px;
margin-bottom: 30px;
font-size: 14px;
}
/* .weui-cell{
border-top: 1px solid #ccc;
} */
\ No newline at end of file
pages/bookdetail/img/book1.jpg
0 → 100644
View file @
68053e82
42.5 KB
project.config.json
View file @
68053e82
...
...
@@ -24,13 +24,23 @@
"current"
:
-1
,
"list"
:
[]
},
"plugin"
:
{
"current"
:
-1
,
"list"
:
[]
},
"game"
:
{
"currentL"
:
-1
,
"list"
:
[]
},
"miniprogram"
:
{
"current"
:
-1
,
"list"
:
[]
"current"
:
0
,
"list"
:
[
{
"id"
:
-1
,
"name"
:
"cp"
,
"pathName"
:
"pages/bookdetail/bookdetail"
}
]
}
}
}
\ 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