1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213
|
function saveData(name, data) { localStorage.setItem(name, JSON.stringify({ 'time': Date.now(), 'data': data })) }
function loadData(name, time) { let d = JSON.parse(localStorage.getItem(name)); if (d) { let t = Date.now() - d.time if (t < (time * 60 * 1000) && t > -1) return d.data; } return 0; }
try { let data = loadData('blogbg', 1440) if (data) changeBg(data, 1) else localStorage.removeItem('blogbg'); } catch (error) { localStorage.removeItem('blogbg'); }
function changeBg(s, flag) { let bg = document.getElementById('web_bg') if (s.charAt(0) == '#') { bg.style.backgroundColor = s bg.style.backgroundImage = 'none' } else bg.style.backgroundImage = s if (!flag) { saveData('blogbg', s) } }
var winbox = ''
function createWinbox() { let div = document.createElement('div') document.body.appendChild(div) winbox = WinBox({ id: 'changeBgBox', index: 999, title: "切换背景", x: "center", y: "center", minwidth: '300px', height: "60%", background: 'var(--leonus-blue)', onmaximize: () => { div.innerHTML = `<style>body::-webkit-scrollbar {display: none;}div#changeBgBox {width: 100% !important;}</style>` }, onrestore: () => { div.innerHTML = '' } }); winResize(); window.addEventListener('resize', winResize)
winbox.body.innerHTML = ` <div id="article-container" style="padding:10px;">
<div class="note info flat"><p>点击对应样式即可切换背景。<br>相册图片也可以当作壁纸哦~ <a href="/wallpaper/wallpaper.html">前往相册</a></p> </div>
<div class="note pink icon-padding flat"><i class="note-icon fa-solid fa-image"></i><p>有效期为一天,到期切回默认壁纸。</p> </div>
<p><button onclick="localStorage.removeItem('blogbg');location.reload();" style="background:#5fcdff;display:block;width:100%;padding: 15px 0;border-radius:6px;color:white;"><i class="fa-solid fa-arrows-rotate"></i> 点我恢复默认背景</button></p>
<h2 id="电脑壁纸"><a href="#电脑壁纸" class="headerlink" title="电脑壁纸"></a>电脑壁纸</h2> <details class="toggle"><summary class="toggle-button" style="">动漫系列</summary> <div class="toggle-content"> <div class="bgbox"> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Animation/5f464430e1cf965ddc11744039112a42.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Animation/5f464430e1cf965ddc11744039112a42.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Animation/4eb6637d94ce7a8dab74dfc45e359fa0.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Animation/4eb6637d94ce7a8dab74dfc45e359fa0.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Animation/0b4b00e23d46f739d934e57cd5a282c1.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Animation/0b4b00e23d46f739d934e57cd5a282c1.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Animation/7c7a63ddda0300a3df1f59dc31d2e4f9.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Animation/7c7a63ddda0300a3df1f59dc31d2e4f9.jpg')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Animation/9a6aea94820b24906e150fe3da8a7c13.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Animation/9a6aea94820b24906e150fe3da8a7c13.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Animation/9fe04330b83130da54f6e07caa2cc717.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Animation/9fe04330b83130da54f6e07caa2cc717.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Animation/52f99139720cd256fb332a3baedfaa03.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Animation/52f99139720cd256fb332a3baedfaa03.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Animation/61bfd7afb4dc2eee0cc0f6ed09b61be3.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Animation/61bfd7afb4dc2eee0cc0f6ed09b61be3.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Animation/67e24143728d39a9f6f5c8ba0541061f.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Animation/67e24143728d39a9f6f5c8ba0541061f.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Animation/0683f0295ec4fe6df22715adc4da4946.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Animation/0683f0295ec4fe6df22715adc4da4946.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Animation/930e37ae88a7715936233ff23c2af5b7.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Animation/930e37ae88a7715936233ff23c2af5b7.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Animation/b34851bbd1d788173bd3e56807f318de.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Animation/b34851bbd1d788173bd3e56807f318de.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Animation/ba3a78740ee8e12b5b89f1096b6356b0.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Animation/ba3a78740ee8e12b5b89f1096b6356b0.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Animation/bf11791217762640fa9158041fd3c566.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Animation/bf11791217762640fa9158041fd3c566.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Animation/c57d6f17a8f9b70e50557d0f0d7ca423.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Animation/c57d6f17a8f9b70e50557d0f0d7ca423.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Animation/d9d1b14c381dccb07e88f8374b3b65aa.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Animation/d9d1b14c381dccb07e88f8374b3b65aa.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Animation/d69c8c5d1896425d34426af77c5c81f9.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Animation/d69c8c5d1896425d34426af77c5c81f9.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Animation/dccf125f2d8bdd87d47b175d0b47fd59.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Animation/dccf125f2d8bdd87d47b175d0b47fd59.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Animation/e4d8a7feb3525325e00f3863e957f4fb.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Animation/e4d8a7feb3525325e00f3863e957f4fb.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Animation/e6fb0d7c44d3721dd9093681f23e617a.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Animation/e6fb0d7c44d3721dd9093681f23e617a.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Animation/f1a287fa6abecdb8fcf5f2bd5b303e80.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Animation/f1a287fa6abecdb8fcf5f2bd5b303e80.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Animation/f73595097cc9600ff4662c1c7ccbb47b.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Animation/f73595097cc9600ff4662c1c7ccbb47b.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Animation/fdbeecba624eef17079b7cb205ef9bd4.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Animation/fdbeecba624eef17079b7cb205ef9bd4.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Animation/5789c583adc06e47a1fb964029404473.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Animation/5789c583adc06e47a1fb964029404473.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Animation/4145cf345ed1002bd89e7e9ba7d03dc3.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Animation/4145cf345ed1002bd89e7e9ba7d03dc3.jpg)')"></a> </div> </div> </details>
<details class="toggle"><summary class="toggle-button" style="">风景系列</summary> <div class="toggle-content"> <div class="bgbox"> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Scenery/S1.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Scenery/S1.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Scenery/S2.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Scenery/S2.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Scenery/S3.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Scenery/S3.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Scenery/S4.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Scenery/S4.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Scenery/S5.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Scenery/S5.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Scenery/S6.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Scenery/S6.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Scenery/S7.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Scenery/S7.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Scenery/S8.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Scenery/S8.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Scenery/S9.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Scenery/S9.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Scenery/S10.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Scenery/S10.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Scenery/S11.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Scenery/S11.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Scenery/S12.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Scenery/S12.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Scenery/S13.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Scenery/S13.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Scenery/S14.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Scenery/S14.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Scenery/S15.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Scenery/S15.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Scenery/S16.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Scenery/S16.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Scenery/S17.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Scenery/S17.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Scenery/S18.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Scenery/S18.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Scenery/S19.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Scenery/S19.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Scenery/S20.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Scenery/S20.jpg)')"></a> </div> </div> </details>
<details class="toggle"><summary class="toggle-button" style="">美女系列</summary> <div class="toggle-content"> <div class="bgbox"> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://img.vm.laomishuo.com/image/2021/04/2021040311203011.jpeg)" class="imgbox" onclick="changeBg('url(https\://img.vm.laomishuo.com/image/2021/04/2021040311203011.jpeg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://img.vm.laomishuo.com/image/2021/11/2021110119420045.jpeg)" class="imgbox" onclick="changeBg('url(https\://img.vm.laomishuo.com/image/2021/11/2021110119420045.jpeg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://img.vm.laomishuo.com/image/2020/12/2020121409235638.jpeg)" class="imgbox" onclick="changeBg('url(https\://img.vm.laomishuo.com/image/2020/12/2020121409235638.jpeg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://img.vm.laomishuo.com/image/2021/11/2021111016525829.jpeg)" class="imgbox" onclick="changeBg('url(https\://img.vm.laomishuo.com/image/2021/11/2021111016525829.jpeg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://img.vm.laomishuo.com/image/2021/11/2021111016580917.jpeg)" class="imgbox" onclick="changeBg('url(https\://img.vm.laomishuo.com/image/2021/11/2021111016580917.jpeg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Beauty/Q1.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Beauty/Q1.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Beauty/Q2.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Beauty/Q2.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Beauty/Q3.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Beauty/Q3.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Beauty/Q4.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Beauty/Q4.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Beauty/Q5.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Beauty/Q5.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Beauty/Q6.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Beauty/Q6.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Beauty/Q7.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Beauty/Q7.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Beauty/Q8.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Beauty/Q8.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Beauty/Q9.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Beauty/Q9.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Beauty/Q10.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Beauty/Q10.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Beauty/Q11.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Beauty/Q11.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Beauty/Q12.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Beauty/Q12.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Beauty/Q13.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Beauty/Q13.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Beauty/Q14.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Beauty/Q14.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://wenzhangku.luomengguo.top/Beauty/Q15.jpg)" class="imgbox" onclick="changeBg('url(https\://wenzhangku.luomengguo.top/Beauty/Q15.jpg)')"></a> </div> </div> </details>
<h2 id="图片(手机)"><a href="#图片(手机)" class="headerlink" title="图片(手机)"></a>图片(手机)</h2> <details class="toggle"><summary class="toggle-button" style="">查看手机壁纸</summary> <div class="toggle-content"> <div class="bgbox"> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://img.vm.laomishuo.com/image/2021/12/2021122715170589.jpeg)" class="pimgbox" onclick="changeBg('url(https\://img.vm.laomishuo.com/image/2021/12/2021122715170589.jpeg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://img.vm.laomishuo.com/image/2021/05/2021053107390019.jpeg)" class="pimgbox" onclick="changeBg('url(https\://img.vm.laomishuo.com/image/2021/05/2021053107390019.jpeg')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://img.vm.laomishuo.com/image/2021/08/2021082418471438.jpeg)" class="pimgbox" onclick="changeBg('url(https\://img.vm.laomishuo.com/image/2021/08/2021082418471438.jpeg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://img.vm.laomishuo.com/image/2021/05/2021053111333664.jpeg)" class="pimgbox" onclick="changeBg('url(https\://img.vm.laomishuo.com/image/2021/05/2021053111333664.jpeg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://img.vm.laomishuo.com/image/2021/05/2021052509214162.jpeg)" class="pimgbox" onclick="changeBg('url(https\://img.vm.laomishuo.com/image/2021/05/2021052509214162.jpeg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://img.vm.laomishuo.com/image/2021/10/2021101113150626.jpeg)" class="pimgbox" onclick="changeBg('url(https\://img.vm.laomishuo.com/image/2021/10/2021101113150626.jpeg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://img.vm.laomishuo.com/image/2021/12/2021121119294157.jpeg)" class="pimgbox" onclick="changeBg('url(https\://img.vm.laomishuo.com/image/2021/12/2021121119294157.jpeg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://img.vm.laomishuo.com/image/2022/05/2022050211365433.jpg)" class="pimgbox" onclick="changeBg('url(https\://img.vm.laomishuo.com/image/2022/05/2022050211365433.jpg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://img.vm.laomishuo.com/image/2021/01/2021011114540487.jpeg)" class="pimgbox" onclick="changeBg('url(https\://img.vm.laomishuo.com/image/2021/01/2021011114540487.jpeg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://img.vm.laomishuo.com/image/2021/10/2021101112481925.jpeg)" class="pimgbox" onclick="changeBg('url(https\://img.vm.laomishuo.com/image/2021/10/2021101112481925.jpeg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://img.vm.laomishuo.com/image/2020/12/2020120109592351.jpeg)" class="pimgbox" onclick="changeBg('url(https\://img.vm.laomishuo.com/image/2020/12/2020120109592351.jpeg)')"></a> <a href="javascript:;" rel="noopener external nofollow" style="background-image:url(https://img.vm.laomishuo.com/image/2021/08/2021081519313621.jpeg)" class="pimgbox" onclick="changeBg('url(https\://img.vm.laomishuo.com/image/2021/08/2021081519313621.jpeg)')"></a> </div> </div> </details>
<h2 id="渐变色"><a href="#渐变色" class="headerlink" title="渐变色"></a>渐变色</h2> <details class="toggle"><summary class="toggle-button" style="">查看渐变背景</summary> <div class="toggle-content"> <div class="bgbox"> <a href="javascript:;" rel="noopener external nofollow" class="box" style="background: linear-gradient(to right, #eecda3, #ef629f)" onclick="changeBg('linear-gradient(to right, #eecda3, #ef629f)')"></a> <a href="javascript:;" rel="noopener external nofollow" class="box" style="background: linear-gradient(to right, rgb(255, 110, 127), rgb(191, 233, 255))" onclick="changeBg('linear-gradient(to right, #eecda3, #ef629f)')"></a> <a href="javascript:;" rel="noopener external nofollow" class="box" style="background: linear-gradient(to right, #ff4b1f, #1fddff)" onclick="changeBg('linear-gradient(to right, #ff4b1f, #1fddff)')"></a> <a href="javascript:;" rel="noopener external nofollow" class="box" style="background: linear-gradient(to right, rgb(251, 215, 134), rgb(247, 121, 125))" onclick="changeBg('linear-gradient(to right, rgb(251, 215, 134), rgb(247, 121, 125))')"></a> <a href="javascript:;" rel="noopener external nofollow" class="box" style="background: linear-gradient(to right, #16bffd, #cb3066)" onclick="changeBg('linear-gradient(to right, #16bffd, #cb3066)')"></a> <a href="javascript:;" rel="noopener external nofollow" class="box" style="background: linear-gradient(to right, rgb(192, 192, 170), rgb(28, 239, 255))" onclick="changeBg('linear-gradient(to right, rgb(192, 192, 170), rgb(28, 239, 255))')"></a> </div> </div> </details> `; }
function winResize() { var offsetWid = document.documentElement.clientWidth; if (offsetWid <= 768) { winbox.resize(offsetWid * 0.95 + "px", "90%").move("center", "center"); } else { winbox.resize(offsetWid * 0.6 + "px", "70%").move("center", "center"); } }
function toggleWinbox() { if (document.querySelector('#changeBgBox')) winbox.toggleClass('hide'); else createWinbox(); }
|