﻿body {
    font-family: Microsoft YaHei,'宋体', Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}
:root {
    --green: #05c556;
    --red: #ff5400
}

.el-container, body, html, #app {
    height: 100%;margin:0px;position:fixed;top:0;right:0px;bottom:0px;left:0px;
}
.el-card__header {
   
    border-bottom: 0;
   
}

.item {
    line-height: 25px;
    padding: 5px 5px 5px 5px;
    background: #fff;
    display: flex;
    margin:0px 0px 10px 0px
}
.itemSelected {
    background: #ecf5ff;
    border: 1px dashed #ccc;
}


.left {
    width:100px;
}
.right {
    flex-grow: 1
}
.pricebox{
    display:flex;
}
    .pricebox .price {
        width: 55px;
        color: var(--red);
    }
    .pricebox .numberbox {
        flex-grow: 1;
        justify-content: flex-end;
        display: flex;
        align-items: center;
    }
        .pricebox .numberbox div {
            width: 22px;
            height: 22px;
            font-size: 20px;
            line-height: 20px;
            border-radius: 50%;
            text-align: center;
            margin-right:3px;
        }
        .pricebox div.num{
            width:30px;
        }
        .pricebox .numberbox .add {
           
            background: var(--green);
            color: #fff;
           
        }
        .pricebox .numberbox .sub {
            border: #01c756 solid 1px;
            color: #000;
            font-size:30px;
            line-height:16px;
        }

.item .tag span {
    color: #959697;
    font-size: 14px;
    margin-right: 10px;
}
.item .tag .isclear {
    background: #F56C6C;
    color: #fff;padding:0px 5px;border-radius:2px;
    float:right
}
.top {
    color: #ee8733;
    background: #fdf8e3;
    text-align: center;
    border-radius: 4px;
    padding: 0px 5px;
    font-size: 14px;
    margin-bottom:5px;
    /*float: right;
    font-size: 10px;
    margin-right: 20px;
    background: #fafafa;
    padding: 0 10px;
    color: #ec694a;
    border-radius: 4px;
    font-weight: bold;*/
}
.el-main {
    padding: 0px;
    padding-bottom: 60px;

}
.el-aside {
    padding-bottom: 60px;
    padding-top: 5px;
    background: #f5f6fa
}


.el-menu {
    background: #f5f6fa;border:0
}
.el-menu li {
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    padding: 0px;
    text-align: center;
    font-weight:500;
}
.el-menu-item.is-active {
    color: #000;
    background: #fff;
}
.el-card {
    margin-bottom: 2px;
    padding-bottom: 10px;
    border: 0;
    position: relative;
}

.el-footer {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 999;
    color: #d8d8d8;
    text-align: center;
    background-color: rgba(10, 18, 33, 0.8);
    padding: 0px 10px;
    font-weight: bold;
    border-radius: 25px;
    width: 95%;
    margin: 0 auto;
    display:flex;
    align-items:center;
    height:55px;
}
    .el-footer .el-icon-dish {
        font-size: 35px;
        color: var(--green)
    }



.el-card__header {
    padding: 18px 10px 10px 10px;
    position:fixed;
    z-index:999;
    background:#fff;
    margin-left:0;
    margin-right:0

}

.foodname {
    color: #222426;
    line-height: 30px;
    font-weight: bold
}
.el-card__body {
    padding:75px 5px 0px 5px;
}
.note {
    font-size: 16px;
    color: #909399
}

.el-badge__content {
    border: 0px;
}

.el-menu-item{
    position:relative; 
}
    .el-menu-item.is-active .green {
        width: 10px;
        height: 25px;
        border-right: var(--green) solid 3px;
        float: left;
        margin-top: 10px;margin-left:5px;
    }

.price span{
    font-size: 20px;
}

.pic {
    border-radius: 4px;
    width: 90px;
    height: 90px;
    margin: 0 auto;
   
}

.picbox {
    position: relative;
    overflow: hidden
}
@media screen and (max-width:750px) {
    .el-message-box {
    width:80%!important;
    }
}

.el-badge__content {
    background-color: var(--red);
}

.el-button--success {
    color: #FFF;
    background-color: var(--green);
    border-color: var(--green);
}