1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- .mProtocol {
- font-size: 12px;
- padding: 15px 14px;
- color: var(--k-gray-1);
- &.center {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .protocolText {
- color: #F96A33;
- line-height: 15px;
- }
- .boxStyle {
- background: transparent !important;
- width: 15px;
- height: 15px;
- font-size: 15px;
- border: transparent !important;
- }
- img {
- width: 100%;
- }
- :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-1);
- }
- }
- .protocolContent {
- font-size: 14px;
- padding: 12px;
- color: #333;
- line-height: 1.4;
- }
- }
|