|
@@ -55,11 +55,11 @@
|
|
"
|
|
"
|
|
>
|
|
>
|
|
<div class="title">
|
|
<div class="title">
|
|
- <div style="font-weight: bold; font-size: 60px; letter-spacing: 12px">
|
|
|
|
- <p style="margin-bottom: 0">江门市公安局</p>
|
|
|
|
- <span>警用三维实景平台</span>
|
|
|
|
|
|
+ <div class="titleText" style="font-weight: bold; letter-spacing: 12px">
|
|
|
|
+ <div style="margin-bottom: 0">江门市公安局</div>
|
|
|
|
+ <div>警用三维实景平台</div>
|
|
</div>
|
|
</div>
|
|
- <div class="en text-sm font-normal mb-5" style="line-height: 30px; margin-bottom:80px;color:#666">
|
|
|
|
|
|
+ <div class="en text-sm font-normal mb-5 titleSubtext" style="line-height: 30px; margin-bottom:80px;color:#666">
|
|
<div>Three-Dimensional Police Security Platform for Public Security</div>
|
|
<div>Three-Dimensional Police Security Platform for Public Security</div>
|
|
<div>Bureau of Jiangmen Municipalit</div>
|
|
<div>Bureau of Jiangmen Municipalit</div>
|
|
</div>
|
|
</div>
|
|
@@ -140,7 +140,20 @@
|
|
box-shadow: inherit !important;
|
|
box-shadow: inherit !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ .title {
|
|
|
|
+ .titleText {
|
|
|
|
+ font-size: 60px;
|
|
|
|
+ @media (max-width: @screen-sm) {
|
|
|
|
+ font-size: 40px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .titleSubtext {
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ @media (max-width: @screen-sm) {
|
|
|
|
+ font-size: 12px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
.@{prefix-cls} {
|
|
.@{prefix-cls} {
|
|
min-height: 100%;
|
|
min-height: 100%;
|
|
overflow: hidden;
|
|
overflow: hidden;
|