From 53e2105873e36f2dd9721c6e88e96aa4acc53eb0 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Wed, 13 Nov 2024 16:51:43 +0800 Subject: [PATCH] no message --- css/common.css | 3 +++ css/common.less | 4 ++++ css/details.css | 3 ++- css/details.less | 3 ++- css/school.css | 4 ++++ css/school.less | 3 ++- js/common.js | 1 - 7 files changed, 17 insertions(+), 4 deletions(-) diff --git a/css/common.css b/css/common.css index 63c0dea..e243776 100644 --- a/css/common.css +++ b/css/common.css @@ -98,6 +98,9 @@ body { color: #f95d5d; padding: 0 8px; } +.base .rigth .number.number-no { + background-color: transparent; +} .one-line-display { word-break: keep-all; white-space: nowrap; diff --git a/css/common.less b/css/common.less index bf92954..5e36c17 100644 --- a/css/common.less +++ b/css/common.less @@ -109,6 +109,10 @@ body { font-size: 13px; color: #f95d5d; padding: 0 8px; + + &.number-no { + background-color: transparent; + } } } } diff --git a/css/details.css b/css/details.css index ab0e60e..af023c6 100644 --- a/css/details.css +++ b/css/details.css @@ -137,6 +137,7 @@ } .body { align-items: flex-start; + margin-bottom: 20px; } .content { background-color: #ffffff; @@ -190,7 +191,7 @@ padding-left: 50px; padding-right: 30px; background-color: #fbfbfb; - border-radius: 0 12px 0 0; + border-radius: 0 12px 12px 0; border-left: 1px solid #ebebeb; } .content .details-box .block { diff --git a/css/details.less b/css/details.less index 4031132..ffc2efa 100644 --- a/css/details.less +++ b/css/details.less @@ -151,6 +151,7 @@ .body { align-items: flex-start; + margin-bottom: 20px; } .content { @@ -210,7 +211,7 @@ padding-left: 50px; padding-right: 30px; background-color: #fbfbfb; - border-radius: 0 12px 0 0; + border-radius: 0 12px 12px 0; border-left: 1px solid rgba(235, 235, 235, 1); .block { diff --git a/css/school.css b/css/school.css index 98c9745..7ed5779 100644 --- a/css/school.css +++ b/css/school.css @@ -392,6 +392,9 @@ color: #000000; text-align: center; } +.content .body { + margin-bottom: 20px; +} .content .body .left { width: 200px; font-size: 16px; @@ -439,6 +442,7 @@ background-color: #fbfbfb; border-top: 1px solid #ebebeb; padding: 0 32px; + border-radius: 0 0 12px 0; } .content .body .right .screen .title { font-size: 15px; diff --git a/css/school.less b/css/school.less index cec7791..5919c1d 100644 --- a/css/school.less +++ b/css/school.less @@ -442,6 +442,7 @@ } .body { // align-items: flex-start; + margin-bottom: 20px; .left { width: 200px; font-size: 16px; @@ -492,7 +493,7 @@ background-color: rgba(251, 251, 251, 1); border-top: 1px solid rgba(235, 235, 235, 1); padding: 0 32px; - + border-radius: 0 0 12px 0; .screen { .title { font-size: 15px; diff --git a/js/common.js b/js/common.js index 51d6147..eaa5aee 100644 --- a/js/common.js +++ b/js/common.js @@ -98,7 +98,6 @@ function decodeKey(encrypted, key) { const basicData = JSON.parse(storedData) if (!key) key = basicData.encodekey - console.log("encodekey", key) const encryptedData = CryptoJS.enc.Base64.parse(encrypted) const decrypted = CryptoJS.AES.decrypt(