.common-bg { margin-top: 30px; display: flex; flex-direction: column; align-items: center; } .step-content { margin-top: 20px; } .nav-justified { display: flex; } .nav-item { display: flex; margin-right: 5px; } .nav-li { display: table-cell; } .step-content .nav-justified li { width: 32px; height: 32px; border-radius: 50%; border: 1px solid #FFFFFF; color: #FFFFFF; text-align: center; line-height: 32px; } .step-content .nav-justified li a { color: #FFFFFF; } .step-content .nav-justified .active { background: #497BFF; color: #FFFFFF; border: 1px solid transparent; } .nav-content { margin-left: 5px; } .nav-li-title { font-size: 12px; color: #FFFFFF; text-align: left; line-height: 24px; font-weight: 400; } .arrow { position: relative; display: inline-block; width: 40px; height: 10px; } .arrow:before { content: ''; position: absolute; top: 0; right: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid white; transform: translateX(50%); } .line { position: absolute; top: 40%; left: 0; right: 0; height: 1px; background-color: white; } .nav-li-desc { font-size: 12px; color: #C6C6C6; text-align: left; line-height: 13px; font-weight: 400; width: 160px; word-wrap: break-word; } .finish { font-size: 12px; color: #000000; text-align: left; line-height: 13px; font-weight: 400; } .statement-item-text { font-size: 12px; color: rgba(255,147,0,0.85); line-height: 14px; font-weight: 400; } .page-header { margin-top: 0; height: 65px; line-height: 31px; font-size: 18px; padding: 23px 0; border-bottom: 1px solid #D9D9D9;; } .header-content { position: relative; } .header-button-content { position: absolute; right: 0; top: 23px; } .recommended-button-item { display: flex; } .header-button-item { cursor: pointer; font-size: 14px; color: #497BFF; letter-spacing: 0.16px; font-weight: 400; } .table-footer-content { display: flex; justify-content: flex-end; } .footer-item { border-radius: 5px; padding: 5px 20px; font-size: 14px; color: rgba(0,0,0,0.65); text-align: left; line-height: 22px; font-weight: 400; background: #FFFFFF; border: 1px solid rgba(217,217,217,1); } .table-footer-button-type { background: #497BFF; color: #FFFFFF; } .modal-dialog { width: 80%; } .modal-title { font-size: 18px; color: #1A1A1A; letter-spacing: 0.2px; font-weight: 600; } .text-button { z-index: 50; padding-left: 30px; font-size: 14px; color: #497BFF; letter-spacing: 0.16px; font-weight: 400; cursor: pointer; } .div-dash { position: absolute; width: 700px; height: 520px; border: 1px solid black; opacity: 0.7; } .dash { width: 700px; height: 520px; border: 1px dashed #497BFF; } ul { list-style-type: none; } .add-author-content { position: relative; } .add-author-item { overflow: hidden; z-index: 1; padding-bottom: 10px; padding-right: 10px; border: 1px solid #cccccc; transition: height 0.2s; } .author-content-button-item { width: 102%; display: flex; justify-content: space-between; padding-top: 10px; padding-bottom: 10px; padding-right:20px; background-color: #fafafa; margin-bottom: 20px; } .author-sort-number { padding-left: 40px; width: 50%; } .author-operate-button { display: flex; width: 50%; justify-content: flex-end; }