Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
wechatapp.shangjiadao.com
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
wangxuelai
wechatapp.shangjiadao.com
Commits
3799f8f2
Commit
3799f8f2
authored
Mar 25, 2020
by
lvtz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add 日历首页改版,新增日历落地页
parent
d7c2e2ae
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
2619 additions
and
1532 deletions
+2619
-1532
app.json
app.json
+2
-1
index.js
src/pages/calendarthemeindex/index.js
+0
-2
index.json
src/pages/calendarthemeindex/index.json
+0
-1
index.wxml
src/pages/calendarthemeindex/index.wxml
+155
-260
index.wxss
src/pages/calendarthemeindex/index.wxss
+380
-1262
landpage.js
src/pages/calendarthemeindex/landpage.js
+1319
-0
landpage.json
src/pages/calendarthemeindex/landpage.json
+19
-0
landpage.wxml
src/pages/calendarthemeindex/landpage.wxml
+191
-0
landpage.wxss
src/pages/calendarthemeindex/landpage.wxss
+546
-0
index.wxml
src/pages/themeindex/index.wxml
+1
-1
index.wxss
src/pages/themeindex/index.wxss
+6
-5
No files found.
app.json
View file @
3799f8f2
...
...
@@ -590,7 +590,8 @@
"root"
:
"src/pages/calendarthemeindex"
,
"name"
:
"calendarthemeindex"
,
"pages"
:
[
"index"
"index"
,
"landpage"
]
},
{
...
...
src/pages/calendarthemeindex/index.js
View file @
3799f8f2
...
...
@@ -1193,8 +1193,6 @@ Page({
}
},
shareFriend
()
{},
// generatePoster () {
// },
// 设置昵称相关
setname
()
{
this
.
setData
({
...
...
src/pages/calendarthemeindex/index.json
View file @
3799f8f2
...
...
@@ -2,7 +2,6 @@
"navigationBarTitleText"
:
"日历打卡"
,
"onReachBottomDistance"
:
100
,
"enablePullDownRefresh"
:
true
,
"navigationBarBackgroundColor"
:
"#FFD146"
,
"usingComponents"
:
{
"sjd-media-show"
:
"../../../components/sjdmediashow"
,
"clock-item"
:
"../../components/clockitemv2"
,
...
...
src/pages/calendarthemeindex/index.wxml
View file @
3799f8f2
This diff is collapsed.
Click to expand it.
src/pages/calendarthemeindex/index.wxss
View file @
3799f8f2
This diff is collapsed.
Click to expand it.
src/pages/calendarthemeindex/landpage.js
0 → 100644
View file @
3799f8f2
This diff is collapsed.
Click to expand it.
src/pages/calendarthemeindex/landpage.json
0 → 100644
View file @
3799f8f2
{
"navigationBarTitleText"
:
""
,
"usingComponents"
:
{
"sjd-media-show"
:
"../../../components/sjdmediashow"
,
"clock-item"
:
"../../components/clockitemv2"
,
"empty-content"
:
"../../../components/emptycontent"
,
"remark-editor"
:
"../../components/remarkeditor"
,
"psd-editor"
:
"../../components/psdeditor"
,
"poster-box"
:
"../../../components/posterbox"
,
"sjd-contact"
:
"../../../components/contact"
,
"go-top"
:
"../../../components/goTop"
,
"list-loading"
:
"../../../components/listloading"
,
"comment-editor"
:
"../../../components/commenteditor"
,
"canvasdrawer"
:
"/components/canvasdrawer/canvasdrawer"
,
"activity-bar"
:
"../../../components/activitybar"
,
"btn-drag"
:
"../../../components/btndrag"
,
"guidecollection"
:
"../../../components/guidecollection"
}
}
\ No newline at end of file
src/pages/calendarthemeindex/landpage.wxml
0 → 100644
View file @
3799f8f2
This diff is collapsed.
Click to expand it.
src/pages/calendarthemeindex/landpage.wxss
0 → 100644
View file @
3799f8f2
This diff is collapsed.
Click to expand it.
src/pages/themeindex/index.wxml
View file @
3799f8f2
...
...
@@ -18,7 +18,7 @@
</view>
</view>
<!-- wx:if="{{!noUser && auditStatus == 3"> -->
<view class="instro-bx" wx:if="{{themeSelect.content.length>0}}">
<view class="instro-b
o
x" wx:if="{{themeSelect.content.length>0}}">
<view class="media-box">
<sjd-media-show
actionsPalyvalue="{{actPalyaudioValue}}"
...
...
src/pages/themeindex/index.wxss
View file @
3799f8f2
...
...
@@ -69,14 +69,14 @@ page {
text-shadow: 0 1px 2rpx rgba(40, 40, 40, 0.26);
}
.instro-bx {
.instro-b
o
x {
padding: 20rpx 20rpx 0;
}
.instro-bx .title-box {
.instro-b
o
x .title-box {
display: flex;
align-items: center;
}
.instro-bx .title-box .title {
.instro-b
o
x .title-box .title {
font-size: 30rpx;
color: #222;
line-height: 42rpx;
...
...
@@ -84,7 +84,7 @@ page {
/* padding-left: 30rpx;
font-weight: bold; */
}
/* .instro-bx .title-box .title::before{
/* .instro-b
o
x .title-box .title::before{
content: '';
width: 6rpx;
height: 16rpx;
...
...
@@ -95,7 +95,7 @@ page {
top: 50%;
transform: translateY(-50%);
} */
.instro-bx .media-box {
.instro-b
o
x .media-box {
margin-top: -12rpx;
}
/* 头部banner+介绍 end*/
...
...
@@ -114,6 +114,7 @@ page {
color: #fea917;
}
/* 打卡列表 end*/
/* 微官网 模块 start */
.section-website {
padding: 20rpx 0;
...
...
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