tsg-web/src/views/sq/qzq/qzqda/index.less

54 lines
1.1 KiB
Plaintext
Raw Normal View History

2024-09-30 10:21:57 +08:00
.basic-info {
2024-09-23 15:52:06 +08:00
position: relative;
font-size: 16px;
margin-bottom: 20px;
2024-09-30 10:21:57 +08:00
padding: 5px 25px;
2024-09-23 15:52:06 +08:00
border-bottom: 1px solid #eee;
2024-09-30 10:21:57 +08:00
&::before {
2024-09-23 15:52:06 +08:00
position: absolute;
2024-09-30 10:21:57 +08:00
top: 8px;
left: 0;
2024-09-23 15:52:06 +08:00
content: "";
display: block;
width: 5px;
height: 20px;
background-color: #0079fe;
}
}
2024-09-30 10:21:57 +08:00
.time-line {
2024-09-23 15:52:06 +08:00
width: 50%;
margin-left: 6%;
margin-top: 1%;
2024-09-30 10:21:57 +08:00
.time-line-item {
2024-09-23 15:52:06 +08:00
display: flex;
// align-items: center;
column-gap: 20px;
2024-09-30 10:21:57 +08:00
.dsj {
border-width: 0px;
width: 82px;
height: 30px;
background: inherit;
background-color: rgba(128, 255, 255, 1);
border: none;
border-radius: 4px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
line-height: 30px;
text-align: center;
margin-top: 10px;
}
.item-right {
flex: 1;
2024-09-24 16:52:00 +08:00
display: flex;
flex-direction: column;
justify-content: space-between;
height: 70px;
2024-09-23 15:52:06 +08:00
}
}
}