Browse Source

优化

master
zhaoyongnian 5 years ago
parent
commit
d10bf3156c
  1. 1
      subpages/heart/components/cancelSignupDialog/cancelSignupDialog.wxss
  2. 10
      subpages/integralCentre/pages/index/index.wxss

1
subpages/heart/components/cancelSignupDialog/cancelSignupDialog.wxss

@ -17,6 +17,7 @@
background: #fff; background: #fff;
box-sizing: border-box; box-sizing: border-box;
padding: 0 30rpx; padding: 0 30rpx;
margin-top: -350rpx;
} }
.notice-verify .content .close { .notice-verify .content .close {
width: 100%; width: 100%;

10
subpages/integralCentre/pages/index/index.wxss

@ -96,7 +96,6 @@
line-height: 80rpx; line-height: 80rpx;
} }
.jf-title .jf-title-item-two { .jf-title .jf-title-item-two {
width: 20%; width: 20%;
height: 80rpx; height: 80rpx;
@ -138,7 +137,7 @@
font-size: 30rpx; font-size: 30rpx;
font-weight: 500; font-weight: 500;
line-height: 80rpx; line-height: 80rpx;
color: #B20004; color: #b20004;
} }
.jf-list .jf-list-li.jf-list-li-last { .jf-list .jf-list-li.jf-list-li-last {
@ -258,6 +257,11 @@ button::after {
font-weight: 500; font-weight: 500;
color: rgba(51, 51, 51, 1); color: rgba(51, 51, 51, 1);
margin-left: 90rpx; margin-left: 90rpx;
width: calc(100% - 131rpx);
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
} }
.ph-list .right { .ph-list .right {
@ -265,5 +269,5 @@ button::after {
line-height: 80rpx; line-height: 80rpx;
font-size: 32rpx; font-size: 32rpx;
font-weight: 500; font-weight: 500;
color: #B20004; color: #b20004;
} }

Loading…
Cancel
Save