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
4bff142087d2ee7f4f433b62a56e8411be1ba206
Authored by
yvan.ni
2020-11-18 11:01:40 +0800
1 parent
241345cd
预存充值的样式
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
packageA/pages/chongzhi/chongzhi.wxss
packageA/pages/chongzhi/chongzhi.wxss
View file @
4bff142
...
...
@@ -111,6 +111,9 @@ page {
111
111
font-size: 24rpx;
112
112
border-radius: 8rpx;
113
113
}
114
+.btn.details{
115
+ margin-left: 8rpx; background-color: #ff9a00;
116
+}
114
117
115
118
.nodata {
116
119
text-align: center;
...
...