web.css 1.13 KB
* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-size: 12px;
    font-family: Microsoft YaHei, SimHei, SimSun, serif;
    background: #FFFFFF;
    box-sizing: border-box;
}

div {
    box-sizing: border-box;
}

a, a:hover {
    text-decoration: none;
    color: #1A1A1A;
}

.body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 72px;
}

.img {
    width: 100%;
    height: auto;
}

.bottom {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    width: 80vw;

}

.logo {
    width: 110px;
    height: 52px;
    margin-bottom: 50px;
}

.name {
    color: #1A1A1A;
    font-size: 24px;
    font-weight: 600;
}

.span {
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 400;
    padding-top: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.span a {
    display: flex;
    align-items: center;
}

.span i {
    width: 1px;
    height: 15px;
    background: #636972;
    margin-left: 15px;
    margin-right: 15px;
}