From 7d308d6446df331cba8de39cd55db152a68eb139 Mon Sep 17 00:00:00 2001 From: luosongbai <15272473386@163.com> Date: Fri, 11 Dec 2020 16:59:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pmcalendar.php | 42 ++++++++++++++++++++++++++++++++++++++---- 1 file changed, 38 insertions(+), 4 deletions(-) diff --git a/pmcalendar.php b/pmcalendar.php index 598ab24..c516fd5 100644 --- a/pmcalendar.php +++ b/pmcalendar.php @@ -310,7 +310,20 @@ if ($act == 'newevent') { -
展开
+
+ +
+ + + + + + + +
展开
+
+
+
编辑游戏 @@ -318,7 +331,7 @@ if ($act == 'newevent') { foreach ($GAMES as $g) { echo " "; } ?> - +
@@ -328,6 +341,24 @@ if ($act == 'newevent') { height: 100%; overflow: auto; } + .shouhui { + background-color:#0078f7 !important; + color:#fff !important; + } + .xsqb-box { + display: flex; + flex-flow: row wrap; + align-items: center; + } + .left { + margin-left: 5px; + margin-top: 0px !important; + } + .left_box { + display: flex; + flex-flow: row wrap; + align-items: center; + } .xsqb { width: 60px; background-color:#0078f7 !important; @@ -951,13 +982,15 @@ if ($act == 'newevent') { function gamesbtndis(){ var type = $("#gamesbtn").css('display'); - console.log($("#xsqb font font").html()); + // console.log($("#xsqb font font").html()); if(type == 'none'){ $("#gamesbtn").show(); $("#xsqb font font").html('收回'); + $("#left_box").hide(); }else { $("#gamesbtn").hide(); - $("#xsqb font font").html('展开'); + $("#xsqb font font").html('显示全部'); + $("#left_box").show(); } } @@ -1226,6 +1259,7 @@ if ($act == 'newevent') { } function onlyShowGame(o) { + console.log(o); if (o.value != '') { $('#datarepair').hide(); $('.xian3').css('background-color','#fff');