久久久久av_欧美日韩一区二区在线_国产精品三区四区_日韩中字在线

返回列表 發(fā)帖
查看: 2051|回復(fù): 6

分享一下我正在用的美化樣式

5

主題

10

回帖

27

積分

初學(xué)乍練

貢獻(xiàn)
0 點(diǎn)
金幣
10 個(gè)
樓主
發(fā)表于 2023-1-16 16:42:42 | 只看樓主 |倒序?yàn)g覽 |閱讀模式
如下。我自我感覺非常好看,大家可以去試試。
<style>
/*自定義網(wǎng)站字體開始*/
@font-face{font-family: "lovely";src: url("https://www.flweb.xyz/fileto/WebFont.woff2") format("woff2");font-display: swap;}
*{font-family: "lovely"}
/*自定義網(wǎng)站字體結(jié)束*/
/*自定義滾動(dòng)條開始*/
::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
}

::-webkit-scrollbar-thumb {
    border-radius: 0.125rem;
    -moz-border-radius: 0.125rem;
    -webkit-border-radius: 0.125rem;
    background-color: #c85863;
}

::-webkit-scrollbar-track {
    background-color: #000000;
}
/*自定義滾動(dòng)條結(jié)束*/
input#scbar_txt {
    width: 200px;
    transition: 0.4s;
}
input#scbar_txt:hover{
    width:400px;
}
/*自定義閱讀進(jìn)度條開始*/
#content_progress {
      /* Positioning */
      position: fixed;
      left: 0;
      top: 0;
      z-index: 1000;
      width: 100%;
      height: 5px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: none;
      background-color: transparent;
      color: #35a935;
}

#content_progress::-webkit-progress-bar {
      background-color: transparent;
}

#content_progress::-webkit-progress-value {
      background-color: #c85863;
}

#content_progress::-moz-progress-bar {
      background-color: #c85863;
}
/*自定義閱讀進(jìn)度條結(jié)束*/
/*搜索框懸停上浮開始*/
input#scbar_txt:hover{opacity: 1;z-index: 99;border-radius: 20px;transform: translateY(-5px);box-shadow: 0 3px 20px rgba(0, 0, 0, .25);animation: index-link-active 1s cubic-bezier(0.315, 0.605, 0.375, 0.925) forwards;}
@keyframes index-link-active {
    0%{transform: perspective(2000px) rotateX(0) rotateY(0) translateZ(0);}
    16%{transform: perspective(2000px) rotateX(10deg) rotateY(5deg) translateZ(32px);}
    100%{transform: perspective(2000px) rotateX(0) rotateY(0) translateZ(65px);}
}
/*搜索框上浮結(jié)束*/
/*搜索欄樣式開始*/
input#scbar_txt {
    width: 200px;
    transition: 0.3s ease-in;
    border-radius: 5px 0px 0px 5px;
}
#scbar_type {border-radius: 0 5px 5px 0;}
input#scbar_txt:hover{
    width:400px;
}
/*搜索欄樣式結(jié)束*/
/*背景修改開始*/
body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        background: #c8e2fb;
        background-image: linear-gradient(45deg, #c8e2fb, #fbecd6);
}
/*背景修改結(jié)束*/
/*頁面圓角開始*/
.cl ,.fl ,.bm{
    border-radius: 20px;
}
/*頁面圓角結(jié)束*/
</style>

回復(fù)

使用道具 舉報(bào)

5

主題

10

回帖

27

積分

初學(xué)乍練

貢獻(xiàn)
0 點(diǎn)
金幣
10 個(gè)
沙發(fā)
 樓主| 發(fā)表于 2023-1-16 16:44:14 | 只看Ta
那個(gè)閱讀進(jìn)度條是要用其它代碼配合的,單獨(dú)使用無效
回復(fù)

使用道具 舉報(bào)

25

主題

219

回帖

256

積分

爐火純青

貢獻(xiàn)
0 點(diǎn)
金幣
2 個(gè)
板凳
發(fā)表于 2023-1-16 19:30:46 | 只看Ta
我的抄了不少。你也是()
回復(fù)

使用道具 舉報(bào)

2

主題

16

回帖

25

積分

初學(xué)乍練

貢獻(xiàn)
0 點(diǎn)
金幣
4 個(gè)
地板
發(fā)表于 2023-1-17 09:49:19 | 只看Ta
代碼放在哪里呢
回復(fù)

使用道具 舉報(bào)

5

主題

10

回帖

27

積分

初學(xué)乍練

貢獻(xiàn)
0 點(diǎn)
金幣
10 個(gè)
5#
 樓主| 發(fā)表于 2023-1-17 11:24:39 | 只看Ta

可以放在底部統(tǒng)計(jì)代碼里面。
回復(fù)

使用道具 舉報(bào)

25

主題

219

回帖

256

積分

爐火純青

貢獻(xiàn)
0 點(diǎn)
金幣
2 個(gè)
6#
發(fā)表于 2023-1-17 12:59:46 | 只看Ta
哈哈哈,寫的時(shí)候注意多段適配啊
回復(fù)

使用道具 舉報(bào)

20

主題

96

回帖

123

積分

漸入佳境

貢獻(xiàn)
0 點(diǎn)
金幣
1 個(gè)
QQ
7#
發(fā)表于 2023-1-26 19:26:09 | 只看Ta
我的站點(diǎn)哈:https://www.sanweishu.cn/
回復(fù)

使用道具 舉報(bào)

本版積分規(guī)則

  • 關(guān)注公眾號(hào)
  • 有償服務(wù)微信
  • 有償服務(wù)QQ

手機(jī)版|小黑屋|Discuz! 官方交流社區(qū) ( 皖I(lǐng)CP備16010102號(hào) |皖公網(wǎng)安備34010302002376號(hào) )|網(wǎng)站地圖|star

GMT+8, 2025-7-2 12:28 , Processed in 0.048949 second(s), 10 queries , Redis On.

Powered by Discuz! W1.0 Licensed

Cpoyright © 2001-2025 Discuz! Team.

關(guān)燈 在本版發(fā)帖
有償服務(wù)QQ
有償服務(wù)微信
返回頂部
快速回復(fù) 返回頂部 返回列表