123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .userAuth {
- min-height: 100vh;
- background-color: #f6f8f9;
- overflow: hidden;
- .btnGroup {
- padding: 0 14px;
- padding-bottom: 15px;
- }
- .colProtocol {
- // display: flex;
- // align-items: center;
- font-size: 12px;
- padding: 15px 14px;
- color: #999;
- .protocolText {
- color: var(--van-primary);
- line-height: 15px;
- }
- .boxStyle {
- background: transparent !important;
- width: 15px;
- height: 15px;
- border: transparent !important;
- }
- :global {
- .van-checkbox {
- display: inline-block;
- align-items: inherit;
- overflow: inherit;
- }
- .van-checkbox__icon {
- height: 15px;
- line-height: 15px;
- display: inline-block;
- vertical-align: middle;
- }
- .van-checkbox__label {
- line-height: 15px;
- }
- }
- }
- }
|