mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-05 11:52:49 +08:00
将用户卡片迁移到新代码结构
This commit is contained in:
48
source/components/card/ul-info-card/_index.scss
Normal file
48
source/components/card/ul-info-card/_index.scss
Normal file
@@ -0,0 +1,48 @@
|
||||
.ul-info-card {
|
||||
|
||||
background-color: #fff;
|
||||
|
||||
.header {
|
||||
.img {
|
||||
width : 100%;
|
||||
height : 160px;
|
||||
background-size : cover;
|
||||
background-position: center;
|
||||
}
|
||||
}
|
||||
|
||||
.body {
|
||||
margin-top: 15px;
|
||||
|
||||
.title {
|
||||
text-align : center;
|
||||
font-size : 18px;
|
||||
font-weight: 600;
|
||||
color : #333;
|
||||
}
|
||||
|
||||
.line {
|
||||
height : 3px;
|
||||
width : 60px;
|
||||
background-color: #1E9FFF;
|
||||
margin : 10px auto;
|
||||
}
|
||||
|
||||
.info {
|
||||
padding: 15px;
|
||||
|
||||
.info-item {
|
||||
display : inline-block;
|
||||
min-width : 30%;
|
||||
margin-bottom: 10px;
|
||||
margin-right : 1%;
|
||||
|
||||
.info-title {
|
||||
font-size : 12px;
|
||||
color : #999;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user