tn-button.wxss 907 B

1234567891011121314151617181920212223242526272829
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为Tuniao UI的集成样式文件,为scss预处理器,其中包含了一些"tn-"开头的自定义变量
  4. * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
  5. * Tuniao UI自定义的css类名和scss变量,均以"tn-"开头,不会造成冲突,请放心使用
  6. */
  7. .tn-btn.data-v-17fe1570 {
  8. position: relative;
  9. display: inline-flex;
  10. align-items: center;
  11. justify-content: center;
  12. box-sizing: border-box;
  13. line-height: 1;
  14. text-align: center;
  15. text-decoration: none;
  16. overflow: visible;
  17. -webkit-transform: translate(0rpx, 0rpx);
  18. transform: translate(0rpx, 0rpx);
  19. border-radius: 12rpx;
  20. margin: 0;
  21. }
  22. .tn-btn--plain.data-v-17fe1570 {
  23. background-color: transparent !important;
  24. background-image: none;
  25. }
  26. .tn-btn--plain.tn-round.data-v-17fe1570 {
  27. border-radius: 1000rpx !important;
  28. }