43 lines
499 B
CSS
43 lines
499 B
CSS
.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;
|
|
}
|
|
|
|
.nav-panel{
|
|
position: fixed;
|
|
bottom: 0rpx;
|
|
width: 100%;
|
|
padding-bottom: 10px;
|
|
z-index: 999;
|
|
background-color:#fff;
|
|
} |