
/*
 * 2020.03 鏁翠綋 UI 淇
 * 寮曞叆璇ユ枃浠讹紝瀵规棫鏍峰紡杩涜琛ュ厖锛岃鐩�
 */


/* 琛ㄥ崟 */
.ui-form .ui-form-row {
    position: relative;
    text-align: center;
}
/* 鍙充晶缁撴瀯澶嶆潅 */
.ui-form-row .ui-form-row-con {
    display: inline-block;
    width: 255px;
    margin-right: 20px;
    text-align: left;
}
/* 琛ㄥ崟涓嬪彂鎻愮ず璇� */
.ui-form .ui-form-tip {
    height: 24px; line-height: 24px;
    margin-top: -2px;
}
.ui-form-tip .ui-form-tip-text {
    display: inline-block;
    padding-left: 200px;
}
.ui-form .ui-form-row-text {
    text-align: left;
}

.ui-form-row .ui-form-row-label {
    position: relative;
    width: 120px;
    text-align: left;
}

.ui-form-row .ui-form-row-label .required {
    position: absolute;
    left: -8px;
    color: red;
    font-style: normal;
}
.ui-btn-wrap {
    padding-left: 108px;
}

.set-marT40 {
    margin-top: 40px;
}


/* 棣栭〉 icon */


/* 琛ㄦ牸鏍峰紡淇 */
#myTable tr td {
    border-top: 1px solid #eee;
}
#myTable #head td {
    border-top: none;
}


/* 琛ㄦ牸澶氭寜閽� */
.show-more-btn {
    display: inline-block;
    width: 100%; height: 30px;
    line-height: 30px;
}
.more-menu:hover .show-more-btn {
    position: relative;
    z-index: 999;
    border: 1px solid #cacaca;
    border-bottom: 1px solid #ffffff;
    background: #fff;
}
.show-more-btn:hover +.menu-wrap{
    display: block;
}
.more-menu {
    position: relative;
}
.menu-wrap {
    position: absolute;
    z-index: 39;
    top: 30px; right: -2px;
    width: 100px;
    border: 1px solid #cacaca;
    display: none;
}
.menu-wrap:hover {
    display: block;
}
.menu-wrap .item {
    height: 32px;
    line-height: 32px;
    background: #fff;
    border-bottom: 1px solid #cacaca;
    z-index: 99;
    cursor: pointer;
}
.menu-wrap .item:hover {
    background: #eee;
}
.menu-wrap .item.last {
    border-bottom: none;
}

/* 琛ㄦ牸鏂囧瓧杩囧 - 灞曞紑鏀剁缉 icon */
.icon-bottom {
    display: inline-block;
    width: 20px; height: 20px;
    background: url('../image/icon_bottom.png') no-repeat 0 center;

}
.icon-top {
    display: inline-block;
    width: 20px; height: 20px;
    background: url('../image/icon_top.png') no-repeat 0 center;
}

