Commit 3799f8f2 authored by lvtz's avatar lvtz

add 日历首页改版,新增日历落地页

parent d7c2e2ae
......@@ -590,7 +590,8 @@
"root": "src/pages/calendarthemeindex",
"name": "calendarthemeindex",
"pages": [
"index"
"index",
"landpage"
]
},
{
......
......@@ -1193,8 +1193,6 @@ Page({
}
},
shareFriend() {},
// generatePoster () {
// },
// 设置昵称相关
setname() {
this.setData({
......
......@@ -2,7 +2,6 @@
"navigationBarTitleText": "日历打卡",
"onReachBottomDistance": 100,
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#FFD146",
"usingComponents": {
"sjd-media-show": "../../../components/sjdmediashow",
"clock-item": "../../components/clockitemv2",
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
{
"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
This diff is collapsed.
This diff is collapsed.
......@@ -18,7 +18,7 @@
</view>
</view>
<!-- wx:if="{{!noUser && auditStatus == 3"> -->
<view class="instro-bx" wx:if="{{themeSelect.content.length>0}}">
<view class="instro-box" wx:if="{{themeSelect.content.length>0}}">
<view class="media-box">
<sjd-media-show
actionsPalyvalue="{{actPalyaudioValue}}"
......
......@@ -69,14 +69,14 @@ page {
text-shadow: 0 1px 2rpx rgba(40, 40, 40, 0.26);
}
.instro-bx {
.instro-box {
padding: 20rpx 20rpx 0;
}
.instro-bx .title-box {
.instro-box .title-box {
display: flex;
align-items: center;
}
.instro-bx .title-box .title {
.instro-box .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-box .title-box .title::before{
content: '';
width: 6rpx;
height: 16rpx;
......@@ -95,7 +95,7 @@ page {
top: 50%;
transform: translateY(-50%);
} */
.instro-bx .media-box {
.instro-box .media-box {
margin-top: -12rpx;
}
/* 头部banner+介绍 end*/
......@@ -114,6 +114,7 @@ page {
color: #fea917;
}
/* 打卡列表 end*/
/* 微官网 模块 start */
.section-website {
padding: 20rpx 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment