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
e1621330cb496b5246d5649562634097a9027b82
Authored by
yvan.ni
2023-09-20 14:52:28 +0800
1 parent
bcdc56fc
积分样式的优化
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
packageA/pages/jfbuy/jfbuy.wxss
packageA/pages/jfbuy/jfbuy.wxss
View file @
e162133
...
...
@@ -450,7 +450,8 @@ radio .wx-radio-input.wx-radio-input-checked::before{
450
450
left: 20rpx;
451
451
top: 50%;
452
452
transform: translateY(-50%);
453
- content: '\e618';
453
+ content: '\e618';
454
+ color: #666;
454
455
}
455
456
456
457
.input-search {
...
...