_link.css 1.44 KB
.link-about-page {
    .main-container {
        width: 720px;
        border: 1px solid #d7d7d7;
        border-radius: 5px;
        overflow: hidden;

        .text-title {
            border-bottom: #f00 4px solid;
            font-family: 微软雅黑;
            height: 100px;
            line-height: 100px;
            font-weight: bold;
            font-size: 36px;
            color: #333;
            text-align: center;
        }

        .text-info {
            min-height: 400px;
            padding: 20px;
            color: #333;
            overflow: hidden;
            font-size: 12px;
            font-weight: normal;
            line-height: 24px;
        }

        h2 {
            font-size: 14px;
            line-height: 30px;
            border-bottom: 1px dashed #ccc;
            font-weight: bold;
        }

        ul {
            width: 710px;
            padding: 20px 0;
            list-style: none;

            li {
                width: 112px;
                margin-right: 30px;
                float: left;
                display: block;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            img {
                display: block;
                width: 100%;
                height: 40px;
                margin-bottom: 14px;
            }
        }

        strong {
            font-weight: bold;
        }
    }
}