mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-07 21:02:48 +08:00
优化表格样式;
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
.ul-card-data-simple-bg-black {
|
.ul-card-data-simple.ul-card-data-simple-bg-black {
|
||||||
background-color: #393D49;
|
background-color: #393D49;
|
||||||
color : #fff;
|
color : #fff;
|
||||||
border-radius : 15px;
|
border-radius : 15px;
|
||||||
@@ -7,9 +7,8 @@
|
|||||||
box-shadow: 0 0 4px #999;
|
box-shadow: 0 0 4px #999;
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
|
padding: 15px;
|
||||||
padding : 15px;
|
margin : 0 10px 0 0;
|
||||||
margin-right: 0 10px;
|
|
||||||
|
|
||||||
.item-title {
|
.item-title {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
|
|
||||||
margin : 15px 0;
|
margin : 15px 0;
|
||||||
padding : 0 15px;
|
padding : 0 15px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|||||||
Reference in New Issue
Block a user