本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
weapp
/
C
關注
8
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
66
Wiki
活動
瀏覽代碼
[积分商城][修改][样式]
tags/C.10.02
hurui
5 年之前
父節點
c63ab33624
當前提交
ffa0e09b99
共有
1 個檔案被更改
,包括
5 行新增
和
3 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-3
pages/integralmall/index.wxss
+ 5
- 3
pages/integralmall/index.wxss
查看文件
@@ -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…
取消
儲存