JIALDemo/target/classes/backend/styles/page.css

193 lines
3.8 KiB
CSS
Raw Permalink Normal View History

2023-11-28 08:43:15 +08:00
.dashboard-container {
padding: 20px;
}
.dashboard-container .container {
background: #fff;
position: relative;
z-index: 1;
padding: 30px 28px;
border-radius: 4px;
}
.dashboard-container .container .tableBar {
display: flex;
margin-bottom: 20px;
justify-content: space-between;
}
.dashboard-container .container .tableBox {
width: 100%;
border: solid 2px #f3f4f7;
border-radius: 2px;
}
.dashboard-container .container .tableBox .el-image img {
width: 40px;
border-radius: 5px;
}
.dashboard-container .container .pageList {
text-align: center;
margin-top: 30px;
}
.dashboard-container .container .tableLab .span-btn {
cursor: pointer;
display: inline-block;
font-size: 14px;
padding: 0 20px;
color: #818693;
border-right: solid 1px #d8dde3;
}
.dashboard-container .container .tableLab .el-button {
margin-left: 10px;
}
.el-table-column--selection .cell {
padding-left: 10px;
}
/* 添加 */
.addBrand-container .avatar-uploader .el-upload {
border: 1px dashed #d9d9d9;
border-radius: 6px;
cursor: pointer;
position: relative;
overflow: hidden;
}
.addBrand-container .avatar-uploader .el-upload:hover {
border-color: #409eff;
}
.addBrand-container .avatar-uploader-icon {
font-size: 28px;
color: #8c939d;
width: 200px;
height: 160px;
line-height: 160px;
text-align: center;
}
.addBrand-container .avatar {
width: 160px;
height: 160px;
display: block;
}
.addBrand-container .el-form--inline .el-form-item__content {
width: 293px;
}
.addBrand-container .el-input {
2023-12-24 13:39:07 +08:00
max-width: 100%;
2023-11-28 08:43:15 +08:00
width: 293px;
}
.addBrand-container {
margin: 30px;
}
.addBrand-container .container {
position: relative;
z-index: 1;
background: #fff;
padding: 30px;
border-radius: 4px;
min-height: 500px;
}
.addBrand-container .container .subBox {
padding-top: 30px;
text-align: center;
border-top: solid 1px #f3f4f7;
}
2023-12-24 13:39:07 +08:00
.addDynamicBox {
2023-11-28 08:43:15 +08:00
width: 777px;
}
2023-12-24 13:39:07 +08:00
.addDynamicBox .addBut {
2023-11-28 08:43:15 +08:00
background: #ffc200;
display: inline-block;
padding: 0px 20px;
border-radius: 3px;
line-height: 40px;
cursor: pointer;
border-radius: 4px;
color: #333333;
font-weight: 500;
}
2023-12-24 13:39:07 +08:00
.addDynamicBox .dynamicBoxList {
2023-11-28 08:43:15 +08:00
border: solid 1px #dfe2e8;
border-radius: 3px;
padding: 15px;
background: #fafafb;
}
2023-12-24 13:39:07 +08:00
.addDynamicBox .dynamicBoxList .title {
2023-11-28 08:43:15 +08:00
color: #606168;
}
2023-12-24 13:39:07 +08:00
.addDynamicBox .dynamicBoxList .cont .items {
2023-11-28 08:43:15 +08:00
display: flex;
margin: 10px 0;
}
2023-12-24 13:39:07 +08:00
.addDynamicBox .dynamicBoxList .cont .items .itTit {
2023-11-28 08:43:15 +08:00
width: 150px;
margin-right: 15px;
}
2023-12-24 13:39:07 +08:00
.addDynamicBox .dynamicBoxList .cont .items .itTit input {
width: 150px;
2023-11-28 08:43:15 +08:00
line-height: 40px;
border-radius: 3px;
padding: 0 10px;
}
2023-12-24 13:39:07 +08:00
.addDynamicBox .dynamicBoxList .cont .items .labItems {
2023-11-28 08:43:15 +08:00
flex: 1;
display: flex;
flex-wrap: wrap;
border-radius: 3px;
min-height: 39px;
border: solid 1px #d8dde3;
background: #fff;
padding: 0 5px;
}
2023-12-24 13:39:07 +08:00
.addDynamicBox .dynamicBoxList .cont .items .labItems span {
2023-11-28 08:43:15 +08:00
display: inline-block;
color: #f19c59;
margin: 5px;
line-height: 26px;
height: 26px;
padding: 0 10px;
background: #fdf4eb;
border-radius: 3px;
border: solid 1px #fae2cd;
}
2023-12-24 13:39:07 +08:00
.addDynamicBox .dynamicBoxList .cont .items .labItems span i {
2023-11-28 08:43:15 +08:00
cursor: pointer;
font-style: normal;
}
2023-12-24 13:39:07 +08:00
.addDynamicBox .dynamicBoxList .cont .items .labItems .inputBox {
2023-11-28 08:43:15 +08:00
display: inline-block;
width: 100%;
height: 36px;
line-height: 36px;
overflow: hidden;
}
2023-12-24 13:39:07 +08:00
.addDynamicBox .dynamicBoxList .cont .items .delBut {
2023-11-28 08:43:15 +08:00
display: inline-block;
padding: 0 10px;
color: #f19c59;
cursor: pointer;
}
.addBrand-container .address .el-form-item__content {
width: 777px !important;
}
.el-button--text {
font-weight: 400 !important;
font-size: 13px !important;
}
.el-table td {
font-size: 13px !important;
}
.el-table .cell,
.el-table th div,
.el-table--border td:first-child .cell,
.el-table--border th:first-child .cell {
padding-left: 12px;
}