yunshangxie/unpackage/dist/dev/mp-weixin/pages/index/search/search.wxss

95 lines
2.3 KiB
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-search-fixed.data-v-04ef1189 {
position: fixed;
top: 50rpx;
width: 100%;
transition: all 0.25s ease-out;
z-index: 1;
}
/* 搜索标签 start*/
.tn-tag-search__item.data-v-04ef1189 {
display: inline-block;
line-height: 45rpx;
padding: 10rpx 30rpx;
margin: 20rpx 20rpx 5rpx 0rpx;
}
.tn-tag-search__item--prefix.data-v-04ef1189 {
padding-right: 10rpx;
}
/* 标签内容 end*/
/* 标题 start */
.nav_title.data-v-04ef1189 {
-webkit-background-clip: text;
color: transparent;
}
.nav_title--wrap.data-v-04ef1189 {
position: relative;
display: flex;
height: 120rpx;
font-size: 42rpx;
align-items: center;
justify-content: center;
font-weight: bold;
background-image: url(https://resource.tuniaokj.com/images/title_bg/title00.png);
background-size: cover;
}
/* 标题 end */
/* 富文本图示意 start */
.news-img.data-v-04ef1189 {
z-index: -1;
padding-bottom: 40rpx;
}
.news-img image.data-v-04ef1189 {
width: 100%;
margin: 20rpx 0;
}
/* 资讯主图 start*/
.image-article.data-v-04ef1189 {
border-radius: 8rpx;
border: 1rpx solid #F8F7F8;
width: 200rpx;
height: 200rpx;
position: relative;
}
.image-pic.data-v-04ef1189 {
background-size: cover;
background-repeat: no-repeat;
background-position: top;
border-radius: 10rpx;
}
.article-shadow.data-v-04ef1189 {
border-radius: 15rpx;
box-shadow: 0rpx 0rpx 50rpx 0rpx rgba(0, 0, 0, 0.07);
}
/* 文字截取*/
.clamp-text-1.data-v-04ef1189 {
-webkit-line-clamp: 1;
display: -webkit-box;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
overflow: hidden;
}
.clamp-text-2.data-v-04ef1189 {
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
overflow: hidden;
}
/* 标签内容 start*/
.tn-tag-content__item.data-v-04ef1189 {
display: inline-block;
line-height: 35rpx;
padding: 7rpx 25rpx 5rpx 25rpx;
}
.tn-tag-content__item--prefix.data-v-04ef1189 {
padding-right: 10rpx;
}
/* 标签内容 end*/