增加用户头像信息卡片

This commit is contained in:
2023-05-20 16:40:04 +08:00
parent 3b128a868b
commit 4090314532
9 changed files with 162 additions and 16 deletions

View File

@@ -13,17 +13,17 @@
}
.ul-inline-block {
display : inline-block !important;
margin-right : 15px;
display: inline-block !important;
margin-right: 15px;
margin-bottom: 15px;
}
.ul-icon-exit {
display : inline-block;
width : 16px;
height : 16px;
background-image : url("img/exit.png");
background-size : cover;
display: inline-block;
width: 16px;
height: 16px;
background-image: url("img/exit.png");
background-size: cover;
background-position: center;
}
@@ -57,13 +57,13 @@
}
.ul-common-flex-list {
display : flex;
display: flex;
flex-wrap: wrap;
}
.ul-common-flex-sb {
display : flex;
align-items : center;
display: flex;
align-items: center;
justify-content: space-between;
}
@@ -75,14 +75,18 @@
/* 通用类结束 */
.ul-demo-img-bg {
background-image : url("https://layui.ulthon.com/cdn/img/view.jpg");
background-size : cover;
background-image: url("https://layui.ulthon.com/cdn/img/view.jpg");
background-size: cover;
background-position: center;
&.circel {
border-radius: 100%;
}
}
.ul-demo-mobile-page {
width : 360px;
height : 660px;
border : 0;
width: 360px;
height: 660px;
border: 0;
box-shadow: 0 0 3px #bbb;
}