From abdc7313b9e2c5a3e09d42cbaee48c6f131d7173 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期三, 17 八月 2022 09:14:43 +0800 Subject: [PATCH] lct --- src/views/doublePrevent/dpIndex/index.vue | 25 ++++++++++++++++++++++++- 1 files changed, 24 insertions(+), 1 deletions(-) diff --git a/src/views/doublePrevent/dpIndex/index.vue b/src/views/doublePrevent/dpIndex/index.vue index 74820af..af4b5db 100644 --- a/src/views/doublePrevent/dpIndex/index.vue +++ b/src/views/doublePrevent/dpIndex/index.vue @@ -401,7 +401,7 @@ } } - @media screen and (max-width: 1366px){ + @media screen and (min-width: 1024px) and (max-width: 1366px){ .item-head{ height: 20px; line-height: 20px; @@ -418,6 +418,28 @@ span{ margin-bottom: 10px; font-size: 20px; + font-weight: bolder; + } + } + } + + @media screen and (max-width: 1024px) { + .item-head{ + height: 20px; + line-height: 20px; + span{ + font-size: 13px; + } + div{ + font-size: 12px; + } + } + .levelItem{ + font-size: 12px; + + span{ + margin-bottom: 10px; + font-size: 16px; font-weight: bolder; } } @@ -445,6 +467,7 @@ display: flex; flex-direction: column; justify-content: space-between; + box-sizing: border-box; .item-head{ display: flex; -- Gitblit v1.9.2