This commit is contained in:
@jyuhsin
2025-09-05 16:04:26 +08:00
parent 1c9f35bba7
commit ed940f1b7f
@@ -135,9 +135,7 @@ body {
margin: 20px 10px;
background: #FFFFFF;
border-radius: 10px;
display: flex;
padding: 15px;
column-gap: 10px;
border-bottom: 1px solid #ededed;
box-sizing: border-box;
}
@@ -146,23 +144,33 @@ body {
margin-bottom: 10px;
}
.list-card-img{
.list-card-title{
font-weight: bolder;
}
.list-card-body{
display: flex;
}
.list-card-body-img{
flex: 0 0 auto;
width: 130px;
height: 90px;
}
.list-card-img img{
.list-card-body-img img{
width: 100%;
height: 100%;
border-radius: 5px;
object-fit: cover;
}
.list-card-body{
.list-card-body-content{
flex: 1;
}
.list-card-footer{
display: flex;
justify-content: flex-end;
@@ -171,6 +179,9 @@ body {
flex-wrap: wrap;
}
.list-card-footer .van-button{
}
/*****************************申请表单CSS********************************/
.form-container {
@@ -233,6 +244,10 @@ body {
right: 16px;
}
.form-container .direction-column-field .van-field__label {
width: auto;
}
.form-container .direction-column-field .van-field__body {
display: block;
}