123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .tm-button.data-v-dae977ca {
- vertical-align: middle;
- }
- .tm-button .tm-button-btn button.data-v-dae977ca {
- background: none;
- border: none;
- width: 100%;
- height: auto;
- line-height: 88rpx;
- height: 88rpx;
- vertical-align: middle;
- }
- .tm-button .tm-button-btn button .tm-button-label.data-v-dae977ca {
- vertical-align: middle;
- }
- .tm-button .tm-button-btn button.data-v-dae977ca::after {
- border: none;
- }
- .tm-button .tm-button-btn button.fabxs.data-v-dae977ca {
- width: 48rpx;
- height: 48rpx !important;
- line-height: 48rpx;
- text-align: center;
- padding: 0 !important;
- }
- .tm-button .tm-button-btn button.fabs.data-v-dae977ca {
- width: 64rpx;
- height: 64rpx !important;
- line-height: 64rpx;
- text-align: center;
- padding: 0 !important;
- }
- .tm-button .tm-button-btn button.fabm.data-v-dae977ca {
- width: 90rpx;
- height: 90rpx !important;
- line-height: 90rpx;
- text-align: center;
- padding: 0 !important;
- }
- .tm-button .tm-button-btn button.fabn.data-v-dae977ca {
- width: 110rpx;
- height: 110rpx !important;
- line-height: 110rpx;
- text-align: center;
- padding: 0 !important;
- }
- .tm-button .tm-button-btn button.fabl.data-v-dae977ca {
- width: 140rpx;
- height: 140rpx !important;
- line-height: 140rpx;
- text-align: center;
- padding: 0 !important;
- }
- .tm-button .tm-button-btn button.fabg.data-v-dae977ca {
- width: 180rpx;
- height: 180rpx !important;
- line-height: 180rpx;
- text-align: center;
- padding: 0 !important;
- }
- .tm-button .tm-button-btn button.wxs.data-v-dae977ca {
- min-width: 64rpx;
- height: 36rpx !important;
- text-align: center;
- padding: 0 12rpx;
- }
- .tm-button .tm-button-btn button.ws.data-v-dae977ca {
- min-width: 90rpx;
- height: 48rpx !important;
- text-align: center;
- padding: 0 16rpx;
- }
- .tm-button .tm-button-btn button.wm.data-v-dae977ca {
- min-width: 140rpx;
- height: 64rpx !important;
- text-align: center;
- padding: 0 24rpx;
- }
- .tm-button .tm-button-btn button.wn.data-v-dae977ca {
- min-width: 240rpx;
- height: 72rpx !important;
- text-align: center;
- padding: 0 32rpx;
- }
- .tm-button .tm-button-btn button.wl.data-v-dae977ca {
- min-width: 280rpx;
- height: 72rpx !important;
- text-align: center;
- padding: 0 32rpx;
- }
- .tm-button .tm-button-btn button.wg.data-v-dae977ca {
- min-width: 400rpx;
- height: 76rpx !important;
- text-align: center;
- padding: 0 32rpx;
- }
- .tm-button .tm-button-btn button.plan.data-v-dae977ca {
- box-shadow: none !important;
- border-width: 1px !important;
- border-style: solid;
- }
- .tm-button .tm-button-btn button.titl.data-v-dae977ca {
- box-shadow: none !important;
- background: transparent !important;
- border: none;
- }
- .tm-button .tm-button-btn button.data-v-dae977ca:active, .tm-button .tm-button-btn button.data-v-dae977ca:focus {
- opacity: 0.64;
- }
- .tm-button .tm-button-btn button.showValue.data-v-dae977ca {
- line-height: inherit !important;
- }
- .tm-button .tm-button-btn button.noGutter.data-v-dae977ca {
- min-width: 0 !important;
- margin: 0 !important;
- padding: 0 !important;
- overflow: unset !important;
- }
- .tm-button.d-block button.data-v-dae977ca {
- font-size: 32rpx;
- }
- .tm-button.d-block button.plan.data-v-dae977ca {
- box-shadow: none !important;
- background: transparent !important;
- border-width: 1px !important;
- border-style: solid;
- }
- .tm-button.d-block.showValue.data-v-dae977ca {
- line-height: inherit !important;
- }
- .tm-button.d-inline-block.data-v-dae977ca {
- vertical-align: middle;
- }
|