/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.tui-manage-container.data-v-0446c0b6 {
|
|
min-height: 100vh;
|
|
background: #f7f7f7;
|
|
padding-bottom: 40rpx;
|
|
}
|
|
.navbar.data-v-0446c0b6 {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100vw;
|
|
height: 100rpx;
|
|
background: #fff;
|
|
z-index: 10;
|
|
display: flex;
|
|
align-items: flex-end;
|
|
justify-content: space-between;
|
|
box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.03);
|
|
padding: 0 32rpx;
|
|
}
|
|
.navbar .nav-left.data-v-0446c0b6 {
|
|
flex: 0 0 48rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
height: 100%;
|
|
}
|
|
.navbar .nav-title.data-v-0446c0b6 {
|
|
flex: 1;
|
|
text-align: center;
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
color: #222;
|
|
line-height: 100rpx;
|
|
}
|
|
.navbar .nav-right.data-v-0446c0b6 {
|
|
flex: 0 0 80rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
height: 100%;
|
|
}
|
|
.tab-bar-fixed.data-v-0446c0b6 {
|
|
position: fixed;
|
|
left: 0;
|
|
width: 100vw;
|
|
z-index: 20;
|
|
background: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
height: 80rpx;
|
|
border-bottom: 2rpx solid #f3f3f3;
|
|
margin: 0;
|
|
box-sizing: border-box;
|
|
padding-left: 0;
|
|
padding-right: 32rpx;
|
|
}
|
|
.tab-tabs.data-v-0446c0b6 {
|
|
display: flex;
|
|
flex: 1;
|
|
height: 100%;
|
|
}
|
|
.tab-item.data-v-0446c0b6 {
|
|
flex: 1;
|
|
text-align: center;
|
|
font-size: 32rpx;
|
|
color: #222;
|
|
font-weight: 500;
|
|
position: relative;
|
|
padding-bottom: 12rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.tab-item.active.data-v-0446c0b6 {
|
|
color: #ffb400;
|
|
font-weight: bold;
|
|
}
|
|
.tab-item.active.data-v-0446c0b6::after {
|
|
content: "";
|
|
display: block;
|
|
width: 48rpx;
|
|
height: 6rpx;
|
|
border-radius: 6rpx;
|
|
background: #ffb400;
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
bottom: 0;
|
|
}
|
|
.tab-search.data-v-0446c0b6 {
|
|
margin-left: 16rpx;
|
|
}
|
|
.tab-content.data-v-0446c0b6 {
|
|
margin-top: 32rpx;
|
|
}
|
|
.tui-card.data-v-0446c0b6 {
|
|
background: #fff;
|
|
border-radius: 40rpx;
|
|
margin: 0 32rpx 32rpx 32rpx;
|
|
padding: 40rpx 36rpx 36rpx 36rpx;
|
|
box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.03);
|
|
}
|
|
.tui-info-row.data-v-0446c0b6 {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 18rpx;
|
|
}
|
|
.tui-info-row .tui-label.data-v-0446c0b6 {
|
|
font-size: 30rpx;
|
|
color: #b3b3b3;
|
|
width: 180rpx;
|
|
font-weight: 400;
|
|
}
|
|
.tui-info-row .tui-value.data-v-0446c0b6 {
|
|
font-size: 32rpx;
|
|
color: #222;
|
|
font-weight: 500;
|
|
}
|
|
.tui-status-bar.data-v-0446c0b6 {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin-top: 12rpx;
|
|
}
|
|
.tui-status.data-v-0446c0b6 {
|
|
font-size: 28rpx;
|
|
border-radius: 0 0 20rpx 0;
|
|
padding: 8rpx 32rpx;
|
|
font-weight: 400;
|
|
}
|
|
.tui-status.orange.data-v-0446c0b6 {
|
|
background: #fff7e6;
|
|
color: #ffb400;
|
|
}
|
|
.tui-status.red.data-v-0446c0b6 {
|
|
background: #ffeaea;
|
|
color: #ff4d4f;
|
|
}
|
|
.tui-status.gray.data-v-0446c0b6 {
|
|
background: #f5f5f5;
|
|
color: #999;
|
|
}
|
|
.tui-action-bar.data-v-0446c0b6 {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-top: 24rpx;
|
|
gap: 80rpx;
|
|
}
|
|
.tui-action.data-v-0446c0b6 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
}
|
|
.tui-action uni-icons.data-v-0446c0b6 {
|
|
margin-bottom: 4rpx;
|
|
}
|
|
.search-input-wrap.data-v-0446c0b6 {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 2rpx;
|
|
border: 1rpx solid #ccc;
|
|
border-radius: 10rpx;
|
|
}
|
|
.search-input-wrap .search-input.data-v-0446c0b6 {
|
|
flex: 1;
|
|
}
|
|
.search-cancel.data-v-0446c0b6 {
|
|
margin-left: 16rpx;
|
|
color: #999;
|
|
}
|