From 1c896d2e0e7f9b24c2f702881be94a4baa1b3d3b Mon Sep 17 00:00:00 2001 From: luosongbai <15272473386@163.com> Date: Thu, 4 Mar 2021 14:16:34 +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 --- inc/config.php | 2 +- pmcalendar.php | 63 +++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 58 insertions(+), 7 deletions(-) diff --git a/inc/config.php b/inc/config.php index 0635bc8..7aa5375 100644 --- a/inc/config.php +++ b/inc/config.php @@ -2,7 +2,7 @@ $_CONFIG = array( //数据库相关 'db' =>array( - 'ip'=>'10.0.0.107', #数据库服务器IP + 'ip'=>'127.0.0.1', #数据库服务器IP 'username'=>'root', #用户名 'pwd'=>'root', #密码 'database'=>'leguevent', #数据库名 diff --git a/pmcalendar.php b/pmcalendar.php index fcf2257..6ee6b6f 100644 --- a/pmcalendar.php +++ b/pmcalendar.php @@ -1041,8 +1041,14 @@ if ($act == 'newevent') { .recording—title { font-size: 16px; color:#686868; } .recording—title span{ font-size: 12px; color:#686868; } .recording—name { float: right; } - .recording—con-box { margin-top: -16px; padding-bottom: 50px; } + .recording—con-box { margin-top: 16px; padding-bottom: 50px; } .yanqi { position: absolute; top:0; right:0;} + .recording-dot-box { margin-top: 0px; padding: 14px; } + .recording-dot-box img { width: 18px; margin-top: 6px; cursor:pointer} + .recording-dot-box:hover {border: 1px solid #f2f2f2;} + .biankuang { box-shadow: 0px 0px 10px #5fadff;} + .liyoubox {width: 100%; word-wrap: break-word; white-space: normal; word-break: break-all;} + .recording—text { width: 100%; height: 60px; resize:none; display:none; padding: 8px 0; }