commit
This commit is contained in:
@@ -135,9 +135,7 @@ body {
|
|||||||
margin: 20px 10px;
|
margin: 20px 10px;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
display: flex;
|
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
column-gap: 10px;
|
|
||||||
border-bottom: 1px solid #ededed;
|
border-bottom: 1px solid #ededed;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
@@ -146,23 +144,33 @@ body {
|
|||||||
margin-bottom: 10px;
|
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;
|
flex: 0 0 auto;
|
||||||
width: 130px;
|
width: 130px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-card-img img{
|
.list-card-body-img img{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-card-body{
|
|
||||||
|
.list-card-body-content{
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.list-card-footer{
|
.list-card-footer{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
@@ -171,6 +179,9 @@ body {
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.list-card-footer .van-button{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
/*****************************申请表单CSS********************************/
|
/*****************************申请表单CSS********************************/
|
||||||
.form-container {
|
.form-container {
|
||||||
@@ -233,6 +244,10 @@ body {
|
|||||||
right: 16px;
|
right: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-container .direction-column-field .van-field__label {
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.form-container .direction-column-field .van-field__body {
|
.form-container .direction-column-field .van-field__body {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user