liujiangyong
2 years ago
13 changed files with 524 additions and 153 deletions
After Width: | Height: | Size: 622 B |
After Width: | Height: | Size: 9.1 KiB |
After Width: | Height: | Size: 7.1 KiB |
After Width: | Height: | Size: 6.0 KiB |
@ -0,0 +1,43 @@ |
|||||
|
.title { |
||||
|
background-color: #fff; |
||||
|
|
||||
|
.line { |
||||
|
display: inline-block; |
||||
|
width: 3px; |
||||
|
height: 20px; |
||||
|
background: #006BE3; |
||||
|
} |
||||
|
|
||||
|
.cn { |
||||
|
font-family: YouSheBiaoTiHei; |
||||
|
font-size: 24px; |
||||
|
color: #101531; |
||||
|
margin-left: 11px; |
||||
|
} |
||||
|
|
||||
|
.en { |
||||
|
font-family: D-DINExp-Italic; |
||||
|
font-weight: Italic; |
||||
|
font-size: 12px; |
||||
|
color: #969799; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
.alarm-row { |
||||
|
background-repeat: no-repeat; |
||||
|
background-size: 100% 100%; |
||||
|
padding: 0px 8px 0px 8px; |
||||
|
color: #FF7734; |
||||
|
} |
||||
|
|
||||
|
.rank { |
||||
|
background-image: url('/assets/images/homePage/rank.svg'); |
||||
|
} |
||||
|
|
||||
|
.alarm-text { |
||||
|
font-family: PingFangSC-Regular; |
||||
|
font-weight: 400; |
||||
|
font-size: 14px; |
||||
|
color: #4A4A4A; |
||||
|
letter-spacing: 1px; |
||||
|
} |
@ -0,0 +1,24 @@ |
|||||
|
.title { |
||||
|
background-color: #fff; |
||||
|
|
||||
|
.line { |
||||
|
display: inline-block; |
||||
|
width: 3px; |
||||
|
height: 20px; |
||||
|
background: #006BE3; |
||||
|
} |
||||
|
|
||||
|
.cn { |
||||
|
font-family: YouSheBiaoTiHei; |
||||
|
font-size: 24px; |
||||
|
color: #101531; |
||||
|
margin-left: 11px; |
||||
|
} |
||||
|
|
||||
|
.en { |
||||
|
font-family: D-DINExp-Italic; |
||||
|
font-weight: Italic; |
||||
|
font-size: 12px; |
||||
|
color: #969799; |
||||
|
} |
||||
|
} |
@ -1,44 +1,120 @@ |
|||||
.shouyetop{ |
.shouye-title { |
||||
|
background-color: #fff; |
||||
|
padding-top: 1rem; |
||||
|
padding-left: 1.125rem; |
||||
|
|
||||
|
.line { |
||||
|
display: inline-block; |
||||
|
width: 3px; |
||||
|
height: 20px; |
||||
|
background: #006BE3; |
||||
|
} |
||||
|
|
||||
|
.cn { |
||||
|
font-family: YouSheBiaoTiHei; |
||||
|
font-size: 24px; |
||||
|
color: #101531; |
||||
|
margin-left: 11px; |
||||
|
} |
||||
|
|
||||
|
.en { |
||||
|
font-family: D-DINExp-Italic; |
||||
|
font-weight: Italic; |
||||
|
font-size: 12px; |
||||
|
color: #969799; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
.shouyetop { |
||||
|
background-color: #fff; |
||||
display: flex; |
display: flex; |
||||
justify-content: space-between; |
justify-content: flex-start; |
||||
padding: 0 1.875rem; |
padding: 0 1.875rem 1rem; |
||||
.shouyetopitem{ |
|
||||
width: 31%; |
.shouyetopitem { |
||||
display: flex; |
display: flex; |
||||
padding: 0 2%; |
|
||||
align-items: center; |
align-items: center; |
||||
justify-content: space-between; |
justify-content: flex-start; |
||||
box-shadow: 0 0 10px #F0F2F5; |
font-size: 1rem; |
||||
border:1px solid #F0F2F5; |
height: 7.125rem; |
||||
color: rgba(0, 0, 0, 0.45); |
width: 30%; |
||||
font-size: 1.875rem; |
|
||||
height: 7.125rem; |
.shouyetopitem-left { |
||||
.shouyetopitem-left{ |
width: 40%; |
||||
width: 50%; |
height: 100%; |
||||
// display: flex; |
display: flex; |
||||
// flex-direction: column; |
flex-direction: column; |
||||
// // align-items: center; |
justify-content: space-evenly; |
||||
// justify-content: center; |
align-items: center; |
||||
|
font-size: 1rem; |
||||
|
|
||||
|
.key { |
||||
|
font-family: PingFangSC-Regular; |
||||
|
font-weight: 400; |
||||
|
font-size: 14px; |
||||
|
color: #969799; |
||||
|
} |
||||
|
|
||||
|
.value { |
||||
|
font-family: PingFangSC-Medium; |
||||
|
font-weight: 500; |
||||
|
font-size: 16px; |
||||
|
color: #4A4A4A; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
.shouyetopitem-right { |
||||
|
width: 60%; |
||||
|
height: 100%; |
||||
|
background-size: auto; |
||||
|
background-repeat: no-repeat; |
||||
|
|
||||
|
.right { |
||||
|
height: 100%; |
||||
|
display: flex; |
||||
|
flex-direction: column; |
||||
|
justify-content: center; |
||||
|
position: relative; |
||||
|
left: 123px; |
||||
|
|
||||
|
.title { |
||||
|
font-family: PingFangSC-Medium; |
||||
|
font-weight: 500; |
||||
|
font-size: 14px; |
||||
|
color: #4A4A4A; |
||||
|
background: none; |
||||
|
} |
||||
|
|
||||
|
.unit { |
||||
|
font-family: PingFangSC-Regular; |
||||
|
font-weight: 400; |
||||
|
font-size: 11px; |
||||
|
color: #4A4A4A; |
||||
|
margin-left: 5px; |
||||
|
} |
||||
|
|
||||
|
.value { |
||||
|
font-family: YouSheBiaoTiHei; |
||||
|
font-size: 32px; |
||||
|
color: #0F7EFB; |
||||
|
} |
||||
|
} |
||||
} |
} |
||||
.shouyetopitem-right{ |
|
||||
width: 50%; |
.inspection { |
||||
font-size: 1.5625rem; |
background-image: url('/assets/images/homePage/today_inspection.svg'); |
||||
|
} |
||||
|
|
||||
|
.event { |
||||
|
background-image: url('/assets/images/homePage/today_event.svg'); |
||||
|
} |
||||
|
|
||||
|
.alarm { |
||||
|
background-image: url('/assets/images/homePage/today_alarm.svg'); |
||||
} |
} |
||||
} |
} |
||||
} |
} |
||||
|
|
||||
.shouye-chart-card { |
.shouye-chart-card { |
||||
margin: 0 1.875rem; |
|
||||
margin-top: 20px; |
margin-top: 20px; |
||||
} |
} |
||||
.alarm-row { |
|
||||
background-repeat: no-repeat; |
|
||||
background-size: 100% 100%; |
|
||||
padding: 0px 14px 0px 8px; |
|
||||
color: #fff; |
|
||||
} |
|
||||
.rank1 { |
|
||||
background-image: url('/assets/images/homePage/rank1.png'); |
|
||||
} |
|
||||
.rank2 { |
|
||||
background-image: url('/assets/images/homePage/rank2.png'); |
|
||||
} |
|
Loading…
Reference in new issue