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
ce00d108
Commit
ce00d108
authored
Apr 02, 2020
by
lvtz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
631b0364
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
23 additions
and
11 deletions
+23
-11
index.wxss
business/pages/calendarthemeindex/index.wxss
+1
-1
index.wxss
business/pages/morethemeindex/index.wxss
+1
-1
list.wxml
business/pages/themead/list.wxml
+1
-1
list.wxss
business/pages/themead/list.wxss
+12
-3
index.wxss
business/pages/themeeditor/index.wxss
+5
-2
index.wxss
business/pages/themeindex/index.wxss
+1
-1
jobclockdata.wxss
business/pages/themeindex/jobclockdata.wxss
+1
-1
members.wxss
business/pages/themeindex/members.wxss
+1
-1
No files found.
business/pages/calendarthemeindex/index.wxss
View file @
ce00d108
...
...
@@ -26,7 +26,7 @@
font-size: 22rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color:
#fff
;
color:
rgba(255,255,255,0.85)
;
line-height: 32rpx;
}
.page-topbg .top-content {
...
...
business/pages/morethemeindex/index.wxss
View file @
ce00d108
...
...
@@ -27,7 +27,7 @@
font-size: 22rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color:
#fff
;
color:
rgba(255,255,255,0.85)
;
line-height: 32rpx;
}
.page-topbg .top-content {
...
...
business/pages/themead/list.wxml
View file @
ce00d108
...
...
@@ -16,8 +16,8 @@
<view class="itembottom">
<view class="status">{{item.id==id?'当前使用': ''}}</view>
<view class="itembtnbox">
<view class="itembtn" data-item="{{item}}" bindtap="useThemeAd">立即使用</view>
<view class="itembtn" data-item="{{item}}" bindtap="viewThemeAd">查看模板</view>
<view class="itembtn itembtn-primary" data-item="{{item}}" bindtap="useThemeAd">使用模板</view>
</view>
</view>
</view>
...
...
business/pages/themead/list.wxss
View file @
ce00d108
...
...
@@ -71,8 +71,8 @@
display: flex;
align-items: center;
}
.itembtn {
margin-
left: 20
rpx;
.itembtn
box .itembtn
{
margin-
right: 12
rpx;
width: 104rpx;
height: 40rpx;
color: #fff;
...
...
@@ -80,8 +80,17 @@
display: flex;
align-items: center;
justify-content: center;
background-color: #
16b0fd
;
background-color: #
fff
;
border-radius: 4rpx;
border: 1px solid #16B0FD;
color: #16B0FD;
}
.itembtnbox .itembtn-primary{
color: #fff;
background: #16B0FD;
}
.itembtnbox .itembtn:last-of-type{
margin-right: 0;
}
.btn-add {
position: absolute;
...
...
business/pages/themeeditor/index.wxss
View file @
ce00d108
...
...
@@ -32,8 +32,11 @@ page{
background-color: #16B0FD;
color: #FFFFFF;
}
.themetab .themetypeitem:nth-child(1) {
/* border-left: 1px solid #16B0FD; */
.themetab .themetypeitem:first-of-type {
border-radius: 4rpx 0 0 4rpx;
}
.themetab .themetypeitem:last-of-type {
border-radius: 0 4rpx 4rpx 0;
}
.container{
padding: 0 0 170rpx;
...
...
business/pages/themeindex/index.wxss
View file @
ce00d108
...
...
@@ -26,7 +26,7 @@
font-size: 22rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color:
#fff
;
color:
rgba(255,255,255,0.85)
;
line-height: 32rpx;
}
.page-topbg .top-content {
...
...
business/pages/themeindex/jobclockdata.wxss
View file @
ce00d108
...
...
@@ -34,7 +34,7 @@
height: 60rpx;
line-height: 60rpx;
border: 2rpx solid #16B0FD;
border-radius:
0 4rpx 4rpx 0
;
border-radius:
4rpx
;
margin: 30rpx auto 0;
}
.tabs-box .tabs-item {
...
...
business/pages/themeindex/members.wxss
View file @
ce00d108
...
...
@@ -11,7 +11,7 @@
height: 60rpx;
line-height: 60rpx;
border: 2rpx solid #16b0fd;
border-radius:
0 4rpx 4rpx 0
;
border-radius:
4rpx
;
margin: 0 auto;
width: 420rpx;
}
...
...
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