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
9f041fad
Commit
9f041fad
authored
Apr 02, 2020
by
lvtz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
026c3e60
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
10 deletions
+20
-10
clocklist.wxss
business/pages/deskcenter/clocklist.wxss
+2
-2
index.wxss
business/pages/themeeditor/index.wxss
+18
-8
No files found.
business/pages/deskcenter/clocklist.wxss
View file @
9f041fad
...
...
@@ -297,8 +297,8 @@
.tab-box{
width: 350rpx;
height: 60rpx;
border: 1px solid
rgba(101,184,244,1)
;
border-radius:
10
rpx;
border: 1px solid
#16B0FD
;
border-radius:
4
rpx;
display: flex;
overflow: hidden;
}
...
...
business/pages/themeeditor/index.wxss
View file @
9f041fad
...
...
@@ -9,24 +9,34 @@ page{
padding: 36rpx 20rpx 18rpx;
}
.themetab {
height: 60rpx;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 34rpx;
/* border: 1px solid #16B0FD; */
margin: 0 46rpx 34rpx;
border: 1px solid #16B0FD;
background: #fff;
border-radius: 4rpx;
overflow: hidden;
}
.themetab .themetypeitem {
width: 210rpx;
height: 60rpx;
/* border-bottom: 1px solid #16B0FD;
border-top: 1px solid #16B0FD; */
flex: 1;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 26rpx;
color: #16B0FD;
text-align: center;
border: 1px solid #16B0FD;
position: relative;
}
.themetab .themetypeitem:not(:last-of-type)::after{
content: '';
width: 1px;
height: 100%;
background: #16B0FD;
position: absolute;
right: 0;
top: 0;
}
.themetab .themetypeitem.active {
background-color: #16B0FD;
...
...
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