<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    padding: 0;
    margin: 0;
}
.transferStatus {
    margin: auto;
    display: flex;
    width: 1140px;
    height: 40px;
    justify-content: space-between;
    margin-bottom: 40px;
}
.coachAndPlayer {
    width: 232px;
    height: 40px;
    display: flex;
    text-align: center;
    border: 1px solid #662d91;
}
.player {
    width: 50%;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 40px;
    background: #662d91;
}
.player:hover {
    cursor: pointer;
}
.coach {
    width: 50%;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #662d91;
    line-height: 40px;
}
.coach:hover {
    cursor: pointer;
}
/* img{
    width: 84px;
    height: 112px;
} */
.search&gt;.playerSearch {
    width: 200px;
    height: 36px;
    background: rgba(0, 108, 84, 0.05);
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 20px;
    outline: none;
    border: none;
    padding-left: 10px;
    margin-right: 10px;
    box-sizing: border-box;
}
/* placeholder榛樿棰滆壊 */
input::-webkit-input-placeholder { /* WebKit browsers */
    color: #B3B3B3;
    }
    input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #B3B3B3;
    }
    input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #B3B3B3;
    }
    input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #B3B3B3;
    }
.search&gt;.playerSearch:hover{
    background: rgba(0, 108, 84, 0.05);
    border: 1px solid rgba(0, 82, 64, 0.1);
}
.search&gt;.playerSearch:active{
    background: rgba(0, 108, 84, 0.05);
    border: 1px solid rgba(0, 82, 64, 0.1);
}
.search&gt;.playerSearchBtn {
    width: 80px;
    height: 36px;
    background: #569D8D;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 19px;
    outline: none;
    border: none;
}
.search&gt;.playerSearchBtn:hover{
    background: #662d91;
    cursor: pointer;
}
.data_body_1 {
    width: 100%;
    margin-top: 29px;
}
.body_table {
    text-align: center;
    margin: auto;
    width: 1140px;
    /* height: 840px; */
    /* border: 1px black solid; */


}
.start-stop-time{
padding: 0 10px;
}
thead&gt;tr {
    height: 40px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #662d91;
    background: #E7EFED;
    /* opacity: 0.07; */
}

tbody&gt;tr {
    height: 80px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #666666;
    /* background: #F5F6F7; */
}
tbody&gt;tr&gt;td{
    /* height: 132px; */
    padding: 10px 0;
    box-sizing: border-box;
}
tbody&gt;tr:nth-child(even) {
    background: #F5F6F7;
}
th,td{
    max-width: 100px;
    min-width: 60px;
}
#data_body_2 {
    display: none;
}

.paging {
    width: 1140px;
    margin: 60px auto;
    font-size: 14px;
    font-family: SFProText-Medium, SFProText;
    font-weight: 500;
    color: #606266;
    line-height: 14px;
    text-align: right;
    padding-right: 30px;
}

.page_input {
    width: 60px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #DCDFE6;
    text-align: center;
    margin: 0 6px;
}

#pageNav a.active,
#pageNav a:hover {
    background: #3a87ad;
    color: #EFEFEF;
}
.image{
    margin: auto;
    width: 84px;
    height: 112px;
    background-size: 100%;
    position: relative;
}
.playerprc{
    width: 84px;
    height: 112px;
}
.absolute{
    position: absolute;
    bottom: 0px;
    left: 50%;
    color: white;
    font-weight: bold;
    transform: translate(-50%);
    background: #662d91;
    width: 100%;
    opacity: 0.8;
}
.rotate{
    transform: rotate(180deg);
}
/* 鏆傛棤鏁版嵁 */
.nodata{
    /* width: 1140px; */
    height: 360px;
    background: #FAFBFC;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #B3B3B3;
    line-height: 20px;
}
.navbar{
    width: 1140px;
    height: 40px;
    background: rgba(0,108,84, 0.07);
    /* opacity: 0.07; */
    font-size: 14px;
    font-weight: bold;
    font-family: MicrosoftYaHei;
    color: #662d91;
    margin: 0 auto;
    display: flex;
    align-items: center;
    /* padding: 0 30px; */
    box-sizing: border-box;
}
.navbar div{
    width: 114px;
    text-align: center;
}
.nodata img{
    width: 140px;
    height: 140px;
    display: block;
    margin: 80px auto 0;
}
.nodata div{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #B3B3B3;
    line-height: 20px;
    text-align: center;
}
.el-icon-caret-bottom{
	width: 12px;
	height: 12px;
	margin: -3px 0 0 2px;
}
.el-icon-caret-top{
	width: 12px;
	height: 12px;
	transform:rotate(180deg);
	margin: 0px 0 0 2px;

}

#data_body_1 .t1{
    width: 90px;
    padding-left: 30px;
    padding-right: 22px;;
}
#data_body_1 th.t1{ padding-left: 40px;}
#data_body_1 .t2{ width: 75px; text-align: center; padding-right: 10px;}
#data_body_1 .t3{ width: 75px; padding-right: 10px; text-align: center;}
#data_body_1 .t4{ width: 75px; text-align: center; padding-right: 10px;}
#data_body_1 .t5 {width: 80px; text-align: center; padding-right: 10px;}
#data_body_1 .t6{ width: 80px; text-align: center; padding-right: 10px;}
#data_body_1 .t7{ width: 80px; text-align: center; padding-right: 10px;}
#data_body_1 .t8{ width: 80px; text-align: center; padding-right: 10px;}
#data_body_1 .t9{ width: 80px; text-align: center; padding-right: 10px;}
#data_body_1 .t10{ width: 70px; text-align: center; padding-right: 10px;} 
#data_body_1 .t11{width: 70px; text-align: center;padding-right: 10px;}
#data_body_1 .t12{ width: 70px; text-align: center; padding-right: 20px;}


.container{
	padding-top: 40px;
}
.classBgc{
    background-color: #e7efed;
}

/* 璧涘 */
.seasonChoice {
    width: 96px;
    height: 24px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    /* border: 1px solid gray; */
    /* text-align: right; */
  }
  .seasonChoice &gt; select {
    color: #662d91;
    width: 80px;
    height: 100%;
    border: none;
    outline: none;
    background: #e9f0ef;
    margin-top: 5px;
    margin-left: 213px;
   
  }


</pre></body></html>