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
cb602e7a
Commit
cb602e7a
authored
Apr 02, 2020
by
lvtz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
565618b8
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
5 deletions
+22
-5
index.wxss
components/sjdmediashow/index.wxss
+1
-0
landpage.wxss
src/pages/calendarthemeindex/landpage.wxss
+8
-0
index.wxml
src/pages/clockeditor/index.wxml
+3
-3
index.wxss
src/pages/clockeditor/index.wxss
+3
-0
landpage.wxss
src/pages/themeindex/landpage.wxss
+7
-2
No files found.
components/sjdmediashow/index.wxss
View file @
cb602e7a
...
...
@@ -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%;
...
...
src/pages/calendarthemeindex/landpage.wxss
View file @
cb602e7a
...
...
@@ -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 */
...
...
src/pages/clockeditor/index.wxml
View file @
cb602e7a
...
...
@@ -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>
...
...
src/pages/clockeditor/index.wxss
View file @
cb602e7a
...
...
@@ -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;
...
...
src/pages/themeindex/landpage.wxss
View file @
cb602e7a
...
...
@@ -83,8 +83,8 @@ page {
color: #222;
line-height: 42rpx;
position: relative;
/* padding-left: 30
rpx;
font-weight: bold; */
padding-bottom: 8
rpx;
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 */
...
...
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