u-radio.wxss 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .u-empty.data-v-edf95844,
  4. .u-empty__wrap.data-v-edf95844,
  5. .u-tabs.data-v-edf95844,
  6. .u-tabs__wrapper.data-v-edf95844,
  7. .u-tabs__wrapper__scroll-view-wrapper.data-v-edf95844,
  8. .u-tabs__wrapper__scroll-view.data-v-edf95844,
  9. .u-tabs__wrapper__nav.data-v-edf95844,
  10. .u-tabs__wrapper__nav__line.data-v-edf95844 {
  11. display: flex;
  12. flex-direction: column;
  13. flex-shrink: 0;
  14. flex-grow: 0;
  15. flex-basis: auto;
  16. align-items: stretch;
  17. align-content: flex-start;
  18. }
  19. .u-radio.data-v-edf95844 {
  20. display: flex;
  21. flex-direction: row;
  22. overflow: hidden;
  23. flex-direction: row;
  24. align-items: center;
  25. margin-bottom: 5px;
  26. margin-top: 5px;
  27. }
  28. .u-radio-label--left.data-v-edf95844 {
  29. flex-direction: row;
  30. }
  31. .u-radio-label--right.data-v-edf95844 {
  32. flex-direction: row-reverse;
  33. justify-content: space-between;
  34. }
  35. .u-radio__icon-wrap.data-v-edf95844 {
  36. box-sizing: border-box;
  37. transition-property: border-color, background-color, color;
  38. transition-duration: 0.2s;
  39. color: #606266;
  40. display: flex;
  41. flex-direction: row;
  42. align-items: center;
  43. justify-content: center;
  44. color: transparent;
  45. text-align: center;
  46. margin-right: 6px;
  47. font-size: 20px;
  48. border-width: 1px;
  49. border-color: #c8c9cc;
  50. border-style: solid;
  51. }
  52. .u-radio__icon-wrap--circle.data-v-edf95844 {
  53. border-radius: 100%;
  54. }
  55. .u-radio__icon-wrap--square.data-v-edf95844 {
  56. border-radius: 3px;
  57. }
  58. .u-radio__icon-wrap--checked.data-v-edf95844 {
  59. color: #fff;
  60. background-color: red;
  61. border-color: #2979ff;
  62. }
  63. .u-radio__icon-wrap--disabled.data-v-edf95844 {
  64. background-color: #ebedf0 !important;
  65. }
  66. .u-radio__icon-wrap--disabled--checked.data-v-edf95844 {
  67. color: #c8c9cc !important;
  68. }
  69. .u-radio__label.data-v-edf95844 {
  70. word-wrap: break-word;
  71. margin-left: 5px;
  72. margin-right: 12px;
  73. color: #606266;
  74. font-size: 15px;
  75. }
  76. .u-radio__label--disabled.data-v-edf95844 {
  77. color: #c8c9cc;
  78. }