﻿@charset "utf-8";
/* 你自己的样式 */

.clear {
    /*display:inline;*/
    clear: both;
}


.admin-add-top-tips {
    border: 1px solid #f6a320;
    background-color: #fbf5d0;
    color: #666666;
    padding: 5px 10px;
    margin: 0 auto;
    width: 90%;
}


.ad-image-list {
    margin-top: 5px;
}
    .ad-image-list .form-content {
        width: 260px;
        height: 300px;
        border: 1px solid #e1e1e1;
        border-radius: 5px;
        padding: 5px;
        margin-right: 10px;
        margin-top: 10px;
    }

        .ad-image-list .form-content img {
            vertical-align: middle;
            width: 100%;
            height: 150px;
            max-width: 100%;
            max-height: 150px;
        }
        .ad-image-list .form-content textarea {
            height: 55px;
        }
        .ad-image-list .form-content .action {
            width: 33.3%;
            text-decoration: none;
        }
        .ad-image-list .form-content .left {
            text-align: left;
        }
        .ad-image-list .form-content .center {
            text-align: center;
        }
        .ad-image-list .form-content .right {
            text-align: right;
        }
        .ad-image-list .form-content .hide {
            display: none;
        }