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
9957f6aa
Commit
9957f6aa
authored
May 13, 2019
by
wangxuelai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
''
parent
e65c93d0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
102 additions
and
682 deletions
+102
-682
index.js
business/pages/calendarthemeindex/index.js
+5
-0
index.wxml
business/pages/calendarthemeindex/index.wxml
+20
-280
index.wxss
business/pages/calendarthemeindex/index.wxss
+12
-4
index.wxml
business/pages/themeindex/index.wxml
+20
-280
index.wxss
business/pages/themeindex/index.wxss
+9
-1
index.wxss
components/sjdmediashow/index.wxss
+4
-0
index.wxml
src/pages/calendarthemeindex/index.wxml
+3
-6
index.wxss
src/pages/calendarthemeindex/index.wxss
+11
-2
index.wxml
src/pages/growthrecord/index.wxml
+1
-1
index.wxml
src/pages/themeindex/index.wxml
+2
-103
index.wxss
src/pages/themeindex/index.wxss
+15
-5
No files found.
business/pages/calendarthemeindex/index.js
View file @
9957f6aa
...
...
@@ -126,6 +126,11 @@ Page({
tid
,
sid
})
console
.
log
({
id
,
tid
,
sid
})
this
.
getWeeksDay
(
new
Date
());
// wx.hideShareMenu()
},
...
...
business/pages/calendarthemeindex/index.wxml
View file @
9957f6aa
This diff is collapsed.
Click to expand it.
business/pages/calendarthemeindex/index.wxss
View file @
9957f6aa
...
...
@@ -58,7 +58,7 @@
position: relative;
}
.header-box .title-box {
width: 492rpx;
/* width: 492rpx; */
}
.header-box .title-box .title {
margin-bottom: 20rpx;
...
...
@@ -66,6 +66,7 @@
font-size: 30rpx;
color: #545454;
font-weight: 700;
line-height: 1;
}
.header-box .title-box .title .title-text {
color: #000000;
...
...
@@ -139,7 +140,14 @@
border-radius:20rpx;
margin: 0 auto;
margin-top:-54rpx;
padding: 30rpx;
padding: 30rpx 30rpx 20rpx 30rpx;
min-height: 190rpx;
}
.header-box .theme-detail.center {
display: flex;
/* align-items: center; */
flex-direction: column;
justify-content: center;
}
.header-box .weeks-box{
display: flex;
...
...
@@ -206,8 +214,8 @@
height: 30rpx;
}
.header-box .title-box .create-time {
color: #
7F7F7F
;
font-size: 2
4
rpx;
color: #
8E8E8E
;
font-size: 2
2
rpx;
letter-spacing: 2rpx;
line-height: 1;
}
...
...
business/pages/themeindex/index.wxml
View file @
9957f6aa
This diff is collapsed.
Click to expand it.
business/pages/themeindex/index.wxss
View file @
9957f6aa
...
...
@@ -66,6 +66,7 @@
font-size: 30rpx;
color: #545454;
font-weight: 700;
line-height: 1;
}
.header-box .title-box .title .title-text {
color: #000000;
...
...
@@ -133,7 +134,14 @@
border-radius:20rpx;
margin: 0 auto;
margin-top:-54rpx;
padding: 30rpx;
padding: 30rpx 30rpx 20rpx 30rpx;
min-height: 190rpx;
}
.header-box .theme-detail.center {
display: flex;
/* align-items: center; */
flex-direction: column;
justify-content: center;
}
.name-edit-box {
display: inline-block;
...
...
components/sjdmediashow/index.wxss
View file @
9957f6aa
/*小程序媒体展示器的样式*/
.sjd-media-show {
}
.contentbox {
padding: 32rpx 0 0 0;
}
.sjd-media-show.expanded{
max-height: none;
...
...
src/pages/calendarthemeindex/index.wxml
View file @
9957f6aa
...
...
@@ -49,7 +49,7 @@
</view>
</view>
</view>
<view class="theme-detail-box" hover-class="none" hover-stop-propagation="false">
<view class="theme-detail-box
{{themeSelect.content.length > 0 ? '' : 'center'}} {{isexpand ? 'expanded' : ''}}
" hover-class="none" hover-stop-propagation="false">
<view class="theme-index-title" hover-class="none" hover-stop-propagation="false">
<form report-submit="true" bindsubmit="formIdCreate" class="createidform">
<button form-type="submit" class="createidbutton">
...
...
@@ -82,11 +82,8 @@
</form>
</button>
</form>
<view class="big-title" hover-class="none" hover-stop-propagation="false">
{{themeSelect.title}}
</view>
<view class="big-time" hover-class="none" hover-stop-propagation="false">{{themeSelect.created_at}}
</view>
<view class="big-title" hover-class="none" hover-stop-propagation="false">{{themeSelect.title}}</view>
<view class="big-time" hover-class="none" hover-stop-propagation="false">{{themeSelect.created_at}}</view>
</view>
<view class="" hover-class="none" hover-stop-propagation="false"
wx:if="{{(!noUser && auditStatus == 3) || themeSelect.is_encrypt == 0}}">
...
...
src/pages/calendarthemeindex/index.wxss
View file @
9957f6aa
...
...
@@ -836,9 +836,18 @@
box-shadow: 0px 4rpx 10rpx 0px rgba(0, 0, 0, 0.05);
border-radius: 20rpx;
margin-bottom: 30rpx;
height: 206rpx;
min-height: 200rpx;
overflow: hidden;
}
.theme-detail-box.expanded {
padding-bottom: 24rpx;
}
.theme-detail-box.center {
display: flex;
/* align-items: center; */
flex-direction: column;
justify-content: center;
}
.theme-detail-box .theme-index-title {
padding: 30rpx;
}
...
...
src/pages/growthrecord/index.wxml
View file @
9957f6aa
...
...
@@ -163,7 +163,7 @@
</form>
<view class="static-count" hover-class="none" hover-stop-propagation="false">
<text class="count" selectable="false" space="false" decode="false">{{static.day || 0}}</text>
<text class="" selectable="false" space="false" decode="false">
天
</text>
<text class="" selectable="false" space="false" decode="false">
次
</text>
</view>
<view class="static-name" hover-class="none" hover-stop-propagation="false">
坚持打卡
...
...
src/pages/themeindex/index.wxml
View file @
9957f6aa
This diff is collapsed.
Click to expand it.
src/pages/themeindex/index.wxss
View file @
9957f6aa
...
...
@@ -27,7 +27,7 @@
}
.theme-index-title {
background-color: #fff;
padding: 0 25rpx;
padding: 0 25rpx
15rpx 0
;
position: relative;
}
.theme-index-title .small-title {
...
...
@@ -218,7 +218,7 @@
background-color: #fff;
padding: 0 23rpx 0 23rpx;
border-bottom: 1px solid transparent;
/* margin-bottom: 30rpx; */
}
.greyblock {
width: 100%;
...
...
@@ -711,19 +711,29 @@
box-shadow:0px 4rpx 10rpx 0px rgba(0, 0, 0, 0.05);
border-radius:20rpx;
margin-bottom: 30rpx;
overflow: hidden;
}
.theme-detail-box .detail-content-box{
height: 206rpx;
min-height: 200rpx;
}
.theme-detail-box .detail-content-box.isexpand {
padding-bottom: 24rpx;
}
.theme-detail-box .detail-content-box.center {
display: flex;
/* align-items: center; */
flex-direction: column;
justify-content: center;
}
.theme-detail-box .theme-index-title{
padding: 30rpx;
padding: 30rpx
30rpx 10rpx 30rpx
;
}
.theme-detail-box .theme-index-title .big-time{
font-size:22rpx;
font-family:PingFang-SC-Regular;
font-weight:400;
color:rgba(142,142,142,1);
line-height:1
px
;
line-height:1;
}
.small-gray-box{
widows: 100%;
...
...
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