免費論壇 繁體 | 簡體
Sclub交友聊天~加入聊天室當版主
分享
Board logo

標題: [版型教學] OOCN-主题列表页-仿威风网翻页圆头化 [打印本頁]

作者: 哥哥    時間: 2017-10-7 10:46     標題: OOCN-主题列表页-仿威风网翻页圆头化

11.png
2017-10-7 10:45


打开:css_common.htm

找到:
  1. .pages a, .pages strong, .pageback a { float: left; padding: 0 6px; margin-right: 2px; height: 26px; border: 1px solid; line-height: 26px; overflow: hidden; }
  2.                 .pages a, .pageback a { border-color: {COMMONBORDER}; background-color: {WRAPBG}; color: {HIGHLIGHTLINK}; }
  3.                 .pages a:hover, .pageback a:hover { text-decoration: none; }
  4.                 .pages strong { border-color: {HIGHLIGHTLINK}; background-color: {HIGHLIGHTLINK}; color: #FFF; font-weight: 700; }
  5.                         .pages a.prev, .pages a.next { background-repeat: no-repeat; }
複製代碼
替换:
本帖隱藏的內容需要回復才可以瀏覽


代码地址:http://oocn.258club.com/thread-5705-1-1.html

圖片附件: 11.png (2017-10-7 10:45, 21.75 KB) / 下載次數 605
http://www.sclub.com.tw/discuz/attachment.php?aid=78257&k=6bacaee202e9b9d460901a2aa92b3348&t=1711716451&sid=TtdnaN


作者: 繽紛色彩    時間: 2017-10-8 10:33

雖同樣是按鈕
圓形按鈕比方按鈕
有種與眾不同的新鮮感
作者: 4rphotoclub    時間: 2017-10-8 22:07

喜愛圓型設計,加上這種藍色,十分好看。
作者: 21648069    時間: 2017-10-10 00:17

感謝大哥分享
作者: 真新人    時間: 2017-10-10 18:56

感謝分享
作者: 海藍    時間: 2017-10-16 16:02

謝謝分享
作者: 彌花    時間: 2017-11-5 04:37

感謝分享
作者: gscggame    時間: 2018-4-5 13:46

回復 1# 哥哥


    <div id="wp" class="wp"><style type="text/css">
#msg_win{border:1px solid #f299f8;background:#EAEAEA;width:200px;position:absolute;right:0;font-size:12px;font-family:Arial;margin:0px;display:none;overflow:hidden;z-index:99;}
#msg_win .icos{position:absolute;top:2px;*top:0px;right:2px;z-index:9;}
.icos a{float:left;color:#833B02;margin:1px;text-align:center;font-weight:bold;width:14px;height:22px;line-height:22px;padding:1px;text-decoration:none;font-family:webdings;}
.icos a:hover{color:#fff;}
#msg_title{background:#f299f8;border-bottom:1px solid #A67901;border-top:1px solid #FFF;border-left:1px solid #FFF;color:#000;height:25px;line-height:25px;text-indent:5px;}
#msg_content{margin:0px;margin-right:0;width:200px;height:240px;overflow:hidden;}
</style>
<div id="msg_win" style="display:block;top:470px;visibility:visible;opacity:1;">
<div class="icos"><a id="msg_min" title="最小化" href="javascript:void 0">_</a><a id="msg_close" title="关闭" href="javascript:void 0">×</a></div>
<div id="msg_title">这里输入你要显示的文字</div>
<div id="msg_content"><a href="这里输入图片的帖子地址" target="_blank"><img src=这里输入要显示的图片地址></a></div>
</div>
<script language="javascript">
var Message={
set: function() {
var set=this.minbtn.status == 1?[0,1,'block',this.char[0],'最小化']:[1,0,'none',this.char[1],'恢复'];
this.minbtn.status=set[0];
this.win.style.borderBottomWidth=set[1];
this.content.style.display =set[2];
this.minbtn.innerHTML =set[3]
this.minbtn.title = set[4];
this.win.style.top = this.getY().top;
},
close: function() {
this.win.style.display = 'none';
window.onscroll = null;
},
setOpacity: function(x) {
var v = x >= 100 ? '': 'Alpha(opacity=' + x + ')';
this.win.style.visibility = x<=0?'hidden':'visible';//IE有绝对或相对定位内容不随父透明度变化的bug
this.win.style.filter = v;
this.win.style.opacity = x / 100;
},
show: function() {
clearInterval(this.timer2);
var me = this,fx = this.fx(0, 100, 0.1),t = 0;
this.timer2 = setInterval(function() {
t = fx();
me.setOpacity(t[0]);
if (t[1] == 0) {clearInterval(me.timer2)        }
},10);
},
fx: function(a, b, c) {
var cMath = Math[(a - b) > 0 ? "floor": "ceil"],c = c || 0.1;
return function() {return [a += cMath((b - a) * c), a - b]}
},
getY: function() {
var d = document,b = document.body,        e = document.documentElement;
var s = Math.max(b.scrollTop, e.scrollTop);
var h = /BackCompat/i.test(document.compatMode)?b.clientHeight:e.clientHeight;
var h2 = this.win.offsetHeight;
return {foot: s + h + h2 + 2+'px',top: s + h - h2 - 2+'px'}
},
moveTo: function(y) {
clearInterval(this.timer);
var me = this,a = parseInt(this.win.style.top)||0;
var fx = this.fx(a, parseInt(y));
var t = 0 ;
this.timer = setInterval(function() {
t = fx();
me.win.style.top = t[0]+'px';
if (t[1] == 0) {
clearInterval(me.timer);
me.bind();
}
},10);
},
bind:function (){
var me=this,st,rt;
window.onscroll = function() {
clearTimeout(st);
clearTimeout(me.timer2);
me.setOpacity(0);
st = setTimeout(function() {
me.win.style.top = me.getY().top;
me.show();
},600);
};
window.onresize = function (){
clearTimeout(rt);
rt = setTimeout(function() {me.win.style.top = me.getY().top},100);
}
},
init: function() {
function $(id) {return document.getElementById(id)};
this.win=$('msg_win');
var set={minbtn: 'msg_min',closebtn: 'msg_close',title: 'msg_title',content: 'msg_content'};
for (var Id in set) {this[Id] = $(set[Id])};
var me = this;
this.minbtn.onclick = function() {me.set();this.blur()};
this.closebtn.onclick = function() {me.close()};
this.char=navigator.userAgent.toLowerCase().indexOf('firefox')+1?['_','::','×']:['0','2','r'];//FF不支持webdings字体
this.minbtn.innerHTML=this.char[0];
this.closebtn.innerHTML=this.char[2];
setTimeout(function() {
me.win.style.display = 'block';
me.win.style.top = me.getY().foot;
me.moveTo(me.getY().top);
},0);
return this;
}
};
Message.init();
</script>
作者: 舞动    時間: 2018-4-23 12:49

你的熱心提醒,大家才不會又弄錯了.
作者: nanmengxi    時間: 2018-7-17 04:27

-------------




歡迎光臨 SCLUB免費論壇申請-使用者論壇 (http://www.sclub.com.tw/discuz/) Powered by Discuz! 7.2