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" });