<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.a_ios_cursor {
    cursor: pointer;
}

.avatar img {
    width: 100%;
    height: 100%;
}

.txt_center {
    text-align: center;
}

.team_player {
    margin-top: 10px;
    background-color: white;
    padding: 0px 0;
}

.player_items .item_title {
    background-color: #f2f2f2;
    font-size: 14px;
    padding: 7px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.player_items .item_smalltxt {
    font-size: 12px;
    color: #838383;
}

.player_items .item_rows {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    font-size: 13px;
}

.player_items .mui-input-row {
    height: 50px;
}

.player_items .item_rows_left {
    width: 50%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.player_items .item_rows_right {
    width: 50%;
    display: flex;
    justify-content: right;
    align-items: center;
}

.player_items .column_base {
    width: 25px;
    margin: 0 2px;
    flex: 0 0 25px;
}

.player_items .column_base2 {
    width: 60px;
    margin: 0 5px;
}

.player_items .column_base3 {
    width: 90px;
    margin: 0 5px;
}

.player_items .column_base_max {
    margin: 0 5px;
    min-width: 90px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



.player_items .avatar {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
}



.edit_leader {
    color: #c24d4a;
    margin: 0 5px;
}

.team_barner {
    height: 140px;
    background-color: #000000;
    color: white;
}

.team_baseInfo {
    height: 120px;
    padding: 35px 20px;
    display: flex;
    align-items: center;
}

    .team_baseInfo .team_logo {
        width: 50px;
        height: 50px;
    }

        .team_baseInfo .team_logo img {
            width: 100%;
            height: 100%;
        }

    .team_baseInfo .team_txt {
        margin-left: 20px;
    }

        .team_baseInfo .team_txt .team_name {
            font-size: 16px;
            max-width: 180px;
        }

        .team_baseInfo .team_txt .team_sponsor {
            font-size: 13px;
            background-color: #ff0000;
            padding: 0 10px;
            border-radius: 2px;
            margin-top: 5px;
            width: fit-content;
            max-width: 190px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

.team_edit {
    background-color: red;
    margin-left: auto;
    font-size: 14px;
    padding: 2px 10px;
    border-radius: 4px;
    align-self: baseline;
}

.white_tab_box {
    background-color: white;
}



.pd5 {
    padding: 5px;
}

.tab_flex_item {
    display: flex;
    justify-content: space-around;
    padding: 10px 20px;
    text-align: center;
}

    .tab_flex_item .tab_val {
        font-size: 20px;
        font-weight: bold;
    }

    .tab_flex_item .tab_txt {
        font-size: 14px;
        color: #737373;
    }

.mui-input-group:before {
    background-color: initial;
}

.mui-input-group .mui-input-row:after {
    position: absolute;
    right: 10px;
    bottom: 0;
    left: 10px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #c8c7cc;
}


/*队伍详情页面*/
.page_team_details .team_content {
    position: relative;
    top: -35px;
    padding: 5px;
}
</pre></body></html>