35 lines
376 B
CSS
35 lines
376 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;
|
|
}
|