|
@@ -1152,12 +1152,7 @@ export default {
|
|
|
|
|
|
<style scoped>
|
|
|
@media screen and (max-width: 1280px) {
|
|
|
- .stepBg .steps:nth-child(1) ::after,
|
|
|
- .stepBg .steps:nth-child(2) ::after,
|
|
|
- .stepBg .steps:nth-child(3) ::after {
|
|
|
- content: "";
|
|
|
- top: 105px !important;
|
|
|
- }
|
|
|
+
|
|
|
}
|
|
|
.dialog_diy >>> .el-dialog__header {
|
|
|
background: #3c3c3c !important;
|
|
@@ -1208,7 +1203,8 @@ export default {
|
|
|
flex-wrap: nowrap;
|
|
|
position: relative;
|
|
|
width: 210px;
|
|
|
- height: 180px;
|
|
|
+ height: 130px;
|
|
|
+ min-height: 130px;
|
|
|
}
|
|
|
.steps > div:nth-child(1) > img {
|
|
|
z-index: 9;
|