tm-button.wxss 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .tm-button.data-v-dae977ca {
  28. vertical-align: middle;
  29. }
  30. .tm-button .tm-button-btn button.data-v-dae977ca {
  31. background: none;
  32. border: none;
  33. width: 100%;
  34. height: auto;
  35. line-height: 88rpx;
  36. height: 88rpx;
  37. vertical-align: middle;
  38. }
  39. .tm-button .tm-button-btn button .tm-button-label.data-v-dae977ca {
  40. vertical-align: middle;
  41. }
  42. .tm-button .tm-button-btn button.data-v-dae977ca::after {
  43. border: none;
  44. }
  45. .tm-button .tm-button-btn button.fabxs.data-v-dae977ca {
  46. width: 48rpx;
  47. height: 48rpx !important;
  48. line-height: 48rpx;
  49. text-align: center;
  50. padding: 0 !important;
  51. }
  52. .tm-button .tm-button-btn button.fabs.data-v-dae977ca {
  53. width: 64rpx;
  54. height: 64rpx !important;
  55. line-height: 64rpx;
  56. text-align: center;
  57. padding: 0 !important;
  58. }
  59. .tm-button .tm-button-btn button.fabm.data-v-dae977ca {
  60. width: 90rpx;
  61. height: 90rpx !important;
  62. line-height: 90rpx;
  63. text-align: center;
  64. padding: 0 !important;
  65. }
  66. .tm-button .tm-button-btn button.fabn.data-v-dae977ca {
  67. width: 110rpx;
  68. height: 110rpx !important;
  69. line-height: 110rpx;
  70. text-align: center;
  71. padding: 0 !important;
  72. }
  73. .tm-button .tm-button-btn button.fabl.data-v-dae977ca {
  74. width: 140rpx;
  75. height: 140rpx !important;
  76. line-height: 140rpx;
  77. text-align: center;
  78. padding: 0 !important;
  79. }
  80. .tm-button .tm-button-btn button.fabg.data-v-dae977ca {
  81. width: 180rpx;
  82. height: 180rpx !important;
  83. line-height: 180rpx;
  84. text-align: center;
  85. padding: 0 !important;
  86. }
  87. .tm-button .tm-button-btn button.wxs.data-v-dae977ca {
  88. min-width: 64rpx;
  89. height: 36rpx !important;
  90. text-align: center;
  91. padding: 0 12rpx;
  92. }
  93. .tm-button .tm-button-btn button.ws.data-v-dae977ca {
  94. min-width: 90rpx;
  95. height: 48rpx !important;
  96. text-align: center;
  97. padding: 0 16rpx;
  98. }
  99. .tm-button .tm-button-btn button.wm.data-v-dae977ca {
  100. min-width: 140rpx;
  101. height: 64rpx !important;
  102. text-align: center;
  103. padding: 0 24rpx;
  104. }
  105. .tm-button .tm-button-btn button.wn.data-v-dae977ca {
  106. min-width: 240rpx;
  107. height: 72rpx !important;
  108. text-align: center;
  109. padding: 0 32rpx;
  110. }
  111. .tm-button .tm-button-btn button.wl.data-v-dae977ca {
  112. min-width: 280rpx;
  113. height: 72rpx !important;
  114. text-align: center;
  115. padding: 0 32rpx;
  116. }
  117. .tm-button .tm-button-btn button.wg.data-v-dae977ca {
  118. min-width: 400rpx;
  119. height: 76rpx !important;
  120. text-align: center;
  121. padding: 0 32rpx;
  122. }
  123. .tm-button .tm-button-btn button.plan.data-v-dae977ca {
  124. box-shadow: none !important;
  125. border-width: 1px !important;
  126. border-style: solid;
  127. }
  128. .tm-button .tm-button-btn button.titl.data-v-dae977ca {
  129. box-shadow: none !important;
  130. background: transparent !important;
  131. border: none;
  132. }
  133. .tm-button .tm-button-btn button.data-v-dae977ca:active, .tm-button .tm-button-btn button.data-v-dae977ca:focus {
  134. opacity: 0.64;
  135. }
  136. .tm-button .tm-button-btn button.showValue.data-v-dae977ca {
  137. line-height: inherit !important;
  138. }
  139. .tm-button .tm-button-btn button.noGutter.data-v-dae977ca {
  140. min-width: 0 !important;
  141. margin: 0 !important;
  142. padding: 0 !important;
  143. overflow: unset !important;
  144. }
  145. .tm-button.d-block button.data-v-dae977ca {
  146. font-size: 32rpx;
  147. }
  148. .tm-button.d-block button.plan.data-v-dae977ca {
  149. box-shadow: none !important;
  150. background: transparent !important;
  151. border-width: 1px !important;
  152. border-style: solid;
  153. }
  154. .tm-button.d-block.showValue.data-v-dae977ca {
  155. line-height: inherit !important;
  156. }
  157. .tm-button.d-inline-block.data-v-dae977ca {
  158. vertical-align: middle;
  159. }