load.css 1.21 KB

#loadpc{ width:1000px; margin-top:10px; height:202px;}
.loadpcleft{ width:199px; height:202px; background: url(../images/pcbg.jpg) no-repeat; float:left; margin-right:10px;}
.loadpcright{ width:789px; height:202px; background:#fbede4; float:left;}
.loadpcright span{ width: 288px; height:52px; background:#d0111a; border-radius:5px; display:block; float:left; margin:74px 0 0 63px; line-height:52px; text-align:center;}
.loadpcright span.loaderweim{ margin-top:42px; background:#fbede4;}

#loadanzhuo .loadpcleft{ width:199px; height:202px; background: url(../images/anzhuo.jpg)  no-repeat; float:left; margin-right:10px;}
#loadiphone .loadpcleft{ width:199px; height:202px; background: url(../images/iphone.jpg)  no-repeat; float:left; margin-right:10px;}


a.pcclient,a.pcoperbook,a.iosoperbook,a.androidoperbook {
        width: 288px;
        height: 52px;
        color: #fff;
        display: inline-block;
        background: #d0111a;
        border-radius: 5px;
        line-height: 52px;
        text-align: center;
        margin: 74px 0 0 63px;
    }
  
    a.pcclient:hover,a.pcoperbook:hover,
    a.iosoperbook:hover,
    a.androidoperbook:hover {
        cursor: pointer;
        background-color: rgb(231, 36, 38);
    }