Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
Overview
Overview
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
高淑倩
7-Eleven
Commits
7e0ee53b
Commit
7e0ee53b
authored
Aug 06, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add: breathe
parent
6d1d1ef4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
2 deletions
+22
-2
base.wxss
src/base/base.wxss
+21
-0
pointDetail.wxss
src/pages/pointDetail/pointDetail.wxss
+1
-2
No files found.
src/base/base.wxss
View file @
7e0ee53b
...
@@ -1302,4 +1302,24 @@ a {
...
@@ -1302,4 +1302,24 @@ a {
.point_color {
.point_color {
color: #05C35B
color: #05C35B
}
.breathe-btn {
box-shadow:0 1px 2px rgba(0,0,0,.3);
overflow:hidden;
background-image:-webkit-gradient(linear,left top,left bottom,from(#FF3333 ),to(#F85B5B));
-webkit-animation-timing-function:ease-in-out;
-webkit-animation-name:breathe;
-webkit-animation-duration:2700ms;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:alternate;
}
@-webkit-keyframes breathe {
0% {
opacity:.6;
box-shadow:0 1px 2px rgba(255,255,255,0.1);
}
100% {
opacity:1;
box-shadow:0 1px 10px rgba(255, 51, 51, 1);
}
}
}
\ No newline at end of file
src/pages/pointDetail/pointDetail.wxss
View file @
7e0ee53b
...
@@ -72,4 +72,4 @@
...
@@ -72,4 +72,4 @@
}
}
.total-points {
.total-points {
font-size: 48rpx;
font-size: 48rpx;
}
}
\ No newline at end of file
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