123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- .HoutaiContainerTitleButton .HoutaiContainerTitleButtonPaid {
- color: #fff;
- background-color: #000000;
- border: 1px solid #000000;
- }
- .main {
- margin: 25px 32px 24px;
- }
- .table {
- display: flex;
- margin-bottom: 12px
- }
- .card {
- width: 183px;
- height: 98px;
- background-color: #fff;
- border-radius: 10px;
- margin-right: 10px;
- }
- .card :first-child {
- font-size: 18px;
- color: #B0B7C3;
- margin-left: 24px;
- margin-top: 16px;
- }
- .card :last-child {
- font-size: 27px;
- color: #323B4B;
- margin-left: 24px;
- margin-top: 8px;
- }
- .HoutaiContainerBottomAppleList {
- width: 1380px;
- background-color: white;
- margin-top: 24px;
- margin-left: 32px;
- margin: 25px auto 0;
- border-radius: 10px;
- border: 1px solid #D5D9DD;
- }
- .HoutaiContainerBottomAppleListHeader {
- width: 1378px;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- margin: 0 auto;
- display: -ms-flex;
- background-color: #F2F4F6;
- border-radius: 10px;
- }
- .HoutaiContainerBottomAppleListHeader>p {
- height: 54px;
- text-align: center;
- line-height: 54px;
- font-size: 14px;
- color: #575F6E;
- }
- .HoutaiContainerBottomAppleListHeaderYH {
- width: 192px;
- }
- .HoutaiContainerBottomAppleListHeaderRQ {
- width: 162px;
- }
- .HoutaiContainerBottomAppleListHeaderLDK ,
- .HoutaiContainerBottomAppleListHeaderZJDKJE ,
- .HoutaiContainerBottomAppleListHeaderZJDKRQ ,
- .HoutaiContainerBottomAppleListHeaderYHK,
- .HoutaiContainerBottomAppleListHeaderUSDT {
- width: 205px;
- }
- .HoutaiContainerBottomAppleListHeaderUSDTContent {
- width: 205px;
- }
- .HoutaiContainerBottomAppleListHeaderUSDTContent>.HoutaiContainerBottomAppleListHeaderUSDT {
- width: 190px;
- text-align: center;
- /* 两行展示 */
- -webkit-line-clamp: 0;
- word-break: break-all;
- }
- .HoutaiContainerBottomAppleListHeaders {
- width: 1378px;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- margin: 0 auto;
- display: -ms-flex;
- background-color: #FFFFFF;
- border-radius: 10px;
- }
- .HoutaiContainerBottomAppleListHeaders:nth-child(odd) {
- background-color: white;
- }
- .HoutaiContainerBottomAppleListHeaders:nth-child(even) {
- background-color: #F9FBFE;
- }
- .HoutaiContainerBottomAppleListHeaders>p {
- height: 100px;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- display: -ms-flex;
- justify-content: center;
- align-items: center;
- font-size: 16px;
- color: #000000;
- text-align: center;
- }
- .HoutaiContainerBottomAppleListHeaders>div {
- display: flex;
- align-items: center;
- flex-direction: column;justify-content: center;
- height: 100px;
- }
- .HoutaiContainerBottomAppleListHeaders>div>p {
- height: 25px;
- display: flex;
- display: -moz-flex;
- display: -o-flex;
- display: -webkit-flex;
- display: -ms-flex;
- justify-content: center;
- align-items: center;
- font-size: 16px;
- color: #000000;
- }
- .HoutaiContainerBottomAppleListHeaders>.MDaKuan {
- color: #007AFF;
- font-size: 16px;
- }
- .HoutaiContainerBottomAppleListHeaders>.YDaKuan {
- color: rgba(0, 0, 0, 0.50);
- text-align: center;
- font-size: 16px;
- }
|