repeatMechanism.acss 523 Bytes
@import "../../font/iconfont.acss";
page {
    background: #f6f6f6;
    font-family: PingFangSC-Regular;
    font-size: 32rpx;
    color: #191F25;
}

.repeatList {
    line-height: 112rpx;
    height: 112rpx;
    background: white;
    padding-left: 32rpx;
}

.repeatRight {
    border-bottom: 1rpx solid;
    height: 112rpx;
    margin-bottom: 10rpx;
    padding-right: 32rpx;
    border-bottom: rgba(25, 31, 37, 0.12)
}

.icon {
    float: right;
    font-size: 40rpx;
    color: white;
}

.select {
    color: #1890FF;
}