Commit cb602e7a authored by lvtz's avatar lvtz

fix

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