update monitor1
This commit is contained in:
parent
c0dc47895e
commit
3c51d2207b
@ -24,7 +24,7 @@ export default {
|
|||||||
@import "../../assets/styles/functions";
|
@import "../../assets/styles/functions";
|
||||||
|
|
||||||
section {
|
section {
|
||||||
background: url('../../assets/monitor-group.png') left 144px top 4px / 1152px 80% no-repeat, #ccc7;
|
// background: url('../../assets/monitor-group.png') left 144px top 4px / 1152px 80% no-repeat, #ccc7;
|
||||||
width: adjust(w(3570px));
|
width: adjust(w(3570px));
|
||||||
height: adjust(h(3790px));
|
height: adjust(h(3790px));
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -33,7 +33,8 @@ section {
|
|||||||
}
|
}
|
||||||
|
|
||||||
section::before {
|
section::before {
|
||||||
content: '监控组 1';
|
// content: '监控组 1';
|
||||||
|
content: '';
|
||||||
font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, "微软雅黑", Arial, Helvetica, sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, "微软雅黑", Arial, Helvetica, sans-serif;
|
||||||
font-size: adjust(h(64px));
|
font-size: adjust(h(64px));
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
Loading…
Reference in New Issue
Block a user