shuishen
2023-03-17 dcea093a466fb6d8ded62de1c0953762b1acbd5f
src/styles/base/index.scss
@@ -764,8 +764,12 @@
        .police-btn-box {
            position: absolute;
            top: 84px;
            top: 124px;
            width: 100%;
        }
        .area {
            top: 92px;
        }
        .line {
@@ -779,6 +783,29 @@
            height: 32px;
            line-height: 32px;
            width: 100px;
        }
        .width-box {
            display: flex;
            align-items: center;
        }
        .input-width-box {
            input {
                outline: none;
                width: 80px;
                height: 28px;
                background-color: rgba(8, 56, 185, 0.5);
                border: none;
                color: #fff;
                border-radius: 4px;
                padding-left: 15px;
            }
            input:focus {
                border-color: #409EFF;
                border: 1px solid #409EFF;
            }
        }
    }
}
@@ -822,6 +849,29 @@
            width: 130px;
        }
        .width-box {
            display: flex;
            align-items: center;
        }
        .input-width-box {
            input {
                outline: none;
                width: 80px;
                height: 28px;
                background-color: rgba(8, 56, 185, 0.5);
                border: none;
                color: #fff;
                border-radius: 4px;
                padding-left: 15px;
            }
            input:focus {
                border-color: #409EFF;
                border: 1px solid #409EFF;
            }
        }
    }
}