This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
weapp
/
C
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
66
Wiki
Activity
Browse Source
[积分商城][修改][样式]
tags/C.10.02
hurui
5 years ago
parent
c63ab33624
commit
ffa0e09b99
1 changed files
with
5 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-3
pages/integralmall/index.wxss
+ 5
- 3
pages/integralmall/index.wxss
View File
@@ -467,20 +467,22 @@ button::after{ border: none; }
background: #ccc;
}
.sort{
width:
100
%;
width:
94
%;
height:90rpx;
background:#fff;
margin:0 auto 20rpx;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 3%
}
.sort view{
height:60rpx;
width: 180rpx;
line-height: 60rpx;
color: #
3C3C3C
;
color: #
fff
;
font-size: 28rpx;
text-align: center;
/* border-radius: 20rpx; */
background:linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
border-radius: 20rpx;
}
Write
Preview
Loading…
Cancel
Save