home.css 1.3 KB
Newer Older
H
hjdhnx 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
body {
    text-align: center;
    margin: 0 auto;
}

.title {
    background-image: linear-gradient(to right, orange, purple);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 30px;
    text-align: center;
    line-height: height;
}

.ver_title {
    font-size: 15px;
    padding-left: 5px
}
.image{
    width: 100%;
    height: 100%;
    position: relative;
    /*position: fixed;*/
    text-align: center;
    /*fixed center;*/
}
.image::after{
    content: "";
    background:url('https://tuapi.eees.cc/api.php?category=dongman&type=302&px=m');
    background-repeat: no-repeat;
    opacity: 0.5;
    /*position: fixed;*/
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.btn {
    margin-bottom: 1rem;
    border: 1px solid #5fdefe;
    width: 360px;
    height: 30px;
    text-align: center;
    background-color: #1379cb;
    color: #ffffff;
    border-radius: 50px;
    line-height: 30px;
}

.btn1 {
    margin-bottom: 1rem;
    border: 1px solid #5c6cf6;
    width: 360px;
    height: 30px;
    text-align: center;
    border-radius: 50px;
    line-height: 30px;
}
.btn1  a {
    color: #000000;
}
.btn  a {
    color: #ffffff;
}

a {
    text-decoration: none;
    text-align: center;
    line-height: 30px;
}

.jyw {
    margin-bottom: 5rem;
}