12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- /* 水平间距 */
- /* 水平间距 */
- .u-empty.data-v-edf95844,
- .u-empty__wrap.data-v-edf95844,
- .u-tabs.data-v-edf95844,
- .u-tabs__wrapper.data-v-edf95844,
- .u-tabs__wrapper__scroll-view-wrapper.data-v-edf95844,
- .u-tabs__wrapper__scroll-view.data-v-edf95844,
- .u-tabs__wrapper__nav.data-v-edf95844,
- .u-tabs__wrapper__nav__line.data-v-edf95844 {
- display: flex;
- flex-direction: column;
- flex-shrink: 0;
- flex-grow: 0;
- flex-basis: auto;
- align-items: stretch;
- align-content: flex-start;
- }
- .u-radio.data-v-edf95844 {
- display: flex;
- flex-direction: row;
- overflow: hidden;
- flex-direction: row;
- align-items: center;
- margin-bottom: 5px;
- margin-top: 5px;
- }
- .u-radio-label--left.data-v-edf95844 {
- flex-direction: row;
- }
- .u-radio-label--right.data-v-edf95844 {
- flex-direction: row-reverse;
- justify-content: space-between;
- }
- .u-radio__icon-wrap.data-v-edf95844 {
- box-sizing: border-box;
- transition-property: border-color, background-color, color;
- transition-duration: 0.2s;
- color: #606266;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- color: transparent;
- text-align: center;
- margin-right: 6px;
- font-size: 20px;
- border-width: 1px;
- border-color: #c8c9cc;
- border-style: solid;
- }
- .u-radio__icon-wrap--circle.data-v-edf95844 {
- border-radius: 100%;
- }
- .u-radio__icon-wrap--square.data-v-edf95844 {
- border-radius: 3px;
- }
- .u-radio__icon-wrap--checked.data-v-edf95844 {
- color: #fff;
- background-color: red;
- border-color: #2979ff;
- }
- .u-radio__icon-wrap--disabled.data-v-edf95844 {
- background-color: #ebedf0 !important;
- }
- .u-radio__icon-wrap--disabled--checked.data-v-edf95844 {
- color: #c8c9cc !important;
- }
- .u-radio__label.data-v-edf95844 {
- word-wrap: break-word;
- margin-left: 5px;
- margin-right: 12px;
- color: #606266;
- font-size: 15px;
- }
- .u-radio__label--disabled.data-v-edf95844 {
- color: #c8c9cc;
- }
|