This commit is contained in:
罗松柏 2021-03-04 15:12:45 +08:00
parent eff254a00f
commit 67c5ddba7f

View File

@ -1039,12 +1039,13 @@ if ($act == 'newevent') {
}
.recording-box { margin: 10px 20px 0 20px; color:#626262; font-size: 12px; }
.recording—title { font-size: 16px; color:#686868; }
.recording—title img { width: 20px; margin-right: 6px; }
.recording—title span{ font-size: 12px; color:#686868; }
.recording—name { float: right; }
.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 img { width: 16px; 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;}
@ -1164,7 +1165,7 @@ if ($act == 'newevent') {
<!-- 延期原因 -->
<div class='recording-box' id="recording-box">
<div class='recording—title'>延迟记录 <span>(双击记录可更改)</span> </div>
<div class='recording—title'> <img src='./assets/images/jilu.png' /> 延迟记录 <span>(双击记录可更改)</span> </div>
<div class="recording—con-box" id="recording-content">
</div>