榆钱落尽槿花稀 01448b7113 feat: 添加多个静态图片资源及配置文件
新增了多个静态图片资源文件,包括01.png、02.png等,并添加了相关的配置文件和组件,如vue.config.js、package.json等。同时引入了Tuniao UI库,并配置了相关的依赖和设置,以支持项目的开发和构建。
2025-05-09 17:07:24 +08:00

52 lines
1.2 KiB
SCSS
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

::-webkit-scrollbar {
display: none;
width: 0 !important;
height: 0 !important;
-webkit-appearance: none;
background: transparent;
}
/* 微信小程序编译后页面有组件名的元素,特别处理 start */
/* #ifdef MP-WEIXIN || MP-QQ */
// 各家小程序宫格组件外层设置为100%避免受到父元素display: flex;的影响
/* 双标签 start*/
.capsule {
display: inline-flex;
vertical-align: middle;
width: 20%;
min-width: 136rpx;
height: 45rpx;
tn-tag {
margin: 0;
width: 100%;
&:first-child {
.tn-tag {
border-top-right-radius: 0rpx;
border-bottom-right-radius: 0rpx;
}
}
&:last-child {
.tn-tag {
&::after {
border-top-left-radius: 0rpx;
border-bottom-left-radius: 0rpx;
}
}
}
}
}
/* 双标签 end*/
/* #endif */
/* 微信小程序编译后页面有组件名的元素,特别处理 end */
/* 头条小程序编译后页面有组件名的元素,特别处理 start */
/* #ifdef MP-TOUTIAO */
// 各家小程序宫格组件外层设置为100%避免受到父元素display: flex;的影响
/* #endif */
/* 头条小程序编译后页面有组件名的元素,特别处理 end */