addRemark.acss 591 Bytes
@import "../../font/iconfont.acss";
page {
    background: #fff;
    font-family: PingFangSC-Regular;
    font-size: 30rpx;
    color: #191F25;
    line-height: 42rpx;
    padding-bottom: 180rpx;
}
.confirm>view {
    width: 100%;
    height: 96rpx;
    font-size: 36rpx;
    text-align: center;
    line-height: 96rpx;
    color: #fff;
    background: #3296FA;
    border: 1prx solid rgba(25, 31, 37, 0.12);
    border-radius: 48rpx;
}
.confirm {
    background: #fff;
    width: 682rpx;
    padding: 32rpx 34rpx;
    position: fixed;
    bottom: 0;
}
.remarkInput {
    padding: 0 32rpx;
}