WebApp【公共组件库】@前端(For Git Submodule)
‘chensiAb’
2025-03-25 3b03f87a02458f719e2eb4bf112a13441b427d14
forms/datePicker/cDatePicker.scss
@@ -6,6 +6,36 @@
@import "../../common/sassMixin";
.c-date-picker {
    &.read-only {
        pointer-events: none;
        background-color: #f6f6f6;
        .at-input__title {
            &::before {
                display: block;
                position: absolute;
                top: 50%;
                left: -23px;
                width: 12px;
                height: 12px;
                content: " ";
                border: #777 1PX solid;
                border-radius: 50%;
                transform: translateY(-50%);
            }
            &::after {
                display: block;
                position: absolute;
                top: 50%;
                left: -23px;
                width: 14px;
                height: 0px;
                margin-top: 0px;
                content: " ";
                border-bottom: #777 1PX solid;
                transform: rotate(-45deg);
            }
        }
    }
    .at-input__input {
        .weui-input {
            pointer-events: none;
@@ -17,9 +47,26 @@
            display: none;
        }
        .at-icon-chevron-right {
            padding: 0;
            font-size: 48px;
            color: #ccc;
        }
        .at-icon-close {
            padding: 8px;
            margin: 4px;
            color: #fff;
            font-size: 24px;
            line-height: 24px;
            background-color: #ccc;
            border-radius: 50%;
            &::after {
                @include position(absolute, -24px n n 0);
                width: 90px;
                height: 90px;
                background-color: rgba(#000, 0);
                content: "";
            }
        }
    }
    .at-input__icon {
        display: none;