u-radio.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. @charset "UTF-8";
  2. /* 这里是你自己写的全局css样式 */
  3. .page.data-v-bba4a85a {
  4. background-color: #f3f4f6;
  5. padding: 20rpx;
  6. }
  7. .empty-wrap.data-v-bba4a85a {
  8. margin-top: 200rpx;
  9. width: 100%;
  10. display: flex;
  11. justify-content: center;
  12. align-items: center;
  13. }
  14. .content-page.data-v-bba4a85a {
  15. min-height: 100vh;
  16. background-color: #fff;
  17. }
  18. .footer.data-v-bba4a85a {
  19. display: flex;
  20. align-items: center;
  21. color: #909399;
  22. width: 100%;
  23. padding: 20rpx 0;
  24. justify-content: center;
  25. }
  26. .box-shadow.data-v-bba4a85a {
  27. box-shadow: 0rpx 2rpx 4rpx 0 rgba(0, 0, 0, 0.2);
  28. }
  29. .flex-empty.data-v-bba4a85a {
  30. visibility: hidden;
  31. width: 120rpx;
  32. height: 0rpx;
  33. }
  34. .bwin-btn-100.data-v-bba4a85a {
  35. width: 100%;
  36. }
  37. .bwin-popup.data-v-bba4a85a {
  38. display: flex;
  39. flex-direction: column;
  40. width: 100%;
  41. position: relative;
  42. min-height: 100%;
  43. overflow: hidden;
  44. }
  45. .bwin-popup .popup-header.data-v-bba4a85a {
  46. z-index: 2;
  47. width: 80%;
  48. position: fixed;
  49. padding: 20rpx 0;
  50. text-align: center;
  51. font-size: 32rpx;
  52. color: #fff;
  53. font-weight: bold;
  54. background-color: #2080f0;
  55. border-top-left-radius: 20rpx;
  56. border-top-right-radius: 20rpx;
  57. }
  58. .bwin-popup .popup-body.data-v-bba4a85a {
  59. z-index: 1;
  60. position: relative;
  61. top: 90rpx;
  62. margin-bottom: 90rpx;
  63. padding: 20rpx;
  64. font-size: 32rpx;
  65. overflow-y: scroll;
  66. }
  67. .bwin-popup .popup-footer.data-v-bba4a85a {
  68. position: relative;
  69. left: 0;
  70. bottom: 20rpx;
  71. width: 100%;
  72. display: flex;
  73. justify-content: space-around;
  74. }
  75. .u-radio.data-v-bba4a85a {
  76. display: inline-flex;
  77. align-items: center;
  78. overflow: hidden;
  79. -webkit-user-select: none;
  80. user-select: none;
  81. line-height: 1.8;
  82. }
  83. .u-radio__icon-wrap.data-v-bba4a85a {
  84. color: #606266;
  85. display: flex;
  86. flex-direction: row;
  87. flex: none;
  88. align-items: center;
  89. justify-content: center;
  90. box-sizing: border-box;
  91. width: 42rpx;
  92. height: 42rpx;
  93. color: transparent;
  94. text-align: center;
  95. transition-property: color, border-color, background-color;
  96. font-size: 20px;
  97. border: 1px solid #c8c9cc;
  98. transition-duration: 0.2s;
  99. }
  100. .u-radio__icon-wrap--circle.data-v-bba4a85a {
  101. border-radius: 100%;
  102. }
  103. .u-radio__icon-wrap--square.data-v-bba4a85a {
  104. border-radius: 3px;
  105. }
  106. .u-radio__icon-wrap--checked.data-v-bba4a85a {
  107. color: #fff;
  108. background-color: #2979ff;
  109. border-color: #2979ff;
  110. }
  111. .u-radio__icon-wrap--disabled.data-v-bba4a85a {
  112. background-color: #ebedf0;
  113. border-color: #c8c9cc;
  114. }
  115. .u-radio__icon-wrap--disabled--checked.data-v-bba4a85a {
  116. color: #c8c9cc !important;
  117. }
  118. .u-radio__label.data-v-bba4a85a {
  119. word-wrap: break-word;
  120. margin-left: 10rpx;
  121. margin-right: 24rpx;
  122. color: #606266;
  123. font-size: 30rpx;
  124. }
  125. .u-radio__label--disabled.data-v-bba4a85a {
  126. color: #c8c9cc;
  127. }