remind.acss 867 Bytes
@import "../../font/iconfont.acss";
page {
    background: #f6f6f6;
    font-family: PingFangSC-Regular;
    font-size: 34rpx;
    color: #191F25;
    padding-bottom: 180rpx;
}

.remindList {
    background: #fff;
    padding-left: 32rpx;
}

.remindContent {
    line-height: 112rpx;
    height: 112rpx;
    display: flex;
    padding-right: 32rpx;
    justify-content: space-between;
    border-bottom: 1rpx solid rgba(25, 31, 37, 0.12);
}

.confirm {
    background: #fff;
    width: 682rpx;
    padding: 24rpx 34rpx;
    position: fixed;
    bottom: 0;
}

.confirm>view {
    width: 100%;
    height: 90rpx;
    font-size: 36rpx;
    text-align: center;
    line-height: 90rpx;
    color: #fff;
    background: #3296FA;
    border: 1prx solid rgba(25, 31, 37, 0.12);
    border-radius: 48rpx;
}
.iconxuanzhong1 {
    color: #fff;
}
.select {
    color: #1890FF;
}