a标签样式

.anotherLotItemRgtT {

    color: rgb(118,118,118);

    font-size: 15px;

}

.anotherLotItemRgtT a {

        color: rgb(118,118,118);

        text-decoration: none;

    }

        .anotherLotItemRgtT a:hover {

            color: rgb(118,118,118);

        }

        .anotherLotItemRgtT a:active {

            color: rgb(118,118,118);

        }

        .anotherLotItemRgtT a:visited {

            color: rgb(118,118,118);

        }

原文地址:https://www.cnblogs.com/lcyuhe/p/5230087.html