ydb-components-material 0.1.11 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/docs/404.html +3 -3
- package/build/docs/_demos/:uuid +3 -3
- package/build/docs/colorful-button.html +3 -3
- package/build/docs/colorful-input.html +3 -3
- package/build/docs/index.html +3 -3
- package/build/docs/static/close.cd5b8056.svg +1 -0
- package/build/docs/static/fail.2b5f9cdc.svg +1 -0
- package/build/docs/static/fail.e0f0041c.svg +1 -0
- package/build/docs/static/notice.acf35766.svg +1 -0
- package/build/docs/static/success.35a6d851.svg +1 -0
- package/build/docs/static/success.593e92b2.svg +1 -0
- package/build/docs/static/success.67acd079.svg +1 -0
- package/build/docs/static/warning.acf35766.svg +1 -0
- package/build/docs/static/warning.e0f0041c.svg +1 -0
- package/build/docs/{umi.7aa0ce58.js → umi.0ce4dded.js} +1 -1
- package/build/docs/{umi.62ce371b.css → umi.e1bd8919.css} +1 -1
- package/build/docs/~demos/:uuid.html +3 -3
- package/build/docs/~demos/colorful-button-demo.html +3 -3
- package/build/docs/~demos/colorful-input-demo.html +3 -3
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +8 -8
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +1 -1
- package/dist/BizComps.css +1 -1
- package/dist/BizComps.js +1 -1
- package/dist/BizComps.js.map +1 -1
- package/es/components/check-detail/icons/close.svg +1 -0
- package/es/components/check-detail/icons/ignore.svg +1 -0
- package/es/components/check-detail/icons/notice.svg +1 -0
- package/es/components/check-detail/icons/success.svg +1 -0
- package/es/components/check-detail/icons/warning.svg +1 -0
- package/es/components/check-detail/index.d.ts +13 -0
- package/es/components/check-detail/index.js +141 -0
- package/es/components/check-detail/index.scss +146 -0
- package/es/components/check-res/icons/fail.svg +1 -0
- package/es/components/check-res/icons/success.svg +1 -0
- package/es/components/check-res/index.js +6 -9
- package/es/components/check-res/index.scss +4 -0
- package/es/components/file-item/index.js +7 -5
- package/es/components/file-item/index.scss +7 -0
- package/es/components/material-check-res/icon/fail.svg +1 -0
- package/es/components/material-check-res/icon/file.svg +1 -0
- package/es/components/material-check-res/icon/success.svg +1 -0
- package/es/components/material-check-res/icon/warning.svg +1 -0
- package/es/components/material-check-res/index.d.ts +13 -0
- package/es/components/material-check-res/index.js +52 -0
- package/es/components/material-check-res/index.scss +52 -0
- package/es/components/statistic/index.scss +1 -1
- package/es/components/success-prompt/index.d.ts +13 -0
- package/es/components/success-prompt/index.js +32 -0
- package/es/components/success-prompt/index.scss +29 -0
- package/es/components/success-prompt/success.svg +1 -0
- package/es/index.d.ts +6 -0
- package/es/index.js +3 -0
- package/lib/components/check-detail/icons/close.svg +1 -0
- package/lib/components/check-detail/icons/ignore.svg +1 -0
- package/lib/components/check-detail/icons/notice.svg +1 -0
- package/lib/components/check-detail/icons/success.svg +1 -0
- package/lib/components/check-detail/icons/warning.svg +1 -0
- package/lib/components/check-detail/index.d.ts +13 -0
- package/lib/components/check-detail/index.js +147 -0
- package/lib/components/check-detail/index.scss +146 -0
- package/lib/components/check-res/icons/fail.svg +1 -0
- package/lib/components/check-res/icons/success.svg +1 -0
- package/lib/components/check-res/index.js +6 -9
- package/lib/components/check-res/index.scss +4 -0
- package/lib/components/file-item/index.js +7 -5
- package/lib/components/file-item/index.scss +7 -0
- package/lib/components/material-check-res/icon/fail.svg +1 -0
- package/lib/components/material-check-res/icon/file.svg +1 -0
- package/lib/components/material-check-res/icon/success.svg +1 -0
- package/lib/components/material-check-res/icon/warning.svg +1 -0
- package/lib/components/material-check-res/index.d.ts +13 -0
- package/lib/components/material-check-res/index.js +58 -0
- package/lib/components/material-check-res/index.scss +52 -0
- package/lib/components/statistic/index.scss +1 -1
- package/lib/components/success-prompt/index.d.ts +13 -0
- package/lib/components/success-prompt/index.js +38 -0
- package/lib/components/success-prompt/index.scss +29 -0
- package/lib/components/success-prompt/success.svg +1 -0
- package/lib/index.d.ts +6 -0
- package/lib/index.js +7 -1
- package/lowcode/check-detail/meta.ts +117 -0
- package/lowcode/material-check-res/meta.ts +117 -0
- package/lowcode/success-prompt/meta.ts +117 -0
- package/lowcode_es/check-detail/meta.d.ts +22 -0
- package/lowcode_es/check-detail/meta.js +99 -0
- package/lowcode_es/material-check-res/meta.d.ts +22 -0
- package/lowcode_es/material-check-res/meta.js +99 -0
- package/lowcode_es/meta.js +5 -2
- package/lowcode_es/success-prompt/meta.d.ts +22 -0
- package/lowcode_es/success-prompt/meta.js +99 -0
- package/lowcode_lib/check-detail/meta.d.ts +22 -0
- package/lowcode_lib/check-detail/meta.js +104 -0
- package/lowcode_lib/material-check-res/meta.d.ts +22 -0
- package/lowcode_lib/material-check-res/meta.js +104 -0
- package/lowcode_lib/meta.js +13 -10
- package/lowcode_lib/success-prompt/meta.d.ts +22 -0
- package/lowcode_lib/success-prompt/meta.js +104 -0
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
.check_loading{width:100%;height:100%;background:rgba(0,0,0,.6);margin-top:0!important}.check_loading,.check_loading .loading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.check_loading .loading{width:320px;height:209px;border-radius:12px;background:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:16px;color:#333}.check_loading .loading img{width:182px;height:99px;margin-bottom:16px}.card_title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.card_title .block{width:3px;height:13px;border-radius:1.5px;opacity:1;background:-webkit-gradient(linear,left top,left bottom,from(#7bb2ff),to(#1678ff));background:-webkit-linear-gradient(top,#7bb2ff,#1678ff);background:linear-gradient(180deg,#7bb2ff,#1678ff)}.card_title .text{margin-left:8px;font-size:15px;font-weight:500;line-height:normal;letter-spacing:0;color:#222}.check_res{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:16px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:16px 0;margin-right:0!important;width:100%}.check_res .name{font-size:14px;color:#333}.check_res .res{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.check_res .res,.tips{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.tips{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:0}.tips .icon{width:16px;height:16px;margin-top:2px}.tips .text{font-size:14px;margin-left:8px}.file_item{border-radius:8px;opacity:1;background:#f7f7f7;padding:12px}.file_item .file{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:12px}.file_item .file,.file_item .file .file_img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.file_item .file .file_img{width:80px;height:80px;border-radius:4px;border-radius:8px;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:#fff;font-size:12px;color:#666;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.file_item .file .file_img .small_img{width:24px;height:24px}.file_item .file .file_img .add{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#1678ff}.file_item .file .file_img .add .add_icon{width:14px;margin-left:-5px}.file_item .file .file_img .del{position:absolute;width:16px;height:16px;top:-6px;right:-6px;z-index:9}.file_item .file .file_img .mask{border-radius:8px;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(34,34,34,.49019607843137253);-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#fff;z-index:8}.file_item .file .file_img .mask,.file_item .file .file_img .mask .checked{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.file_item .file .file_img .mask .checked img{width:14px;height:14px;margin-right:3px}.file_item .file .operation .btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.file_item .file .operation .btn .img_btn{border-radius:4px;border:1px solid #1678ff;color:#1678ff}.file_item .file .operation .btn .img_btn,.file_item .file .operation .btn .operation_btn{margin-left:8px;width:68px;height:26px;opacity:1;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:13px;line-height:26px;text-align:center;cursor:pointer}.file_item .file .operation .btn .operation_btn{border-radius:4px;background:-webkit-gradient(linear,left top,right top,from(#73aeff),to(#1678ff));background:-webkit-linear-gradient(left,#73aeff,#1678ff);background:linear-gradient(90deg,#73aeff,#1678ff);color:#fff}.file_item .file_item_bottom{border-top:1px solid #eaeaea;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-top:12px}.file_item .file_item_bottom .line{width:1px;height:20px;background-color:#eaeaea}.file_item .file_item_bottom .icon_text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#1678ff}.file_item .file_item_bottom .icon_text img{width:16px;height:11px;margin-right:5px}.file_item .img_view{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.file_item .img_view .close{width:17px;height:17px;color:#fff;position:absolute;top:40px;right:20px}.file_item .img_view .view{width:100%;height:auto}.file_item .material_lib{width:100%;height:100%;position:absolute;top:0;left:0;z-index:999;background-color:rgba(0,0,0,.5)}.file_item .material_lib .material_lib_content{width:100%;position:absolute;bottom:0;left:0;background-color:#fff;border-radius:16px 16px 0 0}.file_item .material_lib .material_lib_content .material_lib_title{font-size:16px;color:#333;line-height:54px;text-align:center}.file_item .material_lib .material_lib_content .tips{padding:12px;background:#fff6e8;font-size:14px;line-height:24px;color:#f29655;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.file_item .material_lib .material_lib_content .tips img{width:14px;height:14px;margin-right:8px;margin-top:5px}.file_item .material_lib .material_lib_content .list{padding:12px 12px 0;width:100%;background-color:#f5f5f5;margin-bottom:64px;max-height:300px;overflow:auto}.file_item .material_lib .material_lib_content .list .item{padding:16px 12px;border-radius:8px;background:#fff;color:#333;font-size:14px;width:100%;margin-bottom:12px}.file_item .material_lib .material_lib_content .list .item,.file_item .material_lib .material_lib_content .list .item .preview_icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.file_item .material_lib .material_lib_content .list .item .preview_icon{margin-left:auto;color:#1678ff}.file_item .material_lib .material_lib_content .list .item .preview_icon img{width:16px;margin-right:4px}.file_item .material_lib .material_lib_content .bottom_btn{background-color:#fff;height:64px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;position:fixed;bottom:0;left:0;right:0}.file_item .material_lib .material_lib_content .bottom_btn .btn{width:169px;height:40px;border-radius:50px;font-size:16px;line-height:40px;text-align:center}.file_item .material_lib .material_lib_content .bottom_btn .cancel{background-color:#fff;border:1px solid #e7e7e7;color:#333}.file_item .material_lib .material_lib_content .bottom_btn .ok{background:-webkit-gradient(linear,left top,right top,from(#73aeff),to(#1678ff));background:-webkit-linear-gradient(left,#73aeff,#1678ff);background:linear-gradient(90deg,#73aeff,#1678ff);color:#fff}.message{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:9999}.message,.message .content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.message .content{width:320px;border-radius:8px;background-color:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.message .content .icon{width:32px;height:32px;margin-bottom:8px;margin-top:32px}.message .content .title{font-size:16px;color:#ff6237;margin-bottom:16px}.message .content .text{font-size:14px;color:#333;margin:0 29px 17px;text-align:center}.message .content .btns{border-top:1px solid rgba(0,0,0,.102);width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;height:56px}.message .content .btns .btn{font-size:16px;width:100%;height:56px;line-height:56px;text-align:center}.message .content .btns .blue_btn{color:#1678ff}.message .content .btns .left_btn{border-right:1px solid rgba(0,0,0,.102)}.statstic{border-radius:4px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:72px}.statstic,.statstic .count{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.statstic .count{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;margin-bottom:9px}.statstic .count .num{font-size:24px;font-weight:500;line-height:26px;margin-right:1px}.statstic .count .unit{font-size:12px}.statstic .text{color:#c83e42;font-size:13px;font-weight:500}.bizpack-colorful-button{border:2px dashed #00f}
|
|
1
|
+
.check_loading{width:100%;height:100%;background:rgba(0,0,0,.6);margin-top:0!important}.check_loading,.check_loading .loading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.check_loading .loading{width:320px;height:209px;border-radius:12px;background:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-size:16px;color:#333}.check_loading .loading img{width:182px;height:99px;margin-bottom:16px}.card_title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.card_title .block{width:3px;height:13px;border-radius:1.5px;opacity:1;background:-webkit-gradient(linear,left top,left bottom,from(#7bb2ff),to(#1678ff));background:-webkit-linear-gradient(top,#7bb2ff,#1678ff);background:linear-gradient(180deg,#7bb2ff,#1678ff)}.card_title .text{margin-left:8px;font-size:15px;font-weight:500;line-height:normal;letter-spacing:0;color:#222}.check_res{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:16px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:16px 0;margin-right:0!important;width:100%}.check_res .name{font-size:14px;color:#333}.check_res .res{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.check_res .res .icon{margin-right:8px}.tips{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:0}.tips .icon{width:16px;height:16px;margin-top:2px}.tips .text{font-size:14px;margin-left:8px}.file_item{border-radius:8px;opacity:1;background:#f7f7f7;padding:12px}.file_item .file{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:12px}.file_item .file .file_img{width:80px;height:80px;border-radius:4px;border-radius:8px;position:relative;background:#fff;font-size:12px;color:#666}.file_item .file .file_img,.file_item .file .file_img .filed{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.file_item .file .file_img .small_img{width:24px;height:24px}.file_item .file .file_img .add{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#1678ff}.file_item .file .file_img .add .add_icon{width:14px;margin-left:-5px}.file_item .file .file_img .del{position:absolute;width:16px;height:16px;top:-6px;right:-6px;z-index:9}.file_item .file .file_img .mask{border-radius:8px;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(34,34,34,.49019607843137253);-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#fff;z-index:8}.file_item .file .file_img .mask,.file_item .file .file_img .mask .checked{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.file_item .file .file_img .mask .checked img{width:14px;height:14px;margin-right:3px}.file_item .file .operation .btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.file_item .file .operation .btn .img_btn{border-radius:4px;border:1px solid #1678ff;color:#1678ff}.file_item .file .operation .btn .img_btn,.file_item .file .operation .btn .operation_btn{margin-left:8px;width:68px;height:26px;opacity:1;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:13px;line-height:26px;text-align:center;cursor:pointer}.file_item .file .operation .btn .operation_btn{border-radius:4px;background:-webkit-gradient(linear,left top,right top,from(#73aeff),to(#1678ff));background:-webkit-linear-gradient(left,#73aeff,#1678ff);background:linear-gradient(90deg,#73aeff,#1678ff);color:#fff}.file_item .file_item_bottom{border-top:1px solid #eaeaea;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-top:12px}.file_item .file_item_bottom .line{width:1px;height:20px;background-color:#eaeaea}.file_item .file_item_bottom .icon_text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#1678ff}.file_item .file_item_bottom .icon_text img{width:16px;height:11px;margin-right:5px}.file_item .img_view{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.file_item .img_view .close{width:17px;height:17px;color:#fff;position:absolute;top:40px;right:20px}.file_item .img_view .view{width:100%;height:auto}.file_item .material_lib{width:100%;height:100%;position:absolute;top:0;left:0;z-index:999;background-color:rgba(0,0,0,.5)}.file_item .material_lib .material_lib_content{width:100%;position:absolute;bottom:0;left:0;background-color:#fff;border-radius:16px 16px 0 0}.file_item .material_lib .material_lib_content .material_lib_title{font-size:16px;color:#333;line-height:54px;text-align:center}.file_item .material_lib .material_lib_content .tips{padding:12px;background:#fff6e8;font-size:14px;line-height:24px;color:#f29655;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.file_item .material_lib .material_lib_content .tips img{width:14px;height:14px;margin-right:8px;margin-top:5px}.file_item .material_lib .material_lib_content .list{padding:12px 12px 0;width:100%;background-color:#f5f5f5;margin-bottom:64px;max-height:300px;overflow:auto}.file_item .material_lib .material_lib_content .list .item{padding:16px 12px;border-radius:8px;background:#fff;color:#333;font-size:14px;width:100%;margin-bottom:12px}.file_item .material_lib .material_lib_content .list .item,.file_item .material_lib .material_lib_content .list .item .preview_icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.file_item .material_lib .material_lib_content .list .item .preview_icon{margin-left:auto;color:#1678ff}.file_item .material_lib .material_lib_content .list .item .preview_icon img{width:16px;margin-right:4px}.file_item .material_lib .material_lib_content .bottom_btn{background-color:#fff;height:64px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;position:fixed;bottom:0;left:0;right:0}.file_item .material_lib .material_lib_content .bottom_btn .btn{width:169px;height:40px;border-radius:50px;font-size:16px;line-height:40px;text-align:center}.file_item .material_lib .material_lib_content .bottom_btn .cancel{background-color:#fff;border:1px solid #e7e7e7;color:#333}.file_item .material_lib .material_lib_content .bottom_btn .ok{background:-webkit-gradient(linear,left top,right top,from(#73aeff),to(#1678ff));background:-webkit-linear-gradient(left,#73aeff,#1678ff);background:linear-gradient(90deg,#73aeff,#1678ff);color:#fff}.message{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:9999}.message,.message .content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.message .content{width:320px;border-radius:8px;background-color:#fff;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.message .content .icon{width:32px;height:32px;margin-bottom:8px;margin-top:32px}.message .content .title{font-size:16px;color:#ff6237;margin-bottom:16px}.message .content .text{font-size:14px;color:#333;margin:0 29px 17px;text-align:center}.message .content .btns{border-top:1px solid rgba(0,0,0,.102);width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;height:56px}.message .content .btns .btn{font-size:16px;width:100%;height:56px;line-height:56px;text-align:center}.message .content .btns .blue_btn{color:#1678ff}.message .content .btns .left_btn{border-right:1px solid rgba(0,0,0,.102)}.statstic{border-radius:4px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:72px}.statstic,.statstic .count{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.statstic .count{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;margin-bottom:9px}.statstic .count .num{font-size:24px;font-weight:500;line-height:22px;margin-right:1px}.statstic .count .unit{font-size:12px}.statstic .text{color:#c83e42;font-size:13px;font-weight:500}.materialCheckRes{width:100%;background:#f7f7f7;padding:10px;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.materialCheckRes,.materialCheckRes .file{border-radius:8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.materialCheckRes .file{width:80px;height:85px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:#fff;font-size:12px;color:#666;margin-right:12px}.materialCheckRes .file img{width:24px;height:24px;margin-bottom:7px}.materialCheckRes .btns{-ms-flex-align:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:5px;font-size:14px;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.materialCheckRes .btns,.materialCheckRes .btns .res{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.materialCheckRes .btns .res{-ms-flex-align:center}.materialCheckRes .btns .detail{color:#1678ff}.materialCheckRes .btns img{width:16px;height:16px;margin-right:6px}.SuccessPrompt{width:100%;padding:16px 12px;border-radius:8px;background:#15bc83;color:#fff;font-size:12px;position:relative}.SuccessPrompt .img{width:69px;height:69px;position:absolute;right:12px;bottom:0}.SuccessPrompt .radio{margin-top:8px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;grid-row-gap:2px;row-gap:2px}.SuccessPrompt .radio .text{margin-left:3px;margin-top:1px}.CheckDetail{border-radius:8px;border-width:1px;border-style:solid;padding:16px}.CheckDetail .title{font-size:14px;font-weight:500;line-height:24px;color:#333;margin-bottom:8px}.CheckDetail .text{font-size:14px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;margin-bottom:17px}.CheckDetail .text img{margin-right:6px;margin-top:4px}.CheckDetail .btn{width:94px;height:26px;border-radius:4px;opacity:1;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #1678ff;margin-left:auto;color:#1678ff;font-size:13px;line-height:26px;text-align:center}.CheckDetail .bottom{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.CheckDetail .bottom .ignore{color:#333;font-size:12px}.CheckDetail .bottom .ignore span{color:#1678ff}.CheckDetail .mask{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.CheckDetail .mask .content{position:absolute;bottom:0;left:0;width:100%;background:#f5f5f5;border-radius:16px 16px 0 0}.CheckDetail .mask .content .head{border-radius:16px 16px 0 0;background-color:#fff;line-height:54px;text-align:center;font-size:16px;color:#333}.CheckDetail .mask .content .close{position:absolute;top:17px;right:16px}.CheckDetail .mask .content .list{margin:12px;border-radius:8px;opacity:1;background:#fff;padding:16px}.CheckDetail .mask .content .list .item{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:24px;font-size:14px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.CheckDetail .mask .content .list .item,.CheckDetail .mask .content .list .item .number{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.CheckDetail .mask .content .list .item .number{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #f7625d;border-radius:50%;width:20px;height:20px;color:#f7625d!important;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.CheckDetail .mask .content .list .item .key{color:#666}.CheckDetail .mask .content .list .item .value{color:#333}.CheckDetail .mask .content .list .item .source_item{width:100%;height:44px;border-radius:8px;opacity:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#f7f7f7;margin-top:12px;padding:12px}.CheckDetail .mask .content .bottom{margin-bottom:20px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:12px}.CheckDetail .mask .content .bottom .ignore{color:#1678ff}.bizpack-colorful-button{border:2px dashed #00f}
|