﻿@charset "utf-8";
/* 你自己的样式 */
input[type="checkbox"] {
    margin-right: 10px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    position: relative;
    border:#ff0000 solid 1px;
}

.buttonClass {
    width: 10px;
    height: 11px;
    border-right: blue 0px solid;
    border-top: blue 0px solid;
    border-left: blue 0px solid;
    border-bottom: blue 0px solid;
    background-image: url(/admin/images/del.jpg);
    margin-bottom: 4px;
    margin-left: 7px;
}

.buttonClass_M {
    width: 18px;
    height: 18px;
    border-right: blue 0px solid;
    border-top: blue 0px solid;
    border-left: blue 0px solid;
    border-bottom: blue 0px solid;
    background-image: url(/admin/images/Del_M.png);
    margin-bottom: 6px;
    margin-left: 0px;
}

.button_ExamineClass {
    width: 50px;
    height: 20px;
    border-right: blue 0px solid;
    border-top: blue 0px solid;
    border-left: blue 0px solid;
    border-bottom: blue 0px solid;
    margin-bottom: 4px;
    margin-left: 7px;
    background: #ffffff;
}

.buttonDisable {
    width: 12px;
    height: 11px;
    border-right: blue 0px solid;
    border-top: blue 0px solid;
    border-left: blue 0px solid;
    border-bottom: blue 0px solid;
    background-image: url(/admin/images/Disable.jpg);
    margin-bottom: 4px;
    margin-right: 7px;
}

.buttonDisable {
    width: 13px;
    height: 11px;
    border-right: blue 0px solid;
    border-top: blue 0px solid;
    border-left: blue 0px solid;
    border-bottom: blue 0px solid;
    background-image: url(/admin/images/star.jpg);
    margin-bottom: 4px;
    margin-right: 7px;
}

.ProductPage_table {
    width: 300px;
    margin: 0 auto;
    margin-top: 40px;
}

    .ProductPage_table tr td {
        font-size: 15px;
    }
