Commit 9957f6aa authored by wangxuelai's avatar wangxuelai

''

parent e65c93d0
......@@ -126,6 +126,11 @@ Page({
tid,
sid
})
console.log({
id,
tid,
sid
})
this.getWeeksDay(new Date());
// wx.hideShareMenu()
},
......
......@@ -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: 24rpx;
color: #8E8E8E;
font-size: 22rpx;
letter-spacing: 2rpx;
line-height: 1;
}
......
This diff is collapsed.
......@@ -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;
......
/*小程序媒体展示器的样式*/
.sjd-media-show {
}
.contentbox {
padding: 32rpx 0 0 0;
}
.sjd-media-show.expanded{
max-height: none;
......
......@@ -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}}">
......
......@@ -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;
}
......
......@@ -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">
坚持打卡
......
This diff is collapsed.
......@@ -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:1px;
line-height:1;
}
.small-gray-box{
widows: 100%;
......
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