|
@@ -3,7 +3,7 @@
|
|
|
* @Author: wangcc
|
|
|
* @Date: 2022-06-14 18:11:54
|
|
|
* @LastEditors: gcz
|
|
|
- * @LastEditTime: 2022-06-28 10:37:06
|
|
|
+ * @LastEditTime: 2022-06-28 16:50:32
|
|
|
* @FilePath: \castgroup_bigscreen\src\components\header.vue
|
|
|
* @Copyright: Copyright (c) 2016~2022 by wangcc, All Rights Reserved.
|
|
|
-->
|
|
@@ -120,16 +120,17 @@ import timeFormat from '@/utils/timeFormat'
|
|
|
text-align: center;
|
|
|
}
|
|
|
span {
|
|
|
- color: #0a7786;
|
|
|
+ color: #0c6e7a;
|
|
|
font-size: 1.2em;
|
|
|
position: absolute;
|
|
|
line-height: 36px;
|
|
|
left: 7%;
|
|
|
top: 40px;
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
img {
|
|
|
- width: 30px;
|
|
|
- height: 30px;
|
|
|
+ width: 27px;
|
|
|
+ height: 27px;
|
|
|
cursor: pointer;
|
|
|
position: absolute;
|
|
|
top: 5px;
|
|
@@ -137,8 +138,9 @@ import timeFormat from '@/utils/timeFormat'
|
|
|
top: 40px;
|
|
|
}
|
|
|
.weather {
|
|
|
+ font-weight: bold;
|
|
|
/deep/ .s-sticker >div{
|
|
|
- color: #0a7786!important;
|
|
|
+ color: #0c6e7a!important;
|
|
|
}
|
|
|
position: absolute;
|
|
|
line-height: 40px;
|