中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

如何在微信小程序中使用switch組件

發布時間:2021-03-29 16:57:07 來源:億速云 閱讀:297 作者:Leah 欄目:web開發

如何在微信小程序中使用switch組件?針對這個問題,這篇文章詳細介紹了相對應的分析和解答,希望可以幫助更多想解決這個問題的小伙伴找到更簡單易行的方法。

HTML

<div class="switch-list">
 <span class="fui-fr">紅色switch組件</span>
 <input class="fui-switch"  type="checkbox" checked>
</div>
<div class="switch-list">
 <span class="fui-fr">綠色switch組件</span>
 <input class="fui-switch"  type="checkbox" checked>
</div>
<div class="switch-list">
 <span class="fui-fr">綠色禁用switch組件</span>
 <input class="fui-switch"  type="checkbox" checked disabled>
</div>
<div class="switch-list">
 <span class="fui-fr">藍色switch組件---開</span> 
 <input class="fui-switch"  type="checkbox" checked>
</div>
<div class="switch-list">
 <span class="fui-fr">藍色switch組件---關</span> 
 <input class="fui-switch"  type="checkbox">
</div>

CSS

.switch-list{
 padding: .5rem;
}
.fui-switch{
 position: relative;
 width: .87rem;
 height: .5rem;
 z-index: 10;
 display: inline-block;
 outline: medium;
 border: 1px solid #dfdfdf;
 border-radius: .25rem;
 background-color: #dfdfdf;
 -webkit-appearance: none;
 -moz-appearance: none;
 vertical-align: middle;
}
.fui-switch:checked{
 border-color: currentColor;
 background-color: currentColor;
}
.fui-switch::after,.fui-switch::before{
 content: "";
 position: absolute;
 height: .44rem;
 top: 0;
 left: 0;
 border-radius: .25rem;
 -webkit-transition: -webkit-transform .3s;
 transition: -webkit-transform .3s;
 transition: transform .3s;
 transition: transform .3s,-webkit-transform .3s;
}
.fui-switch:before {
 width: .84rem;
 background-color: #fdfdfd;
}
.fui-switch:checked:before {
 -webkit-transform: scale(0);
 transform: scale(0);
}
.fui-switch:after {
 width: .44rem;
 background-color: #fff;
 box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.fui-switch:checked:after {
 -webkit-transform: translateX(.4rem);
 transform: translateX(.4rem);
}
.fui-switch[disabled] {
 opacity: .5;
}
.fui-fr{font-size: .3rem;vertical-align: middle;}

實現rem的JS

(function(win,factory){
 factory(win);
 window.addEventListener('resize',function(){factory(win)},false);
}(window,function(win){
 var width = document.documentElement.clientWidth;
 width = width > 750 ? 750 : width;
 document.documentElement.style.fontSize = width / 7.5 + 'px';
}));

關于如何在微信小程序中使用switch組件問題的解答就分享到這里了,希望以上內容可以對大家有一定的幫助,如果你還有很多疑惑沒有解開,可以關注億速云行業資訊頻道了解更多相關知識。

向AI問一下細節

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

AI

临澧县| 赤水市| 西乌珠穆沁旗| 德惠市| 苗栗县| 都昌县| 泊头市| 黄山市| 河曲县| 海盐县| 佛学| 和平县| 原阳县| 临汾市| 茶陵县| 南康市| 伊吾县| 蓬溪县| 肇源县| 灵山县| 侯马市| 蛟河市| 石城县| 贵州省| 秦安县| 松溪县| 江北区| 塔城市| 海林市| 新郑市| 安达市| 扎兰屯市| 饶阳县| 邯郸市| 昌黎县| 秦皇岛市| 临潭县| 小金县| 西乌珠穆沁旗| 农安县| 谢通门县|