page{background-color: rgb(242, 242, 242);} .page-content{ margin: 0 20rpx; border-radius: 20rpx; } .list{ border-radius: 20rpx; background-color: #fff; padding: 0 40rpx; margin-top: 36rpx; } .item{ display: flex; align-items: center; justify-content: space-between; font-size: 15px; padding: 36rpx 0; } .item + .item{border-top: 1px solid #969696;} .right-num{text-align: right;} .icon{ width: 24rpx; height: 24rpx; margin-left: 10rpx; } .left-title, .right-num{ font-weight: bold; color: #323232; margin-bottom: 24rpx; } .left-spec, .have{ font-size: 12px; color: #969696; } .null-have{ height: 40px; text-align: center; line-height: 40px; }