main
bruce68410 2 years ago
parent 6c0d12d328
commit 5f134c034b

@ -800,102 +800,106 @@ const handleChangeTplSubmit = async() => {
<style lang="less" scoped>
.content{
min-height: calc(100vh - 142px);
}
.cnt2 {
.van-list {
.list-item {
display: flex;
align-items: center;
flex-wrap: wrap;
padding: 15px 0;
margin: 0 15px;
border-bottom: 1px #e3e3e3 solid;
.left {
flex: 1 0 0%;
.member{
.content{
min-height: calc(100vh - 142px);
}
.cnt2 {
.van-list {
.list-item {
display: flex;
align-items: center;
flex-wrap: wrap;
padding: 15px 0;
margin: 0 15px;
border-bottom: 1px #e3e3e3 solid;
.left {
flex: 1 0 0%;
display: flex;
align-items: center;
.avatar {
width: 55px;
min-width: 55px;
aspect-ratio: 1/1;
border-radius: 50%;
margin-right: 10px;
overflow: hidden;
img {
width: 100%;
height: 100%;
object-fit: cover;
}
}
.avatar {
width: 55px;
min-width: 55px;
aspect-ratio: 1/1;
border-radius: 50%;
margin-right: 10px;
overflow: hidden;
img {
width: 100%;
height: 100%;
object-fit: cover;
.name {
font-weight: bold;
}
}
.name {
font-weight: bold;
.right {
flex: 0 0 auto;
}
}
.right {
flex: 0 0 auto;
}
.bottom {
flex: 1 0 100%;
border: 1px #e3e3e3 solid;
border-radius: 10px;
padding: 0 10px;
margin: 0;
transition: all .2s;
&.show {
padding: 10px;
margin: 5px 0;
.bottom {
flex: 1 0 100%;
border: 1px #e3e3e3 solid;
border-radius: 10px;
padding: 0 10px;
margin: 0;
transition: all .2s;
&.show {
padding: 10px;
margin: 5px 0;
}
}
}
}
}
.van-search,.van-search-content{
padding-left: 0;
}
}
.cnt3 {
.block {
height: 500px;
text-align: center;
background-color: #000;
padding: 20px 35px;
overflow: hidden;
overflow-y: auto;
.van-search,.van-search-content{
padding-left: 0;
}
}
.imgBtn {
padding: 10px;
margin: 10px;
background-color: #333;
border-radius: 10px;
overflow: hidden;
cursor: pointer;
transform: scale(1);
transition: all .3s;
&.active,
&:hover {
transform: scale(1.02);
.cnt3 {
.block {
height: 500px;
text-align: center;
background-color: #000;
padding: 20px 35px;
overflow: hidden;
overflow-y: auto;
}
.imgCnt {
width: 100%;
height: 150px;
.imgBtn {
padding: 10px;
margin: 10px;
background-color: #333;
border-radius: 10px;
overflow: hidden;
cursor: pointer;
transform: scale(1);
transition: all .3s;
&.active,
&:hover {
transform: scale(1.02);
}
img {
.imgCnt {
width: 100%;
height: 100%;
object-fit: cover;
height: 150px;
img {
width: 100%;
height: 100%;
object-fit: cover;
}
}
}
}
}</style>
}
</style>
Loading…
Cancel
Save