1097 lines
27 KiB
CSS
Raw Normal View History

2024-05-25 20:47:31 +08:00
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.uniui-cart-filled[data-v-d31e1c47]:before {
content: "\e6d0";
2024-05-25 20:47:31 +08:00
}
.uniui-gift-filled[data-v-d31e1c47]:before {
content: "\e6c4";
2024-05-25 20:47:31 +08:00
}
.uniui-color[data-v-d31e1c47]:before {
content: "\e6cf";
2024-05-25 20:47:31 +08:00
}
.uniui-wallet[data-v-d31e1c47]:before {
content: "\e6b1";
2024-05-25 20:47:31 +08:00
}
.uniui-settings-filled[data-v-d31e1c47]:before {
content: "\e6ce";
2024-05-25 20:47:31 +08:00
}
.uniui-auth-filled[data-v-d31e1c47]:before {
content: "\e6cc";
2024-05-25 20:47:31 +08:00
}
.uniui-shop-filled[data-v-d31e1c47]:before {
content: "\e6cd";
2024-05-25 20:47:31 +08:00
}
.uniui-staff-filled[data-v-d31e1c47]:before {
content: "\e6cb";
2024-05-25 20:47:31 +08:00
}
.uniui-vip-filled[data-v-d31e1c47]:before {
content: "\e6c6";
2024-05-25 20:47:31 +08:00
}
.uniui-plus-filled[data-v-d31e1c47]:before {
content: "\e6c7";
2024-05-25 20:47:31 +08:00
}
.uniui-folder-add-filled[data-v-d31e1c47]:before {
content: "\e6c8";
2024-05-25 20:47:31 +08:00
}
.uniui-color-filled[data-v-d31e1c47]:before {
content: "\e6c9";
2024-05-25 20:47:31 +08:00
}
.uniui-tune-filled[data-v-d31e1c47]:before {
content: "\e6ca";
2024-05-25 20:47:31 +08:00
}
.uniui-calendar-filled[data-v-d31e1c47]:before {
content: "\e6c0";
2024-05-25 20:47:31 +08:00
}
.uniui-notification-filled[data-v-d31e1c47]:before {
content: "\e6c1";
2024-05-25 20:47:31 +08:00
}
.uniui-wallet-filled[data-v-d31e1c47]:before {
content: "\e6c2";
2024-05-25 20:47:31 +08:00
}
.uniui-medal-filled[data-v-d31e1c47]:before {
content: "\e6c3";
2024-05-25 20:47:31 +08:00
}
.uniui-fire-filled[data-v-d31e1c47]:before {
content: "\e6c5";
2024-05-25 20:47:31 +08:00
}
.uniui-refreshempty[data-v-d31e1c47]:before {
content: "\e6bf";
2024-05-25 20:47:31 +08:00
}
.uniui-location-filled[data-v-d31e1c47]:before {
content: "\e6af";
2024-05-25 20:47:31 +08:00
}
.uniui-person-filled[data-v-d31e1c47]:before {
content: "\e69d";
2024-05-25 20:47:31 +08:00
}
.uniui-personadd-filled[data-v-d31e1c47]:before {
content: "\e698";
2024-05-25 20:47:31 +08:00
}
.uniui-arrowthinleft[data-v-d31e1c47]:before {
content: "\e6d2";
2024-05-25 20:47:31 +08:00
}
.uniui-arrowthinup[data-v-d31e1c47]:before {
content: "\e6d3";
2024-05-25 20:47:31 +08:00
}
.uniui-arrowthindown[data-v-d31e1c47]:before {
content: "\e6d4";
2024-05-25 20:47:31 +08:00
}
.uniui-back[data-v-d31e1c47]:before {
content: "\e6b9";
2024-05-25 20:47:31 +08:00
}
.uniui-forward[data-v-d31e1c47]:before {
content: "\e6ba";
2024-05-25 20:47:31 +08:00
}
.uniui-arrow-right[data-v-d31e1c47]:before {
content: "\e6bb";
2024-05-25 20:47:31 +08:00
}
.uniui-arrow-left[data-v-d31e1c47]:before {
content: "\e6bc";
2024-05-25 20:47:31 +08:00
}
.uniui-arrow-up[data-v-d31e1c47]:before {
content: "\e6bd";
2024-05-25 20:47:31 +08:00
}
.uniui-arrow-down[data-v-d31e1c47]:before {
content: "\e6be";
2024-05-25 20:47:31 +08:00
}
.uniui-arrowthinright[data-v-d31e1c47]:before {
content: "\e6d1";
2024-05-25 20:47:31 +08:00
}
.uniui-down[data-v-d31e1c47]:before {
content: "\e6b8";
2024-05-25 20:47:31 +08:00
}
.uniui-bottom[data-v-d31e1c47]:before {
content: "\e6b8";
2024-05-25 20:47:31 +08:00
}
.uniui-arrowright[data-v-d31e1c47]:before {
content: "\e6d5";
2024-05-25 20:47:31 +08:00
}
.uniui-right[data-v-d31e1c47]:before {
content: "\e6b5";
2024-05-25 20:47:31 +08:00
}
.uniui-up[data-v-d31e1c47]:before {
content: "\e6b6";
2024-05-25 20:47:31 +08:00
}
.uniui-top[data-v-d31e1c47]:before {
content: "\e6b6";
2024-05-25 20:47:31 +08:00
}
.uniui-left[data-v-d31e1c47]:before {
content: "\e6b7";
2024-05-25 20:47:31 +08:00
}
.uniui-arrowup[data-v-d31e1c47]:before {
content: "\e6d6";
2024-05-25 20:47:31 +08:00
}
.uniui-eye[data-v-d31e1c47]:before {
content: "\e651";
2024-05-25 20:47:31 +08:00
}
.uniui-eye-filled[data-v-d31e1c47]:before {
content: "\e66a";
2024-05-25 20:47:31 +08:00
}
.uniui-eye-slash[data-v-d31e1c47]:before {
content: "\e6b3";
2024-05-25 20:47:31 +08:00
}
.uniui-eye-slash-filled[data-v-d31e1c47]:before {
content: "\e6b4";
2024-05-25 20:47:31 +08:00
}
.uniui-info-filled[data-v-d31e1c47]:before {
content: "\e649";
2024-05-25 20:47:31 +08:00
}
.uniui-reload[data-v-d31e1c47]:before {
content: "\e6b2";
2024-05-25 20:47:31 +08:00
}
.uniui-micoff-filled[data-v-d31e1c47]:before {
content: "\e6b0";
2024-05-25 20:47:31 +08:00
}
.uniui-map-pin-ellipse[data-v-d31e1c47]:before {
content: "\e6ac";
2024-05-25 20:47:31 +08:00
}
.uniui-map-pin[data-v-d31e1c47]:before {
content: "\e6ad";
2024-05-25 20:47:31 +08:00
}
.uniui-location[data-v-d31e1c47]:before {
content: "\e6ae";
2024-05-25 20:47:31 +08:00
}
.uniui-starhalf[data-v-d31e1c47]:before {
content: "\e683";
2024-05-25 20:47:31 +08:00
}
.uniui-star[data-v-d31e1c47]:before {
content: "\e688";
2024-05-25 20:47:31 +08:00
}
.uniui-star-filled[data-v-d31e1c47]:before {
content: "\e68f";
2024-05-25 20:47:31 +08:00
}
.uniui-calendar[data-v-d31e1c47]:before {
content: "\e6a0";
2024-05-25 20:47:31 +08:00
}
.uniui-fire[data-v-d31e1c47]:before {
content: "\e6a1";
2024-05-25 20:47:31 +08:00
}
.uniui-medal[data-v-d31e1c47]:before {
content: "\e6a2";
2024-05-25 20:47:31 +08:00
}
.uniui-font[data-v-d31e1c47]:before {
content: "\e6a3";
2024-05-25 20:47:31 +08:00
}
.uniui-gift[data-v-d31e1c47]:before {
content: "\e6a4";
2024-05-25 20:47:31 +08:00
}
.uniui-link[data-v-d31e1c47]:before {
content: "\e6a5";
2024-05-25 20:47:31 +08:00
}
.uniui-notification[data-v-d31e1c47]:before {
content: "\e6a6";
2024-05-25 20:47:31 +08:00
}
.uniui-staff[data-v-d31e1c47]:before {
content: "\e6a7";
2024-05-25 20:47:31 +08:00
}
.uniui-vip[data-v-d31e1c47]:before {
content: "\e6a8";
2024-05-25 20:47:31 +08:00
}
.uniui-folder-add[data-v-d31e1c47]:before {
content: "\e6a9";
2024-05-25 20:47:31 +08:00
}
.uniui-tune[data-v-d31e1c47]:before {
content: "\e6aa";
2024-05-25 20:47:31 +08:00
}
.uniui-auth[data-v-d31e1c47]:before {
content: "\e6ab";
2024-05-25 20:47:31 +08:00
}
.uniui-person[data-v-d31e1c47]:before {
content: "\e699";
2024-05-25 20:47:31 +08:00
}
.uniui-email-filled[data-v-d31e1c47]:before {
content: "\e69a";
2024-05-25 20:47:31 +08:00
}
.uniui-phone-filled[data-v-d31e1c47]:before {
content: "\e69b";
2024-05-25 20:47:31 +08:00
}
.uniui-phone[data-v-d31e1c47]:before {
content: "\e69c";
2024-05-25 20:47:31 +08:00
}
.uniui-email[data-v-d31e1c47]:before {
content: "\e69e";
2024-05-25 20:47:31 +08:00
}
.uniui-personadd[data-v-d31e1c47]:before {
content: "\e69f";
2024-05-25 20:47:31 +08:00
}
.uniui-chatboxes-filled[data-v-d31e1c47]:before {
content: "\e692";
2024-05-25 20:47:31 +08:00
}
.uniui-contact[data-v-d31e1c47]:before {
content: "\e693";
2024-05-25 20:47:31 +08:00
}
.uniui-chatbubble-filled[data-v-d31e1c47]:before {
content: "\e694";
2024-05-25 20:47:31 +08:00
}
.uniui-contact-filled[data-v-d31e1c47]:before {
content: "\e695";
2024-05-25 20:47:31 +08:00
}
.uniui-chatboxes[data-v-d31e1c47]:before {
content: "\e696";
2024-05-25 20:47:31 +08:00
}
.uniui-chatbubble[data-v-d31e1c47]:before {
content: "\e697";
2024-05-25 20:47:31 +08:00
}
.uniui-upload-filled[data-v-d31e1c47]:before {
content: "\e68e";
2024-05-25 20:47:31 +08:00
}
.uniui-upload[data-v-d31e1c47]:before {
content: "\e690";
2024-05-25 20:47:31 +08:00
}
.uniui-weixin[data-v-d31e1c47]:before {
content: "\e691";
2024-05-25 20:47:31 +08:00
}
.uniui-compose[data-v-d31e1c47]:before {
content: "\e67f";
2024-05-25 20:47:31 +08:00
}
.uniui-qq[data-v-d31e1c47]:before {
content: "\e680";
2024-05-25 20:47:31 +08:00
}
.uniui-download-filled[data-v-d31e1c47]:before {
content: "\e681";
2024-05-25 20:47:31 +08:00
}
.uniui-pyq[data-v-d31e1c47]:before {
content: "\e682";
2024-05-25 20:47:31 +08:00
}
.uniui-sound[data-v-d31e1c47]:before {
content: "\e684";
2024-05-25 20:47:31 +08:00
}
.uniui-trash-filled[data-v-d31e1c47]:before {
content: "\e685";
2024-05-25 20:47:31 +08:00
}
.uniui-sound-filled[data-v-d31e1c47]:before {
content: "\e686";
2024-05-25 20:47:31 +08:00
}
.uniui-trash[data-v-d31e1c47]:before {
content: "\e687";
2024-05-25 20:47:31 +08:00
}
.uniui-videocam-filled[data-v-d31e1c47]:before {
content: "\e689";
2024-05-25 20:47:31 +08:00
}
.uniui-spinner-cycle[data-v-d31e1c47]:before {
content: "\e68a";
2024-05-25 20:47:31 +08:00
}
.uniui-weibo[data-v-d31e1c47]:before {
content: "\e68b";
2024-05-25 20:47:31 +08:00
}
.uniui-videocam[data-v-d31e1c47]:before {
content: "\e68c";
2024-05-25 20:47:31 +08:00
}
.uniui-download[data-v-d31e1c47]:before {
content: "\e68d";
2024-05-25 20:47:31 +08:00
}
.uniui-help[data-v-d31e1c47]:before {
content: "\e679";
2024-05-25 20:47:31 +08:00
}
.uniui-navigate-filled[data-v-d31e1c47]:before {
content: "\e67a";
2024-05-25 20:47:31 +08:00
}
.uniui-plusempty[data-v-d31e1c47]:before {
content: "\e67b";
2024-05-25 20:47:31 +08:00
}
.uniui-smallcircle[data-v-d31e1c47]:before {
content: "\e67c";
2024-05-25 20:47:31 +08:00
}
.uniui-minus-filled[data-v-d31e1c47]:before {
content: "\e67d";
2024-05-25 20:47:31 +08:00
}
.uniui-micoff[data-v-d31e1c47]:before {
content: "\e67e";
2024-05-25 20:47:31 +08:00
}
.uniui-closeempty[data-v-d31e1c47]:before {
content: "\e66c";
2024-05-25 20:47:31 +08:00
}
.uniui-clear[data-v-d31e1c47]:before {
content: "\e66d";
2024-05-25 20:47:31 +08:00
}
.uniui-navigate[data-v-d31e1c47]:before {
content: "\e66e";
2024-05-25 20:47:31 +08:00
}
.uniui-minus[data-v-d31e1c47]:before {
content: "\e66f";
2024-05-25 20:47:31 +08:00
}
.uniui-image[data-v-d31e1c47]:before {
content: "\e670";
2024-05-25 20:47:31 +08:00
}
.uniui-mic[data-v-d31e1c47]:before {
content: "\e671";
2024-05-25 20:47:31 +08:00
}
.uniui-paperplane[data-v-d31e1c47]:before {
content: "\e672";
2024-05-25 20:47:31 +08:00
}
.uniui-close[data-v-d31e1c47]:before {
content: "\e673";
2024-05-25 20:47:31 +08:00
}
.uniui-help-filled[data-v-d31e1c47]:before {
content: "\e674";
2024-05-25 20:47:31 +08:00
}
.uniui-paperplane-filled[data-v-d31e1c47]:before {
content: "\e675";
2024-05-25 20:47:31 +08:00
}
.uniui-plus[data-v-d31e1c47]:before {
content: "\e676";
2024-05-25 20:47:31 +08:00
}
.uniui-mic-filled[data-v-d31e1c47]:before {
content: "\e677";
2024-05-25 20:47:31 +08:00
}
.uniui-image-filled[data-v-d31e1c47]:before {
content: "\e678";
2024-05-25 20:47:31 +08:00
}
.uniui-locked-filled[data-v-d31e1c47]:before {
content: "\e668";
2024-05-25 20:47:31 +08:00
}
.uniui-info[data-v-d31e1c47]:before {
content: "\e669";
2024-05-25 20:47:31 +08:00
}
.uniui-locked[data-v-d31e1c47]:before {
content: "\e66b";
2024-05-25 20:47:31 +08:00
}
.uniui-camera-filled[data-v-d31e1c47]:before {
content: "\e658";
2024-05-25 20:47:31 +08:00
}
.uniui-chat-filled[data-v-d31e1c47]:before {
content: "\e659";
2024-05-25 20:47:31 +08:00
}
.uniui-camera[data-v-d31e1c47]:before {
content: "\e65a";
2024-05-25 20:47:31 +08:00
}
.uniui-circle[data-v-d31e1c47]:before {
content: "\e65b";
2024-05-25 20:47:31 +08:00
}
.uniui-checkmarkempty[data-v-d31e1c47]:before {
content: "\e65c";
2024-05-25 20:47:31 +08:00
}
.uniui-chat[data-v-d31e1c47]:before {
content: "\e65d";
2024-05-25 20:47:31 +08:00
}
.uniui-circle-filled[data-v-d31e1c47]:before {
content: "\e65e";
2024-05-25 20:47:31 +08:00
}
.uniui-flag[data-v-d31e1c47]:before {
content: "\e65f";
2024-05-25 20:47:31 +08:00
}
.uniui-flag-filled[data-v-d31e1c47]:before {
content: "\e660";
2024-05-25 20:47:31 +08:00
}
.uniui-gear-filled[data-v-d31e1c47]:before {
content: "\e661";
2024-05-25 20:47:31 +08:00
}
.uniui-home[data-v-d31e1c47]:before {
content: "\e662";
2024-05-25 20:47:31 +08:00
}
.uniui-home-filled[data-v-d31e1c47]:before {
content: "\e663";
2024-05-25 20:47:31 +08:00
}
.uniui-gear[data-v-d31e1c47]:before {
content: "\e664";
2024-05-25 20:47:31 +08:00
}
.uniui-smallcircle-filled[data-v-d31e1c47]:before {
content: "\e665";
2024-05-25 20:47:31 +08:00
}
.uniui-map-filled[data-v-d31e1c47]:before {
content: "\e666";
2024-05-25 20:47:31 +08:00
}
.uniui-map[data-v-d31e1c47]:before {
content: "\e667";
2024-05-25 20:47:31 +08:00
}
.uniui-refresh-filled[data-v-d31e1c47]:before {
content: "\e656";
2024-05-25 20:47:31 +08:00
}
.uniui-refresh[data-v-d31e1c47]:before {
content: "\e657";
2024-05-25 20:47:31 +08:00
}
.uniui-cloud-upload[data-v-d31e1c47]:before {
content: "\e645";
2024-05-25 20:47:31 +08:00
}
.uniui-cloud-download-filled[data-v-d31e1c47]:before {
content: "\e646";
2024-05-25 20:47:31 +08:00
}
.uniui-cloud-download[data-v-d31e1c47]:before {
content: "\e647";
2024-05-25 20:47:31 +08:00
}
.uniui-cloud-upload-filled[data-v-d31e1c47]:before {
content: "\e648";
2024-05-25 20:47:31 +08:00
}
.uniui-redo[data-v-d31e1c47]:before {
content: "\e64a";
2024-05-25 20:47:31 +08:00
}
.uniui-images-filled[data-v-d31e1c47]:before {
content: "\e64b";
2024-05-25 20:47:31 +08:00
}
.uniui-undo-filled[data-v-d31e1c47]:before {
content: "\e64c";
2024-05-25 20:47:31 +08:00
}
.uniui-more[data-v-d31e1c47]:before {
content: "\e64d";
2024-05-25 20:47:31 +08:00
}
.uniui-more-filled[data-v-d31e1c47]:before {
content: "\e64e";
2024-05-25 20:47:31 +08:00
}
.uniui-undo[data-v-d31e1c47]:before {
content: "\e64f";
2024-05-25 20:47:31 +08:00
}
.uniui-images[data-v-d31e1c47]:before {
content: "\e650";
2024-05-25 20:47:31 +08:00
}
.uniui-paperclip[data-v-d31e1c47]:before {
content: "\e652";
2024-05-25 20:47:31 +08:00
}
.uniui-settings[data-v-d31e1c47]:before {
content: "\e653";
2024-05-25 20:47:31 +08:00
}
.uniui-search[data-v-d31e1c47]:before {
content: "\e654";
2024-05-25 20:47:31 +08:00
}
.uniui-redo-filled[data-v-d31e1c47]:before {
content: "\e655";
2024-05-25 20:47:31 +08:00
}
.uniui-list[data-v-d31e1c47]:before {
content: "\e644";
2024-05-25 20:47:31 +08:00
}
.uniui-mail-open-filled[data-v-d31e1c47]:before {
content: "\e63a";
2024-05-25 20:47:31 +08:00
}
.uniui-hand-down-filled[data-v-d31e1c47]:before {
content: "\e63c";
2024-05-25 20:47:31 +08:00
}
.uniui-hand-down[data-v-d31e1c47]:before {
content: "\e63d";
2024-05-25 20:47:31 +08:00
}
.uniui-hand-up-filled[data-v-d31e1c47]:before {
content: "\e63e";
2024-05-25 20:47:31 +08:00
}
.uniui-hand-up[data-v-d31e1c47]:before {
content: "\e63f";
2024-05-25 20:47:31 +08:00
}
.uniui-heart-filled[data-v-d31e1c47]:before {
content: "\e641";
2024-05-25 20:47:31 +08:00
}
.uniui-mail-open[data-v-d31e1c47]:before {
content: "\e643";
2024-05-25 20:47:31 +08:00
}
.uniui-heart[data-v-d31e1c47]:before {
content: "\e639";
2024-05-25 20:47:31 +08:00
}
.uniui-loop[data-v-d31e1c47]:before {
content: "\e633";
2024-05-25 20:47:31 +08:00
}
.uniui-pulldown[data-v-d31e1c47]:before {
content: "\e632";
2024-05-25 20:47:31 +08:00
}
.uniui-scan[data-v-d31e1c47]:before {
content: "\e62a";
2024-05-25 20:47:31 +08:00
}
.uniui-bars[data-v-d31e1c47]:before {
content: "\e627";
2024-05-25 20:47:31 +08:00
}
.uniui-checkbox[data-v-d31e1c47]:before {
content: "\e62b";
2024-05-25 20:47:31 +08:00
}
.uniui-checkbox-filled[data-v-d31e1c47]:before {
content: "\e62c";
2024-05-25 20:47:31 +08:00
}
.uniui-shop[data-v-d31e1c47]:before {
content: "\e62f";
2024-05-25 20:47:31 +08:00
}
.uniui-headphones[data-v-d31e1c47]:before {
content: "\e630";
2024-05-25 20:47:31 +08:00
}
.uniui-cart[data-v-d31e1c47]:before {
content: "\e631";
2024-05-25 20:47:31 +08:00
}
@font-face {
font-family: uniicons;
src: url("../../assets/uniicons.32e978a5.ttf");
}
.uni-icons[data-v-d31e1c47] {
font-family: uniicons;
text-decoration: none;
text-align: center;
}
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.uni-searchbar[data-v-f07ef577] {
display: flex;
flex-direction: row;
position: relative;
padding: 0.625rem;
2024-05-25 20:47:31 +08:00
}
.uni-searchbar__box[data-v-f07ef577] {
display: flex;
box-sizing: border-box;
overflow: hidden;
position: relative;
flex: 1;
justify-content: center;
flex-direction: row;
align-items: center;
height: 2.25rem;
padding: 0.3125rem 0.5rem 0.3125rem 0px;
2024-05-25 20:47:31 +08:00
}
.uni-searchbar__box-icon-search[data-v-f07ef577] {
display: flex;
flex-direction: row;
padding: 0 0.5rem;
2024-05-25 20:47:31 +08:00
justify-content: center;
align-items: center;
color: #B3B3B3;
}
.uni-searchbar__box-search-input[data-v-f07ef577] {
flex: 1;
font-size: 0.875rem;
2024-05-25 20:47:31 +08:00
color: #333;
}
.uni-searchbar__box-icon-clear[data-v-f07ef577] {
align-items: center;
line-height: 1.5rem;
padding-left: 0.5rem;
2024-05-25 20:47:31 +08:00
}
.uni-searchbar__text-placeholder[data-v-f07ef577] {
font-size: 0.875rem;
2024-05-25 20:47:31 +08:00
color: #B3B3B3;
margin-left: 0.3125rem;
2024-05-25 20:47:31 +08:00
}
.uni-searchbar__cancel[data-v-f07ef577] {
padding-left: 0.625rem;
line-height: 2.25rem;
font-size: 0.875rem;
2024-05-25 20:47:31 +08:00
color: #333333;
}
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
[data-v-6fbe0909]:host {
display: inline-flex;
align-items: center;
justify-content: center;
}
.l-icon[data-v-6fbe0909] {
display: inline-block;
position: relative;
width: 1em;
height: 1em;
}
.l-icon--font[data-v-6fbe0909] {
line-height: 1;
text-align: center;
font-size: inherit;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
}
.l-icon--image.is-inherit[data-v-6fbe0909] {
background-color: currentColor;
-webkit-mask: var(--l-icon) no-repeat;
mask: var(--l-icon) no-repeat;
-webkit-mask-size: 100% 100%;
mask-size: 100% 100%;
}
.l-icon--image[data-v-6fbe0909]:not(.is-inherit) {
background: var(--l-icon) no-repeat;
background-size: 100% 100%;
background-color: transparent;
}
.l-icon__image[data-v-6fbe0909] {
width: 100%;
height: 100%;
}
.l-icon__image[data-v-6fbe0909] {
position: relative;
left: -80px;
filter: drop-shadow(currentColor 80px 0);
}
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.uni-collapse-item[data-v-3d2dde9f] {
box-sizing: border-box;
}
.uni-collapse-item__title[data-v-3d2dde9f] {
display: flex;
width: 100%;
box-sizing: border-box;
flex-direction: row;
align-items: center;
transition: border-bottom-color 0.3s;
}
.uni-collapse-item__title-wrap[data-v-3d2dde9f] {
width: 100%;
flex: 1;
}
.uni-collapse-item__title-box[data-v-3d2dde9f] {
padding: 0 15px;
display: flex;
width: 100%;
box-sizing: border-box;
flex-direction: row;
justify-content: space-between;
align-items: center;
height: 48px;
line-height: 48px;
background-color: #fff;
color: #303133;
font-size: 0.8125rem;
2024-05-25 20:47:31 +08:00
font-weight: 500;
}
.uni-collapse-item__title-box.is-disabled .uni-collapse-item__title-text[data-v-3d2dde9f] {
color: #999;
}
.uni-collapse-item__title.uni-collapse-item-border[data-v-3d2dde9f] {
border-bottom: 1px solid #ebeef5;
}
.uni-collapse-item__title.is-open[data-v-3d2dde9f] {
border-bottom-color: transparent;
}
.uni-collapse-item__title-img[data-v-3d2dde9f] {
height: 0.75rem;
width: 0.75rem;
margin-right: 0.625rem;
2024-05-25 20:47:31 +08:00
}
.uni-collapse-item__title-text[data-v-3d2dde9f] {
flex: 1;
font-size: 0.875rem;
2024-05-25 20:47:31 +08:00
white-space: nowrap;
color: inherit;
overflow: hidden;
text-overflow: ellipsis;
}
.uni-collapse-item__title-arrow[data-v-3d2dde9f] {
display: flex;
box-sizing: border-box;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
margin-right: 0.625rem;
2024-05-25 20:47:31 +08:00
transform: rotate(0deg);
}
.uni-collapse-item__title-arrow-active[data-v-3d2dde9f] {
transform: rotate(-180deg);
}
.uni-collapse-item__wrap[data-v-3d2dde9f] {
will-change: height;
box-sizing: border-box;
background-color: #fff;
overflow: hidden;
position: relative;
height: 0;
}
.uni-collapse-item__wrap.is--transition[data-v-3d2dde9f] {
transition-property: height, border-bottom-width;
transition-duration: 0.3s;
will-change: height;
}
.uni-collapse-item__wrap-content[data-v-3d2dde9f] {
position: absolute;
font-size: 0.8125rem;
2024-05-25 20:47:31 +08:00
color: #303133;
border-bottom-color: transparent;
border-bottom-style: solid;
border-bottom-width: 0;
}
.uni-collapse-item__wrap-content.uni-collapse-item--border[data-v-3d2dde9f] {
border-bottom-width: 1px;
border-bottom-color: red;
border-bottom-color: #ebeef5;
}
.uni-collapse-item__wrap-content.open[data-v-3d2dde9f] {
position: relative;
}
.uni-collapse-item--animation[data-v-3d2dde9f] {
transition-property: transform;
transition-duration: 0.3s;
transition-timing-function: ease;
}
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.uni-collapse[data-v-3f050360] {
width: 100%;
display: flex;
flex-direction: column;
background-color: #fff;
}
2024-11-25 13:57:24 +08:00
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
uni-view[data-v-ac70166d], uni-scroll-view[data-v-ac70166d], uni-swiper-item[data-v-ac70166d] {
display: flex;
flex-direction: column;
flex-shrink: 0;
flex-grow: 0;
flex-basis: auto;
align-items: stretch;
align-content: flex-start;
}
@font-face {
font-family: "uicon-iconfont";
src: url("https://at.alicdn.com/t/font_2225171_8kdcwk4po24.ttf") format("truetype");
}
.u-icon[data-v-ac70166d] {
display: flex;
align-items: center;
}
.u-icon--left[data-v-ac70166d] {
flex-direction: row-reverse;
align-items: center;
}
.u-icon--right[data-v-ac70166d] {
flex-direction: row;
align-items: center;
}
.u-icon--top[data-v-ac70166d] {
flex-direction: column-reverse;
justify-content: center;
}
.u-icon--bottom[data-v-ac70166d] {
flex-direction: column;
justify-content: center;
}
.u-icon__icon[data-v-ac70166d] {
font-family: uicon-iconfont;
position: relative;
display: flex;
flex-direction: row;
align-items: center;
}
.u-icon__icon--primary[data-v-ac70166d] {
color: #3c9cff;
}
.u-icon__icon--success[data-v-ac70166d] {
color: #5ac725;
}
.u-icon__icon--error[data-v-ac70166d] {
color: #f56c6c;
}
.u-icon__icon--warning[data-v-ac70166d] {
color: #f9ae3d;
}
.u-icon__icon--info[data-v-ac70166d] {
color: #909399;
}
.u-icon__img[data-v-ac70166d] {
height: auto;
will-change: transform;
}
.u-icon__label[data-v-ac70166d] {
line-height: 1;
}
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.statusBar[data-v-d608242b] {
background-color: #2a2b5b;
}
.whiteHeaderBox .backImg[data-v-d608242b] {
color: white !important;
}
2024-11-25 13:57:24 +08:00
.whiteHeaderBox .statusBar[data-v-d608242b] {
background-color: #2b8df3;
}
.whiteHeaderBox .rightIcon[data-v-d608242b] {
position: absolute;
right: 0.625rem;
top: 50%;
transform: translateY(-50%);
z-index: 10;
}
2024-05-25 20:47:31 +08:00
body {
2024-11-25 13:57:24 +08:00
background-color: #f4f5f7 !important;
2024-05-25 20:47:31 +08:00
}
.header_box[data-v-61228d3b]::-webkit-scrollbar {
display: none;
/* Chrome Safari */
}
2024-11-25 13:57:24 +08:00
.header_box[data-v-61228d3b] {
position: relative;
height: 100vh;
overflow-y: auto;
background-image: url(../../static/image/main_bg1.png);
background-repeat: no-repeat;
background-size: 100%;
background-attachment: fixed;
2024-11-25 13:57:24 +08:00
}
.header_box .header_bg[data-v-61228d3b] {
width: 100vw;
position: relative;
}
2024-05-25 20:47:31 +08:00
.nullText[data-v-61228d3b] {
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-size: 0.875rem;
}
.w-group[data-v-61228d3b] {
padding: 1.1875rem 0;
width: auto;
background-color: white;
margin: 0.1875rem 0;
border-radius: 0.3125rem;
}
.w-group-title[data-v-61228d3b] {
font-weight: 600;
font-size: 1.09375rem;
margin-left: 1rem;
}
2024-12-21 16:57:51 +08:00
.search .uni-searchbar[data-v-61228d3b] {
padding: 0.625rem 0.875rem;
}
.search[data-v-61228d3b] .uni-searchbar__box {
background-color: white !important;
2024-05-25 20:47:31 +08:00
}
.w-app-items[data-v-61228d3b] {
padding: 0 0.5rem;
position: relative;
min-height: 50vh;
2024-05-25 20:47:31 +08:00
}
.w-app-items[data-v-61228d3b] .uni-collapse {
background: none;
}
.w-app-items .nodata[data-v-61228d3b] {
width: 100%;
height: auto;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
2024-05-25 20:47:31 +08:00
.process-count[data-v-61228d3b] {
display: flex;
2024-12-21 16:57:51 +08:00
padding: 0.875rem;
2024-05-25 20:47:31 +08:00
}
.process-count > uni-view[data-v-61228d3b]:first-child {
width: 40%;
}
.process-count > uni-view[data-v-61228d3b]:last-child {
width: 60%;
}
.process-count .todo-item uni-image[data-v-61228d3b] {
width: 3rem;
height: 3rem;
}
.process-count .todo-item .item-text[data-v-61228d3b] {
display: block;
height: 100%;
}
.process-count .todo-item .item-text > uni-view[data-v-61228d3b]:first-child {
margin-bottom: 1.1875rem;
}
.process-count .todo-item .item-text > uni-view[data-v-61228d3b]:last-child {
2024-11-25 13:57:24 +08:00
color: #ec8151 !important;
2024-05-25 20:47:31 +08:00
font-weight: bold;
font-size: 1.8125rem !important;
}
.process-count .count-item[data-v-61228d3b] {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0.1875rem;
2024-11-25 13:57:24 +08:00
background-color: #ffffff;
2024-05-25 20:47:31 +08:00
border-radius: 0.3125rem;
2024-12-21 16:57:51 +08:00
padding: 0.75rem;
2024-05-25 20:47:31 +08:00
}
.process-count .count-item .item-text > uni-view[data-v-61228d3b]:last-child {
2024-11-25 13:57:24 +08:00
color: #b9b8b8;
2024-05-25 20:47:31 +08:00
font-weight: bold;
font-size: 1.1875rem;
}
.process-count uni-image[data-v-61228d3b] {
width: 1.8125rem;
height: 1.8125rem;
}
.w-form-items[data-v-61228d3b] {
display: flex;
flex-wrap: wrap;
padding: 1rem;
}
.w-form-items .w-form-item[data-v-61228d3b] {
width: 4.5rem;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
.w-form-items .w-form-name[data-v-61228d3b] {
width: 4rem;
padding: 0.1875rem 0;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.w-form-items .w-form-icon[data-v-61228d3b] {
width: 3rem;
height: 3rem;
border-radius: 0.5rem;
background-color: burlywood;
display: flex;
justify-content: center;
align-items: center;
}
.w-form-items .w-form-icon .w-form-icon-ico[data-v-61228d3b] {
color: white;
}