diff --git a/subpages/heart/components/cancelSignupDialog/cancelSignupDialog.wxss b/subpages/heart/components/cancelSignupDialog/cancelSignupDialog.wxss index 3745ae9..2d8cd5c 100644 --- a/subpages/heart/components/cancelSignupDialog/cancelSignupDialog.wxss +++ b/subpages/heart/components/cancelSignupDialog/cancelSignupDialog.wxss @@ -17,6 +17,7 @@ background: #fff; box-sizing: border-box; padding: 0 30rpx; + margin-top: -350rpx; } .notice-verify .content .close { width: 100%; diff --git a/subpages/integralCentre/pages/index/index.wxss b/subpages/integralCentre/pages/index/index.wxss index 0b9369b..6e6be5e 100644 --- a/subpages/integralCentre/pages/index/index.wxss +++ b/subpages/integralCentre/pages/index/index.wxss @@ -96,7 +96,6 @@ line-height: 80rpx; } - .jf-title .jf-title-item-two { width: 20%; height: 80rpx; @@ -138,7 +137,7 @@ font-size: 30rpx; font-weight: 500; line-height: 80rpx; - color: #B20004; + color: #b20004; } .jf-list .jf-list-li.jf-list-li-last { @@ -258,6 +257,11 @@ button::after { font-weight: 500; color: rgba(51, 51, 51, 1); margin-left: 90rpx; + width: calc(100% - 131rpx); + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 1; + overflow: hidden; } .ph-list .right { @@ -265,5 +269,5 @@ button::after { line-height: 80rpx; font-size: 32rpx; font-weight: 500; - color: #B20004; + color: #b20004; }