diff --git a/css/contrastDetails.css b/css/contrastDetails.css index 681a980..9e39bf4 100644 --- a/css/contrastDetails.css +++ b/css/contrastDetails.css @@ -47,6 +47,10 @@ color: #ffffff; cursor: pointer; } +.top-hand .top-right .save-btn.save-already { + background-color: #2d2d2d; + border: 1px #2d2d2d; +} .top-hand .top-right .save-btn .icon { width: 24px; height: 24px; @@ -183,6 +187,11 @@ width: 38px; height: 38px; } +.body .item .thead .top .vs-box { + width: 24px; + height: 24px; + border-radius: 50%; +} .body .item .thead .top .name { font-size: 15px; font-family: PingFangSC-Semibold, "PingFang SC Semibold", "PingFang SC", sans-serif; diff --git a/css/contrastDetails.less b/css/contrastDetails.less index d807356..4c58f21 100644 --- a/css/contrastDetails.less +++ b/css/contrastDetails.less @@ -54,6 +54,11 @@ color: #ffffff; cursor: pointer; + &.save-already { + background-color: rgba(45, 45, 45, 1); + border: 1px rgba(45, 45, 45, 1); + } + .icon { width: 24px; height: 24px; @@ -213,6 +218,12 @@ width: 38px; height: 38px; } + + .vs-box { + width: 24px; + height: 24px; + border-radius: 50%; + } .name { font-size: 15px; font-family: PingFangSC-Semibold, "PingFang SC Semibold", "PingFang SC", sans-serif; diff --git a/img/tick-white.png b/img/tick-white.png new file mode 100644 index 0000000..2a8570f Binary files /dev/null and b/img/tick-white.png differ