123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .table {
- padding: 19px 15px;
- background-color: #fff;
- border-radius: 5px;
- font-family: PingFangSC-Regular, PingFang SC;
- &-title {
- text-align: center;
- margin-bottom: 10px;
- }
- &-date {
- margin-bottom: 10px;
- }
- &-box {
- &-th {
- border-bottom: none;
- background-color: #EDF3FF;
- font-size: 12px;
- color: #434343;
- }
- &-td {
- font-size: 12px;
- color: #434343;
- }
- }
- &-pagination {
- width: 130px;
- margin: 20px auto 0;
- }
- }
- .total {
- color: #CADDFC;
- margin-top: 24px;
- text-align: center;
- font-size: 12px;
- line-height: 17px;
- text {
- color: #fff;
- padding: 0 5px;
- }
- }
|