.texp_box{
    width: 100%;;
    height: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 0 10px 5px 10px;
    overflow: scroll;
    border-bottom: 1px solid #000000;
}
.title{
    height: 40px;
    width: 100%;
    font-size: 20px;
    line-height: 40px;
    border-bottom: 1px solid #000000;
}
// 数据
.data_box{
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
}
.data_box p{
    font-size: 18px;
}
.data_format{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.data_format_txt{
    margin-left: 10px;
    font-size: 12px;
}
.data_format_input{
    margin-right: 10px;
    width: 205px;
    height: 25px;
    text-align: center;
    text-align-last: center;
}
.data_dataFile{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.data_dataFile_txt{
    margin-left: 10px;
    font-size: 12px;
}
.data_dataFile_input{
    margin-right: 10px;
    width: 200px;
    height: 20px;
}
.data_trimSpriteName{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.data_trimSpriteName_txt{
    margin-left: 10px;
    font-size: 12px;
}
.data_trimSpriteName_input{
    margin-right: 197px;
    width: 20px;
    height: 20px;
}
.data_prependFolderName{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.data_prependFolderName_txt{
    margin-left: 10px;
    font-size: 12px;
}
.data_prependFolderName_input{
    margin-right: 197px;
    width: 20px;
    height: 20px;
}
.data_texturePath{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.data_texturePath_txt{
    margin-left: 10px;
    font-size: 12px;
}
.data_texturePath_input{
    margin-right: 10px;
    width: 200px;
    height: 20px;
}
// 纹理
.texture_box{
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
}
.texture_box p{
    font-size: 18px;
}
.texture_format{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.texture_format_txt{
    margin-left: 10px;
    font-size: 12px;
}
.texture_format_input{
    margin-right: 10px;
    width: 205px;
    height: 25px;
    text-align: center;
    text-align-last: center;
}
.texture_sheet{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.texture_sheet_txt{
    margin-left: 10px;
    font-size: 12px;
}
.texture_sheet_input{
    margin-right: 10px;
    width: 200px;
    height: 20px;
}
.texture_opt{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.texture_opt_txt{
    margin-left: 10px;
    font-size: 12px;
}
.texture_opt_input{
    margin-right: 10px;
    width: 205px;
    height: 25px;
    text-align: center;
    text-align-last: center;
}
.texture_alphaHandling{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.texture_alphaHandling_txt{
    margin-left: 10px;
    font-size: 12px;
}
.texture_alphaHandling_input{
    margin-right: 10px;
    width: 205px;
    height: 25px;
    text-align: center;
    text-align-last: center;
}
// 布局
.layout_box{
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
}
.layout_box p{
    font-size: 18px;
}
.layout_maxsize{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.layout_maxsize_txt{
    margin-left: 10px;
    font-size: 12px;
}
.layout_maxwidth{ 
    width: 80px;
    height: 20px;
    text-align: center;
}
.layout_maxheight{
    width: 80px;
    height: 20px;
    text-align: center;
}
.layout_fixedsize{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.layout_fixedsize_txt{
    margin-left: 10px;
    font-size: 12px;
}
.layout_fixedwidth{ 
    width: 80px;
    height: 20px;
    text-align: center;
}
.layout_fixedheight{
    width: 80px;
    height: 20px;
    text-align: center;
}
.layout_size_constraints{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.layout_size_constraints_txt{
    margin-left: 10px;
    font-size: 12px;
}
.layout_size_constraints_input{
    margin-right: 10px;
    width: 205px;
    height: 25px;
    text-align: center;
    text-align-last: center;
}
.layout_force_squared{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.layout_force_squared_txt{
    margin-left: 10px;
    font-size: 12px;
}
.layout_force_squared_input{
    margin-right: 197px;
    width: 20px;
    height: 20px;
}
.layout_scale{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.layout_scale_txt{
    margin-left: 10px;
    font-size: 12px;
}
.layout_scale_input{
    margin-right: 130px;
    width: 80px;
    height: 20px;
    text-align: center;
}
.layout_scale_mode{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.layout_scale_mode_txt{
    margin-left: 10px;
    font-size: 12px;
}
.layout_scale_mode_input{
    margin-right: 10px;
    width: 205px;
    height: 25px;
    text-align: center;
    text-align-last: center;
}
.layout_algorithm{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.layout_algorithm_txt{
    margin-left: 10px;
    font-size: 12px;
}
.layout_algorithm_input{
    margin-right: 10px;
    width: 205px;
    height: 25px;
    text-align: center;
    text-align-last: center;
}
.layout_multipack{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.layout_multipack_txt{
    margin-left: 10px;
    font-size: 12px;
}
.layout_multipack_input{
    margin-right: 197px;
    width: 20px;
    height: 20px;
}
.layout_enable_rotation{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.layout_enable_rotation_txt{
    margin-left: 10px;
    font-size: 12px;
}
.layout_enable_rotation_input{
    margin-right: 197px;
    width: 20px;
    height: 20px;
}
.layout_enable_auto_alias{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.layout_enable_auto_alias_txt{
    margin-left: 10px;
    font-size: 12px;
}
.layout_enable_auto_alias_input{
    margin-right: 197px;
    width: 20px;
    height: 20px;
}
// 精灵
.sprite_box{
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
}
.sprite_box p{
    font-size: 18px;
}
.sprite_trim_mode{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sprite_trim_mode_txt{
    margin-left: 10px;
    font-size: 12px;
}
.sprite_trim_mode_input{
    margin-right: 10px;
    width: 205px;
    height: 25px;
    text-align: center;
    text-align-last: center;
}
.sprite_trim_margin{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sprite_trim_margin_txt{
    margin-left: 10px;
    font-size: 12px;
}
.sprite_trim_margin_input{
    margin-right: 130px;
    width: 80px;
    height: 20px;
    text-align: center;
}
.sprite_extrude{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sprite_extrude_txt{
    margin-left: 10px;
    font-size: 12px;
}
.sprite_extrude_input{
    margin-right: 130px;
    width: 80px;
    height: 20px;
    text-align: center;
}
.sprite_border_padding{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sprite_border_padding_txt{
    margin-left: 10px;
    font-size: 12px;
}
.sprite_border_padding_input{
    margin-right: 130px;
    width: 80px;
    height: 20px;
    text-align: center;
}
.sprite_shape_padding{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sprite_shape_padding_txt{
    margin-left: 10px;
    font-size: 12px;
}
.sprite_shape_padding_input{
    margin-right: 130px;
    width: 80px;
    height: 20px;
    text-align: center;
}
.sprite_common_divisor{
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sprite_common_divisor_txt{
    margin-left: 10px;
    font-size: 12px;
}
.common_divisor_x{ 
    width: 60px;
    height: 20px;
    text-align: center;
}
.common_divisor_y{
    width: 60px;
    height: 20px;
    text-align: center;
}

.texp_bottom{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.delete_btn{
    width: 80px;
    height: 30px;
    border-radius: 5px;
    margin-left: 10px;
}
.export_btn{
    width: 80px;
    height: 30px;
    // float: right;
    border-radius: 5px;
    margin-right: 10px;
}
