163 lines
3.6 KiB
Plaintext
163 lines
3.6 KiB
Plaintext
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.tagsbox.data-v-1cf27b2a {
|
||
margin-top: 20rpx;
|
||
display: flex;
|
||
flex-wrap: wrap;
|
||
}
|
||
.tagsbox .tag.data-v-1cf27b2a {
|
||
padding: 0 10rpx;
|
||
margin-right: 16rpx;
|
||
height: 46rpx;
|
||
line-height: 46rpx;
|
||
text-align: center;
|
||
background: rgba(60, 199, 192, 0.1);
|
||
border-radius: 8rpx;
|
||
font-weight: 400;
|
||
font-size: 24rpx;
|
||
color: #3cc7c0;
|
||
}
|
||
.newsbox.data-v-1cf27b2a {
|
||
margin-bottom: 16rpx;
|
||
}
|
||
.recbox.data-v-1cf27b2a {
|
||
padding-bottom: 23rpx;
|
||
margin-bottom: 16rpx;
|
||
padding-top: 36rpx;
|
||
background: #fff;
|
||
}
|
||
.recbox .cell.data-v-1cf27b2a {
|
||
margin: 23rpx 30rpx 0;
|
||
padding: 34rpx;
|
||
background: #f3f4f6;
|
||
font-size: 30rpx;
|
||
color: #4b5563;
|
||
line-height: 43rpx;
|
||
border-radius: 15rpx;
|
||
}
|
||
.listbox .cell.data-v-1cf27b2a {
|
||
margin: 0 30rpx;
|
||
display: flex;
|
||
align-items: flex-start;
|
||
border-bottom: 1rpx solid #f3f4f6;
|
||
padding: 34rpx 0;
|
||
}
|
||
.listbox .cell .circle.data-v-1cf27b2a {
|
||
margin-right: 30rpx;
|
||
margin-top: 18rpx;
|
||
width: 16rpx;
|
||
height: 16rpx;
|
||
background: #3cc7c0;
|
||
border-radius: 50%;
|
||
}
|
||
.listbox .cell .name.data-v-1cf27b2a {
|
||
font-size: 32rpx;
|
||
color: #000000;
|
||
line-height: 46rpx;
|
||
}
|
||
.listbox .cell .author.data-v-1cf27b2a {
|
||
font-size: 28rpx;
|
||
color: #4b5563;
|
||
line-height: 38rpx;
|
||
}
|
||
.titlebox.data-v-1cf27b2a {
|
||
margin: 0 30rpx;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
}
|
||
.titlebox .more.data-v-1cf27b2a {
|
||
display: flex;
|
||
align-items: center;
|
||
}
|
||
.titlebox .more .morename.data-v-1cf27b2a {
|
||
margin-right: 10rpx;
|
||
font-size: 28rpx;
|
||
color: #3cc7c0;
|
||
}
|
||
.newsbox.data-v-1cf27b2a {
|
||
padding-top: 36rpx;
|
||
background: #fff;
|
||
}
|
||
.page.data-v-1cf27b2a {
|
||
background: #f9fafb;
|
||
height: calc(100vh - 425rpx);
|
||
overflow-y: scroll;
|
||
}
|
||
.kubox.data-v-1cf27b2a {
|
||
padding: 30rpx 0;
|
||
width: 100%;
|
||
background: rgba(0, 0, 0, 0);
|
||
}
|
||
.kubox .row.data-v-1cf27b2a {
|
||
padding: 0 30rpx;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
}
|
||
.kubox .row .item.data-v-1cf27b2a {
|
||
margin-left: 30rpx;
|
||
padding: 32rpx;
|
||
flex: 1;
|
||
background: #e9fafb;
|
||
border-radius: 15rpx;
|
||
}
|
||
.kubox .row .item .name.data-v-1cf27b2a {
|
||
font-size: 32rpx;
|
||
color: #00919e;
|
||
line-height: 46rpx;
|
||
}
|
||
.databox.data-v-1cf27b2a {
|
||
height: 162rpx;
|
||
background: #ffffff;
|
||
display: flex;
|
||
padding: 0 30rpx;
|
||
justify-content: space-between;
|
||
}
|
||
.databox .cell.data-v-1cf27b2a {
|
||
flex: 1;
|
||
padding: 35rpx 0;
|
||
text-align: center;
|
||
}
|
||
.databox .cell .num.data-v-1cf27b2a {
|
||
font-size: 38rpx;
|
||
color: #3cc7c0;
|
||
}
|
||
.databox .cell .name.data-v-1cf27b2a {
|
||
margin-top: 18rpx;
|
||
font-size: 28rpx;
|
||
color: #4b5563;
|
||
}
|
||
.publish.data-v-1cf27b2a {
|
||
width: 92rpx;
|
||
height: 92rpx;
|
||
background: #3CC7C0;
|
||
border-radius: 50%;
|
||
position: fixed;
|
||
right: 30rpx;
|
||
bottom: 180rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
} |