128 lines
3.7 KiB
Plaintext
128 lines
3.7 KiB
Plaintext
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.page-content.data-v-2f35fb20 {
|
||
min-height: 100vh;
|
||
background-color: #f2f3f5;
|
||
}
|
||
.top-bar.data-v-2f35fb20 {
|
||
background: #fff;
|
||
align-items: center;
|
||
text-align: center;
|
||
padding: 20rpx 60rpx;
|
||
}
|
||
.todo-item.data-v-2f35fb20 {
|
||
display: flex;
|
||
flex-direction: row;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
padding: 20rpx;
|
||
background-color: #ffffff;
|
||
margin-bottom: 20rpx;
|
||
gap: 20rpx;
|
||
}
|
||
.todo-item .todo-item-content.data-v-2f35fb20 {
|
||
display: flex;
|
||
flex: 1;
|
||
flex-direction: column;
|
||
justify-content: space-between;
|
||
/* 首尾贴边,中间均分 */
|
||
}
|
||
.todo-item .todo-item-content .todo-item-content-header.data-v-2f35fb20 {
|
||
display: flex;
|
||
align-items: center;
|
||
padding: 6rpx 0;
|
||
gap: 20rpx;
|
||
}
|
||
.todo-item .todo-item-content .todo-item-content-body.data-v-2f35fb20 {
|
||
padding: 6rpx 0;
|
||
}
|
||
.todo-item .todo-item-content .todo-item-content-body .todo-item-content-body-desc.data-v-2f35fb20 {
|
||
color: #7c7c7c;
|
||
font-size: 26rpx;
|
||
display: -webkit-box;
|
||
-webkit-box-orient: vertical;
|
||
-webkit-line-clamp: 2;
|
||
overflow: hidden;
|
||
text-overflow: ellipsis;
|
||
}
|
||
.todo-item .todo-item-content .todo-item-content-footer.data-v-2f35fb20 {
|
||
padding: 6rpx 0;
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
}
|
||
.todo-item .todo-item-content .todo-item-content-footer .todo-item-content-footer-btn.data-v-2f35fb20 {
|
||
display: flex;
|
||
justify-content: space-between;
|
||
align-items: center;
|
||
gap: 10rpx;
|
||
}
|
||
.title.data-v-2f35fb20 {
|
||
padding: 0 20rpx;
|
||
margin-top: 20rpx;
|
||
margin-bottom: 20rpx;
|
||
font-size: 28rpx;
|
||
font-weight: 400;
|
||
text-align: center;
|
||
}
|
||
.room-info.data-v-2f35fb20 {
|
||
text-align: left;
|
||
padding: 20rpx 20rpx;
|
||
color: #666;
|
||
width: 100%;
|
||
box-sizing: border-box;
|
||
}
|
||
.room-info .room-id.data-v-2f35fb20 {
|
||
font-size: 28rpx;
|
||
}
|
||
.room-info .remark.data-v-2f35fb20 {
|
||
font-size: 26rpx;
|
||
} |