style:修改进度条样式

This commit is contained in:
李晓鸽
2022-09-26 15:40:44 +08:00
parent 5cbb50f68e
commit c2f02a33e5
5 changed files with 92 additions and 20 deletions

View File

@@ -205,11 +205,11 @@ export default {
display: flex;
margin: 47px 45px 0 75px;
max-width: 1810px;
height: 50px;
// height: 50px;
background: #f9f9f9;
position: relative;
.linetitle {
margin: 14px 0 17px 28px;
margin: 14px 120px 17px 28px;
font-size: 16px;
font-weight: 800;
color: #333333;
@@ -263,6 +263,7 @@ export default {
font-size: 16px;
font-weight: 500;
color: #333333;
margin-right: 88px;
}
.itemdiscuss {
margin-top: 15px;
@@ -300,7 +301,9 @@ export default {
}
}
.thinline {
max-width: 1450px;
// max-width: 1450px;
width: calc(100% - 88px);
margin-top: 33px;
border-top: 1px solid #999999;
opacity: 0.2;