diff --git a/ruoyi-admin/src/main/resources/static/img/model/sign.png b/ruoyi-admin/src/main/resources/static/img/model/sign.png new file mode 100644 index 0000000..9d3ebae Binary files /dev/null and b/ruoyi-admin/src/main/resources/static/img/model/sign.png differ diff --git a/ruoyi-manage/src/main/resources/templates/manage/model/model.html b/ruoyi-manage/src/main/resources/templates/manage/model/model.html index f3451e8..4980834 100644 --- a/ruoyi-manage/src/main/resources/templates/manage/model/model.html +++ b/ruoyi-manage/src/main/resources/templates/manage/model/model.html @@ -120,22 +120,99 @@ border-top: 10px solid rgba(23, 48, 97, 0.8); } + .sign { + } + .sign .content{ + background-image: url("/img/model/sign.png"); + background-size: 100% 100%; + background-repeat: no-repeat; + width: 5vw; + height: 6.42vw; + transform: translateY(-50%); + position: relative; + } + + .sign .content .title { + position: absolute; + top: 15%; + font-size: 0.6vw; + color: #fff; + width: 100%; + text-align: center; + transform: translateY(-50%); + } + .pageTitle{ + position: absolute; + transform: translateY(-50%); + top: 4%; + width: 100%; + left: 0; + text-align: center; + letter-spacing: 2px; + font-size: 2vw; + color: #fff; + }