diff --git a/css/common.css b/css/common.css index d647043..16fb289 100644 --- a/css/common.css +++ b/css/common.css @@ -44,7 +44,7 @@ body { } .base { width: 640px; - height: 60px; + height: 54px; background-color: #7b8cd3; background: linear-gradient(264.64417496deg, #dbe3fd 0%, #eef7f5 100%); box-shadow: 0px 0px 7px #7b8cd3; diff --git a/css/common.less b/css/common.less index 8879557..4a7831d 100644 --- a/css/common.less +++ b/css/common.less @@ -54,7 +54,7 @@ body { .base { width: 640px; - height: 60px; + height: 54px; background-color: rgba(123, 140, 211, 1); background: linear-gradient(264.644174957145deg, rgba(219, 227, 253, 1) 0%, rgba(238, 247, 245, 1) 100%); box-shadow: 0px 0px 7px rgba(123, 140, 211, 1); diff --git a/css/details.css b/css/details.css index ca2c98e..78f66cf 100644 --- a/css/details.css +++ b/css/details.css @@ -1405,8 +1405,8 @@ background-color: #d7d7d7; } .base .type1 .add { - height: 50px; - line-height: 50px; + height: 42px; + line-height: 42px; text-align: center; background-color: #7b8cd3; border-radius: 158px; @@ -1414,6 +1414,7 @@ font-style: normal; font-size: 15px; color: #ffffff; + margin-left: 16px; margin-right: 5px; cursor: pointer; } diff --git a/css/details.less b/css/details.less index 9c18629..ef45d85 100644 --- a/css/details.less +++ b/css/details.less @@ -1607,8 +1607,8 @@ } .add { - height: 50px; - line-height: 50px; + height: 42px; + line-height: 42px; text-align: center; background-color: rgba(123, 140, 211, 1); border-radius: 158px; @@ -1616,6 +1616,7 @@ font-style: normal; font-size: 15px; color: #ffffff; + margin-left: 16px; margin-right: 5px; cursor: pointer; .img {