no commit message

This commit is contained in:
雨中磐石
2024-10-18 15:27:40 +08:00
parent 9a2a3a2c8a
commit 559c388ea0
103 changed files with 2021 additions and 783 deletions

View File

@@ -16,9 +16,9 @@ defined('HOST') or die ('not access');
<div class="list-group-item" style="padding:0">
<table width="100%">
<tr valign="top">
<td><div style="width:350px;height:290px" id="bianjian_view"></div></td>
<td><div style="width:350px;height:300px" id="bianjian_view"></div></td>
<td width="100%">
<div align="center" style="line-height:40px;background:#f1f1f1"><span id="bianjianmonth"></span></div>
<div align="center" style="line-height:40px;background:var(--main-bgcolor)"><span id="bianjianmonth"></span></div>
<div style="padding:5px" id="bianqianlists"></div>
<div style="color:#cccccc;margin-top:40px" id="bianqianlists22" align="center">无便笺内容</div>
@@ -54,7 +54,7 @@ homeobject.bianjian_init=function(){
}
this.bianjianobjmb = $('#bianjian_view').rockcalendar({
height:280,
height:250,
changemonth:function(y, m,o1){
$('#bianjianmonth').html('<font onclick="homeobject.bianjianobjmb.fanmonth(-1)"><i class="icon-double-angle-left"></i></font> <font onclick="homeobject.bianjianobjmb.nowmonth()">'+y+'年'+xy10(m)+'月</font> <font onclick="homeobject.bianjianobjmb.fanmonth(1)"><i class="icon-double-angle-right"></i></font>');
homeobject.bianjiangetdata(o1.dayobj[1].day,o1.dayobj[42].day);

View File

@@ -15,7 +15,7 @@ homeobject.showicons=function(a){
cols = a[i].color;
if(homestyle=='2')cols=maincolor;
s='';
s+='<div onclick="opentabsshowshwo('+i+')" align="center" style="cursor:pointer;width:135px;float:left;margin:10px 15px;background:'+cols+';border:none" onmouseover="this.style.opacity=0.8" onmouseout="this.style.opacity=1" class="thumbnail">';
s+='<div onclick="opentabsshowshwo('+i+')" align="center" style="cursor:pointer;width:135px;float:left;margin:10px 15px;background:'+cols+';border:none;border-radius:5px;" onmouseover="this.style.opacity=0.8" onmouseout="this.style.opacity=1" class="thumbnail">';
s+=' <div style="position:relative;padding:15px 0px">';
s+=' <div style="color:white;font-size:36px"><i class="icon-'+a[i].icons+'"></i></div>';
s+=' <a style="TEXT-DECORATION:none;color:white" id="'+a[i].num+'_text">'+a[i].name+'</a>';

View File

@@ -30,7 +30,7 @@ homeobject.clicknewstabs=function(oi,na){
o1.find('li[tab="'+oi+'"]').addClass('active');
var das = this.newsrows[oi];
if(typeof(das)=='undefined'){
$('#newstabs_{rand}').after('<div id="losnew{rand}" style="margin:10px" align="center"><img src="images/mloading.gif"></div>');
$('#newstabs_{rand}').after('<div id="losnew{rand}" style="margin:10px" align="center">'+js.ling(30)+'</div>');
js.ajax(publicmodeurl('news','getnews'),{typename:na},function(ret){
homeobject.newsrows[oi]=ret;
homeobject.shownewsss(ret);
@@ -62,6 +62,8 @@ homeobject.shownewsss=function(das){
}
</script>
<div class="panel panel-danger">
<div class="panel-heading">
<h3 class="panel-title"><i class="icon-globe"></i> <?=$itemnowname?>