|
QQ圖片20230212181722.png (20.29 KB, 下載次數: 6)
下載附件
2023-2-12 18:21 上傳
最近回歸 重啟網站 想著美化下網站 結果忘了在哪個文件改了 只有代碼
- ::-webkit-scrollbar {
- width: 10px;
- height: 1px;
- }
復制代碼
- ::-webkit-scrollbar-thumb {
- border-radius: 10px;
- background-color: skyblue;
- background-image: -webkit-linear-gradient( 45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent );
- }
復制代碼- ::-webkit-scrollbar-track {
- box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
- background: #ededed;
- border-radius: 10px;
- }
復制代碼 只有代碼 卻忘了在哪個文件修改
1 貢獻+3 金幣最佳答案
可以把代碼放在<style>標簽內,然后添加在header.htm、footer.htm文件中。
或者直接添加在當前使用模板的css文件中。
或者直接加在【后臺】-【全局】-【網站第三方統計代碼】里面也行,記得加<style>標簽
|
|