43 lines
499 B
CSS
Raw Normal View History

2025-04-14 10:57:27 +08:00
.divListBody {
background-color: #e8e8e459;
height: 100vh;
}
.divHead {
line-height: 70rpx;
background: white;
padding: 0px 15rpx;
font-size: 1rem;
background-color: #11aeea;
color: white;
}
.fontGray {
color:gray;
}
.fontBlack {
color: black;
}
.fontBlue {
color: #11aeea;
}
.divRowTitle{
font-size: 1rem;
}
.divRowValue{
font-size: 1rem;
color: black;
}
2025-04-28 11:40:00 +08:00
.nav-panel{
position: fixed;
bottom: 0rpx;
width: 100%;
padding-bottom: 10px;
z-index: 999;
background-color:#fff;
}