﻿

.table {
    /*合并表格中单元格的重复边框*/
    border-collapse: collapse;
    border: 1px solid blue;
    margin-left: 10px;
}

.inputStyle {
    width: 95%;
    height: 100%;
    font-size: 16px;
    border: 0px;
}

.table td {
    border: 1px solid blue;
    width: 205px;
    text-align: left;
}

    .table td:nth-child(1) {
        width: 190px;
    }

    .table td:nth-child(2) {
        width: 530px;
        padding-left: 10px;
    }

    .table td:nth-child(3) {
        width: 30px;
        text-align: center;
    }
/*选择表格的第一行第三列单元格*/
.table tr:nth-child(1) td:nth-child(3) {
    text-align: center;
}

.mainStyle {
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    position: relative;
    /*border:1px solid blue;*/
}

.main_left {
    width: 65%;
    height: 100%;
    /*   border:1px solid  rgba(0, 128, 0, 0.596);*/
    float: left;
}

.main_right {
    width: 35%;
    float: left;
    /* border:1px solid red;*/
    position: absolute;
    top: 0;
    right: 0
}

.creatBtn {
    clear: both;
    width: 200px;
    height: 32px;
    background-color: green;
    border-radius: 3px;
    color: white;
}

.right_btn {
    text-align: center;
    margin-top: 20px;
}

.bt {
    clear: both;
    width: 1200px;
    height: 50px;
    border-radius: 3px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-family: "宋体";
    font-size: 30px;
    background-color: blue;
}
/*表格隔行加底色*/
.table tr:nth-child(2n) {
    background-color: rgba(0, 128, 128, 0.10);
}

    .table tr:nth-child(2n) input {
        background-color: transparent;
    }

.cordeImage {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    text-align: center;
}

.cordePic {
    width: 150px;
    height: 150px;
    vertical-align: middle;
    margin-right: 48px;
    margin-top: 5px;
}
/* 底部样式*/
.footerStyle {
    clear: both;
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    margin-top: 2950px;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
}

    .footerStyle a {
        text-decoration: none;
        color: blue;
    }

.right_txt {
    clear: both;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    border: 1px dashed blue;
    border-radius: 3px;
    padding: 10px;
    padding-bottom: 25px;
}
/* 底部样式*/
.footerStyle {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
}

    .footerStyle a {
        text-decoration: none;
        color: blue;
    }

.wxCorde {
    width: 120px;
    height: 120px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    text-align: center;
    color: #0527af;
}

    .wxCorde img {
        width: 100px;
        height: 100px;
    }

.tishi {
    width: 100px;
    height: 190px;
    line-height: 30px;
    border: 1px solid red;
    border-radius: 5px;
    padding: 5px;
    position: fixed;
    bottom: 30%;
    right: 10px;
    text-align: center;
    color: blue;
}

.yqlj {
    clear: both;
    font-size: 16px;
    width: 1200px;
    height: 50px;
    position: relative;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 10px;
    background-color: ##f5f5f5;
}

    .yqlj img {
        width: 40px;
        height: 40px;
        margin-top: 5px;
        margin-right: 5px;
        margin-left: 25px;
        float: left;
    }

    .yqlj .ljdc {
        width: 150px;
        margin-left: 0px;
        float: left;
    }

.header_right {
    line-height: 30px;
    float: right;
    text-decoration: none;
}

.nav {
    width: 100%;
    height: 30px;
    background-color: #f5f5f5;
    border: 1px solid dashed;
    float: right;
    margin-bottom: 20px;
}

.txtCorde {
    width: 110px;
    height: 35px;
    background-color: #0527af;
    color: white;
    border-radius: 3px;
    outline: none;
    border: none;
}
演讲比赛