yunshangxie/unpackage/dist/dev/mp-weixin/tuniao-ui/components/tn-button/tn-button.wxss

30 lines
907 B
Plaintext
Raw Normal View History

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