From 80681ff83131a841f39d5b1306bbb1fff1b758c1 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期二, 17 十月 2023 16:04:53 +0800
Subject: [PATCH] #
---
src/main/webapp/views/login.html | 22 +++++++++++++++++++---
1 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/views/login.html b/src/main/webapp/views/login.html
index 8bb4f56..3f253a2 100644
--- a/src/main/webapp/views/login.html
+++ b/src/main/webapp/views/login.html
@@ -83,13 +83,29 @@
}
.pText{
/*color: #0C0C0C;*/
- font-size:4rem;
font-weight:800;
font-style:italic;
mix-blend-mode: difference;
color: white;
/*filter: invert(100%)*/
/* normal銆乷blique 鎴� italic*/
+ }
+
+ @media screen and (min-width:300px) and (min-width:650px){
+ .pTextFont{
+ font-size:2rem;
+ }
+ }
+ @media screen and (min-width:650px) and (min-width:1080px){
+ .pTextFont{
+ font-size:3rem;
+ }
+ }
+
+ @media screen and (min-width:300px) and (min-width:1380px){
+ .pTextFont{
+ font-size:4rem;
+ }
}
</style>
@@ -100,8 +116,8 @@
<video id="background_video" style="z-index: -999" src="../static/image/banner.mp4" height="100%" loop autoplay muted="false" controlslist="nodownload" disablepictureinpicture></video>
</div>
<div id="girlwu">
- <p class="pText">  璁╁埗閫犱笌鐗╂祦鏇撮珮鏁�</p>
- <p class="pText">璧嬭兘鏅烘収鐗╂祦  鍔╁姏鏅鸿兘鍒堕��</p>
+ <p class="pText pTextFont">  璁╁埗閫犱笌鐗╂祦鏇撮珮鏁�</p>
+ <p class="pText pTextFont">璧嬭兘鏅烘収鐗╂祦  鍔╁姏鏅鸿兘鍒堕��</p>
</div>
<!-- <div class="l-page l-page--white " data-id="easy_glitch" style="z-index: 99">-->
<!-- <div style="position: fixed;-->
--
Gitblit v1.9.1