|
@@ -3,7 +3,7 @@
|
|
|
* @Author: wangcc
|
|
|
* @Date: 2022-06-14 18:11:54
|
|
|
* @LastEditors: gcz
|
|
|
- * @LastEditTime: 2022-06-28 18:02:57
|
|
|
+ * @LastEditTime: 2022-06-29 15:17:34
|
|
|
* @FilePath: \castgroup_bigscreen\src\components\header.vue
|
|
|
* @Copyright: Copyright (c) 2016~2022 by wangcc, All Rights Reserved.
|
|
|
-->
|
|
@@ -162,4 +162,14 @@ import timeFormat from '@/utils/timeFormat'
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+@media only screen and (max-width : 1600px) and (max-height : 2560px) {
|
|
|
+ .top-box{
|
|
|
+ h2{
|
|
|
+ letter-spacing: 1px;
|
|
|
+ font-size: 32px;
|
|
|
+ text-indent: -0.8em;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+}
|
|
|
</style>
|