diff --git a/css/common.css b/css/common.css index 4566f5b..48f506e 100644 --- a/css/common.css +++ b/css/common.css @@ -372,6 +372,7 @@ body { height: 640px; background-color: #f6f6f6; border-radius: 0 0 12px 0; + overflow: hidden; animation: contrastRightShow 0.3s; border-left: 1px solid #ebebeb; } diff --git a/css/common.less b/css/common.less index 2e8ac9d..d32823e 100644 --- a/css/common.less +++ b/css/common.less @@ -424,6 +424,7 @@ body { height: 640px; background-color: rgba(246, 246, 246, 1); border-radius: 0 0 12px 0; + overflow: hidden; animation: contrastRightShow 0.3s; border-left: 1px solid #ebebeb; diff --git a/css/contrastDetails.css b/css/contrastDetails.css index 15e039a..1d0a204 100644 --- a/css/contrastDetails.css +++ b/css/contrastDetails.css @@ -273,7 +273,7 @@ } .base-footer .base-box { pointer-events: all; - height: 60px; + height: 54px; background: linear-gradient(260.53767779deg, #dbe3fd 0%, #eef7f5 100%); box-sizing: border-box; border: 1px solid #dbe0f2; @@ -306,7 +306,7 @@ } .base-footer .save { width: 406px; - height: 50px; + height: 42px; background-color: #f6f6f6; border-radius: 158px; font-size: 14px; @@ -321,7 +321,7 @@ } .base-footer .save .btn { width: 140px; - height: 50px; + height: 100%; background-color: #7b8cd3; border-radius: 158px; font-size: 16px; diff --git a/css/contrastDetails.less b/css/contrastDetails.less index 5acec75..19f4fe3 100644 --- a/css/contrastDetails.less +++ b/css/contrastDetails.less @@ -326,7 +326,7 @@ .base-box { // bottom: 35px; pointer-events: all; - height: 60px; + height: 54px; background: linear-gradient(260.537677791974deg, rgba(219, 227, 253, 1) 0%, rgba(238, 247, 245, 1) 100%); box-sizing: border-box; border: 1px solid rgba(219, 224, 242, 1); @@ -371,7 +371,7 @@ .save { width: 406px; - height: 50px; + height: 42px; background-color: rgba(246, 246, 246, 1); border-radius: 158px; font-size: 14px; @@ -386,7 +386,7 @@ .btn { width: 140px; - height: 50px; + height: 100%; background-color: rgba(123, 140, 211, 1); border-radius: 158px; font-size: 16px;