wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
ab5c060e68caf08ddace723c88ef19d9ede31fd1
Authored by
season
2019-10-18 09:55:52 +0800
1 parent
bcbb9f20
app.wxss增加样式
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
app.wxss
app.wxss
View file @
ab5c060
...
...
@@ -340,6 +340,9 @@ position: fixed;
340
340
.yellow-co{
341
341
color: #ffb03f;
342
342
}
343
+.yellow{
344
+ background-color: #ffb03f;
345
+}
343
346
.green{
344
347
background-color: #16ba63;
345
348
}
...
...