gz_gqj_web/css/demandPlan/apply_plan_detail.css

135 lines
1.8 KiB
CSS
Raw Normal View History

2024-11-11 10:54:13 +08:00
.layout {
display: flex;
justify-content: center;
align-items: center;
}
2024-11-11 11:23:25 +08:00
body {
margin: 0 15px 15px 15px;
}
2024-11-11 10:54:13 +08:00
#main-box {
width: 100%;
2024-11-11 12:28:05 +08:00
padding: 0 1% 0 1%;
2024-11-11 10:54:13 +08:00
box-sizing: border-box;
2024-11-11 11:23:25 +08:00
background-color: #fff;
border-radius: 5px;
}
.title {
width: 100%;
height: 30px;
justify-content: start;
box-sizing: border-box;
}
.title p {
font-size: 14px !important;
font-weight: bold;
2024-11-11 10:54:13 +08:00
}
#plan-detail-box {
width: 100%;
height: 80px;
2024-11-14 14:19:50 +08:00
align-items: center;
justify-content: space-between;
2024-11-11 10:54:13 +08:00
}
2024-11-11 11:23:25 +08:00
#plan-detail-box>p,
#plan-basic-box>p,
#oper-record-box p,
#implement-box p {
2024-11-11 10:54:13 +08:00
font-size: 20px;
font-weight: bold;
}
#plan-basic-box {
width: 100%;
flex-direction: column;
align-items: baseline;
justify-content: space-evenly;
}
.classTable {
width: 100%;
table-layout: fixed;
text-align: center;
border-collapse: collapse;
border-spacing: 1px;
box-sizing: border-box;
}
2024-11-11 11:23:25 +08:00
.classTable tr td,
.classTable tr th {
2024-11-11 10:54:13 +08:00
height: 50px;
box-sizing: border-box;
border: 1px solid #ddd;
padding: 10px 20px;
text-align: left;
}
2024-11-11 11:23:25 +08:00
.classTable tr td,
.classTable tr th {
2024-11-11 10:54:13 +08:00
width: 20%
}
2024-11-11 11:23:25 +08:00
.classTable tr td:nth-child(1),
.classTable tr th:nth-child(1) {
2024-11-11 10:54:13 +08:00
width: 40%
}
.classTable tr:nth-child(odd) {
background-color: #f2f2f2;
}
2024-11-11 12:28:05 +08:00
#baseTable tr td,
#baseTable tr th{
text-align: center;
}
2024-11-11 10:54:13 +08:00
#implement-box {
width: 100%;
flex-direction: column;
align-items: baseline;
justify-content: space-evenly;
}
#oper-record-box {
width: 100%;
flex-direction: column;
align-items: baseline;
justify-content: space-evenly;
}
.layui-timeline {
margin-top: 10px;
width: 100%;
}
.oper-info {
height: 80px;
}
.oper-info>div:nth-child(1) {
width: 7%;
height: 100%
}
.oper-info>div:nth-child(2) {
width: 73%;
height: 100%
}
.oper-info>div:nth-child(3) {
width: 20%;
height: 100%
}
.user-oper {
flex-direction: column;
}
2024-11-11 11:23:25 +08:00
.page-content {
2024-11-11 10:54:13 +08:00
width: 100%;
}