国产成人精品亚洲777人妖,欧美日韩精品一区视频,最新亚洲国产,国产乱码精品一区二区亚洲

您的位置:首頁技術(shù)文章
文章詳情頁

Vue實(shí)現(xiàn)背景更換顏色操作

瀏覽:5日期:2023-01-06 08:32:52

如下所示:

Vue實(shí)現(xiàn)背景更換顏色操作

<!-- 分頁上下頁改變背景圖效果 --><!DOCTYPE html><html><head><meta charset='utf-8'><meta http-equiv='X-UA-Compatible' content='IE=edge'><title></title><link rel='stylesheet' href='http://www.intensediesel.com/bcjs/11328.html'><script type='text/javascript' src='http://www.intensediesel.com/node_modules/vue/dist/vue.js'></script><style type='text/css' media='screen'>.page{list-style: none;}.page>li{float: left;margin-left: 10px;}.page>li>a{text-decoration: none;}.active{color: red;text-decoration: display;}div{width: 500px;height: 500px;}</style></head><body ><div v-bind:style='{backgroundColor:bgCol}'><ul class='page'><li> <a href='http://www.intensediesel.com/bcjs/11328.html#' rel='external nofollow' rel='external nofollow' rel='external nofollow' v-on:click='decrease' >上一頁</a> </li><li v-for='n in totalPage'><a href='http://www.intensediesel.com/bcjs/11328.html#' rel='external nofollow' rel='external nofollow' rel='external nofollow' v-bind:class='n==activeNum?’active’:’’'>{{n}}</a></li><li><a href='http://www.intensediesel.com/bcjs/11328.html#' rel='external nofollow' rel='external nofollow' rel='external nofollow' @click='increase'>下一頁</a> </li></ul></div><script type='text/javascript'>var exampleData={//msg:'Hello Vue',bgCol:'#DB8623FF',totalPage:10,activeNum:3,}var app = new Vue({el:’#app’,data:exampleData,methods:{decrease:function(){this.activeNum==1?’’:this.activeNum-=1;this.bgCol=this.getRandom();},increase:function(){this.activeNum==10?’’:this.activeNum+=1;this.bgCol=this.getRandom();},getRandom:function(){var r=Math.floor(Math.random()*256);var g=Math.floor(Math.random()*256);var b=Math.floor(Math.random()*256);var a=Math.random().toFixed(1);return `rgba(${r},${g},${b},${a})`}}})</script></body></html>

Vue實(shí)現(xiàn)背景更換顏色操作

<!DOCTYPE html><html><head lang='en'> <meta charset='UTF-8'> <title>自定義指令實(shí)現(xiàn)隨機(jī)背景</title> <style type='text/css' media='screen'> #app{ width: 999px; height: 999px; } </style></head><body> <h3>自定義指令</h3> <div v-change-background-color='myBgColor'> <h3 > <input type='text' v-model='myBgColor' placeholder='請輸入16進(jìn)制顏色'> </h3> </div> <script src='http://www.intensediesel.com/node_modules//vue/dist/vue.js'></script> <script> var exampleData = { myBgColor: '#5FCA34', }; new Vue({ el: '#app', data: exampleData, methods:{ getRandom:function(){var r=Math.floor(Math.random()*256);var g=Math.floor(Math.random()*256);var b=Math.floor(Math.random()*256);var a=Math.random().toFixed(1);return `rgba(${r},${g},${b},${b})` } }, directives: { changeBackgroundColor: { bind: function(el, bindings) { //el:指定綁定dom元素 h3dom對象 //bindings:自定義指令對象 //v-change-background-color='myBgColor' //bindings.value;=='#ff0000'var r=Math.floor(Math.random()*256);var g=Math.floor(Math.random()*256);var b=Math.floor(Math.random()*256);var a=Math.random().toFixed(1); el.style.backgroundColor =`rgba(${r},${g},${b},${a})`; console.log('綁定成功'); }, update: function(el, bindings) { console.log(’已更新數(shù)據(jù)’); var r=Math.floor(Math.random()*256);var g=Math.floor(Math.random()*256);var b=Math.floor(Math.random()*256);var a=Math.random().toFixed(1); el.style.background = `rgba(${r},${g},${b},${a})` }, //更新數(shù)據(jù) } } }); </script></body></html>

補(bǔ)充知識:vue統(tǒng)一設(shè)置了背景色,單獨(dú)改變某一頁的背景色

有時(shí)我們會(huì)遇到單獨(dú)改變某個(gè)組件的背景填充色,而我們已經(jīng)在index.html中引入了公用的css樣式(body中設(shè)置了背景色),由于單個(gè)組件沒有body標(biāo)簽,于是要修改單個(gè)組件的背景色只需添加如下代碼即可。

beforeCreate () { document.querySelector(’body’).setAttribute(’style’, ’margin: 0 auto; width: 100%; max-width: 750px;min-width: 300px; background:#171b2a; overflow-x: hidden;height: 100%;’);}

以上這篇Vue實(shí)現(xiàn)背景更換顏色操作就是小編分享給大家的全部內(nèi)容了,希望能給大家一個(gè)參考,也希望大家多多支持好吧啦網(wǎng)。

標(biāo)簽: Vue
相關(guān)文章:
主站蜘蛛池模板: 界首市| 营口市| 九寨沟县| 炎陵县| 清远市| 阿荣旗| 孝感市| 威远县| 万年县| 泽州县| 辉县市| 沐川县| 宿州市| 赣州市| 当涂县| 沿河| 视频| 阿图什市| 宜都市| 乐昌市| 吉林市| 上林县| 甘泉县| 宣化县| 哈尔滨市| 长垣县| 璧山县| 遵义市| 余庆县| 繁昌县| 汤阴县| 莫力| 梓潼县| 金阳县| 米易县| 无为县| 开封市| 汉中市| 乌兰浩特市| 蚌埠市| 大渡口区|