gz_car_ui/css/welcome/data_detail_list.css

58 lines
727 B
CSS
Raw Normal View History

2025-01-16 18:47:38 +08:00
body {
margin: 0 15px 15px 15px;
height: 100%;
}
.layout {
display: flex;
justify-content: center;
align-items: center;
}
.tag-box {
justify-content: flex-start;
2025-01-20 10:49:25 +08:00
margin-bottom: 5px;
2025-01-16 18:47:38 +08:00
}
.layui-btn-container .layui-btn {
margin-bottom: 0px;
padding: 0 20px;
}
2025-01-20 10:49:25 +08:00
/* #demo button {
2025-01-16 18:47:38 +08:00
margin-bottom: 5px;
2025-01-20 10:49:25 +08:00
} */
2025-01-16 18:47:38 +08:00
.checkBtn {
color: #409eff;
border: 1px solid;
}
.layui-btn-sm {
font-size: 14px;
}
.layui-form-item {
margin-bottom: 0;
}
#open,
#close {
cursor: pointer;
color: #409eff;
width: 60px;
}
.tag-item:hover {
border-color: #409eff;
color: #409eff;
}
.tag-box p {
width: 70px;
text-align: right;
}
#demo{
width: calc(100% - 120px);
}