.operation-page{background-color:#f9fafb;width:100%;padding:10px}.operation-page .operation-item{padding:24px;width:100%;display:flex;justify-content:flex-start;background-color:#fff;border-bottom:1px solid #eeeff2}.operation-page .operation-item:last-child{border-bottom:none}.operation-page .operation-item .operation-details{margin-left:16px;flex:1}.operation-page .operation-item .operation-details .operation-header{font-family:Roboto;font-size:16px;font-weight:500;line-height:24px;color:#111827;margin-bottom:8px;display:flex;justify-content:space-between;align-items:flex-start}.operation-page .operation-item .operation-details .operation-header .operation-time{font-family:Roboto;font-size:14px;font-weight:400;line-height:20px;color:#6b7280}.operation-page .operation-item .operation-details .operation-description{font-family:Roboto;font-size:14px;font-weight:400;line-height:22.75px;color:#4b5563}.operation-page .operation-item .operation-details .operation-changes{width:99%;background-color:#f9fafb;min-height:72px;display:flex;flex-direction:column;padding:12px;gap:10px;align-content:flex-start}.operation-page .operation-item .operation-details .operation-changes .change-item{margin-bottom:10px;font-family:Roboto;font-size:14px;color:#4b5563}.operation-page .operation-item .operation-details .operation-changes .change-item .change-details{display:flex}.operation-page .operation-item .operation-details .operation-changes .change-item .change-details .change-after,.operation-page .operation-item .operation-details .operation-changes .change-item .change-details .change-before{margin-right:10px}.operation-page .operation-item .operation-details .operation-changes .change-item .change-details .arrow{margin:0 10px}.operation-page .operation-item .operation-details .operation-changes .change-item span{font-family:Roboto;font-size:14px;font-weight:400;line-height:20px;color:#111827}