diff --git a/css/contrastDetails.css b/css/contrastDetails.css index 88f4ae2..1b6e520 100644 --- a/css/contrastDetails.css +++ b/css/contrastDetails.css @@ -266,16 +266,7 @@ justify-content: space-between; transition: all 0.3s; } -.base-footer.isnosave { - width: 360px; - padding: 0; - justify-content: center; -} -.base-footer.isnosave .save { - display: none; -} .base-footer .base-box { - bottom: 35px; height: 60px; background: -webkit-linear-gradient(189.46232221deg, #dbe3fd 0%, #eef7f5 100%); background: -moz-linear-gradient(260.53767779deg, #dbe3fd 0%, #eef7f5 100%); @@ -286,6 +277,15 @@ padding-left: 32px; padding-right: 5px; } +.base-footer .base-box.isnosave { + width: 360px; + padding: 0; + justify-content: center; + padding-left: 5px; +} +.base-footer .base-box.isnosave .save { + display: none; +} .base-footer .item { font-size: 15px; color: #000000; diff --git a/css/contrastDetails.less b/css/contrastDetails.less index b1f93ab..fe99188 100644 --- a/css/contrastDetails.less +++ b/css/contrastDetails.less @@ -319,17 +319,8 @@ // padding-right: 5px; justify-content: space-between; - &.isnosave { - width: 360px; - padding: 0; - justify-content: center; - .save { - display: none; - } - } - .base-box { - bottom: 35px; + // bottom: 35px; height: 60px; background: -webkit-linear-gradient(189.462322208026deg, rgba(219, 227, 253, 1) 0%, rgba(238, 247, 245, 1) 100%); @@ -340,6 +331,15 @@ border-radius: 153px; padding-left: 32px; padding-right: 5px; + &.isnosave { + width: 360px; + padding: 0; + justify-content: center; + padding-left: 5px; + .save { + display: none; + } + } } transition: all 0.3s;