You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- table tr td{
- padding: 20px 0px;
- text-align: center;
- border-top: 1px solid #e1e1e1;
- border-right: 1px solid #e1e1e1;
- }
-
- table tr td:first-child{
- border-left: 1px solid #e1e1e1;
- }
-
- table tr:last-child td{
- border-bottom: 1px solid #e1e1e1;
- }
-
- table{
- margin-top: 25px;
- width: 100%;
- }
-
- .titIndex span{
- color: var(--color);
- }
-
- .titIndex i{
- padding: 0px 10px;
- }
|