diff --git a/css/common.css b/css/common.css index 1e7c347..ed46682 100644 --- a/css/common.css +++ b/css/common.css @@ -72,6 +72,7 @@ body { border-radius: 153px 15px 15px 153px; margin-right: 5px; padding: 0 20px; + position: relative; } .base .left .text { font-family: "PingFangSC-Regular", "PingFang SC", sans-serif; @@ -79,6 +80,7 @@ body { font-style: normal; font-size: 15px; color: rgba(170, 170, 170, 0.90196078); + flex: 1; } .base .left .img { width: 20px; @@ -777,6 +779,7 @@ body { padding: 10px; cursor: pointer; line-height: 30px; + display: block; } .hint-list .item:not(:last-of-type) { border-bottom: 1px #e6e4e4 dotted; diff --git a/css/common.less b/css/common.less index 1604074..45f55cd 100644 --- a/css/common.less +++ b/css/common.less @@ -86,12 +86,14 @@ body { border-radius: 153px 15px 15px 153px; margin-right: 5px; padding: 0 20px; + position: relative; .text { font-family: "PingFangSC-Regular", "PingFang SC", sans-serif; font-weight: 400; font-style: normal; font-size: 15px; color: rgba(170, 170, 170, 0.901960784313726); + flex: 1; } .img { @@ -878,6 +880,7 @@ body { padding: 10px; cursor: pointer; line-height: 30px; + display: block; &:not(:last-of-type) { border-bottom: 1px #e6e4e4 dotted;