style.css 4.29 KB
@charset "utf-8";
/* 你自己的样式 */

.Wdate {
    width: 120px;
}

@media (min-width: 768px) {
    .input-width {
        width: 120px;
    }

    .col-sm-6 .input-width {
        width: 220px;
    }
}

@media (min-width: 992px) {
    .input-width {
        width: 220px;
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-group {
    margin-top: 5px;
}

.form-control {
    display: block;
    width: 100%;
}

label~.form-control-feedback {
    top: 27px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 2;
    display: block;
    width: 31px;
    height: 31px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.glyphicon-rmb:before {
    content: "元";
}

.glyphicon-year:before {
    content: "年";
}

.glyphicon-month:before {
    content: "月";
}

.glyphicon-percent:before {
    content: "%";
}

.input-decoration {
    font-size: 14px;
    border-bottom: 1px solid #dbdbdb;
    border-top:0px;
    border-left:0px;
    border-right:0px;
}

.w-50 {
    width: 50px;
}

.w-240 {
    width: 240px;
}

.live-info {
    width: auto;
    float: left;
    margin-right: 20px;
}

.select-box {
    height: 31px;
}

.timeline {
    display: block;
    margin: 15px auto;
    width: 305px;
}

.timeline ul {
    margin-left: 135px;
    border-left: 2px solid #ddd;
    color: #555;
}

.timeline ul li {
    position: relative;
    width: 100%;
    margin-left: -12px;
}

.timeline ul li .dot{
    width: 9px;
    height: 9px;
    background: #fff;
    border: 2px solid #555;
    margin: 5px;
    border-radius: 7px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden;
    float: left;
}

.timeline ul li span {
    padding-left: 4px;
    line-height: 20px;
}

.timeline ul li.active .dot {
    background: #5a98de;
    border: 2px solid #5a98de;
}

.timeline ul li.active {
    color: #5a98de;
}

.timeline .time span {
    position: absolute;
    left: -130px;
    font-size: 80%;
    color: #5a98de;
}

.paginate_info {
    clear: both;
    float: left;
    padding-top: 10px;
    font-size: 14px;
    color: #666;
}

.paginate_pagination {
    float: right;
    padding-top: 10px;
    text-align: right;
}

.paginate_button {
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    margin-left: 2px;
    text-align: center;
    text-decoration: none;
    color: #666;
    height: 26px;
    line-height: 26px;
    margin: 0 0 6px 6px;
    padding: 0 10px;
    font-size: 14px;
}

a.paginate_button {
    text-decoration: none;
}

.paginate_button:hover, .paginate_button.current:hover {
    background: #5a98de;
    color: #fff;
}

.paginate_button.current, .paginate_button.current:hover {
    background: #5a98de;
    color: #fff;
}

label.radio input {
    visibility: hidden;
    position: absolute;
}

label.radio > input + img{
  display: block;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 2px solid #ddd;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

label.radio > input:checked + img{
  border: 2px solid #5a98de;
}

.imgPreview {
    float: left;
    border: none;
}

.imgPreview img {
    border: 2px solid #5a98de;
    margin-right: 10px;
    width: 118px;
    height: 118px;
}

.upload-img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: relative;
    display: block;
    background: url("/resource/add.png") no-repeat 0;
    background-size: contain;
}

.upload-img input {
    height: 120px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    right: 0;
}

.file-item {
    margin: 0;
}

.disabled, .disabled select:disabled {
    background-color: #ebebe4;
}

.panel-header .btn {
    float: right!important;
    _display: inline;
    margin-top: -5px;
}

.Hui-aside .menu_dropdown > ul > li > a {
    font-weight: normal;
}

.pmb p {
    margin-bottom: 0;
}