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

47 lines
1.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-"开头,不会造成冲突,请放心使用
*/
/* 间隔线 start*/
.tn-strip-bottom-min.data-v-6c75e876 {
width: 100%;
border-bottom: 1rpx solid #F8F9FB;
}
.tn-strip-top.data-v-6c75e876 {
width: 100%;
border-top: 20rpx solid rgba(241, 241, 241, 0.8);
}
/* 间隔线 end*/
/* 用户头像 start */
.user-image.data-v-6c75e876 {
width: 90rpx;
height: 90rpx;
position: relative;
}
.user-pic.data-v-6c75e876 {
background-size: cover;
background-repeat: no-repeat;
background-position: top;
border-radius: 50%;
overflow: hidden;
background-color: #FFFFFF;
}
/* 底部悬浮按钮 start*/
.tn-tabbar-height.data-v-6c75e876 {
min-height: 120rpx;
height: calc(140rpx + env(safe-area-inset-bottom) / 2);
height: calc(140rpx + constant(safe-area-inset-bottom));
}
.tn-footerfixed.data-v-6c75e876 {
position: fixed;
background-color: rgba(255, 255, 255, 0.5);
box-shadow: 0rpx 0rpx 30rpx 0rpx rgba(0, 0, 0, 0.07);
bottom: 0;
width: 100%;
transition: all 0.25s ease-out;
z-index: 100;
}