| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .boxlable.data-v-603b1560 {
- width: 47%;
- }
- .morelable.data-v-603b1560 {
- width: 100%;
- overflow-x: auto;
- /* 添加横向滚动条 */
- white-space: nowrap;
- }
- .containers.data-v-603b1560 {
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 14px;
- color: #222222;
- }
- .calendar-day.data-v-603b1560 {
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 12px;
- color: #999;
- flex: 1;
- margin: 10px 10px 0 10px;
- background-color: #f5f5f5;
- border-radius: 4px;
- }
- .topdata.data-v-603b1560 {
- background: linear-gradient(to right, #e1eeff, #dfe0fe);
- }
- .topdata-box.data-v-603b1560 {
- padding: 12px;
- margin: 0 12px 0 12px;
- background-color: rgba(255, 255, 255, 0.5);
- border-radius: 8px 8px;
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 14px;
- color: #222222;
- }
- .topdata-item.data-v-603b1560 {
- width: 50%;
- text-align: center;
- padding: 8px;
- box-sizing: border-box;
- }
- .topdata-item-num.data-v-603b1560 {
- color: #1677ff;
- }
- .topdata-item-num text.data-v-603b1560 {
- font-family: DIN, DIN;
- font-weight: bold;
- font-size: 25px;
- }
- .topdata .searchbox.data-v-603b1560 {
- background-color: #fff;
- border-radius: 8rpx 8rpx 0 0;
- padding: 15px;
- }
- .topdata .searchbox-item.data-v-603b1560 {
- height: 23px;
- line-height: 23px;
- width: 65px;
- background: #f5f5f5;
- text-align: center;
- border-radius: 5px;
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 12px;
- color: #888;
- }
- .topdata .searchbox-active.data-v-603b1560 {
- color: #fff !important;
- background-color: #1677ff !important;
- }
- .statistics.data-v-603b1560 {
- background-color: #fff;
- overflow-y: auto;
- box-sizing: border-box;
- }
- .statistics-title.data-v-603b1560 {
- font-family: PingFang SC, PingFang SC;
- font-weight: bold;
- font-size: 16px;
- color: #222222;
- }
- .statistics-slot-title.data-v-603b1560 {
- font-size: 12px;
- color: #1677ff;
- }
- .statistics .collapse-content.data-v-603b1560 {
- margin: 0 -8px -8rpx 0;
- }
- .statistics .collapse-content-item.data-v-603b1560 {
- flex: 1;
- padding: 12px;
- box-sizing: border-box;
- border-radius: 10px;
- background: #f5f5f5;
- font-family: PingFang SC, PingFang SC;
- font-weight: 400;
- font-size: 10px;
- color: #222222;
- margin: 0 8px 8rpx 0;
- }
- .statistics .collapse-content-title.data-v-603b1560 {
- font-size: 14px;
- margin-bottom: 10px;
- }
- .statistics .collapse-content-num.data-v-603b1560 {
- color: #1677ff;
- font-size: 10px;
- }
- .statistics .collapse-content-num text.data-v-603b1560 {
- font-family: DIN, DIN;
- font-weight: bold;
- font-size: 25px;
- }
|