mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-12 12:26:49 +08:00
style:修改进度条样式
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user