﻿
.equipframe {
    /*background: #325571;*/
    background: linear-gradient(-135deg, transparent 35px, #325571 3px) top right;
    /*background-size: 50% 50%;*/
    background-repeat: no-repeat;
    border-bottom: solid 4px #b8dffe;
}

.equiprun {
    /*background: #4e7d5b;*/
    background: linear-gradient(-135deg, transparent 15px, #4e7d5b 0) top right;
    /*background-size: 50% 50%;*/
    background-repeat: no-repeat;
}

.equipsuspend {
    /*background: #4e7d5b;*/
    background: linear-gradient(-135deg, transparent 15px, #a5a5a5 0) top right;
    /*background-size: 50% 50%;*/
    background-repeat: no-repeat;
}

@font-face {
    font-family: 'ledfont';
    src: url('~/fonts/ledfont.ttf') format('truetype');
}

@font-face {
    font-family: 'fzfyjt';
    src: url('~/fonts/方正风雅宋简体.TTF') format('truetype');
}
