mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-08 05:12:48 +08:00
增加用户头像信息卡片
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user