index.css 4.0 KB
.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;
}
.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.62rem;
    width: 4.48rem;
}
.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;
}
.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{
    margin-top: 0.32rem;
    font-size: 0.32rem;
    font-weight: 500;
    color: #585858;
    line-height: 0.24rem;
}
.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;
}
/*-----秒贷上部分-----*/
.mid_loans_top{
    margin-top: 0.22rem;
    width: 6.97rem;
    height: 0.88rem;
    background: #ffffff;
    box-shadow: 0 0.07rem 0.1rem 0.01rem rgba(0,0,0,0.08);
    border-radius: 0.16rem;
    display: flex;
    align-items: center;
}
.mid_loans_top_left{
    margin-left: 0.28rem;
    font-size: 0.28rem;
    color: #585858;
}
.mid_loans_top_right{
    margin-left: 0.16rem;
    width: 1rem;
    height: 0.36rem;
    background: #e8c878;
    border-radius: 0.04rem;
    box-shadow: 0 0.07rem 0.1rem 0.01rem rgba(0,0,0,0.08);
    font-size: 0.2rem;
    color: #000000;
    text-align: center;
    line-height: 0.36rem;
}
.mid_loans_bottom{
    border-top: 1px solid red;
    width: 6.97rem;
    height: 2.05rem;
    background: #ffffff;
    box-shadow: 0 0.07rem 0.1rem 0.01rem rgba(0,0,0,0.08);
    border-radius: 0.16rem;
    display: flex;
    align-items: center;
}
.loans_bottom_left{
    margin-left: 0.54rem;
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
}
.loans_bottom_left img{
    width: 100%;
    height: 100%;
}
.loans_bottom_right{
    margin-left: 0.53rem;
    width: 4rem;
    height: 1.6rem;
    display: flex;
    flex-flow: column;
    font-size: 0.28rem;
    line-height: 0.4rem;
}

.loans_color{
    color: #F5C32D;
}
.loans_bottom_right_last{
    width: 3.6rem;
    height: 0.36rem;
    border-radius: 0.04rem;
    background-color: #DDC178;
    font-size: 0.2rem;
    color: #000000;
    display: flex;
    line-height: 0.36rem;
    text-align: center;
}