/* 
  知筑侠-在线工具CSS V2.0
  www.zhzux.com
  tool.zhzux.com
  最后修改日期：2026年1月24日
*/

/* 
脚手架计算工具CSS
 */

.container-jisuan {
  padding:15px 10px;
  background-color:#f1f6f9;
  border-radius:10px;
  box-shadow:0 0 10px rgba(0,0,0,0.05)
}

.form-row {
    display: flex;
    gap:10px;
    margin: 10px;
    align-items: center;
    position: relative;
}
.form-row .label, 
.form-row .label-result {
    flex:0 0 100px;
    font-weight: bold;
    margin-right: 3px;
}
.form-row .label-result {
    display: flex;
    align-items: center;
}
.result-icon {
    margin-right: 8px;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.form-row .input-container {
    flex: 1;
    display: flex;
    align-items: center;
    width: 100%;
}
.form-row input,
.form-row select,
.form-row .result-input {
    flex: 1;
    padding: 0 0 0 12px;
    font-size: 1.4em;
    border: 2px solid #e5f0f7;
    border-radius: 8px;
    box-sizing: border-box;
    transition: border-color 0.3s;
    -moz-appearance: textfield;
    height: 50px;
    margin: 0 20px 0px 0;
}
.form-row input {
    background-color: #FFF;
}
.form-row input::-webkit-outer-spin-button,
.form-row input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form-row input:focus,
.form-row select:focus {
    border-color: #00c8ff;
}
.form-row .unit {
    font-size: 1em;
    font-weight: bold;
    color: #00b9eb;
    flex:0 0 60px;
    border: 2px solid #f1f6f9;
    height:50px;
    border-radius: 8px;
    background-color: #FFF;
    line-height: 50px;
    padding: 0 0 0 20px;
}
.button-row,
.two-button-row,
.one-button-row,
.button-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.button-section > button {
    flex: 1;
    margin: 0 10px 10px 0;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background-color: #00c8ff;
    color: white;
    height: 50px;
    font-weight: bold;
}
.form-row select {
    font-size: 16px;
    margin: 0 0 10px 0;
}
.button-section > button:hover {
    opacity: 0.9;
}

.button-row{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    overflow: hidden;
    justify-content: space-between;
    width: 100%;
}
.button-row button {
    font-size: 1.2rm;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    background-color: #00c8ff;
    color: #FFF;
    width: 100%;
    height: 45px;
    font-weight: bold;
}
.button-row button{
    background-color: #d7ebf0;
    color: #333;
}
.button-row button.selected{
    background-color: #00c8ff;
    color: #FFF;
}
.container-jisuan .active {
    display: block;
}
.content-jihe {
    margin-top: 30px;
    display: none;
}

#clearButton {
    background-color: #ffa41b;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
    background-size: 9px 9px;
    margin: 0 0 10px 0;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background: #f9f9f9;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

th, td {
    padding: 10px 15px !important;
    border: 1px solid #ddd !important;
    text-align: center !important;
    font-size: 1.1em !important;
}
th {
    background-color: #00c8ff !important;
    color: white !important;
    font-weight: bold !important;
}
tr:nth-child(even) {
    background-color: #f2f2f2 !important;
}
tr:hover {
    background-color: #e2e2e2 !important;
}
.result-box {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 12px;
    font-size: 1.1em;
    border: 2px solid #e5f0f7 !important;
    height: 50px;
    margin: 0 0 30px 0;
    background-color: #f4f9fc !important;
    color: #333;
    font-weight: bold;
}
.result-box .icon {
    margin-right: 8px;
    width: 24px;
    height: 24px;
}
.result-box span{
    display: block;
    margin: 10px auto;
    flex: 1;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.table-container table {
    margin-bottom: 0 !important;
}

.sue-icon-text {
    margin-bottom: 0 !important;
    margin-top: 30px;
    border: 1px solid #98d3f9;
    padding: 15px;
}
.sue-icon-text p {
    margin: 6px 0;
    line-height: 20px;
    font-size: 14px;
}
.article-copyright{display:none !important}
.miaoshu {
    margin-left: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #FF0000;
}

@media screen and (max-width: 480px) {
    .button-row{
     grid-gap: 10px;   
    }
    
    .button-row button{
    height: 40px;
    }
   .content-jihe{
    margin-top: 15px;   
   } 
   .form-row {
        display: flex;
        margin: 10px;
        align-items: center;
        justify-content: space-around;
        position: relative;
}
   
   .form-row .label, .form-row .label-result {
        flex: 0 0 100px;
        line-height: 1.4;
}

.form-row input, .form-row select, .form-row .result-input {
    flex: 1;
    padding: 0 0 0 10px;
    font-size: 1.2em;
    border-radius: 8px;
    height: 40px;
    margin: 0 10px 0px 0;
    width: 150px;
}

.form-row .unit {
    font-size: 1em;
    font-weight: bold;
    color: #00b9eb;
    flex: 0 0 40px;
    border: 2px solid #f1f6f9;
    height: 40px;
    border-radius: 8px;
    background-color: #FFF;
    line-height: 40px;
    padding: 0 0 0 10px;

}

.button-section > button {
    flex: 1;
    margin: 0 10px 10px 0;
    font-size: 1.0em;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background-color: #00c8ff;
    color: white;
    height: 40px;
    font-weight: bold;
}

.result-table{
    font-size: 15px;
}

th, td {
    padding: 5px 15px !important;
    line-height: 25px;
    font-size: 1em !important;
}
.sue-icon-text {
    margin-top: 15px;
}

.sue-icon-text {
    margin-bottom: 0 !important;
    margin-top: 20px;
    border: 1px solid #98d3f9;
    padding: 10px;
}
.sue-icon-text p {
    margin: 3px 0;
    line-height: 18px;
    font-size: 0.9em;
}

}