From 5c33978e9e3e934378d8f2153a2cd919b1cb6ddd Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 10 七月 2025 18:05:41 +0800 Subject: [PATCH] init --- src/components/Title/Title.less | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/src/components/Title/Title.less b/src/components/Title/Title.less new file mode 100644 index 0000000..1025ef0 --- /dev/null +++ b/src/components/Title/Title.less @@ -0,0 +1,36 @@ +.title-card-wrapper { + margin: 0 auto 60px; + width: 537px; + height: 114px; + text-align: center; + background-position: center center; + background-size: cover; + .title-card-title { + padding-top: 8px; + font-size: 42px; + font-weight: 500; + color: #00116e; + line-height: 60px; + } +} + +@media (max-width: 767px) { + .title-card-wrapper { + width: 320px; + height: 96px; + // .title-card-title { + // padding-top: 8px; + // font-size: 94px; + // line-height: 130px; + // } + // &.large { + // width: 1546px; + // height: 328px; + // .title-card-title { + // padding-top: 26px; + // font-size: 123px; + // line-height: 174px; + // } + // } + } +} -- Gitblit v1.9.1