91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

如何在微信小程序中使用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

临猗县| 鸡西市| 东港市| 工布江达县| 商城县| 亚东县| 南汇区| 清原| 河津市| 英吉沙县| 东源县| 泰顺县| 关岭| 竹山县| 克什克腾旗| 山丹县| 登封市| 通辽市| 灵宝市| 石泉县| 兴化市| 武汉市| 新龙县| 琼中| 青田县| 赤壁市| 原阳县| 梓潼县| 新野县| 太和县| 临泉县| 安溪县| 东丽区| 平利县| 蓝田县| 清远市| 抚松县| 丰原市| 和政县| 东平县| 宣武区|