.header { margin-left: 20rpx; color: #222222; font-size: 28rpx; font-weight: bold; } .item{ display:flex; border-bottom:1px solid #e6e6e6; height: 90rpx; display: flex; justify-content: space-between; align-items: center; margin-left: 52rpx; margin-right: 48rpx; } .item-left { display: flex; align-items: center; } .item-title { font-size: 26rpx; color: #999999; } .item-icon { width: 30rpx; height: 30rpx; margin-right: 20rpx; } .item-right { /* flex: 1; */ text-align: right; font-size: 26rpx; font-weight: 400; color: #222222; } .right-icon { width: 40rpx; height: 40rpx; } .item-right-icon { width: 13rpx; height: 26rpx; } /* TODO: 为什么不生效? */ .not-border{ border-bottom: none; } .item:last-child{ border-bottom:none } .line { background: #F9F9F9; height: 20rpx; } .desc { font-size: 26rpx; font-weight: 400; color: #FF512A; } .quit_login { margin: 10rpx 50rpx 0; background: #FF512A; border-radius: 100rpx 100rpx 100rpx 100rpx; height: 80rpx; color: #FFFFFF; font-size: 36rpx; font-weight: 400; line-height: 80rpx; }