123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- .HoutaiContainerTitleButton .HoutaiContainerTitleButtonTabBtn3 {
- color: #fff;
- background-color: #000000;
- border: 1px solid #000000;
- }
- .main {
- margin-left: 32px;
- 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;
- }
|