繁體
|
簡體
Sclub交友聊天~加入聊天室當版主
(檢舉)
分享
新浪微博
QQ空间
人人网
腾讯微博
Facebook
Google+
Plurk
Twitter
Line
標題:
[教學]
仿115主题,免刷新切换背景。不设隐藏
[打印本頁]
作者:
无界
時間:
2019-8-14 20:43
標題:
仿115主题,免刷新切换背景。不设隐藏
下載
(1.93 MB)
2019-8-14 20:03
1、在默认模板套系新建模板命名为 set_body 内容是
$jq(document).ready(function(){
var cookieClass = getCookie('class');
$jq("body").attr("class",cookieClass);
$jq(".q_qiehuan_menu span").each(function(){
$jq(this).click(function(){
var className=$jq(this).attr("class");
$jq("body").attr("class",className,30);
function SetCookie(name,value,day){
var exp = new Date();
exp.setTime(exp.getTime() + day*24*60*60*1000);
document.cookie = name + "="+ escape (value) + ";expires=" + exp.toGMTString();
}
SetCookie("class",className,30);
})
});
});
function getCookie(name){
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for(var i=0;i < ca.length;i++) {
var c = ca[i];
while (c.charAt(0)==' ') c = c.substring(1,c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
}
return null;
}
複製代碼
2、在header模板里找到
<div id="header">
複製代碼
在上边加
<div id="change_theme_btn_menu" class="q_qiehuan_menu" style="display: none;">
<h2 class="dialog-title">
<a class="dialog-handle" href="javascript:void(0)" onclick="qout()"></a>
</h2>
<div style="padding:15px 0 0 0;">
<span class="Sunset_glow"><img src="背景1小图标"><em>Sunset_glow</em></span>
<span class="Snow"><img src="背景2小图标"><em>Snow</em></span>
<span class="NewYear"><img src="背景3小图标"><em>NewYear</em></span>
<span class="London"><img src="背景4小图标"><em>London</em></span>
<span class="Flowers"><img src="背景5小图标"><em>Flowers</em></span>
<span class="Wizard"><img src="背景6小图标"><em>Wizard</em></span>
<span class="California"><img src="背景7小图标"><em>California</em></span>
<span class="Cloud"><img src="背景8小图标"><em>Cloud</em></span>
<span class="Sky"><img src="背景9小图标"><em>Sky</em></span>
<span class="Lavender"><img src="背景10小图标"><em>Lavender</em></span>
<span class="City"><img src="背景11小图标"><em>City</em></span>
<span class="Black"><img src="背景12小图标"><em>Black</em></span>
<span class="Beige"><img src="背景13小图标"><em>Beige</em></span>
<span class="Dragon"><img src="背景14小图标"><em>Dragon</em></span>
<span class="minecraf"><img src="背景15小图标"><em>我的世界</em></span>
</div>
</div>
<script>
jQuery(function(){
jQuery('#change_theme_btn').click(function(){
if(!jQuery('#change_theme_btn_menu').is(':visible')){
jQuery('#change_theme_btn_menu').css({display:'block', top:'-100px'}).animate({top: '+100'}, 500);
}
});
});
function qout(){
jQuery('#change_theme_btn_menu').animate({top:'-340'}, 500, function(){
jQuery(this).css({display:'none', top:'-340px'});
});
}
</script>
<div id="a-dayan" class="animate-layer">
<s class="a-bird a-bird-01"></s>
<s class="a-bird a-bird-02"></s>
<s class="a-bird a-bird-03"></s>
<s class="a-bird a-bird-04"></s>
<s class="a-bird a-bird-05"></s>
<s class="a-bird a-bird-06"></s>
</div>
複製代碼
3、在header模板继续找到
<div class="wrap s_clear">
複製代碼
在下边加
<a class="q_qiehuan" href="javascript:;" title="切换风格" id="change_theme_btn">切换风格</a>
複製代碼
4、在css_append模板的最下边放入下边代码
body {background: url(默认背景) no-repeat fixed center top #2A333B;background-size: cover;}
.q_qiehuan:hover {
background: url(切换背景按钮鼠标划入图标) no-repeat 0px -40px;
}
.q_qiehuan {
position: absolute;
z-index: 199;
margin-left: 1100px;
margin-top: 15px;
width: 40px;
height: 40px;
line-height: 20;
overflow: hidden;
background: url(切换背景按钮图标) no-repeat 0px 0px;
transition: none;
border-top-right-radius: 5px;
}
.q_qiehuan_menu h2 {
position: relative;
height: 54px;
margin: 0px;
padding: 0px 15px;
line-height: 54px;
font-size: 16px;
font-weight: bold;
color: #333;
border-bottom: 1px solid #EFEFEF;
background: #FAFAFA url(弹出背景框“换个心情”图片) no-repeat 15px center;
}
.q_qiehuan_menu span {
width: 98px;
height: 70px;
border: 2px solid #fff;
margin-left: 15px;
float: left;
margin-bottom: 15px;
cursor: pointer;
position: relative;
}
.q_qiehuan_menu span:hover {
width: 98px;
height: 70px;
border: 2px solid #2d92dd;
margn-left: 15px;
float: left;
margin-biottom: 15px;
cursor: pointer;
position: relative;
}
.q_qiehuan_menu {
left: 30%;
width: 600px;
height: auto;
border: 1px solid #BCBCBC;
background: #FFF;
box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
position: absolute;
z-index: 5200;
}
.q_qiehuan_menu span:hover em{
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 98px;
height: 24px;
line-height: 24px;
text-align: center;
font-size: 12px;
color: white;
background-color: rgba(0,0,0,0.5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#80000000');
}
.q_qiehuan_menu span em {
display: none;
}
.Sunset_glow{background: url(背景1) no-repeat fixed center top #0D1722;background-size: cover;}
.Snow{background: url(背景2) no-repeat fixed center top #282062;}
.NewYear{background: url(背景3) no-repeat fixed center top #b3282f;background-size: cover;}
.London{background: url(背景4) no-repeat fixed center top #2A333B;background-size: cover;}
.Flowers{background: url(背景5) no-repeat fixed center top #F5F3F0;}
.Wizard{background: url(背景6) no-repeat fixed center top #5D974D;}
.California{background: url(背景7) repeat-x fixed center bottom transparent;}
.Cloud{background: url(背景8) repeat-x bottom fixed;}
.Sky{background: #0d1722 url(背景9) no-repeat center top fixed;}
.Lavender{background: url(背景10) no-repeat fixed center top #FFF;}
.City{background: url(背景11) repeat-x fixed center top transparent !important;}
.Black{background: url(背景12) repeat fixed 0px 0px #313131;}
.Beige{background: url(背景13) repeat fixed 0px 0px #F7F7DF;}
.Dragon{background: url(背景14) repeat fixed center top #060404;}
.minecraf{background: url(背景15) no-repeat fixed center top #0D1722;background-size: cover;}
.dialog-title {margin-bottom: -30px;position: relative;height: 30px;cursor: move;}
.q_qiehuan_menu a.dialog-handle {
float: right;
margin-right: 15px;
margin-top: 19px;
width: 16px;
height: 16px;
display: inline-block;
overflow: hidden;
background: url(关闭按钮);
background-repeat: no-repeat;
}
.q_qiehuan_menu a.dialog-handle:hover {
background-position: 0px -16px;
}
.animate-layer {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
z-index: -1;
}
.animate-layer:before{
display:none;
}
.animate-layer:after{
display:none;
}
.a-bird{
z-index:-1;
position:absolute;
width:120px;
height:90px;
background-image:url(大雁);
background-repeat:no-repeat;
-webkit-animation:fly 1s linear infinite,forward 30s linear infinite;
-moz-animation:fly 1s linear infinite,forward 30s linear infinite;
-ms-animation:fly 1s linear infinite,forward 30s linear infinite;
}
.a-bird-01{
top:320px;
left:-3%;
background-position:0 -540px;
-webkit-transform:scale(0.8);
-moz-transform:scale(0.8);
-ms-transform:scale(0.8);
-webkit-animation-delay:-0.67s,-26.077s;
-moz-animation-delay:-0.67s,-26.077s;
-ms-animation-delay:-0.67s,-26.077s;
zoom:0.8\9;
}
.a-bird-02{
top:240px;
left:4%;
background-position:0 -360px;
-webkit-transform:scale(0.6);
-moz-transform:scale(0.6);
-ms-transform:scale(0.6);
-webkit-animation-delay:-0.45s,-24.462s;
-moz-animation-delay:-0.45s,-24.462s;
-ms-animation-delay:-0.45s,-24.462s;
zoom:0.6\9;
}
.a-bird-03{
top:280px;
left:12%;
-webkit-transform:scale(0.7);
-moz-transform:scale(0.7);
-ms-transform:scale(0.7);
-webkit-animation-delay:0s,-22.615s;
-moz-animation-delay:0s,-22.615s;
-ms-animation-delay:0s,-22.615s;
zoom:0.7\9;
}
.a-bird-04{
top:300px;
left:85%;
background-position:0 -630px;
-webkit-transform:scale(0.8);
-moz-transform:scale(0.8);
-ms-transform:scale(0.8);
-webkit-animation-delay:-0.78s,-5.769s;
-moz-animation-delay:-0.78s,-5.769s;
-ms-animation-delay:-0.78s,-5.769s;
zoom:0.8\9;
}
.a-bird-05{
top:260px;
left:93%;
background-position:0 -270px;
-webkit-transform:scale(0.7);
-moz-transform:scale(0.7);
-ms-transform:scale(0.7);
-webkit-animation-delay:-0.34s,-3.923s;
-moz-animation-delay:-0.34s,-3.923s;
-ms-animation-delay:-0.34s,-3.923s;
zoom:0.7\9;
}
.a-bird-06{
top:220px;
left:79%;
background-position:0 -450px;
-webkit-transform:scale(0.6);
-moz-transform:scale(0.6);
-ms-transform:scale(0.6);
-webkit-animation-delay:-0.56s,-7.154s;
-moz-animation-delay:-0.56s,-7.154s;
-ms-animation-delay:-0.56s,-7.154s;
zoom:0.6\9;
}
@-webkit-keyframes fly{
0%{
background-position:0 0;
}
11.1%{
background-position:0 0;
}
11.11%{
background-position:0 -90px;
}
22.21%{
background-position:0 -90px;
}
22.22%{
background-position:0 -180px;
}
33.32%{
background-position:0 -180px;
}
33.33%{
background-position:0 -270px;
}
44.43%{
background-position:0 -270px;
}
44.44%{
background-position:0 -360px;
}
55.54%{
background-position:0 -360px;
}
55.55%{
background-position:0 -450px;
}
66.65%{
background-position:0 -450px;
}
66.66%{
background-position:0 -540px;
}
77.76%{
background-position:0 -540px;
}
77.77%{
background-position:0 -630px;
}
88.87%{
background-position:0 -630px;
}
88.88%{
background-position:0 -720px;
}
99.98%{
background-position:0 -720px;
}
100%{
background-position:0 0;
}
}
@-moz-keyframes fly{
0%{
background-position:0 0;
}
11.1%{
background-position:0 0;
}
11.11%{
background-position:0 -90px;
}
22.21%{
background-position:0 -90px;
}
22.22%{
background-position:0 -180px;
}
33.32%{
background-position:0 -180px;
}
33.33%{
background-position:0 -270px;
}
44.43%{
background-position:0 -270px;
}
44.44%{
background-position:0 -360px;
}
55.54%{
background-position:0 -360px;
}
55.55%{
background-position:0 -450px;
}
66.65%{
background-position:0 -450px;
}
66.66%{
background-position:0 -540px;
}
77.76%{
background-position:0 -540px;
}
77.77%{
background-position:0 -630px;
}
88.87%{
background-position:0 -630px;
}
88.88%{
background-position:0 -720px;
}
99.98%{
background-position:0 -720px;
}
100%{
background-position:0 0;
}
}
@-ms-keyframes fly{
0%{
background-position:0 0;
}
11.1%{
background-position:0 0;
}
11.11%{
background-position:0 -90px;
}
22.21%{
background-position:0 -90px;
}
22.22%{
background-position:0 -180px;
}
33.32%{
background-position:0 -180px;
}
33.33%{
background-position:0 -270px;
}
44.43%{
background-position:0 -270px;
}
44.44%{
background-position:0 -360px;
}
55.54%{
background-position:0 -360px;
}
55.55%{
background-position:0 -450px;
}
66.65%{
background-position:0 -450px;
}
66.66%{
background-position:0 -540px;
}
77.76%{
background-position:0 -540px;
}
77.77%{
background-position:0 -630px;
}
88.87%{
background-position:0 -630px;
}
88.88%{
background-position:0 -720px;
}
99.98%{
background-position:0 -720px;
}
100%{
background-position:0 0;
}
}
@-webkit-keyframes forward{
0%{
left:110%;
}
100%{
left:-20%;
}
}
@-moz-keyframes forward{
0%{
left:110%;
}
100%{
left:-20%;
}
}
@-ms-keyframes forward{
0%{
left:110%;
}
100%{
left:-20%;
}
}
複製代碼
5、在第三方放入代码
<script type="text/javascript" src="templates/default/set_body.htm"></script>
複製代碼
6、在其他头部放入代码
<script src="http://icode.258club.com/templates/colors/jquery_331.htm"></script>
<script src="http://icode.258club.com/templates/colors/d_move.htm"></script>
複製代碼
注:已经安装了jq库的请忽略第6步。
圖片附件:
1.gif
(2019-8-14 20:03, 1.93 MB) / 下載次數 2874
http://sclub.com.tw/discuz/attachment.php?aid=79864&k=c9ec1906c5cf36cb6b1dfa64c2d2572e&t=1732247872&sid=7N6A4F
作者:
无界
時間:
2019-8-14 20:50
图片素材在这里
圖片附件:
1811010031a4332aa193605b8b.gif
(2019-8-14 20:51, 315 Bytes) / 下載次數 2925
http://sclub.com.tw/discuz/attachment.php?aid=79865&k=48350850b1a6eeffba121374516643d5&t=1732247872&sid=7N6A4F
圖片附件:
1811010031d16e7d39c678dbe3.jpg
(2019-8-14 20:51, 156.42 KB) / 下載次數 2994
http://sclub.com.tw/discuz/attachment.php?aid=79866&k=0618639ecd437285840be7d45d23544c&t=1732247872&sid=7N6A4F
圖片附件:
1811010031ddac54b3f212e16c.jpg
(2019-8-14 20:51, 29.32 KB) / 下載次數 2866
http://sclub.com.tw/discuz/attachment.php?aid=79867&k=5ce9be9cccbf143b85ecaee116694a2c&t=1732247872&sid=7N6A4F
圖片附件:
1811010553b0c641ce5d1cb93e.png
(2019-8-14 20:51, 2.7 KB) / 下載次數 2867
http://sclub.com.tw/discuz/attachment.php?aid=79868&k=c36a3c296b86e065a63f3966be9a41f3&t=1732247872&sid=7N6A4F
圖片附件:
1811010553d2efedf7392233d3.png
(2019-8-14 20:51, 12.24 KB) / 下載次數 2898
http://sclub.com.tw/discuz/attachment.php?aid=79869&k=e3fc8c30af56740e368f5e5329f2bf34&t=1732247872&sid=7N6A4F
圖片附件:
1811010553d239cc7b359caa21.png
(2019-8-14 20:51, 11.42 KB) / 下載次數 2909
http://sclub.com.tw/discuz/attachment.php?aid=79870&k=ede0dad73d3311991b2feb88fc0dbc07&t=1732247872&sid=7N6A4F
圖片附件:
1811010553e5c2721050d5dd47.png
(2019-8-14 20:51, 7.32 KB) / 下載次數 2849
http://sclub.com.tw/discuz/attachment.php?aid=79871&k=a888bad4d58899af5637b90c3ade75c2&t=1732247872&sid=7N6A4F
圖片附件:
1811010553e6d10ad40e2b947d.png
(2019-8-14 20:51, 16.12 KB) / 下載次數 2965
http://sclub.com.tw/discuz/attachment.php?aid=79872&k=41ee048ca9168c1b050b685adafd9637&t=1732247872&sid=7N6A4F
圖片附件:
1811010553ea7ca5c7d4b79702.png
(2019-8-14 20:51, 4.17 KB) / 下載次數 2927
http://sclub.com.tw/discuz/attachment.php?aid=79873&k=e7dcc09f23be130aaf7d744137429dce&t=1732247872&sid=7N6A4F
圖片附件:
1811010553f8b8612b6812adda.png
(2019-8-14 20:51, 14.61 KB) / 下載次數 2935
http://sclub.com.tw/discuz/attachment.php?aid=79874&k=538d26ee02eadfabe3c7efa6265c5a85&t=1732247872&sid=7N6A4F
圖片附件:
18110100312eb9c5086b8b5d4f.jpg
(2019-8-14 20:51, 194.36 KB) / 下載次數 2989
http://sclub.com.tw/discuz/attachment.php?aid=79875&k=a97d85352b94737807e2000a8fca43e4&t=1732247872&sid=7N6A4F
圖片附件:
18110100317ec8bd8e06bbd48a.jpg
(2019-8-14 20:51, 163.58 KB) / 下載次數 2885
http://sclub.com.tw/discuz/attachment.php?aid=79876&k=dd7f7b66eef881a713d8861dad079ab6&t=1732247872&sid=7N6A4F
圖片附件:
18110105530ebcb425a7abed72.png
(2019-8-14 20:51, 7.56 KB) / 下載次數 2814
http://sclub.com.tw/discuz/attachment.php?aid=79877&k=e075a479df927216bd96ec1ec1231425&t=1732247872&sid=7N6A4F
圖片附件:
18110105535c1710e35f5aaeef.png
(2019-8-14 20:51, 15.61 KB) / 下載次數 2830
http://sclub.com.tw/discuz/attachment.php?aid=79878&k=4db251586f9f35b946ce1babb6a6e951&t=1732247872&sid=7N6A4F
圖片附件:
18110105539c9c0f6605429ca1.png
(2019-8-14 20:51, 5.06 KB) / 下載次數 2877
http://sclub.com.tw/discuz/attachment.php?aid=79879&k=a072bc28db1a92f6da69c61e773c3144&t=1732247872&sid=7N6A4F
圖片附件:
18110923184cf6050d328d6433.gif
(2019-8-14 20:51, 435 Bytes) / 下載次數 2766
http://sclub.com.tw/discuz/attachment.php?aid=79880&k=9382b094394709b32e9d41120ec64e72&t=1732247872&sid=7N6A4F
圖片附件:
181101003171d4d9532ac1849f.png
(2019-8-14 20:51, 110.64 KB) / 下載次數 2900
http://sclub.com.tw/discuz/attachment.php?aid=79881&k=85f4e271a430b9b17b46d6f2d0fbcfd9&t=1732247872&sid=7N6A4F
圖片附件:
181101003173fcabf5ff507a14.jpg
(2019-8-14 20:51, 165.12 KB) / 下載次數 2818
http://sclub.com.tw/discuz/attachment.php?aid=79882&k=b41ec460f32e2d1bf63bd46d49bc432b&t=1732247872&sid=7N6A4F
圖片附件:
181101003175d5003daaf6f4df.jpg
(2019-8-14 20:51, 248.57 KB) / 下載次數 2876
http://sclub.com.tw/discuz/attachment.php?aid=79883&k=f36fef5ea7ea304b70341732d2f2f2f4&t=1732247872&sid=7N6A4F
圖片附件:
181101003194cace8fb80bf9df.png
(2019-8-14 20:51, 39.79 KB) / 下載次數 2878
http://sclub.com.tw/discuz/attachment.php?aid=79884&k=6b3f72b553de9f579618b896367c4045&t=1732247872&sid=7N6A4F
圖片附件:
181101055307feebc728cec6d6.gif
(2019-8-14 20:51, 75 Bytes) / 下載次數 2786
http://sclub.com.tw/discuz/attachment.php?aid=79885&k=dcdb2f5e8f39c7d13ca9c6d21e007bb6&t=1732247872&sid=7N6A4F
圖片附件:
181101055361ac03ba11f37883.png
(2019-8-14 20:51, 5.31 KB) / 下載次數 2821
http://sclub.com.tw/discuz/attachment.php?aid=79886&k=783899222e123f83f143e62699357143&t=1732247872&sid=7N6A4F
圖片附件:
1811010031079fe6222cbeeaa0.jpg
(2019-8-14 20:51, 156.86 KB) / 下載次數 2816
http://sclub.com.tw/discuz/attachment.php?aid=79887&k=8c9312271ba4ef5e1893b5153e7fd1cc&t=1732247872&sid=7N6A4F
圖片附件:
1811010031532d6d7d3e39a94c.png
(2019-8-14 20:51, 21.31 KB) / 下載次數 2784
http://sclub.com.tw/discuz/attachment.php?aid=79888&k=d23df1956210c61957d334be5ed02df3&t=1732247872&sid=7N6A4F
圖片附件:
1811010553208b55521b737c04.png
(2019-8-14 20:51, 12.12 KB) / 下載次數 2863
http://sclub.com.tw/discuz/attachment.php?aid=79889&k=351fe5f80c93bec4b83a419ec7f5d595&t=1732247872&sid=7N6A4F
圖片附件:
1811010553380e383dc4786b5d.png
(2019-8-14 20:51, 14.59 KB) / 下載次數 2777
http://sclub.com.tw/discuz/attachment.php?aid=79890&k=c29d0dd6f1bc0473fe70d411b89675ad&t=1732247872&sid=7N6A4F
圖片附件:
1811010553962b04d066576c0f.png
(2019-8-14 20:51, 15.38 KB) / 下載次數 2825
http://sclub.com.tw/discuz/attachment.php?aid=79891&k=59e8d378509ec924e20620a8a2768fce&t=1732247872&sid=7N6A4F
圖片附件:
18110100310038b86eeb7e6fd7.jpg
(2019-8-14 20:51, 271.83 KB) / 下載次數 2775
http://sclub.com.tw/discuz/attachment.php?aid=79892&k=889f11b391e37ef67110854286c825e6&t=1732247872&sid=7N6A4F
圖片附件:
18110100310235f53cc03de181.jpg
(2019-8-14 20:51, 172.12 KB) / 下載次數 2887
http://sclub.com.tw/discuz/attachment.php?aid=79893&k=9729626583c8e47235f2ea5935a9209e&t=1732247872&sid=7N6A4F
圖片附件:
18110105530767f15cb0366e85.png
(2019-8-14 20:51, 4.5 KB) / 下載次數 2796
http://sclub.com.tw/discuz/attachment.php?aid=79894&k=d1d541269307a6827b41f0d9fd5233c5&t=1732247872&sid=7N6A4F
圖片附件:
181101003738162aa928f7fec2.jpg
(2019-8-14 20:51, 163.49 KB) / 下載次數 2852
http://sclub.com.tw/discuz/attachment.php?aid=79895&k=c162d82c1eb35db8235ec8695313f355&t=1732247872&sid=7N6A4F
圖片附件:
1811010553518160d4212e86ea.png
(2019-8-14 20:51, 10.19 KB) / 下載次數 2907
http://sclub.com.tw/discuz/attachment.php?aid=79896&k=f7bc051f892ac9783348bc2cf36aa868&t=1732247872&sid=7N6A4F
作者:
無名.
時間:
2019-8-14 21:22
沙发
支持一下
作者:
4rphotoclub
時間:
2019-8-15 01:13
支持一定支持~
作者:
网雨霏霏
時間:
2019-8-15 11:14
支持。非常感谢楼主的无私分享
作者:
beatpop
時間:
2019-8-17 08:52
回復
2#
无界
我按照你的方法去做,发现这个切换图标位置有问题。
跑到挡住了登陆位置,
下載
(164.77 KB)
2019-8-17 08:52
圖片附件:
12.png
(2019-8-17 08:52, 164.77 KB) / 下載次數 2878
http://sclub.com.tw/discuz/attachment.php?aid=79901&k=607e0683d1e020d08dd962692d4be97d&t=1732247872&sid=7N6A4F
作者:
BoneI
時間:
2019-8-17 22:37
你还在啊 给个群号? 我加一下
作者:
macheng
時間:
2019-8-22 16:55
回復
5#
网雨霏霏
拉我进一下无界的微信群
作者:
网雨霏霏
時間:
2019-8-23 07:31
本帖最後由 网雨霏霏 於 2019-8-23 07:33 編輯
回復
8#
macheng
你直接联系他吧。我讨厌用微信【因为不喜欢它的东家】,故此没有加群
况且,我俩并不是微信好友,根本无从下手。
作者:
无界
時間:
2019-8-23 10:12
回復
8#
macheng
下載
(104.95 KB)
2019-8-23 10:11
圖片附件:
20190823100608.jpg
(2019-8-23 10:11, 104.95 KB) / 下載次數 2713
http://sclub.com.tw/discuz/attachment.php?aid=79939&k=8564daebf1c5bf03c0c3aed9c47ead70&t=1732247872&sid=7N6A4F
歡迎光臨 SCLUB免費論壇申請-使用者論壇 (http://sclub.com.tw/discuz/)
Powered by Discuz! 7.2