diff --git a/bpm/leaveApplication/index.vue b/bpm/leaveApplication/index.vue index a9c86a6..4a79283 100644 --- a/bpm/leaveApplication/index.vue +++ b/bpm/leaveApplication/index.vue @@ -182,6 +182,14 @@ }).then((res) => { if (res.success) { step.value = res.result.records + step.value = step.value.map(item => { + if (item.name === 'start') { + item.name = '开始'; + } else if (item.name === 'end') { + item.name = '结束'; + } + return item; + }); } }) } diff --git a/unpackage/dist/dev/app-plus/pages/meeting/detail.css b/unpackage/dist/dev/app-plus/pages/meeting/detail.css deleted file mode 100644 index 9793da1..0000000 --- a/unpackage/dist/dev/app-plus/pages/meeting/detail.css +++ /dev/null @@ -1,118 +0,0 @@ -/** - * 这里是uni-app内置的常用样式变量 - * - * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 - * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App - * - */ -/** - * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 - * - * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 - */ -/* 颜色变量 */ -/* 行为相关颜色 */ -/* 文字基本颜色 */ -/* 背景颜色 */ -/* 边框颜色 */ -/* 尺寸变量 */ -/* 文字尺寸 */ -/* 图片尺寸 */ -/* Border Radius */ -/* 水平间距 */ -/* 垂直间距 */ -/* 透明度 */ -/* 文章场景相关 */ -.content[data-v-ee2c785f] { - padding-bottom: 3.75rem; -} -.btn[data-v-ee2c785f] { - position: fixed; - bottom: 0; - width: 21.5625rem; - height: 3.75rem; - background: #FFFFFF; - padding: 0 0.9375rem; - border-top: 1px solid #EFEFEF; -} -.btn uni-view[data-v-ee2c785f] { - width: 10.3125rem; - height: 2.75rem; - font-size: 0.875rem; - border-radius: 0.5rem; - text-align: center; - line-height: 2.75rem; -} -.btn .refuse[data-v-ee2c785f] { - box-sizing: border-box; - background: #FFFFFF; - border: 0.0625rem solid #01508B; - color: #01508B; -} -.btn .agree[data-v-ee2c785f] { - background: #01508B; - color: #FFFFFF; -} -.list_box .list[data-v-ee2c785f] { - padding: 0.9375rem; - margin-bottom: 0.9375rem; -} -.list_box .list .title[data-v-ee2c785f] { - border-bottom: 1px solid #efefef; - padding-bottom: 0.75rem; - margin-bottom: 0.25rem; -} -.list_box .list .title uni-view[data-v-ee2c785f] { - font-size: 0.875rem; - color: #333333; -} -.list_box .list .title uni-text[data-v-ee2c785f] { - font-size: 0.875rem; - color: #999999; -} -.list_box .list .info[data-v-ee2c785f] { - font-size: 0.875rem; - color: #666666; -} -.list_box .list .info uni-view[data-v-ee2c785f] { - padding-top: 0.5rem; - font-size: 0.875rem; - color: #666666; -} -.list_box .list .info uni-text[data-v-ee2c785f] { - font-size: 0.875rem; - color: #333333; -} -.list_box .list .info .person[data-v-ee2c785f] { - flex-wrap: wrap; -} -.list_box .list .info .person .item[data-v-ee2c785f] { - width: 16.66%; -} -.list_box .list .info .person uni-image[data-v-ee2c785f] { - width: 2.4375rem; - height: 2.4375rem; - border-radius: 1.1875rem; - background-color: #01508B; -} -.list_box .list .btn[data-v-ee2c785f] { - margin-top: 0.9375rem; -} -.list_box .list .btn uni-view[data-v-ee2c785f] { - width: 9.375rem; - height: 2rem; - border-radius: 0.25rem; - font-size: 0.875rem; - text-align: center; - line-height: 2rem; -} -.list_box .list .btn .entrust[data-v-ee2c785f] { - background: #FFFFFF; - border: 0.0625rem solid #01508B; - box-sizing: border-box; - color: #01508B; -} -.list_box .list .btn .handle[data-v-ee2c785f] { - background: #01508B; - color: #FFFFFF; -} \ No newline at end of file diff --git a/unpackage/dist/dev/app-plus/pages/meeting/index.css b/unpackage/dist/dev/app-plus/pages/meeting/index.css deleted file mode 100644 index 2410655..0000000 --- a/unpackage/dist/dev/app-plus/pages/meeting/index.css +++ /dev/null @@ -1,702 +0,0 @@ -/** - * 这里是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"; -} -.uniui-gift-filled[data-v-d31e1c47]:before { - content: "\e6c4"; -} -.uniui-color[data-v-d31e1c47]:before { - content: "\e6cf"; -} -.uniui-wallet[data-v-d31e1c47]:before { - content: "\e6b1"; -} -.uniui-settings-filled[data-v-d31e1c47]:before { - content: "\e6ce"; -} -.uniui-auth-filled[data-v-d31e1c47]:before { - content: "\e6cc"; -} -.uniui-shop-filled[data-v-d31e1c47]:before { - content: "\e6cd"; -} -.uniui-staff-filled[data-v-d31e1c47]:before { - content: "\e6cb"; -} -.uniui-vip-filled[data-v-d31e1c47]:before { - content: "\e6c6"; -} -.uniui-plus-filled[data-v-d31e1c47]:before { - content: "\e6c7"; -} -.uniui-folder-add-filled[data-v-d31e1c47]:before { - content: "\e6c8"; -} -.uniui-color-filled[data-v-d31e1c47]:before { - content: "\e6c9"; -} -.uniui-tune-filled[data-v-d31e1c47]:before { - content: "\e6ca"; -} -.uniui-calendar-filled[data-v-d31e1c47]:before { - content: "\e6c0"; -} -.uniui-notification-filled[data-v-d31e1c47]:before { - content: "\e6c1"; -} -.uniui-wallet-filled[data-v-d31e1c47]:before { - content: "\e6c2"; -} -.uniui-medal-filled[data-v-d31e1c47]:before { - content: "\e6c3"; -} -.uniui-fire-filled[data-v-d31e1c47]:before { - content: "\e6c5"; -} -.uniui-refreshempty[data-v-d31e1c47]:before { - content: "\e6bf"; -} -.uniui-location-filled[data-v-d31e1c47]:before { - content: "\e6af"; -} -.uniui-person-filled[data-v-d31e1c47]:before { - content: "\e69d"; -} -.uniui-personadd-filled[data-v-d31e1c47]:before { - content: "\e698"; -} -.uniui-arrowthinleft[data-v-d31e1c47]:before { - content: "\e6d2"; -} -.uniui-arrowthinup[data-v-d31e1c47]:before { - content: "\e6d3"; -} -.uniui-arrowthindown[data-v-d31e1c47]:before { - content: "\e6d4"; -} -.uniui-back[data-v-d31e1c47]:before { - content: "\e6b9"; -} -.uniui-forward[data-v-d31e1c47]:before { - content: "\e6ba"; -} -.uniui-arrow-right[data-v-d31e1c47]:before { - content: "\e6bb"; -} -.uniui-arrow-left[data-v-d31e1c47]:before { - content: "\e6bc"; -} -.uniui-arrow-up[data-v-d31e1c47]:before { - content: "\e6bd"; -} -.uniui-arrow-down[data-v-d31e1c47]:before { - content: "\e6be"; -} -.uniui-arrowthinright[data-v-d31e1c47]:before { - content: "\e6d1"; -} -.uniui-down[data-v-d31e1c47]:before { - content: "\e6b8"; -} -.uniui-bottom[data-v-d31e1c47]:before { - content: "\e6b8"; -} -.uniui-arrowright[data-v-d31e1c47]:before { - content: "\e6d5"; -} -.uniui-right[data-v-d31e1c47]:before { - content: "\e6b5"; -} -.uniui-up[data-v-d31e1c47]:before { - content: "\e6b6"; -} -.uniui-top[data-v-d31e1c47]:before { - content: "\e6b6"; -} -.uniui-left[data-v-d31e1c47]:before { - content: "\e6b7"; -} -.uniui-arrowup[data-v-d31e1c47]:before { - content: "\e6d6"; -} -.uniui-eye[data-v-d31e1c47]:before { - content: "\e651"; -} -.uniui-eye-filled[data-v-d31e1c47]:before { - content: "\e66a"; -} -.uniui-eye-slash[data-v-d31e1c47]:before { - content: "\e6b3"; -} -.uniui-eye-slash-filled[data-v-d31e1c47]:before { - content: "\e6b4"; -} -.uniui-info-filled[data-v-d31e1c47]:before { - content: "\e649"; -} -.uniui-reload[data-v-d31e1c47]:before { - content: "\e6b2"; -} -.uniui-micoff-filled[data-v-d31e1c47]:before { - content: "\e6b0"; -} -.uniui-map-pin-ellipse[data-v-d31e1c47]:before { - content: "\e6ac"; -} -.uniui-map-pin[data-v-d31e1c47]:before { - content: "\e6ad"; -} -.uniui-location[data-v-d31e1c47]:before { - content: "\e6ae"; -} -.uniui-starhalf[data-v-d31e1c47]:before { - content: "\e683"; -} -.uniui-star[data-v-d31e1c47]:before { - content: "\e688"; -} -.uniui-star-filled[data-v-d31e1c47]:before { - content: "\e68f"; -} -.uniui-calendar[data-v-d31e1c47]:before { - content: "\e6a0"; -} -.uniui-fire[data-v-d31e1c47]:before { - content: "\e6a1"; -} -.uniui-medal[data-v-d31e1c47]:before { - content: "\e6a2"; -} -.uniui-font[data-v-d31e1c47]:before { - content: "\e6a3"; -} -.uniui-gift[data-v-d31e1c47]:before { - content: "\e6a4"; -} -.uniui-link[data-v-d31e1c47]:before { - content: "\e6a5"; -} -.uniui-notification[data-v-d31e1c47]:before { - content: "\e6a6"; -} -.uniui-staff[data-v-d31e1c47]:before { - content: "\e6a7"; -} -.uniui-vip[data-v-d31e1c47]:before { - content: "\e6a8"; -} -.uniui-folder-add[data-v-d31e1c47]:before { - content: "\e6a9"; -} -.uniui-tune[data-v-d31e1c47]:before { - content: "\e6aa"; -} -.uniui-auth[data-v-d31e1c47]:before { - content: "\e6ab"; -} -.uniui-person[data-v-d31e1c47]:before { - content: "\e699"; -} -.uniui-email-filled[data-v-d31e1c47]:before { - content: "\e69a"; -} -.uniui-phone-filled[data-v-d31e1c47]:before { - content: "\e69b"; -} -.uniui-phone[data-v-d31e1c47]:before { - content: "\e69c"; -} -.uniui-email[data-v-d31e1c47]:before { - content: "\e69e"; -} -.uniui-personadd[data-v-d31e1c47]:before { - content: "\e69f"; -} -.uniui-chatboxes-filled[data-v-d31e1c47]:before { - content: "\e692"; -} -.uniui-contact[data-v-d31e1c47]:before { - content: "\e693"; -} -.uniui-chatbubble-filled[data-v-d31e1c47]:before { - content: "\e694"; -} -.uniui-contact-filled[data-v-d31e1c47]:before { - content: "\e695"; -} -.uniui-chatboxes[data-v-d31e1c47]:before { - content: "\e696"; -} -.uniui-chatbubble[data-v-d31e1c47]:before { - content: "\e697"; -} -.uniui-upload-filled[data-v-d31e1c47]:before { - content: "\e68e"; -} -.uniui-upload[data-v-d31e1c47]:before { - content: "\e690"; -} -.uniui-weixin[data-v-d31e1c47]:before { - content: "\e691"; -} -.uniui-compose[data-v-d31e1c47]:before { - content: "\e67f"; -} -.uniui-qq[data-v-d31e1c47]:before { - content: "\e680"; -} -.uniui-download-filled[data-v-d31e1c47]:before { - content: "\e681"; -} -.uniui-pyq[data-v-d31e1c47]:before { - content: "\e682"; -} -.uniui-sound[data-v-d31e1c47]:before { - content: "\e684"; -} -.uniui-trash-filled[data-v-d31e1c47]:before { - content: "\e685"; -} -.uniui-sound-filled[data-v-d31e1c47]:before { - content: "\e686"; -} -.uniui-trash[data-v-d31e1c47]:before { - content: "\e687"; -} -.uniui-videocam-filled[data-v-d31e1c47]:before { - content: "\e689"; -} -.uniui-spinner-cycle[data-v-d31e1c47]:before { - content: "\e68a"; -} -.uniui-weibo[data-v-d31e1c47]:before { - content: "\e68b"; -} -.uniui-videocam[data-v-d31e1c47]:before { - content: "\e68c"; -} -.uniui-download[data-v-d31e1c47]:before { - content: "\e68d"; -} -.uniui-help[data-v-d31e1c47]:before { - content: "\e679"; -} -.uniui-navigate-filled[data-v-d31e1c47]:before { - content: "\e67a"; -} -.uniui-plusempty[data-v-d31e1c47]:before { - content: "\e67b"; -} -.uniui-smallcircle[data-v-d31e1c47]:before { - content: "\e67c"; -} -.uniui-minus-filled[data-v-d31e1c47]:before { - content: "\e67d"; -} -.uniui-micoff[data-v-d31e1c47]:before { - content: "\e67e"; -} -.uniui-closeempty[data-v-d31e1c47]:before { - content: "\e66c"; -} -.uniui-clear[data-v-d31e1c47]:before { - content: "\e66d"; -} -.uniui-navigate[data-v-d31e1c47]:before { - content: "\e66e"; -} -.uniui-minus[data-v-d31e1c47]:before { - content: "\e66f"; -} -.uniui-image[data-v-d31e1c47]:before { - content: "\e670"; -} -.uniui-mic[data-v-d31e1c47]:before { - content: "\e671"; -} -.uniui-paperplane[data-v-d31e1c47]:before { - content: "\e672"; -} -.uniui-close[data-v-d31e1c47]:before { - content: "\e673"; -} -.uniui-help-filled[data-v-d31e1c47]:before { - content: "\e674"; -} -.uniui-paperplane-filled[data-v-d31e1c47]:before { - content: "\e675"; -} -.uniui-plus[data-v-d31e1c47]:before { - content: "\e676"; -} -.uniui-mic-filled[data-v-d31e1c47]:before { - content: "\e677"; -} -.uniui-image-filled[data-v-d31e1c47]:before { - content: "\e678"; -} -.uniui-locked-filled[data-v-d31e1c47]:before { - content: "\e668"; -} -.uniui-info[data-v-d31e1c47]:before { - content: "\e669"; -} -.uniui-locked[data-v-d31e1c47]:before { - content: "\e66b"; -} -.uniui-camera-filled[data-v-d31e1c47]:before { - content: "\e658"; -} -.uniui-chat-filled[data-v-d31e1c47]:before { - content: "\e659"; -} -.uniui-camera[data-v-d31e1c47]:before { - content: "\e65a"; -} -.uniui-circle[data-v-d31e1c47]:before { - content: "\e65b"; -} -.uniui-checkmarkempty[data-v-d31e1c47]:before { - content: "\e65c"; -} -.uniui-chat[data-v-d31e1c47]:before { - content: "\e65d"; -} -.uniui-circle-filled[data-v-d31e1c47]:before { - content: "\e65e"; -} -.uniui-flag[data-v-d31e1c47]:before { - content: "\e65f"; -} -.uniui-flag-filled[data-v-d31e1c47]:before { - content: "\e660"; -} -.uniui-gear-filled[data-v-d31e1c47]:before { - content: "\e661"; -} -.uniui-home[data-v-d31e1c47]:before { - content: "\e662"; -} -.uniui-home-filled[data-v-d31e1c47]:before { - content: "\e663"; -} -.uniui-gear[data-v-d31e1c47]:before { - content: "\e664"; -} -.uniui-smallcircle-filled[data-v-d31e1c47]:before { - content: "\e665"; -} -.uniui-map-filled[data-v-d31e1c47]:before { - content: "\e666"; -} -.uniui-map[data-v-d31e1c47]:before { - content: "\e667"; -} -.uniui-refresh-filled[data-v-d31e1c47]:before { - content: "\e656"; -} -.uniui-refresh[data-v-d31e1c47]:before { - content: "\e657"; -} -.uniui-cloud-upload[data-v-d31e1c47]:before { - content: "\e645"; -} -.uniui-cloud-download-filled[data-v-d31e1c47]:before { - content: "\e646"; -} -.uniui-cloud-download[data-v-d31e1c47]:before { - content: "\e647"; -} -.uniui-cloud-upload-filled[data-v-d31e1c47]:before { - content: "\e648"; -} -.uniui-redo[data-v-d31e1c47]:before { - content: "\e64a"; -} -.uniui-images-filled[data-v-d31e1c47]:before { - content: "\e64b"; -} -.uniui-undo-filled[data-v-d31e1c47]:before { - content: "\e64c"; -} -.uniui-more[data-v-d31e1c47]:before { - content: "\e64d"; -} -.uniui-more-filled[data-v-d31e1c47]:before { - content: "\e64e"; -} -.uniui-undo[data-v-d31e1c47]:before { - content: "\e64f"; -} -.uniui-images[data-v-d31e1c47]:before { - content: "\e650"; -} -.uniui-paperclip[data-v-d31e1c47]:before { - content: "\e652"; -} -.uniui-settings[data-v-d31e1c47]:before { - content: "\e653"; -} -.uniui-search[data-v-d31e1c47]:before { - content: "\e654"; -} -.uniui-redo-filled[data-v-d31e1c47]:before { - content: "\e655"; -} -.uniui-list[data-v-d31e1c47]:before { - content: "\e644"; -} -.uniui-mail-open-filled[data-v-d31e1c47]:before { - content: "\e63a"; -} -.uniui-hand-down-filled[data-v-d31e1c47]:before { - content: "\e63c"; -} -.uniui-hand-down[data-v-d31e1c47]:before { - content: "\e63d"; -} -.uniui-hand-up-filled[data-v-d31e1c47]:before { - content: "\e63e"; -} -.uniui-hand-up[data-v-d31e1c47]:before { - content: "\e63f"; -} -.uniui-heart-filled[data-v-d31e1c47]:before { - content: "\e641"; -} -.uniui-mail-open[data-v-d31e1c47]:before { - content: "\e643"; -} -.uniui-heart[data-v-d31e1c47]:before { - content: "\e639"; -} -.uniui-loop[data-v-d31e1c47]:before { - content: "\e633"; -} -.uniui-pulldown[data-v-d31e1c47]:before { - content: "\e632"; -} -.uniui-scan[data-v-d31e1c47]:before { - content: "\e62a"; -} -.uniui-bars[data-v-d31e1c47]:before { - content: "\e627"; -} -.uniui-checkbox[data-v-d31e1c47]:before { - content: "\e62b"; -} -.uniui-checkbox-filled[data-v-d31e1c47]:before { - content: "\e62c"; -} -.uniui-shop[data-v-d31e1c47]:before { - content: "\e62f"; -} -.uniui-headphones[data-v-d31e1c47]:before { - content: "\e630"; -} -.uniui-cart[data-v-d31e1c47]:before { - content: "\e631"; -} -@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 */ -/* 水平间距 */ -/* 垂直间距 */ -/* 透明度 */ -/* 文章场景相关 */ -.nav[data-v-420daeb5] { - width: calc(100% - 1.875rem); - padding: 0 0.9375rem; - height: var(--420daeb5-cusnavbarheight); - background: linear-gradient(270deg, #256FBC 0%, #044D87 100%); - font-size: 0.75rem; - color: #FFFFFF; - position: fixed; - top: 0; - left: 0; - z-index: 99; -} -.place[data-v-420daeb5] { - height: var(--420daeb5-cusnavbarheight); -} -/** - * 这里是uni-app内置的常用样式变量 - * - * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 - * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App - * - */ -/** - * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 - * - * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 - */ -/* 颜色变量 */ -/* 行为相关颜色 */ -/* 文字基本颜色 */ -/* 背景颜色 */ -/* 边框颜色 */ -/* 尺寸变量 */ -/* 文字尺寸 */ -/* 图片尺寸 */ -/* Border Radius */ -/* 水平间距 */ -/* 垂直间距 */ -/* 透明度 */ -/* 文章场景相关 */ -.nav_box[data-v-f3707b27] { - position: absolute; - bottom: 0.4375rem; - width: 100%; - left: 0; -} -.back[data-v-f3707b27] { - padding: 0 0.9375rem; -} -.search[data-v-f3707b27] { - position: relative; - padding-right: 0.9375rem; - flex: 1; -} -.search uni-view[data-v-f3707b27] { - position: absolute; - left: 0.875rem; - top: 50%; - transform: translateY(-50%); - font-size: 0.875rem; - color: #999999; -} -.search uni-input[data-v-f3707b27] { - flex: 1; - height: 2.25rem; - background: #F8F8F8; - border-radius: 1.375rem; - padding: 0 0.875rem; -} -.search uni-image[data-v-f3707b27] { - width: 1.0625rem; - height: 1.0625rem; - margin-right: 0.5rem; -} -.list_box[data-v-f3707b27] { - padding: 0.4375rem 0.9375rem 0 0.9375rem; - margin-top: 0.75rem; -} -.list_box .list[data-v-f3707b27] { - background: #FFFFFF; - box-shadow: 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.5); - border-radius: 0.5rem; - padding: 0.9375rem; - margin-bottom: 0.9375rem; -} -.list_box .list .title[data-v-f3707b27] { - border-bottom: 1px solid #efefef; - padding-bottom: 0.75rem; - margin-bottom: 0.25rem; -} -.list_box .list .title uni-view[data-v-f3707b27] { - font-size: 0.875rem; - color: #333333; -} -.list_box .list .title uni-text[data-v-f3707b27] { - font-size: 0.875rem; - color: #999999; -} -.list_box .list .info[data-v-f3707b27] { - font-size: 0.875rem; - color: #666666; -} -.list_box .list .info uni-view[data-v-f3707b27] { - padding-top: 0.5rem; -} -.list_box .list .btn[data-v-f3707b27] { - margin-top: 0.9375rem; -} -.list_box .list .btn uni-view[data-v-f3707b27] { - width: 9.375rem; - height: 2rem; - border-radius: 0.25rem; - font-size: 0.875rem; - text-align: center; - line-height: 2rem; -} -.list_box .list .btn .entrust[data-v-f3707b27] { - background: #FFFFFF; - border: 0.0625rem solid #01508B; - box-sizing: border-box; - color: #01508B; -} -.list_box .list .btn .handle[data-v-f3707b27] { - background: #01508B; - color: #FFFFFF; -} -.refused[data-v-f3707b27] { - color: #333333; -} -.agreed[data-v-f3707b27] { - color: #01508B; -} -.handled[data-v-f3707b27] { - justify-content: flex-end; - margin-top: 0.9375rem; -} -.handled uni-view[data-v-f3707b27] { - width: 4.6875rem; - height: 2rem; - background: #EFEFEF; - border-radius: 0.25rem; - text-align: center; - line-height: 2rem; - font-size: 0.875rem; -} \ No newline at end of file diff --git a/unpackage/dist/dev/app-plus/pages/tab/index.css b/unpackage/dist/dev/app-plus/pages/tab/index.css deleted file mode 100644 index 5dc97f7..0000000 --- a/unpackage/dist/dev/app-plus/pages/tab/index.css +++ /dev/null @@ -1,1505 +0,0 @@ -/** - * 这里是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"; -} -.uniui-gift-filled[data-v-d31e1c47]:before { - content: "\e6c4"; -} -.uniui-color[data-v-d31e1c47]:before { - content: "\e6cf"; -} -.uniui-wallet[data-v-d31e1c47]:before { - content: "\e6b1"; -} -.uniui-settings-filled[data-v-d31e1c47]:before { - content: "\e6ce"; -} -.uniui-auth-filled[data-v-d31e1c47]:before { - content: "\e6cc"; -} -.uniui-shop-filled[data-v-d31e1c47]:before { - content: "\e6cd"; -} -.uniui-staff-filled[data-v-d31e1c47]:before { - content: "\e6cb"; -} -.uniui-vip-filled[data-v-d31e1c47]:before { - content: "\e6c6"; -} -.uniui-plus-filled[data-v-d31e1c47]:before { - content: "\e6c7"; -} -.uniui-folder-add-filled[data-v-d31e1c47]:before { - content: "\e6c8"; -} -.uniui-color-filled[data-v-d31e1c47]:before { - content: "\e6c9"; -} -.uniui-tune-filled[data-v-d31e1c47]:before { - content: "\e6ca"; -} -.uniui-calendar-filled[data-v-d31e1c47]:before { - content: "\e6c0"; -} -.uniui-notification-filled[data-v-d31e1c47]:before { - content: "\e6c1"; -} -.uniui-wallet-filled[data-v-d31e1c47]:before { - content: "\e6c2"; -} -.uniui-medal-filled[data-v-d31e1c47]:before { - content: "\e6c3"; -} -.uniui-fire-filled[data-v-d31e1c47]:before { - content: "\e6c5"; -} -.uniui-refreshempty[data-v-d31e1c47]:before { - content: "\e6bf"; -} -.uniui-location-filled[data-v-d31e1c47]:before { - content: "\e6af"; -} -.uniui-person-filled[data-v-d31e1c47]:before { - content: "\e69d"; -} -.uniui-personadd-filled[data-v-d31e1c47]:before { - content: "\e698"; -} -.uniui-arrowthinleft[data-v-d31e1c47]:before { - content: "\e6d2"; -} -.uniui-arrowthinup[data-v-d31e1c47]:before { - content: "\e6d3"; -} -.uniui-arrowthindown[data-v-d31e1c47]:before { - content: "\e6d4"; -} -.uniui-back[data-v-d31e1c47]:before { - content: "\e6b9"; -} -.uniui-forward[data-v-d31e1c47]:before { - content: "\e6ba"; -} -.uniui-arrow-right[data-v-d31e1c47]:before { - content: "\e6bb"; -} -.uniui-arrow-left[data-v-d31e1c47]:before { - content: "\e6bc"; -} -.uniui-arrow-up[data-v-d31e1c47]:before { - content: "\e6bd"; -} -.uniui-arrow-down[data-v-d31e1c47]:before { - content: "\e6be"; -} -.uniui-arrowthinright[data-v-d31e1c47]:before { - content: "\e6d1"; -} -.uniui-down[data-v-d31e1c47]:before { - content: "\e6b8"; -} -.uniui-bottom[data-v-d31e1c47]:before { - content: "\e6b8"; -} -.uniui-arrowright[data-v-d31e1c47]:before { - content: "\e6d5"; -} -.uniui-right[data-v-d31e1c47]:before { - content: "\e6b5"; -} -.uniui-up[data-v-d31e1c47]:before { - content: "\e6b6"; -} -.uniui-top[data-v-d31e1c47]:before { - content: "\e6b6"; -} -.uniui-left[data-v-d31e1c47]:before { - content: "\e6b7"; -} -.uniui-arrowup[data-v-d31e1c47]:before { - content: "\e6d6"; -} -.uniui-eye[data-v-d31e1c47]:before { - content: "\e651"; -} -.uniui-eye-filled[data-v-d31e1c47]:before { - content: "\e66a"; -} -.uniui-eye-slash[data-v-d31e1c47]:before { - content: "\e6b3"; -} -.uniui-eye-slash-filled[data-v-d31e1c47]:before { - content: "\e6b4"; -} -.uniui-info-filled[data-v-d31e1c47]:before { - content: "\e649"; -} -.uniui-reload[data-v-d31e1c47]:before { - content: "\e6b2"; -} -.uniui-micoff-filled[data-v-d31e1c47]:before { - content: "\e6b0"; -} -.uniui-map-pin-ellipse[data-v-d31e1c47]:before { - content: "\e6ac"; -} -.uniui-map-pin[data-v-d31e1c47]:before { - content: "\e6ad"; -} -.uniui-location[data-v-d31e1c47]:before { - content: "\e6ae"; -} -.uniui-starhalf[data-v-d31e1c47]:before { - content: "\e683"; -} -.uniui-star[data-v-d31e1c47]:before { - content: "\e688"; -} -.uniui-star-filled[data-v-d31e1c47]:before { - content: "\e68f"; -} -.uniui-calendar[data-v-d31e1c47]:before { - content: "\e6a0"; -} -.uniui-fire[data-v-d31e1c47]:before { - content: "\e6a1"; -} -.uniui-medal[data-v-d31e1c47]:before { - content: "\e6a2"; -} -.uniui-font[data-v-d31e1c47]:before { - content: "\e6a3"; -} -.uniui-gift[data-v-d31e1c47]:before { - content: "\e6a4"; -} -.uniui-link[data-v-d31e1c47]:before { - content: "\e6a5"; -} -.uniui-notification[data-v-d31e1c47]:before { - content: "\e6a6"; -} -.uniui-staff[data-v-d31e1c47]:before { - content: "\e6a7"; -} -.uniui-vip[data-v-d31e1c47]:before { - content: "\e6a8"; -} -.uniui-folder-add[data-v-d31e1c47]:before { - content: "\e6a9"; -} -.uniui-tune[data-v-d31e1c47]:before { - content: "\e6aa"; -} -.uniui-auth[data-v-d31e1c47]:before { - content: "\e6ab"; -} -.uniui-person[data-v-d31e1c47]:before { - content: "\e699"; -} -.uniui-email-filled[data-v-d31e1c47]:before { - content: "\e69a"; -} -.uniui-phone-filled[data-v-d31e1c47]:before { - content: "\e69b"; -} -.uniui-phone[data-v-d31e1c47]:before { - content: "\e69c"; -} -.uniui-email[data-v-d31e1c47]:before { - content: "\e69e"; -} -.uniui-personadd[data-v-d31e1c47]:before { - content: "\e69f"; -} -.uniui-chatboxes-filled[data-v-d31e1c47]:before { - content: "\e692"; -} -.uniui-contact[data-v-d31e1c47]:before { - content: "\e693"; -} -.uniui-chatbubble-filled[data-v-d31e1c47]:before { - content: "\e694"; -} -.uniui-contact-filled[data-v-d31e1c47]:before { - content: "\e695"; -} -.uniui-chatboxes[data-v-d31e1c47]:before { - content: "\e696"; -} -.uniui-chatbubble[data-v-d31e1c47]:before { - content: "\e697"; -} -.uniui-upload-filled[data-v-d31e1c47]:before { - content: "\e68e"; -} -.uniui-upload[data-v-d31e1c47]:before { - content: "\e690"; -} -.uniui-weixin[data-v-d31e1c47]:before { - content: "\e691"; -} -.uniui-compose[data-v-d31e1c47]:before { - content: "\e67f"; -} -.uniui-qq[data-v-d31e1c47]:before { - content: "\e680"; -} -.uniui-download-filled[data-v-d31e1c47]:before { - content: "\e681"; -} -.uniui-pyq[data-v-d31e1c47]:before { - content: "\e682"; -} -.uniui-sound[data-v-d31e1c47]:before { - content: "\e684"; -} -.uniui-trash-filled[data-v-d31e1c47]:before { - content: "\e685"; -} -.uniui-sound-filled[data-v-d31e1c47]:before { - content: "\e686"; -} -.uniui-trash[data-v-d31e1c47]:before { - content: "\e687"; -} -.uniui-videocam-filled[data-v-d31e1c47]:before { - content: "\e689"; -} -.uniui-spinner-cycle[data-v-d31e1c47]:before { - content: "\e68a"; -} -.uniui-weibo[data-v-d31e1c47]:before { - content: "\e68b"; -} -.uniui-videocam[data-v-d31e1c47]:before { - content: "\e68c"; -} -.uniui-download[data-v-d31e1c47]:before { - content: "\e68d"; -} -.uniui-help[data-v-d31e1c47]:before { - content: "\e679"; -} -.uniui-navigate-filled[data-v-d31e1c47]:before { - content: "\e67a"; -} -.uniui-plusempty[data-v-d31e1c47]:before { - content: "\e67b"; -} -.uniui-smallcircle[data-v-d31e1c47]:before { - content: "\e67c"; -} -.uniui-minus-filled[data-v-d31e1c47]:before { - content: "\e67d"; -} -.uniui-micoff[data-v-d31e1c47]:before { - content: "\e67e"; -} -.uniui-closeempty[data-v-d31e1c47]:before { - content: "\e66c"; -} -.uniui-clear[data-v-d31e1c47]:before { - content: "\e66d"; -} -.uniui-navigate[data-v-d31e1c47]:before { - content: "\e66e"; -} -.uniui-minus[data-v-d31e1c47]:before { - content: "\e66f"; -} -.uniui-image[data-v-d31e1c47]:before { - content: "\e670"; -} -.uniui-mic[data-v-d31e1c47]:before { - content: "\e671"; -} -.uniui-paperplane[data-v-d31e1c47]:before { - content: "\e672"; -} -.uniui-close[data-v-d31e1c47]:before { - content: "\e673"; -} -.uniui-help-filled[data-v-d31e1c47]:before { - content: "\e674"; -} -.uniui-paperplane-filled[data-v-d31e1c47]:before { - content: "\e675"; -} -.uniui-plus[data-v-d31e1c47]:before { - content: "\e676"; -} -.uniui-mic-filled[data-v-d31e1c47]:before { - content: "\e677"; -} -.uniui-image-filled[data-v-d31e1c47]:before { - content: "\e678"; -} -.uniui-locked-filled[data-v-d31e1c47]:before { - content: "\e668"; -} -.uniui-info[data-v-d31e1c47]:before { - content: "\e669"; -} -.uniui-locked[data-v-d31e1c47]:before { - content: "\e66b"; -} -.uniui-camera-filled[data-v-d31e1c47]:before { - content: "\e658"; -} -.uniui-chat-filled[data-v-d31e1c47]:before { - content: "\e659"; -} -.uniui-camera[data-v-d31e1c47]:before { - content: "\e65a"; -} -.uniui-circle[data-v-d31e1c47]:before { - content: "\e65b"; -} -.uniui-checkmarkempty[data-v-d31e1c47]:before { - content: "\e65c"; -} -.uniui-chat[data-v-d31e1c47]:before { - content: "\e65d"; -} -.uniui-circle-filled[data-v-d31e1c47]:before { - content: "\e65e"; -} -.uniui-flag[data-v-d31e1c47]:before { - content: "\e65f"; -} -.uniui-flag-filled[data-v-d31e1c47]:before { - content: "\e660"; -} -.uniui-gear-filled[data-v-d31e1c47]:before { - content: "\e661"; -} -.uniui-home[data-v-d31e1c47]:before { - content: "\e662"; -} -.uniui-home-filled[data-v-d31e1c47]:before { - content: "\e663"; -} -.uniui-gear[data-v-d31e1c47]:before { - content: "\e664"; -} -.uniui-smallcircle-filled[data-v-d31e1c47]:before { - content: "\e665"; -} -.uniui-map-filled[data-v-d31e1c47]:before { - content: "\e666"; -} -.uniui-map[data-v-d31e1c47]:before { - content: "\e667"; -} -.uniui-refresh-filled[data-v-d31e1c47]:before { - content: "\e656"; -} -.uniui-refresh[data-v-d31e1c47]:before { - content: "\e657"; -} -.uniui-cloud-upload[data-v-d31e1c47]:before { - content: "\e645"; -} -.uniui-cloud-download-filled[data-v-d31e1c47]:before { - content: "\e646"; -} -.uniui-cloud-download[data-v-d31e1c47]:before { - content: "\e647"; -} -.uniui-cloud-upload-filled[data-v-d31e1c47]:before { - content: "\e648"; -} -.uniui-redo[data-v-d31e1c47]:before { - content: "\e64a"; -} -.uniui-images-filled[data-v-d31e1c47]:before { - content: "\e64b"; -} -.uniui-undo-filled[data-v-d31e1c47]:before { - content: "\e64c"; -} -.uniui-more[data-v-d31e1c47]:before { - content: "\e64d"; -} -.uniui-more-filled[data-v-d31e1c47]:before { - content: "\e64e"; -} -.uniui-undo[data-v-d31e1c47]:before { - content: "\e64f"; -} -.uniui-images[data-v-d31e1c47]:before { - content: "\e650"; -} -.uniui-paperclip[data-v-d31e1c47]:before { - content: "\e652"; -} -.uniui-settings[data-v-d31e1c47]:before { - content: "\e653"; -} -.uniui-search[data-v-d31e1c47]:before { - content: "\e654"; -} -.uniui-redo-filled[data-v-d31e1c47]:before { - content: "\e655"; -} -.uniui-list[data-v-d31e1c47]:before { - content: "\e644"; -} -.uniui-mail-open-filled[data-v-d31e1c47]:before { - content: "\e63a"; -} -.uniui-hand-down-filled[data-v-d31e1c47]:before { - content: "\e63c"; -} -.uniui-hand-down[data-v-d31e1c47]:before { - content: "\e63d"; -} -.uniui-hand-up-filled[data-v-d31e1c47]:before { - content: "\e63e"; -} -.uniui-hand-up[data-v-d31e1c47]:before { - content: "\e63f"; -} -.uniui-heart-filled[data-v-d31e1c47]:before { - content: "\e641"; -} -.uniui-mail-open[data-v-d31e1c47]:before { - content: "\e643"; -} -.uniui-heart[data-v-d31e1c47]:before { - content: "\e639"; -} -.uniui-loop[data-v-d31e1c47]:before { - content: "\e633"; -} -.uniui-pulldown[data-v-d31e1c47]:before { - content: "\e632"; -} -.uniui-scan[data-v-d31e1c47]:before { - content: "\e62a"; -} -.uniui-bars[data-v-d31e1c47]:before { - content: "\e627"; -} -.uniui-checkbox[data-v-d31e1c47]:before { - content: "\e62b"; -} -.uniui-checkbox-filled[data-v-d31e1c47]:before { - content: "\e62c"; -} -.uniui-shop[data-v-d31e1c47]:before { - content: "\e62f"; -} -.uniui-headphones[data-v-d31e1c47]:before { - content: "\e630"; -} -.uniui-cart[data-v-d31e1c47]:before { - content: "\e631"; -} -@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-calendar-item__weeks-box[data-v-3c762a01] { - flex: 1; - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - margin: 1px 0; - position: relative; -} -.uni-calendar-item__weeks-box-text[data-v-3c762a01] { - font-size: 14px; - font-weight: bold; - color: #001833; -} -.uni-calendar-item__weeks-box-item[data-v-3c762a01] { - position: relative; - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - width: 40px; - height: 40px; -} -.uni-calendar-item__weeks-box-circle[data-v-3c762a01] { - position: absolute; - top: 5px; - right: 5px; - width: 8px; - height: 8px; - border-radius: 8px; - background-color: #dd524d; -} -.uni-calendar-item__weeks-box .uni-calendar-item--disable[data-v-3c762a01] { - cursor: default; -} -.uni-calendar-item--disable .uni-calendar-item__weeks-box-text-disable[data-v-3c762a01] { - color: #D1D1D1; -} -.uni-calendar-item--today[data-v-3c762a01] { - position: absolute; - top: 10px; - right: 17%; - background-color: #dd524d; - width: 6px; - height: 6px; - border-radius: 50%; -} -.uni-calendar-item--extra[data-v-3c762a01] { - color: #dd524d; - opacity: 0.8; -} -.uni-calendar-item__weeks-box .uni-calendar-item--checked[data-v-3c762a01] { - border-radius: 50%; - box-sizing: border-box; - border: 3px solid #fff; -} -.uni-calendar-item--multiple .uni-calendar-item--checked-range-text[data-v-3c762a01] { - color: #333; -} -.uni-calendar-item--multiple[data-v-3c762a01] { - background-color: #F6F7FC; -} -.uni-calendar-item--multiple .uni-calendar-item--before-checked[data-v-3c762a01], -.uni-calendar-item--multiple .uni-calendar-item--after-checked[data-v-3c762a01] { - background-color: #007aff; - border-radius: 50%; - box-sizing: border-box; - border: 3px solid #F6F7FC; -} -.uni-calendar-item--before-checked .uni-calendar-item--checked-text[data-v-3c762a01], -.uni-calendar-item--after-checked .uni-calendar-item--checked-text[data-v-3c762a01] { - color: #fff; -} -.uni-calendar-item--before-checked-x[data-v-3c762a01] { - border-top-left-radius: 50px; - border-bottom-left-radius: 50px; - box-sizing: border-box; - background-color: #F6F7FC; -} -.uni-calendar-item--after-checked-x[data-v-3c762a01] { - border-top-right-radius: 50px; - border-bottom-right-radius: 50px; - background-color: #F6F7FC; -} -/** - * 这里是uni-app内置的常用样式变量 - * - * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 - * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App - * - */ -/** - * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 - * - * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 - */ -/* 颜色变量 */ -/* 行为相关颜色 */ -/* 文字基本颜色 */ -/* 背景颜色 */ -/* 边框颜色 */ -/* 尺寸变量 */ -/* 文字尺寸 */ -/* 图片尺寸 */ -/* Border Radius */ -/* 水平间距 */ -/* 垂直间距 */ -/* 透明度 */ -/* 文章场景相关 */ -.uni-datetime-picker[data-v-1d532b70] { - /* width: 100%; */ -} -.uni-datetime-picker-view[data-v-1d532b70] { - height: 130px; - width: 270px; - cursor: pointer; -} -.uni-datetime-picker-item[data-v-1d532b70] { - height: 50px; - line-height: 50px; - text-align: center; - font-size: 14px; -} -.uni-datetime-picker-btn[data-v-1d532b70] { - margin-top: 60px; - display: flex; - cursor: pointer; - flex-direction: row; - justify-content: space-between; -} -.uni-datetime-picker-btn-text[data-v-1d532b70] { - font-size: 14px; - color: #007aff; -} -.uni-datetime-picker-btn-group[data-v-1d532b70] { - display: flex; - flex-direction: row; -} -.uni-datetime-picker-cancel[data-v-1d532b70] { - margin-right: 30px; -} -.uni-datetime-picker-mask[data-v-1d532b70] { - position: fixed; - bottom: 0px; - top: 0px; - left: 0px; - right: 0px; - background-color: rgba(0, 0, 0, 0.4); - transition-duration: 0.3s; - z-index: 998; -} -.uni-datetime-picker-popup[data-v-1d532b70] { - border-radius: 8px; - padding: 30px; - width: 270px; - background-color: #fff; - position: fixed; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - transition-duration: 0.3s; - z-index: 999; -} -.uni-datetime-picker-time[data-v-1d532b70] { - color: grey; -} -.uni-datetime-picker-column[data-v-1d532b70] { - height: 50px; -} -.uni-datetime-picker-timebox[data-v-1d532b70] { - border: 1px solid #E5E5E5; - border-radius: 5px; - padding: 7px 10px; - box-sizing: border-box; - cursor: pointer; -} -.uni-datetime-picker-timebox-pointer[data-v-1d532b70] { - cursor: pointer; -} -.uni-datetime-picker-disabled[data-v-1d532b70] { - opacity: 0.4; -} -.uni-datetime-picker-text[data-v-1d532b70] { - font-size: 14px; - line-height: 50px; -} -.uni-datetime-picker-sign[data-v-1d532b70] { - position: absolute; - top: 53px; - /* 减掉 10px 的元素高度,兼容nvue */ - color: #999; -} -.sign-left[data-v-1d532b70] { - left: 86px; -} -.sign-right[data-v-1d532b70] { - right: 86px; -} -.sign-center[data-v-1d532b70] { - left: 135px; -} -.uni-datetime-picker__container-box[data-v-1d532b70] { - position: relative; - display: flex; - align-items: center; - justify-content: center; - margin-top: 40px; -} -.time-hide-second[data-v-1d532b70] { - width: 180px; -} -/** - * 这里是uni-app内置的常用样式变量 - * - * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 - * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App - * - */ -/** - * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 - * - * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 - */ -/* 颜色变量 */ -/* 行为相关颜色 */ -/* 文字基本颜色 */ -/* 背景颜色 */ -/* 边框颜色 */ -/* 尺寸变量 */ -/* 文字尺寸 */ -/* 图片尺寸 */ -/* Border Radius */ -/* 水平间距 */ -/* 垂直间距 */ -/* 透明度 */ -/* 文章场景相关 */ -.uni-calendar[data-v-1d379219] { - display: flex; - flex-direction: column; -} -.uni-calendar__mask[data-v-1d379219] { - position: fixed; - bottom: 0; - top: 0; - left: 0; - right: 0; - background-color: rgba(0, 0, 0, 0.4); - transition-property: opacity; - transition-duration: 0.3s; - opacity: 0; - z-index: 99; -} -.uni-calendar--mask-show[data-v-1d379219] { - opacity: 1; -} -.uni-calendar--fixed[data-v-1d379219] { - position: fixed; - bottom: calc(var(--window-bottom)); - left: 0; - right: 0; - transition-property: transform; - transition-duration: 0.3s; - transform: translateY(460px); - z-index: 99; -} -.uni-calendar--ani-show[data-v-1d379219] { - transform: translateY(0); -} -.uni-calendar__content[data-v-1d379219] { - background-color: #fff; -} -.uni-calendar__content-mobile[data-v-1d379219] { - border-top-left-radius: 10px; - border-top-right-radius: 10px; - box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1); -} -.uni-calendar__header[data-v-1d379219] { - position: relative; - display: flex; - flex-direction: row; - justify-content: center; - align-items: center; - height: 50px; -} -.uni-calendar__header-mobile[data-v-1d379219] { - padding: 10px; - padding-bottom: 0; -} -.uni-calendar--fixed-top[data-v-1d379219] { - display: flex; - flex-direction: row; - justify-content: space-between; - border-top-color: rgba(0, 0, 0, 0.4); - border-top-style: solid; - border-top-width: 1px; -} -.uni-calendar--fixed-width[data-v-1d379219] { - width: 50px; -} -.uni-calendar__backtoday[data-v-1d379219] { - position: absolute; - right: 0; - top: 0.78125rem; - padding: 0 5px; - padding-left: 10px; - height: 25px; - line-height: 25px; - font-size: 12px; - border-top-left-radius: 25px; - border-bottom-left-radius: 25px; - color: #fff; - background-color: #f1f1f1; -} -.uni-calendar__header-text[data-v-1d379219] { - text-align: center; - width: 100px; - font-size: 15px; - color: #666; -} -.uni-calendar__button-text[data-v-1d379219] { - text-align: center; - width: 100px; - font-size: 14px; - color: #007aff; - letter-spacing: 3px; -} -.uni-calendar__header-btn-box[data-v-1d379219] { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - width: 50px; - height: 50px; -} -.uni-calendar__header-btn[data-v-1d379219] { - width: 9px; - height: 9px; - border-left-color: #808080; - border-left-style: solid; - border-left-width: 1px; - border-top-color: #555555; - border-top-style: solid; - border-top-width: 1px; -} -.uni-calendar--left[data-v-1d379219] { - transform: rotate(-45deg); -} -.uni-calendar--right[data-v-1d379219] { - transform: rotate(135deg); -} -.uni-calendar__weeks[data-v-1d379219] { - position: relative; - display: flex; - flex-direction: row; -} -.uni-calendar__weeks-item[data-v-1d379219] { - flex: 1; -} -.uni-calendar__weeks-day[data-v-1d379219] { - flex: 1; - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - height: 40px; - border-bottom-color: #F5F5F5; - border-bottom-style: solid; - border-bottom-width: 1px; -} -.uni-calendar__weeks-day-text[data-v-1d379219] { - font-size: 12px; - color: #B2B2B2; -} -.uni-calendar__box[data-v-1d379219] { - position: relative; - padding-bottom: 7px; -} -.uni-calendar__box-bg[data-v-1d379219] { - display: flex; - justify-content: center; - align-items: center; - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; -} -.uni-calendar__box-bg-text[data-v-1d379219] { - font-size: 200px; - font-weight: bold; - color: #999; - opacity: 0.1; - text-align: center; - line-height: 1; -} -.uni-date-changed[data-v-1d379219] { - padding: 0 10px; - text-align: center; - color: #333; - border-top-color: #DCDCDC; - border-top-style: solid; - border-top-width: 1px; - flex: 1; -} -.uni-date-btn--ok[data-v-1d379219] { - padding: 20px 15px; -} -.uni-date-changed--time-start[data-v-1d379219] { - display: flex; - align-items: center; -} -.uni-date-changed--time-end[data-v-1d379219] { - display: flex; - align-items: center; -} -.uni-date-changed--time-date[data-v-1d379219] { - color: #999; - line-height: 50px; - margin-right: 5px; -} -.time-picker-style[data-v-1d379219] { - display: flex; - justify-content: center; - align-items: center; -} -.mr-10[data-v-1d379219] { - margin-right: 10px; -} -.dialog-close[data-v-1d379219] { - position: absolute; - top: 0; - right: 0; - bottom: 0; - display: flex; - flex-direction: row; - align-items: center; - padding: 0 25px; - margin-top: 10px; -} -.dialog-close-plus[data-v-1d379219] { - width: 16px; - height: 2px; - background-color: #737987; - border-radius: 2px; - transform: rotate(45deg); -} -.dialog-close-rotate[data-v-1d379219] { - position: absolute; - transform: rotate(-45deg); -} -.uni-datetime-picker--btn[data-v-1d379219] { - border-radius: 100px; - height: 40px; - line-height: 40px; - background-color: #007aff; - color: #fff; - font-size: 16px; - letter-spacing: 2px; -} -.uni-datetime-picker--btn[data-v-1d379219]:active { - opacity: 0.7; -} -/** - * 这里是uni-app内置的常用样式变量 - * - * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 - * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App - * - */ -/** - * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 - * - * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 - */ -/* 颜色变量 */ -/* 行为相关颜色 */ -/* 文字基本颜色 */ -/* 背景颜色 */ -/* 边框颜色 */ -/* 尺寸变量 */ -/* 文字尺寸 */ -/* 图片尺寸 */ -/* Border Radius */ -/* 水平间距 */ -/* 垂直间距 */ -/* 透明度 */ -/* 文章场景相关 */ -.uni-date[data-v-9802168a] { - width: 100%; - flex: 1; -} -.uni-date-x[data-v-9802168a] { - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - border-radius: 4px; - background-color: #fff; - color: #666; - font-size: 14px; - flex: 1; -} -.uni-date-x .icon-calendar[data-v-9802168a] { - padding-left: 3px; -} -.uni-date-x .range-separator[data-v-9802168a] { - height: 35px; - padding: 0 2px; - line-height: 35px; -} -.uni-date-x--border[data-v-9802168a] { - box-sizing: border-box; - border-radius: 4px; - border: 1px solid #e5e5e5; -} -.uni-date-editor--x[data-v-9802168a] { - display: flex; - align-items: center; - position: relative; -} -.uni-date-editor--x .uni-date__icon-clear[data-v-9802168a] { - padding-right: 3px; - display: flex; - align-items: center; -} -.uni-date__x-input[data-v-9802168a] { - width: auto; - height: 35px; - padding-left: 5px; - position: relative; - flex: 1; - line-height: 35px; - font-size: 14px; - overflow: hidden; -} -.text-center[data-v-9802168a] { - text-align: center; -} -.uni-date__input[data-v-9802168a] { - height: 40px; - width: 100%; - line-height: 40px; - font-size: 14px; -} -.uni-date-range__input[data-v-9802168a] { - text-align: center; - max-width: 142px; -} -.uni-date-picker__container[data-v-9802168a] { - position: relative; -} -.uni-date-mask--pc[data-v-9802168a] { - position: fixed; - bottom: 0px; - top: 0px; - left: 0px; - right: 0px; - background-color: rgba(0, 0, 0, 0); - transition-duration: 0.3s; - z-index: 996; -} -.uni-date-single--x[data-v-9802168a] { - background-color: #fff; - position: absolute; - top: 0; - z-index: 999; - border: 1px solid #EBEEF5; - box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); - border-radius: 4px; -} -.uni-date-range--x[data-v-9802168a] { - background-color: #fff; - position: absolute; - top: 0; - z-index: 999; - border: 1px solid #EBEEF5; - box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); - border-radius: 4px; -} -.uni-date-editor--x__disabled[data-v-9802168a] { - opacity: 0.4; - cursor: default; -} -.uni-date-editor--logo[data-v-9802168a] { - width: 16px; - height: 16px; - vertical-align: middle; -} - -/* 添加时间 */ -.popup-x-header[data-v-9802168a] { - display: flex; - flex-direction: row; -} -.popup-x-header--datetime[data-v-9802168a] { - display: flex; - flex-direction: row; - flex: 1; -} -.popup-x-body[data-v-9802168a] { - display: flex; -} -.popup-x-footer[data-v-9802168a] { - padding: 0 15px; - border-top-color: #F1F1F1; - border-top-style: solid; - border-top-width: 1px; - line-height: 40px; - text-align: right; - color: #666; -} -.popup-x-footer uni-text[data-v-9802168a]:hover { - color: #007aff; - cursor: pointer; - opacity: 0.8; -} -.popup-x-footer .confirm-text[data-v-9802168a] { - margin-left: 20px; - color: #007aff; -} -.uni-date-changed[data-v-9802168a] { - text-align: center; - color: #333; - border-bottom-color: #F1F1F1; - border-bottom-style: solid; - border-bottom-width: 1px; -} -.uni-date-changed--time uni-text[data-v-9802168a] { - height: 50px; - line-height: 50px; -} -.uni-date-changed .uni-date-changed--time[data-v-9802168a] { - flex: 1; -} -.uni-date-changed--time-date[data-v-9802168a] { - color: #333; - opacity: 0.6; -} -.mr-50[data-v-9802168a] { - margin-right: 50px; -} - -/* picker 弹出层通用的指示小三角, todo:扩展至上下左右方向定位 */ -.uni-popper__arrow[data-v-9802168a], -.uni-popper__arrow[data-v-9802168a]::after { - position: absolute; - display: block; - width: 0; - height: 0; - border: 6px solid transparent; - border-top-width: 0; -} -.uni-popper__arrow[data-v-9802168a] { - filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03)); - top: -6px; - left: 10%; - margin-right: 3px; - border-bottom-color: #EBEEF5; -} -.uni-popper__arrow[data-v-9802168a]::after { - content: " "; - top: 1px; - margin-left: -6px; - border-bottom-color: #fff; -} -/** - * 这里是uni-app内置的常用样式变量 - * - * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 - * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App - * - */ -/** - * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 - * - * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 - */ -/* 颜色变量 */ -/* 行为相关颜色 */ -/* 文字基本颜色 */ -/* 背景颜色 */ -/* 边框颜色 */ -/* 尺寸变量 */ -/* 文字尺寸 */ -/* 图片尺寸 */ -/* Border Radius */ -/* 水平间距 */ -/* 垂直间距 */ -/* 透明度 */ -/* 文章场景相关 */ -.nav[data-v-420daeb5] { - width: calc(100% - 1.875rem); - padding: 0 0.9375rem; - height: var(--420daeb5-cusnavbarheight); - background: linear-gradient(270deg, #256FBC 0%, #044D87 100%); - font-size: 0.75rem; - color: #FFFFFF; - position: fixed; - top: 0; - left: 0; - z-index: 99; -} -.place[data-v-420daeb5] { - height: var(--420daeb5-cusnavbarheight); -} -/** - * 这里是uni-app内置的常用样式变量 - * - * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 - * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App - * - */ -/** - * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 - * - * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 - */ -/* 颜色变量 */ -/* 行为相关颜色 */ -/* 文字基本颜色 */ -/* 背景颜色 */ -/* 边框颜色 */ -/* 尺寸变量 */ -/* 文字尺寸 */ -/* 图片尺寸 */ -/* Border Radius */ -/* 水平间距 */ -/* 垂直间距 */ -/* 透明度 */ -/* 文章场景相关 */ -.content[data-v-ae0729d5] { - padding-top: var(--ae0729d5-cusnavbarheight); -} -[data-v-ae0729d5] .uni-drawer { - margin-top: var(--ae0729d5-cusnavbarheight); -} -.nav[data-v-ae0729d5] { - width: calc(100% - 1.875rem); - padding: 0 0.9375rem; - height: var(--ae0729d5-cusnavbarheight); - font-size: 0.75rem; - color: #333333; - position: fixed; - top: 0; - left: 0; - z-index: 99; - background-image: url("../../static/my/navbg.png"); - background-repeat: no-repeat; - background-size: 23.4375rem 14.3125rem; -} -.nav_box[data-v-ae0729d5] { - position: absolute; - bottom: 0.8125rem; - width: calc(100% - 1.875rem); -} -.weather_calender uni-image[data-v-ae0729d5] { - width: 1.125rem; - height: 1.125rem; - margin-right: 0.25rem; -} -.weather_calender .position[data-v-ae0729d5]:not(:last-child) { - position: relative; - margin-right: 1.875rem; -} -.weather_calender .position[data-v-ae0729d5]:not(:last-child)::after { - position: absolute; - content: " "; - width: 0.0625rem; - height: 0.625rem; - background: #EFEFEF; - right: -0.9375rem; - top: 50%; - transform: translateY(-50%); -} -.swiper[data-v-ae0729d5] { - width: 100vw; - height: 12.5rem; -} -.swiper .swiper-item uni-image[data-v-ae0729d5] { - width: 100vw; - height: 12.5rem; - background-color: #a8a8a8; -} -.wrapper[data-v-ae0729d5] { - padding: 0 0.9375rem; - transform: translateY(-1.5625rem); -} -.wrapper .onduty[data-v-ae0729d5] { - background: #FFFFFF; - box-shadow: 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.5); - border-radius: 0.5rem; - padding: 0.625rem 0.75rem 0.75rem 0.75rem; -} -.wrapper .onduty .title[data-v-ae0729d5] { - font-size: 1rem; - color: #333333; - background-size: 1.375rem 0.375rem; - background-repeat: no-repeat; - background-position: left bottom; -} -.wrapper .onduty .info[data-v-ae0729d5] { - background: #F8F8F8; - border-radius: 0.25rem; - text-align: center; - width: 20.0625rem; - margin-top: 0.71875rem; -} -.wrapper .onduty .info .info_title[data-v-ae0729d5] { - font-size: 0.75rem; - color: #333333; - padding: 0.75rem 0; - border-bottom: 1px solid #EFEFEF; -} -.wrapper .onduty .info .info_title uni-view[data-v-ae0729d5] { - flex: 1; -} -.wrapper .onduty .info .data_box[data-v-ae0729d5] { - font-size: 0.75rem; - padding-bottom: 0.75rem; - color: #888888; -} -.wrapper .onduty .info .data_box .first[data-v-ae0729d5] { - font-weight: bold; - color: #333333; -} -.wrapper .onduty .info .data_box .data[data-v-ae0729d5] { - margin-top: 0.71875rem; -} -.wrapper .onduty .info .data_box .data uni-view[data-v-ae0729d5] { - flex: 1; -} -.wrapper .more[data-v-ae0729d5] { - font-size: 0.75rem; - color: #999999; - text-align: right; -} -.wrapper .more uni-image[data-v-ae0729d5] { - width: 0.3125rem; - height: 0.5625rem; -} -.wrapper .list_wrapper[data-v-ae0729d5] { - background: #FFFFFF; - box-shadow: 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.5); - border-radius: 0.5rem; - padding: 0.8125rem 0.75rem 0.75rem 0.75rem; - position: relative; - margin-top: 0.9375rem; - width: 20.0625rem; -} -.wrapper .list_wrapper[data-v-ae0729d5]::after { - position: absolute; - top: 3.125rem; - left: 0; - content: " "; - width: 100%; - height: 1px; - background-color: #EFEFEF; -} -.wrapper .list_wrapper .zhidu[data-v-ae0729d5] { - font-size: 0.75rem; - color: #666666; - justify-content: flex-end; - padding-top: 1.25rem; -} -.wrapper .list_wrapper .zhidu uni-view[data-v-ae0729d5] { - width: 3.75rem; - height: 1.875rem; - line-height: 1.875rem; - text-align: center; -} -.wrapper .list_wrapper .zhidu uni-view[data-v-ae0729d5]:first-child { - margin-right: 1.25rem; -} -.wrapper .list_wrapper .zhidu .active[data-v-ae0729d5] { - position: relative; - color: #3179d6; -} -.wrapper .list_wrapper .zhidu .active[data-v-ae0729d5]::after { - content: " "; - width: 3.75rem; - height: 1.875rem; - border-radius: 1.875rem; - left: 50%; - top: 50%; - transform: translate(-50%, -50%); - position: absolute; - background-color: rgba(49, 121, 214, 0.1); -} -.wrapper .list_wrapper .list_title[data-v-ae0729d5] { - text-align: center; - padding-bottom: 0.90625rem; - font-size: 1rem; - color: #666666; -} -.wrapper .list_wrapper .list_title .active[data-v-ae0729d5] { - position: relative; - color: #3179d6; -} -.wrapper .list_wrapper .list_title .active[data-v-ae0729d5]::after { - content: " "; - width: 3.75rem; - height: 2.1875rem; - border-radius: 2.1875rem; - left: 50%; - top: 50%; - transform: translate(-50%, -50%); - position: absolute; - background-color: rgba(49, 121, 214, 0.1); -} -.wrapper .list_wrapper .list_box[data-v-ae0729d5] { - margin-top: 0.75rem; -} -.wrapper .list_wrapper .list_box .list[data-v-ae0729d5] { - margin-bottom: 0.75rem; - padding: 0.9375rem 0.9375rem 1.09375rem 0.9375rem; - background: #F8F8F8; - border-radius: 0.25rem; -} -.wrapper .list_wrapper .list_box .list .topic[data-v-ae0729d5] { - font-size: 0.875rem; - color: #333333; -} -.wrapper .list_wrapper .list_box .list .time_Box[data-v-ae0729d5] { - font-size: 0.75rem; - color: #888888; - margin-top: 0.625rem; -} -.wrapper .list_wrapper .list_box .list .time_Box .time[data-v-ae0729d5] { - margin-right: 1.9375rem; -} -.wrapper .list_wrapper .list_box .list .time_Box .look[data-v-ae0729d5] { - position: relative; -} -.wrapper .list_wrapper .list_box .list .time_Box .look[data-v-ae0729d5]::before { - position: absolute; - left: -0.9375rem; - top: 50%; - transform: translateY(-50%); - content: " "; - width: 0.0625rem; - height: 0.625rem; - background: #999999; -} -.wrapper .list_wrapper .list_box .list .time_Box uni-image[data-v-ae0729d5] { - width: 0.875rem; - height: 0.6875rem; - margin-right: 0.25rem; -} \ No newline at end of file diff --git a/unpackage/dist/dev/app-plus/pages/userlist/index.css b/unpackage/dist/dev/app-plus/pages/userlist/index.css deleted file mode 100644 index 281e91a..0000000 --- a/unpackage/dist/dev/app-plus/pages/userlist/index.css +++ /dev/null @@ -1,1201 +0,0 @@ -/** - * 这里是uni-app内置的常用样式变量 - * - * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 - * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App - * - */ -/** - * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 - * - * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 - */ -/* 颜色变量 */ -/* 行为相关颜色 */ -/* 文字基本颜色 */ -/* 背景颜色 */ -/* 边框颜色 */ -/* 尺寸变量 */ -/* 文字尺寸 */ -/* 图片尺寸 */ -/* Border Radius */ -/* 水平间距 */ -/* 垂直间距 */ -/* 透明度 */ -/* 文章场景相关 */ -.uni-load-more[data-v-9245e42c] { - display: flex; - flex-direction: row; - height: 40px; - align-items: center; - justify-content: center; -} -.uni-load-more__text[data-v-9245e42c] { - font-size: 14px; - margin-left: 8px; -} -.uni-load-more__img[data-v-9245e42c] { - width: 24px; - height: 24px; -} -.uni-load-more__img--nvue[data-v-9245e42c] { - color: #666666; -} -.uni-load-more__img--android[data-v-9245e42c], -.uni-load-more__img--ios[data-v-9245e42c] { - width: 24px; - height: 24px; - transform: rotate(0deg); -} -.uni-load-more__img--android[data-v-9245e42c] { - animation: loading-ios 1s 0s linear infinite; -} -@keyframes loading-android-9245e42c { -0% { - transform: rotate(0deg); -} -100% { - transform: rotate(360deg); -} -} -.uni-load-more__img--ios-H5[data-v-9245e42c] { - position: relative; - animation: loading-ios-H5-9245e42c 1s 0s step-end infinite; -} -.uni-load-more__img--ios-H5 uni-image[data-v-9245e42c] { - position: absolute; - width: 100%; - height: 100%; - left: 0; - top: 0; -} -@keyframes loading-ios-H5-9245e42c { -0% { - transform: rotate(0deg); -} -8% { - transform: rotate(30deg); -} -16% { - transform: rotate(60deg); -} -24% { - transform: rotate(90deg); -} -32% { - transform: rotate(120deg); -} -40% { - transform: rotate(150deg); -} -48% { - transform: rotate(180deg); -} -56% { - transform: rotate(210deg); -} -64% { - transform: rotate(240deg); -} -73% { - transform: rotate(270deg); -} -82% { - transform: rotate(300deg); -} -91% { - transform: rotate(330deg); -} -100% { - transform: rotate(360deg); -} -} -.uni-load-more__img--android-MP[data-v-9245e42c] { - position: relative; - width: 24px; - height: 24px; - transform: rotate(0deg); - animation: loading-ios 1s 0s ease infinite; -} -.uni-load-more__img--android-MP .uni-load-more__img-icon[data-v-9245e42c] { - position: absolute; - box-sizing: border-box; - width: 100%; - height: 100%; - border-radius: 50%; - border: solid 2px transparent; - border-top: solid 2px #777777; - transform-origin: center; -} -.uni-load-more__img--android-MP .uni-load-more__img-icon[data-v-9245e42c]:nth-child(1) { - animation: loading-android-MP-1-9245e42c 1s 0s linear infinite; -} -.uni-load-more__img--android-MP .uni-load-more__img-icon[data-v-9245e42c]:nth-child(2) { - animation: loading-android-MP-2-9245e42c 1s 0s linear infinite; -} -.uni-load-more__img--android-MP .uni-load-more__img-icon[data-v-9245e42c]:nth-child(3) { - animation: loading-android-MP-3-9245e42c 1s 0s linear infinite; -} -@keyframes loading-android-9245e42c { -0% { - transform: rotate(0deg); -} -100% { - transform: rotate(360deg); -} -} -@keyframes loading-android-MP-1-9245e42c { -0% { - transform: rotate(0deg); -} -50% { - transform: rotate(90deg); -} -100% { - transform: rotate(360deg); -} -} -@keyframes loading-android-MP-2-9245e42c { -0% { - transform: rotate(0deg); -} -50% { - transform: rotate(180deg); -} -100% { - transform: rotate(360deg); -} -} -@keyframes loading-android-MP-3-9245e42c { -0% { - transform: rotate(0deg); -} -50% { - transform: rotate(270deg); -} -100% { - transform: rotate(360deg); -} -} -/** - * 这里是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"; -} -.uniui-gift-filled[data-v-d31e1c47]:before { - content: "\e6c4"; -} -.uniui-color[data-v-d31e1c47]:before { - content: "\e6cf"; -} -.uniui-wallet[data-v-d31e1c47]:before { - content: "\e6b1"; -} -.uniui-settings-filled[data-v-d31e1c47]:before { - content: "\e6ce"; -} -.uniui-auth-filled[data-v-d31e1c47]:before { - content: "\e6cc"; -} -.uniui-shop-filled[data-v-d31e1c47]:before { - content: "\e6cd"; -} -.uniui-staff-filled[data-v-d31e1c47]:before { - content: "\e6cb"; -} -.uniui-vip-filled[data-v-d31e1c47]:before { - content: "\e6c6"; -} -.uniui-plus-filled[data-v-d31e1c47]:before { - content: "\e6c7"; -} -.uniui-folder-add-filled[data-v-d31e1c47]:before { - content: "\e6c8"; -} -.uniui-color-filled[data-v-d31e1c47]:before { - content: "\e6c9"; -} -.uniui-tune-filled[data-v-d31e1c47]:before { - content: "\e6ca"; -} -.uniui-calendar-filled[data-v-d31e1c47]:before { - content: "\e6c0"; -} -.uniui-notification-filled[data-v-d31e1c47]:before { - content: "\e6c1"; -} -.uniui-wallet-filled[data-v-d31e1c47]:before { - content: "\e6c2"; -} -.uniui-medal-filled[data-v-d31e1c47]:before { - content: "\e6c3"; -} -.uniui-fire-filled[data-v-d31e1c47]:before { - content: "\e6c5"; -} -.uniui-refreshempty[data-v-d31e1c47]:before { - content: "\e6bf"; -} -.uniui-location-filled[data-v-d31e1c47]:before { - content: "\e6af"; -} -.uniui-person-filled[data-v-d31e1c47]:before { - content: "\e69d"; -} -.uniui-personadd-filled[data-v-d31e1c47]:before { - content: "\e698"; -} -.uniui-arrowthinleft[data-v-d31e1c47]:before { - content: "\e6d2"; -} -.uniui-arrowthinup[data-v-d31e1c47]:before { - content: "\e6d3"; -} -.uniui-arrowthindown[data-v-d31e1c47]:before { - content: "\e6d4"; -} -.uniui-back[data-v-d31e1c47]:before { - content: "\e6b9"; -} -.uniui-forward[data-v-d31e1c47]:before { - content: "\e6ba"; -} -.uniui-arrow-right[data-v-d31e1c47]:before { - content: "\e6bb"; -} -.uniui-arrow-left[data-v-d31e1c47]:before { - content: "\e6bc"; -} -.uniui-arrow-up[data-v-d31e1c47]:before { - content: "\e6bd"; -} -.uniui-arrow-down[data-v-d31e1c47]:before { - content: "\e6be"; -} -.uniui-arrowthinright[data-v-d31e1c47]:before { - content: "\e6d1"; -} -.uniui-down[data-v-d31e1c47]:before { - content: "\e6b8"; -} -.uniui-bottom[data-v-d31e1c47]:before { - content: "\e6b8"; -} -.uniui-arrowright[data-v-d31e1c47]:before { - content: "\e6d5"; -} -.uniui-right[data-v-d31e1c47]:before { - content: "\e6b5"; -} -.uniui-up[data-v-d31e1c47]:before { - content: "\e6b6"; -} -.uniui-top[data-v-d31e1c47]:before { - content: "\e6b6"; -} -.uniui-left[data-v-d31e1c47]:before { - content: "\e6b7"; -} -.uniui-arrowup[data-v-d31e1c47]:before { - content: "\e6d6"; -} -.uniui-eye[data-v-d31e1c47]:before { - content: "\e651"; -} -.uniui-eye-filled[data-v-d31e1c47]:before { - content: "\e66a"; -} -.uniui-eye-slash[data-v-d31e1c47]:before { - content: "\e6b3"; -} -.uniui-eye-slash-filled[data-v-d31e1c47]:before { - content: "\e6b4"; -} -.uniui-info-filled[data-v-d31e1c47]:before { - content: "\e649"; -} -.uniui-reload[data-v-d31e1c47]:before { - content: "\e6b2"; -} -.uniui-micoff-filled[data-v-d31e1c47]:before { - content: "\e6b0"; -} -.uniui-map-pin-ellipse[data-v-d31e1c47]:before { - content: "\e6ac"; -} -.uniui-map-pin[data-v-d31e1c47]:before { - content: "\e6ad"; -} -.uniui-location[data-v-d31e1c47]:before { - content: "\e6ae"; -} -.uniui-starhalf[data-v-d31e1c47]:before { - content: "\e683"; -} -.uniui-star[data-v-d31e1c47]:before { - content: "\e688"; -} -.uniui-star-filled[data-v-d31e1c47]:before { - content: "\e68f"; -} -.uniui-calendar[data-v-d31e1c47]:before { - content: "\e6a0"; -} -.uniui-fire[data-v-d31e1c47]:before { - content: "\e6a1"; -} -.uniui-medal[data-v-d31e1c47]:before { - content: "\e6a2"; -} -.uniui-font[data-v-d31e1c47]:before { - content: "\e6a3"; -} -.uniui-gift[data-v-d31e1c47]:before { - content: "\e6a4"; -} -.uniui-link[data-v-d31e1c47]:before { - content: "\e6a5"; -} -.uniui-notification[data-v-d31e1c47]:before { - content: "\e6a6"; -} -.uniui-staff[data-v-d31e1c47]:before { - content: "\e6a7"; -} -.uniui-vip[data-v-d31e1c47]:before { - content: "\e6a8"; -} -.uniui-folder-add[data-v-d31e1c47]:before { - content: "\e6a9"; -} -.uniui-tune[data-v-d31e1c47]:before { - content: "\e6aa"; -} -.uniui-auth[data-v-d31e1c47]:before { - content: "\e6ab"; -} -.uniui-person[data-v-d31e1c47]:before { - content: "\e699"; -} -.uniui-email-filled[data-v-d31e1c47]:before { - content: "\e69a"; -} -.uniui-phone-filled[data-v-d31e1c47]:before { - content: "\e69b"; -} -.uniui-phone[data-v-d31e1c47]:before { - content: "\e69c"; -} -.uniui-email[data-v-d31e1c47]:before { - content: "\e69e"; -} -.uniui-personadd[data-v-d31e1c47]:before { - content: "\e69f"; -} -.uniui-chatboxes-filled[data-v-d31e1c47]:before { - content: "\e692"; -} -.uniui-contact[data-v-d31e1c47]:before { - content: "\e693"; -} -.uniui-chatbubble-filled[data-v-d31e1c47]:before { - content: "\e694"; -} -.uniui-contact-filled[data-v-d31e1c47]:before { - content: "\e695"; -} -.uniui-chatboxes[data-v-d31e1c47]:before { - content: "\e696"; -} -.uniui-chatbubble[data-v-d31e1c47]:before { - content: "\e697"; -} -.uniui-upload-filled[data-v-d31e1c47]:before { - content: "\e68e"; -} -.uniui-upload[data-v-d31e1c47]:before { - content: "\e690"; -} -.uniui-weixin[data-v-d31e1c47]:before { - content: "\e691"; -} -.uniui-compose[data-v-d31e1c47]:before { - content: "\e67f"; -} -.uniui-qq[data-v-d31e1c47]:before { - content: "\e680"; -} -.uniui-download-filled[data-v-d31e1c47]:before { - content: "\e681"; -} -.uniui-pyq[data-v-d31e1c47]:before { - content: "\e682"; -} -.uniui-sound[data-v-d31e1c47]:before { - content: "\e684"; -} -.uniui-trash-filled[data-v-d31e1c47]:before { - content: "\e685"; -} -.uniui-sound-filled[data-v-d31e1c47]:before { - content: "\e686"; -} -.uniui-trash[data-v-d31e1c47]:before { - content: "\e687"; -} -.uniui-videocam-filled[data-v-d31e1c47]:before { - content: "\e689"; -} -.uniui-spinner-cycle[data-v-d31e1c47]:before { - content: "\e68a"; -} -.uniui-weibo[data-v-d31e1c47]:before { - content: "\e68b"; -} -.uniui-videocam[data-v-d31e1c47]:before { - content: "\e68c"; -} -.uniui-download[data-v-d31e1c47]:before { - content: "\e68d"; -} -.uniui-help[data-v-d31e1c47]:before { - content: "\e679"; -} -.uniui-navigate-filled[data-v-d31e1c47]:before { - content: "\e67a"; -} -.uniui-plusempty[data-v-d31e1c47]:before { - content: "\e67b"; -} -.uniui-smallcircle[data-v-d31e1c47]:before { - content: "\e67c"; -} -.uniui-minus-filled[data-v-d31e1c47]:before { - content: "\e67d"; -} -.uniui-micoff[data-v-d31e1c47]:before { - content: "\e67e"; -} -.uniui-closeempty[data-v-d31e1c47]:before { - content: "\e66c"; -} -.uniui-clear[data-v-d31e1c47]:before { - content: "\e66d"; -} -.uniui-navigate[data-v-d31e1c47]:before { - content: "\e66e"; -} -.uniui-minus[data-v-d31e1c47]:before { - content: "\e66f"; -} -.uniui-image[data-v-d31e1c47]:before { - content: "\e670"; -} -.uniui-mic[data-v-d31e1c47]:before { - content: "\e671"; -} -.uniui-paperplane[data-v-d31e1c47]:before { - content: "\e672"; -} -.uniui-close[data-v-d31e1c47]:before { - content: "\e673"; -} -.uniui-help-filled[data-v-d31e1c47]:before { - content: "\e674"; -} -.uniui-paperplane-filled[data-v-d31e1c47]:before { - content: "\e675"; -} -.uniui-plus[data-v-d31e1c47]:before { - content: "\e676"; -} -.uniui-mic-filled[data-v-d31e1c47]:before { - content: "\e677"; -} -.uniui-image-filled[data-v-d31e1c47]:before { - content: "\e678"; -} -.uniui-locked-filled[data-v-d31e1c47]:before { - content: "\e668"; -} -.uniui-info[data-v-d31e1c47]:before { - content: "\e669"; -} -.uniui-locked[data-v-d31e1c47]:before { - content: "\e66b"; -} -.uniui-camera-filled[data-v-d31e1c47]:before { - content: "\e658"; -} -.uniui-chat-filled[data-v-d31e1c47]:before { - content: "\e659"; -} -.uniui-camera[data-v-d31e1c47]:before { - content: "\e65a"; -} -.uniui-circle[data-v-d31e1c47]:before { - content: "\e65b"; -} -.uniui-checkmarkempty[data-v-d31e1c47]:before { - content: "\e65c"; -} -.uniui-chat[data-v-d31e1c47]:before { - content: "\e65d"; -} -.uniui-circle-filled[data-v-d31e1c47]:before { - content: "\e65e"; -} -.uniui-flag[data-v-d31e1c47]:before { - content: "\e65f"; -} -.uniui-flag-filled[data-v-d31e1c47]:before { - content: "\e660"; -} -.uniui-gear-filled[data-v-d31e1c47]:before { - content: "\e661"; -} -.uniui-home[data-v-d31e1c47]:before { - content: "\e662"; -} -.uniui-home-filled[data-v-d31e1c47]:before { - content: "\e663"; -} -.uniui-gear[data-v-d31e1c47]:before { - content: "\e664"; -} -.uniui-smallcircle-filled[data-v-d31e1c47]:before { - content: "\e665"; -} -.uniui-map-filled[data-v-d31e1c47]:before { - content: "\e666"; -} -.uniui-map[data-v-d31e1c47]:before { - content: "\e667"; -} -.uniui-refresh-filled[data-v-d31e1c47]:before { - content: "\e656"; -} -.uniui-refresh[data-v-d31e1c47]:before { - content: "\e657"; -} -.uniui-cloud-upload[data-v-d31e1c47]:before { - content: "\e645"; -} -.uniui-cloud-download-filled[data-v-d31e1c47]:before { - content: "\e646"; -} -.uniui-cloud-download[data-v-d31e1c47]:before { - content: "\e647"; -} -.uniui-cloud-upload-filled[data-v-d31e1c47]:before { - content: "\e648"; -} -.uniui-redo[data-v-d31e1c47]:before { - content: "\e64a"; -} -.uniui-images-filled[data-v-d31e1c47]:before { - content: "\e64b"; -} -.uniui-undo-filled[data-v-d31e1c47]:before { - content: "\e64c"; -} -.uniui-more[data-v-d31e1c47]:before { - content: "\e64d"; -} -.uniui-more-filled[data-v-d31e1c47]:before { - content: "\e64e"; -} -.uniui-undo[data-v-d31e1c47]:before { - content: "\e64f"; -} -.uniui-images[data-v-d31e1c47]:before { - content: "\e650"; -} -.uniui-paperclip[data-v-d31e1c47]:before { - content: "\e652"; -} -.uniui-settings[data-v-d31e1c47]:before { - content: "\e653"; -} -.uniui-search[data-v-d31e1c47]:before { - content: "\e654"; -} -.uniui-redo-filled[data-v-d31e1c47]:before { - content: "\e655"; -} -.uniui-list[data-v-d31e1c47]:before { - content: "\e644"; -} -.uniui-mail-open-filled[data-v-d31e1c47]:before { - content: "\e63a"; -} -.uniui-hand-down-filled[data-v-d31e1c47]:before { - content: "\e63c"; -} -.uniui-hand-down[data-v-d31e1c47]:before { - content: "\e63d"; -} -.uniui-hand-up-filled[data-v-d31e1c47]:before { - content: "\e63e"; -} -.uniui-hand-up[data-v-d31e1c47]:before { - content: "\e63f"; -} -.uniui-heart-filled[data-v-d31e1c47]:before { - content: "\e641"; -} -.uniui-mail-open[data-v-d31e1c47]:before { - content: "\e643"; -} -.uniui-heart[data-v-d31e1c47]:before { - content: "\e639"; -} -.uniui-loop[data-v-d31e1c47]:before { - content: "\e633"; -} -.uniui-pulldown[data-v-d31e1c47]:before { - content: "\e632"; -} -.uniui-scan[data-v-d31e1c47]:before { - content: "\e62a"; -} -.uniui-bars[data-v-d31e1c47]:before { - content: "\e627"; -} -.uniui-checkbox[data-v-d31e1c47]:before { - content: "\e62b"; -} -.uniui-checkbox-filled[data-v-d31e1c47]:before { - content: "\e62c"; -} -.uniui-shop[data-v-d31e1c47]:before { - content: "\e62f"; -} -.uniui-headphones[data-v-d31e1c47]:before { - content: "\e630"; -} -.uniui-cart[data-v-d31e1c47]:before { - content: "\e631"; -} -@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-data-pickerview[data-v-91ec6a82] { - flex: 1; - display: flex; - flex-direction: column; - overflow: hidden; - height: 100%; -} -.error-text[data-v-91ec6a82] { - color: #DD524D; -} -.loading-cover[data-v-91ec6a82] { - position: absolute; - left: 0; - top: 0; - right: 0; - bottom: 0; - background-color: rgba(255, 255, 255, 0.5); - display: flex; - flex-direction: column; - align-items: center; - z-index: 1001; -} -.load-more[data-v-91ec6a82] { - margin: auto; -} -.error-message[data-v-91ec6a82] { - background-color: #fff; - position: absolute; - left: 0; - top: 0; - right: 0; - bottom: 0; - padding: 15px; - opacity: 0.9; - z-index: 102; -} -.selected-list[data-v-91ec6a82] { - display: flex; - flex-wrap: nowrap; - flex-direction: row; - padding: 0 5px; - border-bottom: 1px solid #f8f8f8; -} -.selected-item[data-v-91ec6a82] { - margin-left: 10px; - margin-right: 10px; - padding: 12px 0; - text-align: center; - white-space: nowrap; -} -.selected-item-text-overflow[data-v-91ec6a82] { - width: 168px; - /* fix nvue */ - overflow: hidden; - width: 6em; - white-space: nowrap; - text-overflow: ellipsis; - -o-text-overflow: ellipsis; -} -.selected-item-active[data-v-91ec6a82] { - border-bottom: 2px solid #007aff; -} -.selected-item-text[data-v-91ec6a82] { - color: #007aff; -} -.tab-c[data-v-91ec6a82] { - position: relative; - flex: 1; - display: flex; - flex-direction: row; - overflow: hidden; -} -.list[data-v-91ec6a82] { - flex: 1; -} -.item[data-v-91ec6a82] { - padding: 12px 15px; - /* border-bottom: 1px solid #f0f0f0; */ - display: flex; - flex-direction: row; - justify-content: space-between; -} -.is-disabled[data-v-91ec6a82] { - opacity: 0.5; -} -.item-text[data-v-91ec6a82] { - /* flex: 1; */ - color: #333333; -} -.item-text-overflow[data-v-91ec6a82] { - width: 280px; - /* fix nvue */ - overflow: hidden; - width: 20em; - white-space: nowrap; - text-overflow: ellipsis; - -o-text-overflow: ellipsis; -} -.check[data-v-91ec6a82] { - margin-right: 5px; - border: 2px solid #007aff; - border-left: 0; - border-top: 0; - height: 12px; - width: 6px; - transform-origin: center; - transition: all 0.3s; - transform: rotate(45deg); -} - -.uni-data-tree[data-v-2653531e] { - flex: 1; - position: relative; - font-size: 14px; -} -.error-text[data-v-2653531e] { - color: #DD524D; -} -.input-value[data-v-2653531e] { - - display: flex; - - flex-direction: row; - align-items: center; - flex-wrap: nowrap; - font-size: 14px; - /* line-height: 35px; */ - padding: 0 10px; - padding-right: 5px; - overflow: hidden; - /* height: 35px; */ - - box-sizing: border-box; - - padding: 0.625rem 10px; -} -.input-value-border[data-v-2653531e] { - border: 1px solid #e5e5e5; - border-radius: 5px; -} -.selected-area[data-v-2653531e] { - flex: 1; - overflow: hidden; - - display: flex; - - flex-direction: row; -} -.load-more[data-v-2653531e] { - - margin-right: auto; -} -.selected-list[data-v-2653531e] { - - display: flex; - - flex-direction: row; - flex-wrap: nowrap; - /* padding: 0 5px; */ -} -.selected-item[data-v-2653531e] { - flex-direction: row; - /* padding: 0 1px; */ - - white-space: nowrap; -} -.text-color[data-v-2653531e] { - color: #333; -} -.placeholder[data-v-2653531e] { - color: grey; - font-size: 0.875rem; -} -.input-split-line[data-v-2653531e] { - opacity: .5; -} -.arrow-area[data-v-2653531e] { - position: relative; - width: 20px; - - margin-bottom: 5px; - margin-left: auto; - display: flex; - - justify-content: center; - transform: rotate(-45deg); - transform-origin: center; -} -.input-arrow[data-v-2653531e] { - width: 7px; - height: 7px; - border-left: 1px solid #999; - border-bottom: 1px solid #999; -} -.uni-data-tree-cover[data-v-2653531e] { - position: fixed; - left: 0; - top: 0; - right: 0; - bottom: 0; - background-color: rgba(0, 0, 0, .4); - - display: flex; - - flex-direction: column; - z-index: 100; -} -.uni-data-tree-dialog[data-v-2653531e] { - position: fixed; - left: 0; - - top: 20%; - - - - - right: 0; - bottom: 0; - background-color: #FFFFFF; - border-top-left-radius: 10px; - border-top-right-radius: 10px; - - display: flex; - - flex-direction: column; - z-index: 102; - overflow: hidden; -} -.dialog-caption[data-v-2653531e] { - position: relative; - - display: flex; - - flex-direction: row; - /* border-bottom: 1px solid #f0f0f0; */ -} -.title-area[data-v-2653531e] { - - display: flex; - - align-items: center; - - margin: auto; - - padding: 0 10px; -} -.dialog-title[data-v-2653531e] { - /* font-weight: bold; */ - line-height: 44px; -} -.dialog-close[data-v-2653531e] { - position: absolute; - top: 0; - right: 0; - bottom: 0; - - display: flex; - - flex-direction: row; - align-items: center; - padding: 0 15px; -} -.dialog-close-plus[data-v-2653531e] { - width: 16px; - height: 2px; - background-color: #666; - border-radius: 2px; - transform: rotate(45deg); -} -.dialog-close-rotate[data-v-2653531e] { - position: absolute; - transform: rotate(-45deg); -} -.picker-view[data-v-2653531e] { - flex: 1; - overflow: hidden; -} -.icon-clear[data-v-2653531e] { - display: flex; - align-items: center; -} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - /* picker 弹出层通用的指示小三角, todo:扩展至上下左右方向定位 */ -.uni-popper__arrow[data-v-2653531e], - .uni-popper__arrow[data-v-2653531e]::after { - position: absolute; - display: block; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; - border-width: 6px; -} -.uni-popper__arrow[data-v-2653531e] { - filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03)); - top: -6px; - left: 10%; - margin-right: 3px; - border-top-width: 0; - border-bottom-color: #EBEEF5; -} -.uni-popper__arrow[data-v-2653531e]::after { - content: " "; - top: 1px; - margin-left: -6px; - border-top-width: 0; - border-bottom-color: #fff; -} - - - -/** - * 这里是uni-app内置的常用样式变量 - * - * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 - * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App - * - */ -/** - * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 - * - * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 - */ -/* 颜色变量 */ -/* 行为相关颜色 */ -/* 文字基本颜色 */ -/* 背景颜色 */ -/* 边框颜色 */ -/* 尺寸变量 */ -/* 文字尺寸 */ -/* 图片尺寸 */ -/* Border Radius */ -/* 水平间距 */ -/* 垂直间距 */ -/* 透明度 */ -/* 文章场景相关 */ -.content[data-v-89e61cf9] { - padding-bottom: 4.0625rem; -} -.confirm[data-v-89e61cf9] { - position: fixed; - bottom: 0; - left: 50%; - transform: translateX(-50%); - background-color: #fff; - border-top: 1px solid #efefef; - width: 100%; - padding: 0.625rem 0; -} -.confirm uni-view[data-v-89e61cf9] { - width: 19.6875rem; - height: 2.75rem; - background: #01508B; - border-radius: 1.375rem; - font-size: 1rem; - color: #FFFFFF; - text-align: center; - line-height: 2.75rem; -} -.search_box[data-v-89e61cf9] { - font-size: 0.875rem; -} -.search_box .username[data-v-89e61cf9] { - padding: 0 0.625rem; - border-bottom: 1px solid #e5e5e5; - height: 3.125rem; -} -.search_box .username uni-input[data-v-89e61cf9] { - flex: 1; - height: 100%; -} -.search_box .btn[data-v-89e61cf9] { - color: #fff; - padding: 0.625rem 0; -} -.search_box .btn uni-view[data-v-89e61cf9] { - width: 5.5625rem; - height: 2.5rem; - background-color: #01508B; - border-radius: 1.25rem; - justify-content: center; -} -.list[data-v-89e61cf9] { - word-break: break-all; - font-size: 0.875rem; - color: #333333; -} -.list .box uni-view[data-v-89e61cf9]:first-child { - flex: 0.3; -} -.list .box uni-view[data-v-89e61cf9]:nth-child(2) { - flex: 0.3; -} -.list .box uni-view[data-v-89e61cf9]:nth-child(3) { - flex: 1; -} -.list .box uni-view[data-v-89e61cf9]:nth-child(4) { - flex: 1; -} -.list .title[data-v-89e61cf9] { - text-align: center; - border-bottom: 1px solid #e5e5e5; - background-color: #f8f8f8; - height: 3.125rem; -} -.list .item[data-v-89e61cf9] { - text-align: center; - border-bottom: 1px solid #e5e5e5; -} -.list .item .order[data-v-89e61cf9] { - border-right: 1px solid #e5e5e5; - height: 3.125rem; - line-height: 3.125rem; -} -.list .item .username[data-v-89e61cf9] { - border-right: 1px solid #e5e5e5; - height: 3.125rem; - justify-content: center; - overflow-y: auto; -} -.list .item .realname[data-v-89e61cf9] { - height: 3.125rem; - line-height: 3.125rem; - overflow-y: auto; - justify-content: center; -} -.list .item .img[data-v-89e61cf9] { - border-right: 1px solid #e5e5e5; - height: 3.125rem; - justify-content: center; -} -.list .item uni-image[data-v-89e61cf9] { - width: 1.25rem; - height: 1.25rem; -} \ No newline at end of file diff --git a/unpackage/dist/dev/app-plus/pages/zhiban/index.css b/unpackage/dist/dev/app-plus/pages/zhiban/index.css deleted file mode 100644 index 1c85808..0000000 --- a/unpackage/dist/dev/app-plus/pages/zhiban/index.css +++ /dev/null @@ -1,58 +0,0 @@ -/** - * 这里是uni-app内置的常用样式变量 - * - * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 - * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App - * - */ -/** - * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 - * - * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 - */ -/* 颜色变量 */ -/* 行为相关颜色 */ -/* 文字基本颜色 */ -/* 背景颜色 */ -/* 边框颜色 */ -/* 尺寸变量 */ -/* 文字尺寸 */ -/* 图片尺寸 */ -/* Border Radius */ -/* 水平间距 */ -/* 垂直间距 */ -/* 透明度 */ -/* 文章场景相关 */ -.date[data-v-54a2fc4a] { - width: 21.5625rem; - padding: 0.625rem 0.9375rem 0 0.9375rem; - font-size: 0.875rem; - color: #333333; -} -.info[data-v-54a2fc4a] { - background: #F8F8F8; - border-radius: 0.25rem; - text-align: center; - width: 21.5625rem; - margin-top: 0.71875rem; -} -.info .info_title[data-v-54a2fc4a] { - font-size: 0.75rem; - color: #333333; - padding: 0.75rem 0; - border-bottom: 1px solid #EFEFEF; -} -.info .info_title uni-view[data-v-54a2fc4a] { - flex: 1; -} -.info .data_box[data-v-54a2fc4a] { - font-size: 0.75rem; - padding-bottom: 0.75rem; - color: #888888; -} -.info .data_box .data[data-v-54a2fc4a] { - margin-top: 0.71875rem; -} -.info .data_box .data uni-view[data-v-54a2fc4a] { - flex: 1; -} \ No newline at end of file