智慧农业大数据平台
xiebin
2022-11-16 3dc278f10a4c3e3db7ce3a445bed710bdc88916e
src/styles/publicBox/trace-table.scss
@@ -4,10 +4,9 @@
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1208px;
    background-color: transparent;
    z-index: 99;
    font-size: 14px;
    font-size: 16px;
    box-shadow: inset 0px 0px 30px 1px rgba(33, 186, 196, 0.1600);
    border: 1px solid #69E2ED;
    background: rgba(20, 66, 104, 0.8);
@@ -54,88 +53,158 @@
    }
    .content {
        display: flex;
        flex-direction: column;
        clear: both;
        width: 100%;
        height: 500px;
        height: 600px;
        margin-top: 0px;
        text-align: center;
        overflow-y: auto;
        overflow: hidden;
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        border-radius: 0 0 8px 8px;
        .farm-profiles {
            position: relative;
        .action-bar {
            padding: 0 30px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 74px;
            .btn-grounp {
                position: absolute;
                top: 18px;
                right: 20px;
            &>.search {
                .details {
                    text-align: right;
                    font-size: 18px;
                    color: #08F4FF;
                    cursor: pointer;
                }
                .search-input {
                .scene {
                    margin-top: 24px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 100px;
                    height: 30px;
                    background: rgba(102, 221, 233, 0.16);
                    border-radius: 4px 4px 4px 4px;
                    border: 1px solid #66DDE9;
                    box-sizing: border-box;
                    img {
                        // width: 70px;
                        height: 24px;
                    input {
                        color: #fff;
                        background: rgba(33, 186, 196, 0.2);
                        border-color: #21BAC4;
                    }
                }
            }
            .farm-content {
            .btn-grounp {
                padding: 30px 20px;
                font-size: 16px;
                .search {
                    color: #fff;
                    background: #21BAC4;
                    border-color: #21BAC4;
                }
                .reset {
                    color: #fff;
                    background: rgba(255, 255, 255, .2);
                    border-color: rgba(255, 255, 255, .2);
                }
            }
        }
        .table-list {
            flex: 1;
            display: flex;
            flex-direction: column;
            .t-header {
                display: flex;
                align-items: center;
                justify-content: space-between;
                height: 56px;
                font-size: 18px;
                font-weight: bold;
                color: #fff;
                background: linear-gradient(90deg, rgba(49, 137, 153, .5) 0%, rgba(49, 161, 168, .5) 44%, rgba(49, 137, 153, .5) 100%);
                .sym-style {
                    text-align: left;
                }
            }
            .t-body {
                flex: 1;
                overflow-y: auto;
            }
            .table-list {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
                height: 94px;
                border-bottom: 1px solid #E8ECEF;
                color: #fff;
                .row {
                .sym-style {
                    display: flex;
                    justify-content: space-between;
                    .l {
                        display: flex;
                        align-items: flex-start;
                        justify-content: flex-end;
                        width: 100px;
                        height: 50px;
                        color: #A9D1D7;
                        align-items: center;
                        img {
                            width: 94px;
                            height: 56px;
                        }
                    }
                    .r {
                        display: flex;
                        align-items: flex-start;
                        justify-content: flex-start;
                        margin-left: 24px;
                        margin-left: 20px;
                        flex: 1;
                        display: flex;
                        flex-direction: column;
                        align-items: flex-start;
                        justify-content: space-around;
                        img {
                            margin-right: 16px;
                            width: 102px;
                            height: 102px;
                            border-radius: 4px 4px 4px 4px;
                        .title {
                            font-size: 18px;
                            font-weight: bold;
                        }
                        .unit {
                            font-size: 14px;
                        }
                    }
                }
            }
            .table-list:last-child {
                border: none;
            }
            .t-header>div:first-child,
            .table-list>div:first-child {
                margin-left: 30px;
                flex: 1;
            }
            .t-header>div:nth-child(2),
            .table-list>div:nth-child(2) {
                width: 200px;
            }
            .t-header>div:nth-child(3),
            .table-list>div:nth-child(3) {
                width: 240px;
            }
            .t-header>div:nth-child(4),
            .table-list>div:nth-child(4) {
                width: 260px;
            }
            .t-header>div:nth-child(5),
            .table-list>div:nth-child(5) {
                width: 200px;
                .look {
                    color: #00F0FF;
                    background: rgba(0, 240, 255, 0.2);
                    border-color: #00F0FF;
                }
            }
        }
    }
}