@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .anabox { background-color: #f1f4ff; padding-top: 10px; } .pickerBox { position: relative; background: #FFFFFF; z-index: 10; } .selecttimes { padding: 10px; box-sizing: border-box; margin: 10px auto 0; display: flex; background-color: #fff; justify-content: space-between; width: 95%; } .selecttimes .timesbox { display: flex; justify-content: space-around; width: 60%; margin-left: 10px; border: 1px solid #CCCCCC; padding: 5px; font-size: 12px; border-radius: 5px; } .selecttimes .timesbox image { width: 30rpx; height: 30rpx; margin-top: 6rpx; } .selecttimes .timesbox .icon { color: #949494; text-align: right; margin-left: 30rpx; } .wormtime { width: 95%; padding: 10px; box-sizing: border-box; margin: 0 auto; display: flex; justify-content: space-around; background-color: #fff; } .wormtime .wormtime_item { width: 25%; margin-top: 10px; padding: 10px; } .wormtime .wormtime_item .img { width: 50px; height: 50px; } .wormtime .wormtime_item ._p:nth-child(2) { font-size: 16px; font-weight: 700; } .wormtime .wormtime_item ._p:nth-child(3) { font-size: 12px; margin-top: 5px; } .wormtime .wormtime_item ._p:last-child { font-size: 12px; margin-top: 5px; } .wormtime .wormtime_item:first-child { background-color: #F9FAFE; } .wormtime .wormtime_item:nth-child(2) { background-color: #FFFCF9; } .wormtime .wormtime_item:last-child { background-color: #FCF8FF; } .schedulebox { display: flex; padding: 10px 10px; box-sizing: border-box; width: 95%; margin: 0px auto; background-color: #fff; } .schedulebox .schedule { display: flex; width: 240rpx; height: 50rpx; margin-right: 20rpx; background-color: #F9FAFC; border-radius: 25px; } .schedulebox .schedule .schedule_value { width: 70%; text-align: center; line-height: 50rpx; font-size: 24rpx; } .schedulebox .schedule .schedule_icon { width: 30%; text-align: center; line-height: 50rpx; } .schedulebox .schedule .schedule_icon .u-icon__icon { color: rgba(0, 0, 0, 0.3); } .tendency { width: 95%; display: flex; justify-content: space-around; margin: 0 auto; background-color: #fff; } .tendency_pro { width: 95%; padding: 0 20px; box-sizing: border-box; height: 140px; overflow-y: auto; margin: 0 auto; background-color: #fff; } .tendency_pro ._span:first-child { display: inline-block; width: 100px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .tendency_pro .u-progress { width: calc(100% - 150px); } .tendency_pro ._span:last-child { display: inline-block; width: 30px; margin-left: 10px; } .tablebox { display: flex; flex-wrap: wrap; width: 95%; margin: 10px auto 20px; background-color: #fff; } .tablebox .top_text { width: 100%; display: flex; height: 30px; line-height: 30px; } .tablebox .top_text .tltle_text { width: 30%; text-align: center; } .tablebox .top_text .title_text_color { width: 30%; text-align: center; } .tablebox .top_text .title_text_color .title_item { border-bottom: 2px solid #64CC82; color: #64CC82; } .tablebox .scroll-X { width: 95%; margin: 20rpx auto; } .tablebox .scroll-X .table { width: 1800rpx; } .tablebox .scroll-X .table .td:nth-child(3), .tablebox .scroll-X .table .td:last-child { color: #37aed8; } .tablebox .scroll-X .tr { display: flex; overflow: hidden; } .tablebox .scroll-X .tr .th, .tablebox .scroll-X .tr .td { display: inline-block; padding: 5rpx; text-align: center; height: 52rpx; line-height: 52rpx; width: 320rpx; } .tablebox .scroll-X .tr:nth-child(2n-1) { background-color: #f5fff8; } .tablebox .scroll-X .tr:first-child { background-color: #57c878; color: #fff; } .tablebox .pagenumber { display: flex; margin: 20rpx auto; } .tablebox .pagenumber button { width: 150rpx; height: 50rpx; line-height: 50rpx; font-size: 26rpx; text-align: center; background-color: #57c878; color: #FFFFFF; } .tablebox .pagenumber .pagenumber_page { width: 150rpx; height: 50rpx; line-height: 50rpx; font-size: 26rpx; text-align: center; } .modalbox { width: 100%; height: 120px; padding-left: 30px; margin-top: 10px; overflow-y: auto; } .u-calendar__action { display: flex; justify-content: space-around; } .u-calendar__action .u-calendar__action__text { line-height: 25px; }