index.css 5.8 KB
body{
    overflow-x: hidden;
}
.main , .page {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.container{
    width: 100%;
    /*height: 100%;*/
    line-height: 1;
    display: flex;
    flex-flow: column;
    align-items: center;
    background: #F9F9F9;
}
.top{
    width: 7.5rem;
    height: 2.61rem;
    background-color: #E5E5E5;
    /*opacity:0.1;*/
    display: flex;
    position: relative;
}
.top_anno{
    width: 2.8rem;
    height: 0.6rem;
    background:rgba(218,186,111,1);
    box-shadow:0 0.07rem 0.1rem 0.01rem rgba(0, 0, 0, 0.08);
    border-radius: 0.08rem;

    font-size: 0.3rem;
    font-weight: 500;
    color: #000000;
    line-height: 0.62rem;
    text-align: center;
    position: absolute;
    top: 0.38rem;
    left: 2.35rem;
}
.top_text{
    margin: 0.69rem 0.26rem ;
    width: 6.97rem;
    height: 1.74rem;
    background:rgba(255,255,255,1);
    box-shadow: 0 0.07rem 0.1rem 0.01rem rgba(0, 0, 0, 0.08);
    border-radius: 0.16rem;

    font-size: 0.3rem;
    color: #333333;
    /*line-height: 0.62rem;*/

    display: flex;
    justify-content: center;
}
.top_text p{
    margin-top: 0.5rem;
    width: 4.48rem;
    line-height: 0.5rem;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.mid_today{
    margin-top: 0.15rem;
    width: 6.97rem;
    height: 1rem;
    background:rgba(255,255,255,1);
    box-shadow: 0 0.07rem 0.1rem 0.01rem rgba(0, 0, 0, 0.08);
    border-radius: 0.16rem;

    font-size: 0.34rem;
    font-weight: bold;
    text-align: center;
    line-height: 1rem;
    color: #585858;
    position: relative;
}
.mid_today_menu{
    margin-top: 0.22rem;
    width: 6.97rem;
    height: 3.48rem;
    background: rgba(255,255,255,1);
    box-shadow: 0 0.07rem 0.1rem 0.01rem rgba(0, 0, 0, 0.08);
    border-radius: 0.16rem;
    display: flex;
    align-items: center;
}
.today_box{
    width: 100%;
    margin: 0 0.32rem;
    display: flex;
    justify-content: space-between;
}
.mid_today_menu_item{
    width: 2rem;
    /*height: 3rem;*/
    display: flex;
    flex-flow: column;
    align-items: center;
}
.mid_today_menu_item_pic{
    width: 2rem;
    height: 2rem;
    display: flex;
}
.mid_today_menu_item_pic img{
    width: 100%;
    height: 100%;
}
.mid_today_menu_item_text{
    width: 2rem;
    margin-top: 0.32rem;
    font-size: 0.32rem;
    font-weight: 500;
    color: #585858;
    /*line-height: 0.24rem;*/

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;


}
.mid_loans{
    margin-top: 0.22rem;
    width: 6.97rem;
    height: 0.8rem;
    background:rgba(255,255,255,1);
    box-shadow: 0 0.07rem 0.1rem 0.01rem rgba(0, 0, 0, 0.08);
    border-radius: 0.16rem;

    font-size: 0.34rem;
    font-weight: bold;
    color: #585858;
    text-align: center;
    line-height: 0.8rem;
    position: relative;
}
/*-----秒贷框-----*/
.mid_loans_box{
    /*width: 6.97rem;*/
    /*height: 2.94rem;*/
    width: 7.31rem;
    height: 3.28rem;
    background: url("../images/bg_1.png");
    background-size: cover;
    /*box-shadow: 0 0.07rem 0.1rem 0.01rem rgba(0,0,0,0.08);*/
    border-radius: 0.16rem;
    /*margin-top: 0.12rem;*/
    display: flex;
    flex-flow: column;
    align-items: center;
    /*margin-top: 0.12rem;*/
}
.fitst_loans{
    margin-top: 0.12rem;
}
.mid_loans_box:last-child{
    /*margin-bottom: 2rem;*/
}
.mid_loans_box_top{
    width: 100%;
    height: 0.88rem;
    display: flex;
    align-items: center;
    margin-left: 1rem;
    margin-top: 0.15rem;




}
.mid_loans_box_top_text{
    font-size: 0.28rem;
    color: #585858;
}
.mid_loans_box_top_hot{
    margin-left: 0.16rem;
    width: 1rem;
    height: 0.36rem;
    border-radius: 0.04rem;
    font-size: 0.2rem;
    color: #000000;
    background: #e2c780;
    text-align: center;
    line-height: 0.36rem;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mid_loans_box_line{
    width: 6.43rem;
    margin: 0 0.27rem;
    border: 0.01rem dashed #E1E1E1;
}
/*底部盒子*/
.mid_loans_box_bottom{
    margin-top: 0.21rem;
    width: 5.9rem;
    height: 1.6rem;
    display: flex;
    /*border: 1px  solid red;*/
}
.mid_loans_box_bottom_pic{
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
}
.mid_loans_box_bottom_pic img{
    width: 100%;
    height: 100%;
}
.mid_loans_box_bottom_text{
    width: 3.6rem;
    margin-left: 0.53rem;
    display: flex;
    flex-flow: column;
    font-size: 0.28rem;
    color: #585858;
}
.mid_loans_box_bottom_text_title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 1;*/


}
.mid_loans_box_bottom_text_top{
    margin-top: 0.13rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mid_loans_box_bottom_text_mid{
    margin-top: 0.13rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mid_loans_box_bottom_text_bottom{
    margin-top: 0.13rem;
    /*width: 3.24rem;*/
    height: 0.36rem;
    line-height: 0.36rem;
    border-radius: 0.04rem;
    font-size: 0.22rem;
    background-color: #DCBE75;
    text-align: center;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.span_color{
    color: #F5C32D;
}


/*链接图标*/
.link_left{
    width: 0.18rem;
    height: 0.66rem;
    display: flex;
    position: absolute;
    bottom: -0.45rem;
    left: 0.29rem;
}
.link_left img{
    width: 100%;
    height: 100%;
}
.link_right{
    width: 0.18rem;
    height: 0.66rem;
    display: flex;
    position: absolute;
    bottom: -0.45rem;
    right: 0.29rem;
}
.link_right img{
    width: 100%;
    height: 100%;
}