diff --git a/demo/card.html b/demo/card.html
index aa2d1e8..2ea2e0c 100644
--- a/demo/card.html
+++ b/demo/card.html
@@ -2,7 +2,7 @@
-
+
+
+
+
+
\ No newline at end of file
diff --git a/public/cdn/layui-ul.css b/public/cdn/layui-ul.css
index 405d110..bde8e01 100644
--- a/public/cdn/layui-ul.css
+++ b/public/cdn/layui-ul.css
@@ -710,7 +710,7 @@
padding: 15px;
cursor: pointer;
}
-.ul-card-a-left{
+.ul-card-a-left {
width: 40%;
}
.ul-card-a-right {
@@ -726,3 +726,98 @@
margin-top: 5px;
font-size: 14px;
}
+
+.ul-nav-poster {
+ padding: 5px;
+ border: 1px solid #ddd;
+ border-top-width: 3px;
+}
+
+.ul-nav-poster-item {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ cursor: pointer;
+}
+
+.ul-nav-poster-left {
+ display: flex;
+ align-items: center;
+}
+.ul-nav-post-title {
+ color: #333;
+ font-weight: bold;
+}
+.ul-nav-poster-desc {
+ color: #999;
+ font-size: 12px;
+ font-weight: 100;
+}
+.ul-nav-poster-img {
+ width: 48px;
+ height: 48px;
+ background-size: cover;
+ background-position: center;
+}
+.ul-nav-poster-item:not(:last-child) {
+ border-bottom: 1px dashed #ddd;
+}
+
+.ul-card-bank {
+ width: 249px;
+ border: 1px solid #e4e4e4;
+ border-radius: 5px;
+ box-shadow: 0 1px 1px #e9e9e9;
+ float: left;
+ margin-right: 14px;
+ margin-bottom: 10px;
+ color: #666666;
+ font-size: 12px;
+ cursor: pointer;
+}
+
+.ul-card-bank-header {
+ padding: 10px 0;
+ margin: 0 14px;
+ border-bottom: 1px dotted #d9d9d9;
+}
+
+.ul-common-flex-sb {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+.ul-card-bank-body {
+ height: 40px;
+ padding: 10px 10px 20px 0;
+}
+
+.ul-card-bank-line {
+ width: 88px;
+ height: 23px;
+ font-weight: 100;
+ text-align: center;
+ background: #2e4158;
+ border-radius: 0 3px 0 0;
+ font-size: 14px;
+ float: left;
+}
+
+.ul-card-bank-footer {
+ padding: 3px 14px;
+ background: #f8f8f8;
+ border-top: 1px solid #e7e7e7;
+}
+
+.ul-card-bank-line-triangle {
+ width: 0px;
+ height: 3px;
+ display: block;
+ float: right;
+ border-left: 9px solid transparent;
+ border-bottom: 20px solid #fff;
+}
+.ul-card-bank-tips {
+ color: #6cf;
+ font-size: 14px;
+}