widget.css 2.24 KB
html,body {
    width: 100%;
    height: 100%;
}
 *{
     padding: 0;
     margin: 0;
 }
#app {
    padding: 0px 0px 0px 0.1%;
    background: #EDEDED;
    width: 99.9%;
    height: 100%;
}
.container {
    padding: 1%;
    width: 98%;
    height: 98%;
    background: #FFFFFC;
}

.container-top {
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: space-between;
    font-weight: bolder;
    border-bottom: 1px solid #CAC8C8;
}

.container-top-left {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #252525;
    line-height: 24px;
}

.container-top-right img{
    display: inline-block;
    margin-top: -2px;
    width: 16px;
    height: 16px;
}

.container-top-right-left,
.container-top-right-right {
    display: inline-block;
    cursor: pointer;
}

.container-top-right-right {
    margin: 0px 0px 0px 15px;
}

.container-content {
    width: 100%;
    margin-top: 0.5%;
}

.container-content .container-content-left {
    width: 31.8%;
    min-width: 400px;
    height: 767px;
    float: left;
}

.container-content-left-top {
    display: flex;
    justify-content: space-between;
}

.container-content-left-top-left {
    font-weight: bolder;
    line-height: 30px;
}

.container-content-left-top-right button {
    width: 100px;
    height: 30px;
    color: #0096EB;
    border: 1px solid #0096EB;
    border-radius: 2px;
    border-radius: 2px;
    line-height: 26px;
}

.container-content-left-top-right img {
    display: inline-block;
    margin: 0px 5px 0px -9px;
}

.layui-table-cell {
    text-align: center;
    font-size: 12px;
}

.container-content-left-bottom-content-srsj {
    padding-left: 20px;
    margin: 10px 0px;
    background: rgba(0,0,0,0.04);
}

.container-content-left-bottom-content-srsj>span {
    font-family: "Microsoft YaHei", "微软雅黑",PingFangSC-Regular;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    line-height: 24px;
}

.container-content-left-bottom-content-srsj1 {
    padding-left: 24px;
    height: 26px;
    margin: 10px 0px;
}

.container-content-left-bottom-content-srsj1>select {
    width: 80%;
    height: 100%;
}

.container-content-right {
    width: 67.3%;
    height: 714px;
    float: right;
    /* margin-left: 0.9%; */
    background: #FFFFFC;
    border: 1px solid #E8E8E8;
}