su-radio.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. .ui-radio.data-v-c395529d {
  27. display: flex;
  28. align-items: center;
  29. margin: 0 0.5em 0 0;
  30. height: 18px;
  31. }
  32. .ui-radio .ui-radio-input.data-v-c395529d {
  33. margin: 0 0.5em 0 0;
  34. display: inline-block;
  35. width: 18px;
  36. height: 18px;
  37. vertical-align: middle;
  38. line-height: 18px;
  39. }
  40. .ui-radio .ui-radio-input.data-v-c395529d::before {
  41. content: "";
  42. position: absolute;
  43. width: 0;
  44. height: 0;
  45. background-color: currentColor;
  46. border-radius: 18px;
  47. position: absolute !important;
  48. top: 0;
  49. right: 0;
  50. bottom: 0;
  51. left: 0;
  52. margin: auto;
  53. }
  54. .ui-radio .ui-radio-input.cur.data-v-c395529d {
  55. position: relative;
  56. }
  57. .ui-radio .ui-radio-input.cur.data-v-c395529d::before {
  58. width: 10px;
  59. height: 10px;
  60. transition: all 0.2s ease-in-out;
  61. }
  62. .ui-radio.data-v-c395529d:last-child {
  63. margin: 0 0.14286em;
  64. }
  65. .ui-radio.check .ui-radio-input.data-v-c395529d::before {
  66. font-family: "colorui";
  67. content: "\e69f";
  68. width: 18px;
  69. height: 18px;
  70. font-size: 0;
  71. background-color: transparent;
  72. }
  73. .ui-radio.check .ui-radio-input.cur.data-v-c395529d::before {
  74. width: 18px;
  75. height: 18px;
  76. font-size: 1em;
  77. transform: scale(0.8);
  78. text-align: center;
  79. line-height: 18px;
  80. }
  81. .ui-radio.line .ui-radio-input.cur.data-v-c395529d::before {
  82. width: calc(100% - 2px);
  83. height: calc(100% - 2px);
  84. background-color: var(--ui-BG);
  85. }
  86. .ui-radio.line .ui-radio-input.cur.data-v-c395529d::after {
  87. content: "";
  88. position: absolute;
  89. width: 10px;
  90. height: 10px;
  91. background-color: inherit;
  92. border-radius: 50%;
  93. position: absolute !important;
  94. top: 0;
  95. right: 0;
  96. bottom: 0;
  97. left: 0;
  98. margin: auto;
  99. }
  100. .ui-radio.lg .ui-radio-input.data-v-c395529d {
  101. font-size: 18px;
  102. }
  103. .ui-radio.img.data-v-c395529d {
  104. position: relative;
  105. margin: 0 0.28572em 0;
  106. }
  107. .ui-radio.img .ui-radio-input.data-v-c395529d {
  108. width: 42px;
  109. height: 42px;
  110. border-radius: 0px;
  111. position: absolute;
  112. margin: 0;
  113. left: -1px;
  114. top: -1px;
  115. }
  116. .ui-radio.img .ui-radio-input.data-v-c395529d::before {
  117. width: 40px;
  118. height: 40px;
  119. border-radius: 10rpx;
  120. }
  121. .ui-radio.img .ui-radio-input.cur.data-v-c395529d {
  122. width: 44px;
  123. height: 44px;
  124. top: -2px;
  125. left: -2px;
  126. border-radius: 7px !important;
  127. opacity: 0.8;
  128. }
  129. .ui-radio.img .ui-radio-img.data-v-c395529d {
  130. width: 40px;
  131. height: 40px;
  132. display: block;
  133. overflow: hidden;
  134. border-radius: 10px;
  135. }
  136. .ui-radio.card.data-v-c395529d {
  137. display: flex;
  138. margin: 30rpx;
  139. padding: 30rpx;
  140. position: relative;
  141. border-radius: 10rpx !important;
  142. flex-direction: row-reverse;
  143. justify-content: space-between;
  144. }
  145. .ui-radio.card .ui-radio-bg.data-v-c395529d {
  146. content: "";
  147. position: absolute;
  148. width: 200%;
  149. height: 200%;
  150. transform: scale(0.5);
  151. border-radius: 20rpx !important;
  152. z-index: 0;
  153. left: 0;
  154. top: 0;
  155. transform-origin: 0 0;
  156. background-color: var(--ui-BG);
  157. }
  158. .ui-radio.card .ui-radio-input.data-v-c395529d {
  159. position: relative;
  160. z-index: 1;
  161. margin-right: 0;
  162. }
  163. .ui-radio.card .ui-radio-bg.data-v-c395529d::after {
  164. content: "";
  165. position: absolute;
  166. width: calc(200% - 16px);
  167. height: calc(200% - 16px);
  168. transform: scale(0.5);
  169. transform-origin: 0 0;
  170. background-color: var(--ui-BG) !important;
  171. left: 4px;
  172. top: 4px;
  173. border-radius: 28rpx !important;
  174. z-index: 0;
  175. }
  176. .ui-radio.card .ui-radio-content.data-v-c395529d {
  177. position: relative;
  178. z-index: 1;
  179. display: flex;
  180. align-items: center;
  181. flex: 1;
  182. }