You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
203 lines
4.6 KiB
203 lines
4.6 KiB
@charset "UTF-8";
|
|
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.user.data-v-5b969c73 {
|
|
min-height: 100vh;
|
|
background: url(https://www.lijkj.cn/static/bg.png) center top no-repeat;
|
|
background-size: 100% auto;
|
|
overflow: hidden;
|
|
box-sizing: border-box;
|
|
}
|
|
.user .empty.data-v-5b969c73 {
|
|
padding: 150rpx 0;
|
|
text-align: center;
|
|
font-size: 26rpx;
|
|
color: #666;
|
|
}
|
|
.user .empty image.data-v-5b969c73 {
|
|
width: 460rpx;
|
|
height: 400rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.user .list.data-v-5b969c73 {
|
|
padding: 0 0 25rpx 0;
|
|
background-color: #f3f7f8;
|
|
overflow: hidden;
|
|
border-radius: 20rpx 20rpx 0 0;
|
|
margin-top: 50rpx;
|
|
}
|
|
.user .list .tab.data-v-5b969c73 {
|
|
margin-top: 20rpx;
|
|
}
|
|
.user .list .item.data-v-5b969c73 {
|
|
width: 700rpx;
|
|
height: 180rpx;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 3rpx 10rpx 0px rgba(9, 44, 39, 0.05);
|
|
border-radius: 20rpx;
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
margin: 0 auto;
|
|
margin-top: 20rpx;
|
|
}
|
|
.user .list .item .tag.data-v-5b969c73 {
|
|
width: 80rpx;
|
|
height: 56rpx;
|
|
text-align: center;
|
|
line-height: 56rpx;
|
|
background: #00C6A9;
|
|
border-radius: 0px 20rpx 0px 20rpx;
|
|
font-size: 32rpx;
|
|
color: #FFFFFF;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
z-index: 2;
|
|
}
|
|
.user .list .item .tag-on.data-v-5b969c73 {
|
|
background: #333333;
|
|
}
|
|
.user .list .item .name.data-v-5b969c73 {
|
|
font-weight: 500;
|
|
font-size: 30rpx;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
color: #333333;
|
|
}
|
|
.user .list .item .desc.data-v-5b969c73 {
|
|
font-weight: 500;
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
margin-top: 10rpx;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
.user .list .item .do.data-v-5b969c73 {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 10rpx;
|
|
}
|
|
.user .list .item .do .fl.data-v-5b969c73 {
|
|
width: 130rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
font-weight: 500;
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
}
|
|
.user .list .item .do .fl .img1.data-v-5b969c73 {
|
|
width: 30rpx;
|
|
height: 20rpx;
|
|
margin-right: 10rpx;
|
|
margin-top: 5rpx;
|
|
}
|
|
.user .list .item .do .fl .img2.data-v-5b969c73 {
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
.user-navbar.data-v-5b969c73 {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
z-index: 12;
|
|
width: 100%;
|
|
background: url(https://www.lijkj.cn/static/bg.png) center top no-repeat;
|
|
background-size: 100% auto;
|
|
}
|
|
.user-list.data-v-5b969c73 {
|
|
overflow: hidden;
|
|
margin-top: 45rpx;
|
|
}
|
|
.user-list .info.data-v-5b969c73 {
|
|
display: flex;
|
|
align-items: center;
|
|
overflow: hidden;
|
|
margin-top: 40rpx;
|
|
}
|
|
.user-list .info .item.data-v-5b969c73 {
|
|
flex: 1;
|
|
font-weight: 500;
|
|
font-size: 24rpx;
|
|
color: #333333;
|
|
text-align: center;
|
|
}
|
|
.user-list .info .item text.data-v-5b969c73 {
|
|
display: block;
|
|
font-weight: bold;
|
|
font-size: 36rpx;
|
|
color: #333333;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.user-list .users.data-v-5b969c73 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 0 25rpx;
|
|
}
|
|
.user-list .users .a.data-v-5b969c73 {
|
|
font-weight: 400;
|
|
font-size: 34rpx;
|
|
color: #333333;
|
|
line-height: 36rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.user-list .users .a .avater.data-v-5b969c73 {
|
|
width: 110rpx;
|
|
height: 110rpx;
|
|
border-radius: 50%;
|
|
margin-right: 25rpx;
|
|
}
|
|
.user-list .users .a .edit.data-v-5b969c73 {
|
|
width: 45rpx;
|
|
height: 45rpx;
|
|
margin-left: 10rpx;
|
|
margin-top: 10rpx;
|
|
}
|
|
.user-list .users .c.data-v-5b969c73 {
|
|
width: 130rpx;
|
|
height: 50rpx;
|
|
line-height: 50rpx;
|
|
background: #00C6A9;
|
|
border-radius: 4rpx;
|
|
font-weight: 500;
|
|
font-size: 22rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: #FFFFFF;
|
|
}
|
|
.user-list .users .c image.data-v-5b969c73 {
|
|
width: 20rpx;
|
|
height: 14rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
|