WebApp【公共组件库】@前端(For Git Submodule)
‘chensiAb’
2025-03-25 3b03f87a02458f719e2eb4bf112a13441b427d14
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**
 * input-phone-code
 * @author Tevin
 */
 
@import "../../common/sassMixin";
 
.c-input-phone-code {
    .at-button.c-input-phone-btn {
        padding: 0 12px;
        margin-right: 20px;
        line-height: 54px;
        border: none;
        background: #2093df;
        .at-button__text {
            vertical-align: middle;
        }
    }
    .at-input__icon {
        display: none;
    }
}