230 lines
5.7 KiB
Plaintext
230 lines
5.7 KiB
Plaintext
|
/* stylelint-disable comment-empty-line-before */
|
|||
|
/**
|
|||
|
* 这里是uni-app内置的常用样式变量
|
|||
|
*
|
|||
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|||
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|||
|
*
|
|||
|
*/
|
|||
|
/**
|
|||
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|||
|
*
|
|||
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|||
|
*/
|
|||
|
/* 颜色变量 */
|
|||
|
/* 行为相关颜色 */
|
|||
|
/* 文字基本颜色 */
|
|||
|
/* 背景颜色 */
|
|||
|
/* 边框颜色 */
|
|||
|
/* 尺寸变量 */
|
|||
|
/* 文字尺寸 */
|
|||
|
/* 图片尺寸 */
|
|||
|
/* Border Radius */
|
|||
|
/* 水平间距 */
|
|||
|
/* 垂直间距 */
|
|||
|
/* 透明度 */
|
|||
|
/* 文章场景相关 */
|
|||
|
.l1.data-v-b485cb53 {
|
|||
|
display: flex;
|
|||
|
justify-content: space-around;
|
|||
|
height: 86rpx;
|
|||
|
font-size: 28rpx;
|
|||
|
line-height: 86rpx;
|
|||
|
color: #282828;
|
|||
|
background-color: #fff;
|
|||
|
border-bottom: 1rpx solid #eee;
|
|||
|
border-top-left-radius: 14rpx;
|
|||
|
border-top-right-radius: 14rpx;
|
|||
|
}
|
|||
|
.header-box.data-v-b485cb53 {
|
|||
|
position: relative;
|
|||
|
z-index: 3;
|
|||
|
box-sizing: border-box;
|
|||
|
width: 750rpx;
|
|||
|
padding: 0 20rpx 20rpx 20rpx;
|
|||
|
background: var(--b3d58418) no-repeat, linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
|
|||
|
background-size: 750rpx 100%;
|
|||
|
}
|
|||
|
.header-box .team-data-box .data-card.data-v-b485cb53 {
|
|||
|
width: 305rpx;
|
|||
|
padding: 20rpx;
|
|||
|
background: #ffffff;
|
|||
|
border-radius: 20rpx;
|
|||
|
}
|
|||
|
.header-box .team-data-box .data-card .item-title.data-v-b485cb53 {
|
|||
|
margin-bottom: 10rpx;
|
|||
|
font-size: 22rpx;
|
|||
|
font-weight: 500;
|
|||
|
line-height: 30rpx;
|
|||
|
color: #999999;
|
|||
|
}
|
|||
|
.header-box .team-data-box .data-card .total-item.data-v-b485cb53 {
|
|||
|
margin-bottom: 30rpx;
|
|||
|
}
|
|||
|
.header-box .team-data-box .data-card .total-num.data-v-b485cb53 {
|
|||
|
font-family: OPPOSANS;
|
|||
|
font-size: 38rpx;
|
|||
|
font-weight: 500;
|
|||
|
color: #333333;
|
|||
|
}
|
|||
|
.header-box .team-data-box .data-card .category-num.data-v-b485cb53 {
|
|||
|
font-family: OPPOSANS;
|
|||
|
font-size: 26rpx;
|
|||
|
font-weight: 500;
|
|||
|
color: #333333;
|
|||
|
}
|
|||
|
.list-box.data-v-b485cb53 {
|
|||
|
position: relative;
|
|||
|
z-index: 3;
|
|||
|
}
|
|||
|
.chat-custom-right .time-text.data-v-b485cb53 {
|
|||
|
font-size: 22rpx;
|
|||
|
font-weight: 400;
|
|||
|
color: #999999;
|
|||
|
}
|
|||
|
.chat-custom-right .tag-box.data-v-b485cb53 {
|
|||
|
width: 140rpx;
|
|||
|
padding: 5rpx 10rpx;
|
|||
|
line-height: 30rpx;
|
|||
|
background: rgba(0, 0, 0, 0.2);
|
|||
|
border-radius: 21rpx;
|
|||
|
}
|
|||
|
.chat-custom-right .tag-box .tag-img.data-v-b485cb53 {
|
|||
|
width: 34rpx;
|
|||
|
height: 34rpx;
|
|||
|
margin-right: 6rpx;
|
|||
|
border-radius: 50%;
|
|||
|
}
|
|||
|
.chat-custom-right .tag-box .tag-title.data-v-b485cb53 {
|
|||
|
font-size: 18rpx;
|
|||
|
font-weight: 500;
|
|||
|
line-height: 20rpx;
|
|||
|
color: rgb(255, 255, 255);
|
|||
|
}
|
|||
|
.referrer-box.data-v-b485cb53 {
|
|||
|
padding: 20rpx;
|
|||
|
font-size: 28rpx;
|
|||
|
font-weight: 500;
|
|||
|
color: #ffffff;
|
|||
|
}
|
|||
|
.referrer-box .referrer-avatar.data-v-b485cb53 {
|
|||
|
width: 34rpx;
|
|||
|
height: 34rpx;
|
|||
|
border-radius: 50%;
|
|||
|
}
|
|||
|
.promoter-list .nav.data-v-b485cb53 {
|
|||
|
height: 86rpx;
|
|||
|
margin-top: -30rpx;
|
|||
|
font-size: 28rpx;
|
|||
|
line-height: 86rpx;
|
|||
|
color: #282828;
|
|||
|
background-color: #fff;
|
|||
|
border-bottom: 1rpx solid #eee;
|
|||
|
border-top-left-radius: 14rpx;
|
|||
|
border-top-right-radius: 14rpx;
|
|||
|
}
|
|||
|
.promoter-list .nav .item.on.data-v-b485cb53 {
|
|||
|
color: red;
|
|||
|
border-bottom: 5rpx solid;
|
|||
|
}
|
|||
|
.promoter-list .search.data-v-b485cb53 {
|
|||
|
box-sizing: border-box;
|
|||
|
width: 100%;
|
|||
|
height: 100rpx;
|
|||
|
padding: 0 24rpx;
|
|||
|
background-color: #fff;
|
|||
|
border-bottom-right-radius: 14rpx;
|
|||
|
border-bottom-left-radius: 14rpx;
|
|||
|
}
|
|||
|
.promoter-list .search .input.data-v-b485cb53 {
|
|||
|
position: relative;
|
|||
|
width: 592rpx;
|
|||
|
height: 60rpx;
|
|||
|
text-align: center;
|
|||
|
background-color: #f5f5f5;
|
|||
|
border-radius: 50rpx;
|
|||
|
}
|
|||
|
.promoter-list .search .input input.data-v-b485cb53 {
|
|||
|
width: 610rpx;
|
|||
|
height: 100%;
|
|||
|
font-size: 26rpx;
|
|||
|
text-align: center;
|
|||
|
}
|
|||
|
.promoter-list .search .input .placeholder.data-v-b485cb53 {
|
|||
|
color: #bbb;
|
|||
|
}
|
|||
|
.promoter-list .search .input .iconfont.data-v-b485cb53 {
|
|||
|
position: absolute;
|
|||
|
top: 50%;
|
|||
|
right: 28rpx;
|
|||
|
font-size: 28rpx;
|
|||
|
color: #999;
|
|||
|
transform: translateY(-50%);
|
|||
|
}
|
|||
|
.promoter-list .search .iconfont.data-v-b485cb53 {
|
|||
|
height: 60rpx;
|
|||
|
font-size: 32rpx;
|
|||
|
line-height: 60rpx;
|
|||
|
color: #515151;
|
|||
|
}
|
|||
|
.promoter-list .list.data-v-b485cb53 {
|
|||
|
margin-top: 20rpx;
|
|||
|
}
|
|||
|
.promoter-list .list .sortNav.data-v-b485cb53 {
|
|||
|
height: 76rpx;
|
|||
|
font-size: 28rpx;
|
|||
|
color: #333;
|
|||
|
background-color: #fff;
|
|||
|
border-bottom: 1rpx solid #eee;
|
|||
|
border-top-left-radius: 14rpx;
|
|||
|
border-top-right-radius: 14rpx;
|
|||
|
}
|
|||
|
.promoter-list .list .sortNav .sortItem.data-v-b485cb53 {
|
|||
|
flex: 1;
|
|||
|
text-align: center;
|
|||
|
}
|
|||
|
.promoter-list .list .sortNav .sortItem image.data-v-b485cb53 {
|
|||
|
width: 24rpx;
|
|||
|
height: 24rpx;
|
|||
|
margin-left: 6rpx;
|
|||
|
vertical-align: -3rpx;
|
|||
|
}
|
|||
|
.promoter-list .list .item.data-v-b485cb53 {
|
|||
|
height: 152rpx;
|
|||
|
padding: 0 24rpx;
|
|||
|
font-size: 24rpx;
|
|||
|
color: #666;
|
|||
|
background-color: #fff;
|
|||
|
border-bottom: 1rpx solid #eee;
|
|||
|
}
|
|||
|
.promoter-list .list .item .picTxt .pictrue.data-v-b485cb53 {
|
|||
|
width: 106rpx;
|
|||
|
height: 106rpx;
|
|||
|
border-radius: 50%;
|
|||
|
}
|
|||
|
.promoter-list .list .item .picTxt .pictrue image.data-v-b485cb53 {
|
|||
|
box-sizing: border-box;
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
border: 3rpx solid #fff;
|
|||
|
border-radius: 50%;
|
|||
|
box-shadow: 0 0 10rpx #aaa;
|
|||
|
}
|
|||
|
.promoter-list .list .item .picTxt .text.data-v-b485cb53 {
|
|||
|
margin-left: 14rpx;
|
|||
|
font-size: 24rpx;
|
|||
|
color: #666;
|
|||
|
}
|
|||
|
.promoter-list .list .item .picTxt .text .name.data-v-b485cb53 {
|
|||
|
margin-bottom: 13rpx;
|
|||
|
font-size: 28rpx;
|
|||
|
color: #333;
|
|||
|
}
|
|||
|
.promoter-list .list .item .right.data-v-b485cb53 {
|
|||
|
font-size: 22rpx;
|
|||
|
color: #333;
|
|||
|
text-align: right;
|
|||
|
}
|
|||
|
.promoter-list .list .item .right .num.data-v-b485cb53 {
|
|||
|
margin-right: 7rpx;
|
|||
|
}
|