.page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;gap:20px;margin-bottom:10px}.page .row{background-color:#fff;border-radius:10px}.page .title{padding:11px 24px 8px;font-weight:400;font-size:18px;color:#333;margin-bottom:10px;border-bottom:1px solid #eee}.page .btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;position:sticky;bottom:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:15px}.page .btn-group>button{min-width:150px}.page .content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:20px;font-size:14px;gap:20px}.page .content .content-child{min-width:40%}.page .content .content-child .label{font-size:16px;color:#333}.page .content .content-child .value{border-radius:5px;color:#333}.page .content .content-child .disable-input{color:#999;background-color:#f5f5f5}.page .attachment .content-child{min-width:100%}.page .attachment .value{width:70%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:10px;padding:10px;border:1px solid #eee}.page .attachment .value .icon-content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px}.page .attachment .value i{cursor:pointer;font-size:14px;color:#409eff}.page .approve .content-child .value{color:#999}.page .approve .content-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;min-width:30%}.page .approve .content-child .value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px;color:#bbb}.page .approve .content-child .value .approve-title{color:#333}.page .approve .content-child .img{width:40px;height:40px;border-radius:50%}