.title { font-size: 24px; margin-bottom: 14px; font-weight: bold; line-height: 40px; i { display: inline-block; vertical-align: middle; width: 12px; height: 12px; border-radius: 50%; background-color: #4a90e2; margin-right: 10px; } } .desc { font-size: 22px; font-weight: 400; color: #4a4a4a; } .content { display: flex; padding: 20px; align-items: center; .left { width: 90px; margin: 0; font-size: 18px; font-weight: 400; color: #3b3b3b; } .right { flex: 1; } } .orderIcon { background: #12ceb3; width: 200px; position: absolute; top: 30px; right: -55px; text-align: center; font-size: 18px; transform: rotate(45deg); padding: 8px 0; color: #fff; } .pageCard { margin-top: 30px; overflow: hidden; border-radius: 8px; box-shadow: 2px 0 8px 0 rgba(0, 0, 0, 0.3); border: 1px solid #eee; position: relative; background: rgba(255, 255, 255, 0.6); } .bottom { border-top: 1px solid #c0c0c0; padding: 28px; height: 100%; .bottomText { font-size: 18px; font-weight: 400; color: #4a4a4a; line-height: 24px; text-align: center; } } .btn { width: 90px; height: 40px; background: rgba(245, 166, 35, 0.75); border-radius: 4px; font-size: 18px; font-weight: 400; color: #ffffff; line-height: 40px; text-align: center; float: right; } :global { .table2 .ant-table-thead { background: rgba(245, 166, 35, 0.14); } }