亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

CSS 美化

發布時間:2020-08-10 21:42:24 來源:網絡 閱讀:507 作者:xiaosawuhen 欄目:開發技術

1.美化滾動條

       * {
            scrollbar-base-color: #2d5333;
            scrollbar-3dlight-color: #fff;
            scrollbar-highlight-color: #fff;
            scrollbar-track-color: #eee;
            scrollbar-arrow-color: #2d5333;
            scrollbar-shadow-color: #fff;
        } 
        ::-webkit-scrollbar {  
          width: 8px;  
          height: 11px;  
        }  
        ::-webkit-scrollbar-track,  
        ::-webkit-scrollbar-thumb {  
        /*   border-radius: 999px;   */
        /*   border: 5px solid transparent;   */
        }  
        ::-webkit-scrollbar-track {  
        /*   box-shadow: 1px 1px 5px rgba(0,0,5,.2) inset;   */
          background-color: #eee;
        }   /* 滾動條的滑軌背景顏色 */
        ::-webkit-scrollbar-thumb {  
        /*   min-height: 20px;   */
        /*   background-clip: content-box;   */
        /*   box-shadow: 0 0 0 5px rgba(0,0,0,.2) inset;   */
          background-color: #2d5333; 
        }  /* 滑塊顏色 */
        ::-webkit-scrollbar-corner {  
        /*   background: transparent;   */
          background-color: black;
        }  /* 橫向滾動條和縱向滾動條相交處尖角的顏色 */
        ::-webkit-scrollbar-button {
          background-color: #eee;
        } /* 滑軌兩頭的監聽按鈕顏色 */

2.下拉框 : 

.selectwrap::after 這個樣式的content,可以使用自制圖標
<div class="selectwrap">
	<select class="selecttype">
		<option>1</option>
		<option>2</option>
		<option>3</option>
		<option>4</option>
	</select>
</div>
.selecttype {
    position: relative;
    z-index: 2;
    padding: 0 20px 0 10px;
    display: inline-block;
    height: 40px;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    color: #333;
    font-weight: normal;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
}
.selecttype::-ms-expand{
/*     color: #fff; */
/*     font-size:20px; */
/*     padding:5px 9px; */
/*     background: #0054a7; */
    
    display: none;
}

.selectwrap {
    position: relative;
    display: inline-block;
    z-index: 1;
    vertical-align: top;
}

.selectwrap::after {
    content: "\25BC";
    position: absolute;
    top: 10px;
    right: 5px;
/*     font-family: 'lsh-icon' !important; */
    font-size: 16px;
    color: #000;
    z-index: 1;
}

3. 背景色漸變:

	background-color:#056e68;
	background-image:-webkit-linear-gradient(top, #2495ED 0%, #056e68 100%);
	background-image:-moz-linear-gradient(top, #2495ED 0%, #056e68 100%);
	background-image:-ms-linear-gradient(top, #2495ED 0%, #056e68 100%);
	background-image:-o-linear-gradient(top, #2495ED 0%, #056e68 100%);
	background-image:linear-gradient(to bottom, #2495ED 0%, #056e68 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#2495ED', EndColorStr='#056e68');
	box-shadow:inset 1px 1px 3px #666


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

镇沅| 三都| 天津市| 新晃| 伊宁市| 电白县| 周至县| 方山县| 新源县| 江口县| 湄潭县| 贵南县| 伊吾县| 肇东市| 小金县| 牙克石市| 隆子县| 沛县| 罗江县| 阿勒泰市| 政和县| 东平县| 宽甸| 双城市| 恩施市| 新邵县| 油尖旺区| 右玉县| 沭阳县| 庐江县| 乾安县| 赣榆县| 克东县| 棋牌| 大竹县| 凤冈县| 无棣县| 凌源市| 祥云县| 安庆市| 怀安县|