first commit

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:27:25 +08:00
commit 85b89ccea7
1694 changed files with 168292 additions and 0 deletions

View File

@@ -0,0 +1,159 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.header_img {
width: 140rpx;
height: 140rpx;
margin-right: 30rpx;
border-radius: 50%;
}
.header_tit {
flex: 1;
}
.header_tit_nick {
font-size: 32rpx;
font-weight: bold;
margin-bottom: 20rpx;
}
.header_tit_acee {
font-size: 28rpx;
}
.header_you {
width: 40rpx;
height: 40rpx;
}
.member {
margin-top: 50rpx;
border-radius: 15rpx;
padding: 20rpx 40rpx;
position: relative;
background: linear-gradient(-120deg, #3e445a, #31374a, #2b3042, #262b3c);
display: flex;
align-items: center;
}
.member_left {
flex: 1;
margin-right: 20rpx;
}
.member_left_1 {
color: #fff;
font-weight: bold;
font-size: 32rpx;
}
.member_left_2 {
margin: 20rpx 0;
}
.member_left_3 {
color: #fff;
font-size: 24rpx;
}
.member_right {
all: unset;
background-color: #f1c68e;
color: #634738;
width: 160rpx;
border-radius: 30rpx;
display: flex;
align-items: center;
justify-content: center;
padding: 10rpx 0;
overflow: visible;
}
.tn-flex {
display: flex;
}
.tn-padding-sm {
width: 25%;
}
.tn-padding-sm {
margin: 10rpx;
}
.t12_icon image {
width: 60rpx;
height: 60rpx;
}
.tn-flex-direction-column {
flex-direction: column;
align-items: center;
}
.tn-text-ellipsis {
font-size: 26rpx;
}
.means-a {
width: 100%;
background: #ffffff;
border-radius: 15rpx;
padding: 0 25rpx;
}
.means-a .means-a-list {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
min-height: 100rpx;
background-color: #ffffff;
padding: 0;
border: 0;
border-bottom: 1rpx solid #f6f6f6;
}
.means-a .means-a-list .tit {
font-size: 30rpx;
color: #333;
}
.means-a .means-a-list .header {
width: 140rpx;
height: 140rpx;
margin-bottom: 20rpx;
border-radius: 50%;
}
.means-a .means-a-list .nickname {
font-size: 30rpx;
color: #222222;
}
.means-a .means-a-list .means-zhuomi {
display: flex;
align-items: center;
}
.means-a .means-a-list .means-zhuomi image {
width: 11rpx;
height: 21rpx;
}
.b_yubiao {
display: flex;
align-items: center;
justify-content: space-between;
padding: 30rpx 20rpx;
}
.b_yubiao image {
width: 48rpx;
height: 48rpx;
}
.b_yubiao_right {
display: flex;
flex-direction: column;
align-items: flex-end;
}