×

注意!页面内容来自https://www.52wower.com/,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

 魔兽世界 - 086wow魔兽世界爱好者家园论坛 - Powered by Discuz!
<> .picdz { width: 1200px; margin: 10px auto; overflow: auto; display: flex; justify-content: space-between; }
登录 后使用快捷导航
没有账号?立即注册

 找回密码
 立即注册
<> .pulse { animation: pulse 0.5s infinite; } @keyframes pulse { 0% { transform: translateY(0px); color:red; } 50% { transform: translateY(-2px); color:yellow; } 100% { transform: translateY(0px); color: red; } }
<> .gamelist2 { margin-top: 5px; overflow: hidden; } .gamelist2 table { width: 100%; } .gamelist2 table tr td:nth-child(1) { width: 100px; } .gamelist2 table tr td:nth-child(2), .gamelist2 table tr td:nth-child(3) { width: 50px; } .gamelist2 table tr td:nth-child(4) { width: 100px; } .gamelist2 table tr td:nth-child(5) { width: 900px; } .gamelist2 thead tr td { border: #ff6666 2px solid; background: url(source/plugin/ue_gamelist/static/img/dh_bg.jpg) repeat-x; color: #FFFFFF; height: 25px; line-height: 25px; text-align: center; cursor: pointer; user-select: none; } .gamelist2 tbody tr td { line-height: 18px; height: 18px; max-height: 18px; border: #ff6666 2px solid; color: #000; font-size: 14px; cursor: pointer; padding: 5px 0px 5px 3px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .gamelist2 tbody .topgamelist:hover { background: #ee82ee !important; } .gamecenter { text-align: center; padding: 0 !important; } .gametitle { font-weight: bold; } .loadmoregame { margin: 10px auto 5px auto; width: fit-content; cursor: pointer; user-select: none; } .game-leftimg { display: inline-block; width: 15px; height: 15px; margin-right: 2px; position: relative; top: 3px; } .game-hot-icon2 { background: url("source/plugin/ue_gamelist/static/img/niu.gif"); } .game-niu-icon { background: url("source/plugin/ue_gamelist/static/img/niu.gif"); } .game-new-icon3 { background: url("source/plugin/nciaer_top/r.gif"); height: 15px; width: 54px; display: inline-block; position: relative; top: 3px; } .game-freenew-icon { background: url("source/plugin/ue_gamelist/static/img/top.gif"); height: 15px; width: 21px; display: inline-block; position: relative; top: 3px; } .game-btnlist { display: flex; justify-content: space-between; margin-bottom: 10px; } .game-btnlist a{ display: inline-block; max-width: 50%; overflow: hidden; } .game-hot-btn { width: 80px; } body { background-attachment: fixed; } .blink { background: linear-gradient(90deg,white,yellow,#000,blue,black); background-size: 200% auto; color: transparent; -webkit-background-clip: text; animation: rainbow 1s linear infinite; } @keyframes rainbow { to { background-position: 200% center; } } <> /* 1. 闪动闪烁 flash-text */ @keyframes flash { 0%100% { opacity: 1; } 50% { opacity: 0.2; } } .flash-text { animation: flash 0.6s infinite; color: #f53f3f; } /* 2. 放大缩放 scale-text */ @keyframes scale { 0%,100% { transform: scale(1); } 50% { transform: scale(1.2); } } .scale-text { animation: scale 0.4s ease infinite alternate; color: #1677ff; } /* 3. 上下跳动 jump-text */ @keyframes jump { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } } .jump-text { animation: jump 0.3s ease infinite; color: #00b42a; } /* 4. 左右摇摆 swing-text */ @keyframes swing { 0% { transform: rotate(-6deg); } 100% { transform: rotate(6deg); } } .swing-text { animation: swing 0.2s infinite alternate; color: #722ed1; } /* 5. 流光发光 glow-text */ @keyframes glow { 0% { text-shadow: 0 0 2px #fff,0 0 4px #ff2d55; } 50% { text-shadow: 0 0 6px #fff,0 0 12px #ff2d55,0 0 18px #ff2d55; } 100% { text-shadow: 0 0 2px #fff,0 0 4px #ff2d55; } } .glow-text { animation: glow 1s infinite; color: #ff2d55; } /* 6. 循环渐变变色 color-loop */ @keyframes colorLoop { 0% { color: #ff4444; } 25% { color: #ffbb00; } 50% { color: #00c6ff; } 75% { color: #9b59b6; } 100% { color: #ff4444; } } .color-loop { animation: colorLoop 2s infinite linear; font-weight: bold; } /* 7. 抖动震动 shake-text */ @keyframes shake { 0%,100% { transform: translateX(0); } 20% { transform: translateX(-3px); } 40% { transform: translateX(3px); } 60% { transform: translateX(-2px); } 80% { transform: translateX(2px); } } .shake-text { animation: shake 0.2s infinite; color: #c41d7f; } /* 8. 滑动下划线循环 */ @keyframes lineMove { 0% { width: 0; left: 0; } 50% { width: 100%; left: 0; } 100% { width: 0; left: 100%; } } .line-text { position: relative; } .line-text::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: #ff7d00; animation: lineMove 2s infinite linear; } /* 流光扫过 class:light-sweep */ .light-sweep { color: #222; } .light-sweep::after { content: ""; position: absolute; top: 0; left: -120%; width: 100%; height: 100%; background: linear-gradient(90degtransparent 0%rgba(255,255,255,0.8) 50%transparent 100%); animation: sweep 2.5s infinite linear; } /* 彩色流光版本 color-light-sweep */ .color-light-sweep { color: #333; } .color-light-sweep::after { content: ""; position: absolute; top: 0; left: -120%; width: 100%; height: 100%; background: linear-gradient(90degtransparent#409eff#ff7d00transparent); animation: sweep 3s infinite linear; } /* 流光移动动画 */ @keyframes sweep { 0% { left: -120%; } 100% { left: 120%; } } /* 动态高亮td */ .append { background: linear-gradient(90deg,#fff7d9,#ffeeb3,#fff7d9); background-size: 200% 100%; animation: shine 2s infinite linear; } @keyframes shine { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
服务器名称 版本 类型 玩家QQ群 友情提示:百度/bing/360 有关键词首页排名!抖音/贴吧/多渠道 日发引流广告上万条!本站流量真实有效,所有渠道公开可查
{{item['title']}} {{item['version']}} {{item['type']}} {{item['qq']}} {{item['msg']}}
<> .ue_ad { width:1200px; overflow: hidden; margin:5px auto 0; margin-bottom: -5px; } .ue_ad_1 {height: 90px;} .ue_ad_1_a { width:236px; height: 90px; overflow: hidden; background: #eee; margin:0 5px 5px 0; float: left; } .ue_ad_1_a img { width:236px; height: 90px; } <> .ue_ad { width:1200px; overflow: hidden; margin:5px auto 0; margin-bottom: -5px; } .ue_ad_1 {height: 90px;} .ue_ad_1_a { width:236px; height: 90px; overflow: hidden; background: #eee; margin:0 5px 5px 0; float: left; } .ue_ad_1_a img { width:236px; height: 90px; }
>
>
>
<> .gamelist { margin-top: 5px; } .gamelist table { width: 100%; } .gamelist table tr td:nth-child(1) { width: 12%; max-width: 144px; } .gamelist table tr td:nth-child(2),.gamelist table tr td:nth-child(3) { width: 5%; max-width: 59px; } .gamelist table tr td:nth-child(4) { width: 8%; max-width: 95px; } .gamelist table tr td:nth-child(5) { width: 54%; max-width: 650px; } .gamelist table tr td:nth-child(6){ width: 6%; max-width: 70px; } .gamelist table tr td:nth-child(7) { width: 10%; max-width: 118px; } .gamelist thead tr td { border: #ff6666 1px solid; background: url(source/plugin/ue_gamelist/static/img/dh_bg.jpg) repeat-x; color: #FFFFFF; height: 25px; line-height: 25px; text-align: center; cursor: pointer; user-select: none; } .gamelist tbody tr td { line-height: 15px; height: 15px; max-height: 15px; border: #ff6666 1px solid; color: #000; font-size: 12px; cursor: pointer; padding: 5px 0px 5px 3px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .gamelist tbody .topgamelist:hover { background: #ee82ee !important; } .gamelist tbody .freegamelist:hover { background: #32cd32 !important; } .gamecenter { text-align: center; padding: 0 !important; } .gametitle { font-weight: bold; } .loadmoregame { margin: 10px auto 5px auto; width: fit-content; cursor: pointer; user-select: none; } .game-leftimg { display: inline-block; width: 15px; height: 15px; margin-right: 2px; position: relative; top: 3px; } .game-hot-icon { background: url("source/plugin/ue_gamelist/static/img/hot.gif"); } .game-niu-icon { background: url("source/plugin/ue_gamelist/static/img/yes.gif"); } .game-new-icon { background: url("source/plugin/ue_gamelist/static/img/new1.gif") no-repeat; height: 15px; width: 54px; display: inline-block; position: relative; top: 3px; } .game-freenew-icon { background: url("source/plugin/ue_gamelist/static/img/top.gif"); height: 15px; width: 21px; display: inline-block; position: relative; top: 3px; } .game-btnlist { display: flex; justify-content: space-between; margin-bottom: 10px; } .game-btnlist a{ display: inline-block; max-width: 50%; overflow: hidden; } .game-hot-btn { width: 80px; } .bg0 { background: #99FF55 !important; } .bg10 { background: #99FFFF !important; } .bg20 { background: #66FF99 !important; } .bg30 { background: #FFFF99 !important; } .bg40 { background: #FFFFCC !important; }
服务器名称 版本 类型 玩家QQ群 友情提示:本站 百度/bing/360首页都有关键词,抖音日发几千条广告引流!数据真实,肉眼可查! 热度指数 点赞加热
{{item['name']}} {{item['version']}} {{item['type']}} {{item['qqgroup']}} {{item['description']}} {{item['hot']}} ...
{{item['name']}} {{item['version']}} {{item['type']}} {{item['qqgroup']}} {{item['description']}} {{item['hot']}} ...
加载更多
加载中...
<> .coupletad { position: fixed; top: 10px; width: 200px; height: 280px; background: #CECECE; z-index: 1000; display: none; } .coupletad1 { top: 310px; } .coupletad2 { top: 610px; } .coupletad-close { position: absolute; right: 0; top: 0; } .live-enter-btn { margin: 0 20px; position: absolute; left: 5px; bottom: 120px; display: inline-flex; align-items: center; gap: 10px; padding: 10px; border: none; border-radius: 999px; /* 初始背景色(红色,对应动画起始) */ background: #ff0000; color: #fff; font-size: 16px; font-weight: 600; cursor: pointer; overflow: hidden; /* 保留呼吸灯阴影动画 + 新增纯色直接切换动画(使用steps实现无过渡) */ animation: breathe 2s ease-in-out infinite bgSwitch 0.3s steps(1end) infinite; /* steps(1) 取消过渡,实现直接切换 */ transition: transform 0.3s ease; } .live-enter-btn:hover { transform: scale(1.05); /* 悬停时也保持纯色切换动画,颜色稍加深 */ animation: breathe 2s ease-in-out infinite bgSwitchHover 3s steps(1end) infinite; } /* 抖音风格三条竖线图标(核心修改部分) */ .live-icon { display: inline-flex; align-items: flex-end; gap: 2px; /* 三条竖线之间的间距 */ height: 14px; /* 图标整体高度 */ } /* 单个竖线样式,统一基础属性 */ .live-icon .line { width: 2px; /* 竖线宽度 */ border-radius: 1px; /* 竖线两端圆角,更柔和 */ background: #fff; animation: lineWave 1.5s ease-in-out infinite; /* 波浪动画 */ } /* 三条竖线分别设置高度和动画延迟,实现高低不平+错落动画 */ .live-icon .line1 { height: 8px; /* 最矮的线 */ animation-delay: 0s; } .live-icon .line2 { height: 14px; /* 最高的线 */ animation-delay: 0.2s; /* 延迟动画,错落有致 */ } .live-icon .line3 { height: 10px; /* 中间高度的线 */ animation-delay: 0.4s; /* 延迟动画,错落有致 */ } /* 核心修改:红绿蓝纯色直接切换动画(无过渡) */ @keyframes bgSwitch { 0% { background: #ff0000; /* 红 */ box-shadow: 0 0 12px rgba(255000.6); /* 对应颜色阴影 */ } 33.33% { background: #00ff00; /* 绿 */ box-shadow: 0 0 12px rgba(025500.6); } 66.66% { background: #0000ff; /* 蓝 */ box-shadow: 0 0 12px rgba(002550.6); } 100% { background: #ff0000; /* 回到红色,循环 */ box-shadow: 0 0 12px rgba(255000.6); } } /* 呼吸灯动画(按钮整体发光) */ @keyframes breathe { 0%100% { box-shadow: 0 0 12px rgba(25539850.4); } 50% { box-shadow: 0 0 20px rgba(25539850.7); } } /* 三条竖线的波浪起伏动画(核心动画) */ @keyframes lineWave { 0%100% { height: inherit; /* 回到初始高度 */ opacity: 1; } 50% { height: 4px; /* 动画中点统一变矮,形成起伏感 */ opacity: 0.7; } }
< id="diy_" type="text/css">
订阅

魔兽世界公益服 今日: 173 |主题: 321941|排名: 1 

发布帖子注意事项:
一、发布标题格式
实例:【版本号】【类型】【服务器名字】【广告语】
1、【版本号】:【243】/【335】/【434】/【548】
2、【类型】:【仿官】/【微变】/【中变】/【超变】
3、【服务器名字】:要宣传的服务器名字
4、【广告语】:【欢迎体验怀旧经典】
友情提醒:禁止任何行为的脚本发帖,一经发现删帖+封号【若有误封请联系站长申请补偿】
让真实玩家的推广更加有意义!~

子版块

版本买/卖及其他需求

版本买/卖及其他需求

版本买/卖/租赁,技术支持等供需信息展示!

10 / 10
作者 回复/查看 最后发表
封神魔兽 New sqjian 1 分钟前 01 sqjian 1 分钟前
CTM大灾变—4.34仿官公益—5倍经验—多专—职业平衡—不BT无魔改 New qaz64316101 2 分钟前 01 qaz64316101 2 分钟前
██████335达拉然无CD微变单刷██████ 【简单易懂耐玩不花哨,职业平衡】 New yys001 3 分钟前 01 yys001 3 分钟前
装备铭刻随机化,每件都是惊喜 新人帖 New icun955 4 分钟前 01 icun955 4 分钟前
【无天魔兽 独家自制无CD 0.01】4 New yzfyking 5 分钟前 02 yzfyking 5 分钟前
玛法大陆60无CD全新版本制作(测试中) New dzqwer 5 分钟前 01 dzqwer 5 分钟前
★〓█★ 暗夜传说 ★超级佣兵★ 独家特色★ 暑期狂欢 ★█〓★ New 690063299 6 分钟前 01 690063299 6 分钟前
335--休闲魔兽 今日新开 New yangenda 8 分钟前 02 yangenda 8 分钟前
《《战神魔兽》》3.35特色微变 今日开服 ★★独家版本+特色功能+心血打造★★ ★★今 New xialala 9 分钟前 02 xialala 9 分钟前
魔兽 New juhaoqweqwe 11 分钟前 02 juhaoqweqwe 11 分钟前
『多情天命7月31日13:00强势来袭』『自动刷新』『多大陆』『切割服』『轻变-中变-超变 New zaza11 11 分钟前 04 zaza11 11 分钟前
⚡ 7月31日 暗黑雷霆魔兽 · 第八季 ⚡ 独家自制 | 市面仅此一家 | GM长期稳定更新 New song 14 分钟前 04 song 14 分钟前
征途魔兽 1.18.1 乌龟特色人气大服|经典 60 级全新改版 New qwliwm 22 分钟前 03 qwliwm 22 分钟前
▁▂▃▄新开335移动施法畅玩无阻,0.5 秒公共CD,施法速度减少70%▄▃▂▁ New 300888 24 分钟前 02 300888 24 分钟前
335 80版本无CD 多目标 New hc123123 25 分钟前 02 hc123123 25 分钟前
◎☆征战魔兽*335*无CD*微变单刷*移动施法*无消耗*☆◎ New cxy1989213 半小时前 03 cxy1989213 半小时前
▂▃▅▆██今日新开★牛马阿拉德★全新巨作██▆▅adsdsaa New 13141314qwe 半小时前 03 13141314qwe 半小时前
335 老鸽子 独家探索pro S3天堂陨落 New 真三无双 半小时前 03 真三无双 半小时前
█████飞升之巅-首区(飞升计划52区原版复刻),Q群826925181,绝对好玩████ New qianyi 半小时前 03 qianyi 半小时前
洛丹伦 70级 T4套装拍卖中 New cooper1 半小时前 03 cooper1 半小时前
战歌时运3.35】【最新重制版】【变态变态非常变态上线送刷新】 ★ 解放双手 物品自动 New qwl2222cs 半小时前 05 qwl2222cs 半小时前
【刚开一秒】水色魔兽12.0 “幽暗之夜” 全球首发 · 真正的高版本王者归来! New qq8520 半小时前 03 qq8520 半小时前
【新服刚开】〓〓急速、送材料、送抽奖 《鱼人传说-重制版》正式开放、〓〓 New fd139456 半小时前 02 fd139456 半小时前
335--无双魔兽公益服[ New ffddc 半小时前 02 ffddc 半小时前
335--无双魔兽公益服[ New ffddd 半小时前 02 ffddd 半小时前
『翅膀』:最新职业专属翅膀超高减伤防御 New w0001 半小时前 02 w0001 半小时前
〓〓〓解放双手的梦幻、全新版本的梦幻〓〓〓 New q471021083 半小时前 02 q471021083 半小时前
最新魔兽熊猫人5.48 微变任务服。 New wow02 半小时前 03 wow02 半小时前
▂▃▄▅▆▆▆ 今日开服▲酒仙魔兽▲▼第十一赛季▲▼长期耐玩 ▆▆▆▅▃▂ New qunideba 半小时前 02 qunideba 半小时前
大道三千:本服长久耐玩,不是快餐服!!!拒绝市面上割韭菜服!!! New jianghuio112 1 小时前 03 jianghuio112 1 小时前
下一页 »

    小黑屋|魔兽世界 - 086wow魔兽世界爱好者家园论坛 |网站地图

    GMT+82026-7-31 13:00 Processed in 0.082900 second(s)30 queries .

    Powered by Discuz! X3.5

    © 2001-2026 Discuz! Team.

    <> .wp { } #toptb { display:none; }
    <> #chart {display:none;}