Commit cb602e7a authored by lvtz's avatar lvtz

fix

parent 565618b8
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
word-break: break-all; word-break: break-all;
display: block; display: block;
line-height: 1.4; line-height: 1.4;
color: #555;
} }
.sjd-media-show .media-content-box .media-box-item.media-img-item image { .sjd-media-show .media-content-box .media-box-item.media-img-item image {
width: 100%; width: 100%;
......
...@@ -77,6 +77,9 @@ page { ...@@ -77,6 +77,9 @@ page {
.instro-bx .title-box { .instro-bx .title-box {
display: flex; display: flex;
align-items: center; align-items: center;
font-weight: bold;
line-height: 42rpx;
padding-bottom: 8rpx;
} }
.instro-bx .title-box .title { .instro-bx .title-box .title {
font-size: 30rpx; font-size: 30rpx;
...@@ -102,6 +105,9 @@ page { ...@@ -102,6 +105,9 @@ page {
.instro-bx .introduce-box { .instro-bx .introduce-box {
padding-bottom: 20rpx; padding-bottom: 20rpx;
} }
.instro-bx .introduce-box:last-of-type {
padding-bottom: 0;
}
.instro-bx .introduce-box .title-wrapper{ .instro-bx .introduce-box .title-wrapper{
text-align: center; text-align: center;
margin-bottom: 10rpx; margin-bottom: 10rpx;
...@@ -170,6 +176,7 @@ page { ...@@ -170,6 +176,7 @@ page {
font-size: 26rpx; font-size: 26rpx;
color: #222; color: #222;
line-height: 36rpx; line-height: 36rpx;
font-weight: bold;
} }
.clocker-box .sub-title { .clocker-box .sub-title {
font-size: 22rpx; font-size: 22rpx;
...@@ -218,6 +225,7 @@ page { ...@@ -218,6 +225,7 @@ page {
color: #222; color: #222;
line-height: 36rpx; line-height: 36rpx;
padding: 18rpx 24rpx; padding: 18rpx 24rpx;
font-weight: bold;
} }
/* 精选打卡列表 end */ /* 精选打卡列表 end */
......
...@@ -160,12 +160,12 @@ ...@@ -160,12 +160,12 @@
</view> </view>
<view class="" > <view class="" >
<view class="submitbtn-box" wx:if="{{activtySchoolInfo.tid == tid && activtySchoolInfo.plan == 'planb'}}"> <view class="submitbtn-box" wx:if="{{activtySchoolInfo.tid == tid && activtySchoolInfo.plan == 'planb'}}">
<button class="submitbtn" wx:if="{{contentQualified}}" bindtap="showMobileWarn">提交</button> <button class="submitbtn" wx:if="{{contentQualified}}" bindtap="showMobileWarn">提交打卡</button>
<button class="submitbtn" bindtap="submit" wx:if="{{!contentQualified}}">提交</button> <button class="submitbtn" bindtap="submit" wx:if="{{!contentQualified}}">提交打卡</button>
</view> </view>
<view class="submitbtn-box" wx:else> <view class="submitbtn-box" wx:else>
<form bindsubmit="submit" report-submit="true"> <form bindsubmit="submit" report-submit="true">
<button class="submitbtn" id="submitbtnbox" form-type="submit">提交</button> <button class="submitbtn" id="submitbtnbox" form-type="submit">提交打卡</button>
</form> </form>
</view> </view>
</view> </view>
......
...@@ -141,6 +141,9 @@ page { ...@@ -141,6 +141,9 @@ page {
.theme-detail-box .theme-titlebox .arr-box .icon-arrup { .theme-detail-box .theme-titlebox .arr-box .icon-arrup {
transform: rotate(-180deg); transform: rotate(-180deg);
} }
.theme-detail-box .themedetail{
padding: 8rpx 18rpx 0;
}
.clock-editor-box { .clock-editor-box {
width: 710rpx; width: 710rpx;
margin: 20rpx auto; margin: 20rpx auto;
......
...@@ -83,8 +83,8 @@ page { ...@@ -83,8 +83,8 @@ page {
color: #222; color: #222;
line-height: 42rpx; line-height: 42rpx;
position: relative; position: relative;
/* padding-left: 30rpx; padding-bottom: 8rpx;
font-weight: bold; */ font-weight: bold;
} }
/* .instro-bx .title-box .title::before{ /* .instro-bx .title-box .title::before{
content: ''; content: '';
...@@ -102,6 +102,9 @@ page { ...@@ -102,6 +102,9 @@ page {
.instro-bx .introduce-box { .instro-bx .introduce-box {
padding-bottom: 20rpx; padding-bottom: 20rpx;
} }
.instro-bx .introduce-box:last-of-type {
padding-bottom: 0;
}
.instro-bx .introduce-box .title-wrapper{ .instro-bx .introduce-box .title-wrapper{
text-align: center; text-align: center;
margin-bottom: 10rpx; margin-bottom: 10rpx;
...@@ -170,6 +173,7 @@ page { ...@@ -170,6 +173,7 @@ page {
font-size: 26rpx; font-size: 26rpx;
color: #222; color: #222;
line-height: 36rpx; line-height: 36rpx;
font-weight: bold;
} }
.clocker-box .sub-title { .clocker-box .sub-title {
font-size: 22rpx; font-size: 22rpx;
...@@ -218,6 +222,7 @@ page { ...@@ -218,6 +222,7 @@ page {
color: #222; color: #222;
line-height: 36rpx; line-height: 36rpx;
padding: 18rpx 24rpx; padding: 18rpx 24rpx;
font-weight: bold;
} }
/* 精选打卡列表 end */ /* 精选打卡列表 end */
......
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