123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- body {
- background-color: #F7F7F7;
- }
- .mr35 {
- margin-right: 35px;
- }
- .mt18 {
- margin-top: 18px;
- }
- .c-fwb {
- font-weight: bold;
- }
- .c-lh25 {
- line-height: 25px;
- }
- .c-lh38 {
- line-height: 38px;
- }
- .c-list.base-info {
- border: 1px solid #ccc;
- border-radius: 8px;
- }
- .c-list h4 {
- color: #323232 !important;
- }
- .c-list .c-list-info > h4 {
- font-size: 18px;
- }
- .c-list .c-list-info > p {
- font-size: 12px;
- margin-bottom: 5px;
- }
- .mui-table-view {
- top: 44px;
- }
- .mui-table-view {
- background-color: #f2f4f6;
- }
- .mui-table-view:before {
- height: 0;
- }
- .mui-table-view:after {
- height: 0;
- }
- .c-list li.ml0 {
- margin-left: 0;
- }
|