123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .mProtocol {
- // display: flex;
- // align-items: center;
- font-size: 12px;
- padding: 15px 14px;
- color: var(--k-gray-4);
- .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: sub;
- }
- .van-checkbox__label {
- line-height: 15px;
- color: var(--k-gray-4);
- }
- }
- .protocolContent {
- font-size: 14px;
- padding: 12px;
- color: #333;
- line-height: 1.4;
- }
- }
|