mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-08 13:22:47 +08:00
将用户卡片迁移到新代码结构
This commit is contained in:
@@ -389,45 +389,6 @@
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.ul-info-card {
|
||||
background-color: #fff;
|
||||
}
|
||||
.ul-info-card .header .img {
|
||||
width: 100%;
|
||||
height: 160px;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
.ul-info-card .body {
|
||||
margin-top: 15px;
|
||||
}
|
||||
.ul-info-card .body .title {
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
color: #333;
|
||||
}
|
||||
.ul-info-card .body .line {
|
||||
height: 3px;
|
||||
width: 60px;
|
||||
background-color: #1E9FFF;
|
||||
margin: 10px auto;
|
||||
}
|
||||
.ul-info-card .body .info {
|
||||
padding: 15px;
|
||||
}
|
||||
.ul-info-card .body .info .info-item {
|
||||
display: inline-block;
|
||||
min-width: 30%;
|
||||
margin-bottom: 10px;
|
||||
margin-right: 1%;
|
||||
}
|
||||
.ul-info-card .body .info .info-item .info-title {
|
||||
font-size: 12px;
|
||||
color: #999;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.ul-data-card {
|
||||
margin: 15px;
|
||||
padding: 15px;
|
||||
@@ -1108,6 +1069,45 @@
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.ul-info-card {
|
||||
background-color: #fff;
|
||||
}
|
||||
.ul-info-card .header .img {
|
||||
width: 100%;
|
||||
height: 160px;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
.ul-info-card .body {
|
||||
margin-top: 15px;
|
||||
}
|
||||
.ul-info-card .body .title {
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
color: #333;
|
||||
}
|
||||
.ul-info-card .body .line {
|
||||
height: 3px;
|
||||
width: 60px;
|
||||
background-color: #1E9FFF;
|
||||
margin: 10px auto;
|
||||
}
|
||||
.ul-info-card .body .info {
|
||||
padding: 15px;
|
||||
}
|
||||
.ul-info-card .body .info .info-item {
|
||||
display: inline-block;
|
||||
min-width: 30%;
|
||||
margin-bottom: 10px;
|
||||
margin-right: 1%;
|
||||
}
|
||||
.ul-info-card .body .info .info-item .info-title {
|
||||
font-size: 12px;
|
||||
color: #999;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.ul-descriptions-info {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
|
||||
2
public/cdn/layui-ul.min.css
vendored
2
public/cdn/layui-ul.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user