form_advanced.css 999 字节
.titleBtn .borderTitle {
    width: 150px;
}

.carouselImg {
    display: flex;
    justify-content: flex-start;
    margin: 25px 0;
    /* align-items: center; */
}

.carouselImg h3 {
    /* width: 216px; */
    padding-top: 10px;
    font-size: 13px;
    color: #337ab7;
}

.carouselImg>div {
    margin: 0 50px;
}

.bgColor {
    padding-top: 20px;
    background: #fff
}

.addImg {
    position: relative;
    width: 214px;
    height: 138px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #989898;
}

.addImg img {
    /* padding-left: 40px;
    padding-top: 8px; */
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

button {
    width: 124px;
    text-align: center;
    margin: 0 auto;
}

.addImg input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.tableBtn {
    margin: 50px 0;
    text-align: center;
}

.tableBtn button {
    width: 174px;
}

.carouselImg h4 {
    width: 100px;
}