You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

39 lines
602 B

.card {
background-color: #fff;
padding: var(--cell-horizontal-padding,16px);
margin-bottom: 6px;
color: #333;
font-size: 14px;
}
.h2 {
font-size: 12px;
margin-bottom: 14px;
}
.row {
margin-bottom: 12px;
}
label {
width: 90px;
color: #666;
}
.content {
padding: 12px;
border: 1px solid #d9d9d9;
white-space: pre-wrap;
margin-bottom: 12px;
}
.img-container {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 10px;
}
.img-container .img {
height: 108px;
overflow: hidden;
}
.img-container image {
width: 100%;
}
.van-empty {
padding: 0 !important;
}