* { padding: 0; margin: 0; list-style: none; box-sizing: border-box; } html, body { width: 100%; height: auto; background-color: #F7F8F9; } .HoutaiContainer { width: 1440px; height: auto; margin: 0 auto; } .HoutaiContainerTitle { width: 1440px; height: 108px; display: flex; display: -moz-flex; display: -o-flex; display: -webkit-flex; display: -ms-flex; position: fixed; top: 0; background-color: #F7F8F9; } .HoutaiContainerTitleText { color: #000000; font-weight: bold; font-size: 32px; margin-left: 32px; margin-top: 41px; } .HoutaiContainerTitleLogout { width: 60px; height: 43px; background-color: #000000; border-radius: 15px; color: #FFFFFF; font-size: 14px; font-weight: bold; text-align: center; line-height: 43px; margin-top: 41px; position: absolute; right: 32px; cursor: pointer; } .HoutaiContainerTitleButton { width: 1440px; height: 43px; display: flex; display: -moz-flex; display: -o-flex; display: -webkit-flex; display: -ms-flex; align-items: center; margin-top: 108px; } .HoutaiContainerTitleButton p { cursor: pointer; } .HoutaiContainerTitleButtonAdvert, .HoutaiContainerTitleButtonEarningStatistics, .HoutaiContainerTitleButtonPendingPayment, .HoutaiContainerTitleButtonPaid, .HoutaiContainerTitleButtonPayManage, .HoutaiContainerTitleButtonContrast, .HoutaiContainerTitleButtonFeedback, .HoutaiContainerTitleButtonAnnouncement, .HoutaiContainerTitleButtonSource { /* width: 88px; height: 43px; */ background-color: #FFFFFF; border-radius: 4px; text-align: center; /* line-height: 43px; */ color: #000000; font-size: 14px; font-weight: bold; margin-left: 16px; border: 1px solid #D5D9DD; padding: 10px 16px; } .HoutaiContainerTitleButtonHome { margin-left: 32px; } .HoutaiContainerTitleButtonHome { width: 88px; height: 43px; background-color: #000000; border-radius: 4px; text-align: center; line-height: 43px; color: #fff; font-size: 14px; font-weight: bold; margin-left: 32px; border: 1px solid #000000; } .main { margin-left: px; margin-top: 16px; width: 1316px; } .table { margin-bottom: 12px } .tableTitle { color: #000; font-size: 16px; font-weight: 500; margin: 6px 0; } .tableLineContent { border-radius: 10px; overflow: hidden; margin-top: 6px; } .tableLine1, .tableLine2 { display: flex; justify-content: space-around; padding: 0 16px; } .tableLine1 { background-color: #FFF; } .tableLine2 { background-color: #EDF3FD; } .card { height: 34px; line-height: 34px; flex: 1; display: flex; } .cardLabel { color: #737880; font-size: 14px; font-weight: 400; } .cardLabelData { color: #323B4B; font-size: 16px; font-weight: 600; margin-left: 10px; }