From acbdbb97a45005b99d96c1d2ccb6e087c6363c36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=BA=20=E6=9D=A8?= Date: Sat, 16 Sep 2023 15:26:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=87=86=E8=80=83=E8=AF=81?= =?UTF-8?q?=E5=8F=B7=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Temp/Default.aspx | 6 +++--- css/default.css | 2 +- js/index.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Temp/Default.aspx b/Temp/Default.aspx index cd74986..f80686c 100644 --- a/Temp/Default.aspx +++ b/Temp/Default.aspx @@ -69,7 +69,7 @@
右下锚点
- 版面: + 纸张类型: @@ -90,7 +90,7 @@ - 设置学号 + 设置准考证号 diff --git a/css/default.css b/css/default.css index 8d0318a..64ffc4b 100644 --- a/css/default.css +++ b/css/default.css @@ -223,7 +223,7 @@ a, abbr, address, b, blockquote, body, caption, cite, code, dd, del, dfn, div, d line-height:100px; z-index:999; background:#333; position:absolute; color:#333; z-index:1;} .hideareaclose { background: #fff; - color: #808080; + color: #f5222d; width: 30px; height: 30px; text-align: center; diff --git a/js/index.js b/js/index.js index a35dfe4..bb62bd6 100644 --- a/js/index.js +++ b/js/index.js @@ -11,7 +11,7 @@ function SetHideArea() { var html=""; html += "
"; html += "
屏蔽显示区
"; - html += "
x
"; + html += "
X
"; html += "
"; $(".main_papermain").append(html); $(".hidearea").draggable({ containment: ".main_papermain" });