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
cc562fd8cc1cf01eae76f7f2bf3822f57b3735b2
Authored by
taiyuan
2021-07-19 11:23:02 +0800
1 parent
7cb2f11e
大转盘不设置默认背景色
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
packageB/pages/luckactivity/luckinfo/luckinfo.wxss
packageB/pages/luckactivity/luckinfo/luckinfo.wxss
View file @
cc562fd
1
1
/* packageB//pages/luckactivity/index/index.wxss */
2
2
3
3
page {
4
-
background-color: rgb(129, 2, 253);
4
+
/* background-color: rgb(129, 2, 253); */
5
5
}
6
6
7
7
page,
...
...