.leaveWrap { margin-top: 12px; .subTitle { display: flex; flex-direction: row; align-items: center; .subTitleIcon { font-size: 20px; margin-right: 6px; } span { font-size: 16px; font-weight: 500; color: #333333; line-height: 22px; } } .leaveInfo { margin: 12px 13px 20px; background-color: #fff; border-radius: 10px; padding: 15px 12px 20px; .leaveDate { margin-top: 10px; font-size: 15px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #333333; line-height: 21px; margin-bottom: 25px; } .leaveReason { margin-top: 10px; font-size: 15px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #333333; line-height: 21px; } } .courseWrap { margin: 20px 13px; // padding: 0px 0px 20px; .courseWrapTitlte { padding: 0 12px; } .courseList { padding-top: 10px; } } .reasonWrap { margin: 0 13px; border-radius: 10px; overflow: hidden; background-color: #fff; .bottomIcon { font-size: 20px; margin-right: 6px; } .van-field { padding: 0 12px; min-height: 200px; } .reasonLabelLeft { display: flex; flex-direction: row; align-items: center; font-size: 16px; font-weight: 500; color: #333333; line-height: 22px; } } .btnWrap { margin-top: 30px; .unpassBtn { border-radius: 22px; } } :global { .van-field__word-limit { position: absolute; top: -30px; right: 0; } } }