123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062 |
- <div ng-controller="fileListCtrl">
- <section id="page-title">
- <div class="row">
- <!-- <i class="iconfont icon-bianji pull-left"></i> -->
- <div class="col-sm-8">
- <h1 class="mainTitle">文档管理<i tooltip='文档管理,点击操作处理任务' tooltip-placement="right" class="fa ti-help-alt margin-left-10 fontcolor-five pointfont"></i></h1>
- </div>
- </div>
- </section>
- <div class="jry_box">
- <div class="col-sm-3">
- <div class="jry_table">
- <div ng-click="public_file()" ng-class="{true:'tab_select'}[isPersonal==1]">公共文档</div>
- <div ng-click="personal_file()" ng-class="{true:'tab_select'}[isPersonal==0]">个人文档</div>
- </div>
- <div class="folder">
- <div class="operation">
- <div ng-click="open_add_box()">新增</div>
- <div ng-click="open_modify_box()">修改</div>
- <div ng-click="rmvData_tree()">删除</div>
- </div>
- <div class="search">
- <input type="text" placeholder="请输入关键字" ng-model="search_tree_ipt" ng-change="search_tree_fn()">
- <i class="iconfont icon-search"></i>
- </div>
- <div class="tree" ng-show="search_tree_ipt==''">
- <span ng-if="doing_async">...加载中...</span>
- <abn-tree tree-data="my_data" tree-control="my_tree" on-select="my_tree_handler(branch)" expand-level="2" icon-leaf="iconfont icon-liebiao1" icon-expand="ti-plus" icon-collapse="ti-minus"></abn-tree>
- </div>
- <div class="tree" ng-show="search_tree_ipt!=''">
- <div ng-repeat="v in search_tree_data" class="left_search_datas" tooltip="{{v.name}}" tooltip-placement="top" ng-click="left_search_tree_cli($index,v)" ng-class="{true:'cli_bg'}[$index==left_search_index]">{{v.name}}</div>
- </div>
- </div>
- </div>
- <div class="col-sm-9">
- <div class="title">文件:</div>
- <div class="file">
- <div class="head">
- <div class="left">
- <div class="children">
- <span class="spa">文档名称:</span>
- <input type="text" class="ipt" ng-model="jry_filterdata.fileName">
- </div>
- <div class="children">
- <span class="spa">文档格式:</span>
- <ui-select class="tab-mainDiv-body-content" ng-model="fileTypeObj.fileType1" theme="bootstrap">
- <ui-select-match placeholder="">
- {{$select.selected.name}}
- </ui-select-match>
- <ui-select-choices repeat="item in file_format">
- <div ng-bind-html="item.name"></div>
- </ui-select-choices>
- </ui-select>
- </div>
- <!-- <div class="children">
- <span class="spa">关键字搜索:</span>
- <input type="text" class="ipt" ng-model="jry_filterdata.content">
- </div> -->
- </div>
- <div class="right">
- <button class="search" ng-click="list_search()">搜索</button>
- <button class="clean" ng-click="clean()">清空</button>
- </div>
- <!-- <input type="text"> -->
- </div>
- <div class="body">
- <div class="title">
- <span>文件列表</span>
- <span ng-show="selected.items.length!=0">已选中文件{{selected.items.length}}个</span>
- <button ng-click="open_import()">导入文件</button>
- <button ng-click="open_files_change()">更换目录</button>
- </div>
- <div ui-i18n="{{lang}}">
- <div class="grid_height">
- <div id="grid1 " ui-grid="gridOptions " ui-grid-pagination external-scopes="$scope " ui-grid-resize-columns ui-grid-selection ui-grid-auto-resize class="grid "></div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- 大蒙版 -->
- <div class="fix_back" ng-show="big_back">
- <!-- 新增弹框 -->
- <div class="add_new_box">
- <!-- 头部 -->
- <div class="head">新增文件夹<span ng-click="close_add_box()">×</span></div>
- <div class="body">
- <div class="tit">
- <span class="left">*</span><span>文件夹名称:</span>
- </div>
- <div>
- <span class="left"></span><input type="text" class="file_name" placeholder="请输入文件夹名称" maxlength="20" ng-model="add_file_name">
- </div>
- <div class="tit">
- <span class="left"></span><span>是否有父类:</span>
- </div>
- <div class="green">
- </span><switch ng-model="addparent"></switch>
- </div>
- <div class="tit" ng-show="addparent==true">
- <span class="left">*</span><span>父类名称:</span>
- </div>
- <div ng-show="addparent==true">
- <span class="left"></span>
- <multi-select-tree ng-model="add_file_parent" data-input-model="tree_data" data-output-model="adddata.parent" theme="bootstrap" multi-select="false" data-default-label="父类名称" data-callback="onAddFilterCallback(item)" data-select-only-leafs="false" data-trans-label="label"
- data-switch-view="false"></multi-select-tree>
- </div>
- </div>
- <div class="foot">
- <input type="button" value="保存" ng-click="add_save()" ng-disabled="add_duoci">
- <button ng-click="close_add_box()">取消</button>
- </div>
- <div class="parent_bring_box">
- <span class="parent_bring">
- {{modify_data.label}}
- <span ng-click="parent_bring_box_hide()">×</span>
- </span>
- </div>
- </div>
- <!-- 修改弹框 -->
- <div class="modify_box">
- <div class="head">修改文件夹<span ng-click="close_modify_box()">×</span></div>
- <div class="body">
- <div class="tit">
- <span class="left">*</span><span>文件夹名称:</span>
- </div>
- <div>
- <span class="left"></span><input type="text" class="file_name" placeholder="请输入文件夹名称" ng-model="modify_file_name" maxlength="20">
- </div>
- <div class="tit">
- <span class="left"></span><span>是否更换父类:</span>
- </div>
- <div class="green">
- </span><switch ng-model="editparent"></switch>
- </div>
- <div class="tit" ng-show="editparent==true">
- <span class="left">*</span><span>父类名称:</span>
- </div>
- <div ng-show="editparent==true">
- <span class="left"></span>
- <multi-select-tree ng-model="edit_file_parent" data-input-model="tree_data" data-output-model="adddata.parent" theme="bootstrap" multi-select="false" data-default-label="父类名称" data-callback="onEditFilterCallback(item)" data-select-only-leafs="false" data-trans-label="label"
- data-switch-view="false"></multi-select-tree>
- </div>
- </div>
- <div class="foot">
- <button ng-click="modify_save()">保存</button>
- <button ng-click="close_modify_box()">取消</button>
- </div>
- </div>
- <!-- 确定删除树弹框 -->
- <div class="deleteTree_box">
- <div class="head">提示</div>
- <div class="body">
- <div>请输入登录密码:</div>
- <input type="password" class="password" ng-model="delete_password">
- <div class="titsc"><i class="iconfont icon-gantan"></i>输入登录密码后,点击"确认",<span class="file_name">{{modify_data.label}}</span>文件夹以及<span class="file_name">{{modify_data.label}}</span>文件夹下的所有文件将被删除!</div>
- </div>
- <div class="foot">
- <button ng-click="delete_sure()">确定</button>
- <button ng-click="close_delete_box()">取消</button>
- </div>
- </div>
- <!-- 确定删除文件弹框 -->
- <div class="deleteDoc_box">
- <div class="head">提示</div>
- <div class="body">
- <div>请输入登录密码:</div>
- <input type="password" class="password" ng-model="delete_doc_password">
- <div class="titsc"><i class="iconfont icon-gantan"></i>输入登录密码后,点击"确认",<span class="file_name">{{list_doc_name}}</span>文件以及文件下{{list_doc_version}}个版本将被删除!</div>
- </div>
- <div class="foot">
- <button ng-click="delete_doc_sure()">确定</button>
- <button ng-click="close_doc_delete_box()">取消</button>
- </div>
- </div>
- <!-- 确认删除历史版本弹框 -->
- <div class="deleteVersion_box">
- <div class="head">提示</div>
- <div class="body">
- <div>请输入登录密码:</div>
- <input type="password" class="password" ng-model="delete_version_password">
- <div class="titsc"><i class="iconfont icon-gantan"></i>输入登录密码后,点击"确认",该历史版本将被删除!</div>
- </div>
- <div class="foot">
- <button ng-click="delete_version_sure()">确定</button>
- <button ng-click="close_version_delete_box()">取消</button>
- </div>
- </div>
- <!-- 修改文件夹名称弹框 -->
- <div class="modify_file_box">
- <div class="head">修改文件夹<span ng-click="close_modify_file_box()">×</span></div>
- <div class="body">
- <div class="tit">
- <span class="left">*</span><span>文件夹名称:</span>
- </div>
- <div>
- <span class="left"></span><input type="text" class="file_name" placeholder="请输入文件夹名称" ng-model="modify_open_file_name" maxlength="20">
- </div>
- </div>
- <div class="foot">
- <button ng-click="modify_file_save()">保存</button>
- <button ng-click="close_modify_file_box()">取消</button>
- </div>
- </div>
- </div>
- <div id="doc_loading" ng-show="doc_loading">
- <span>导入中,请稍后</span><br>
- <img src="assets/images/loading.gif" alt="">
- </div>
- </div>
- <style>
- .new_file{
- display: inline-block;
- width: 50px;
- height: 20px;
- cursor: pointer;
- color: #6f9ad4;
- position: relative;
- }
- .new_file input{
- opacity: 0;
- width: 50px;
- height: 20px;
- position: absolute;
- left: 0;
- top: 0;
- cursor: pointer;
- }
- #doc_loading{
- width: 100%;
- height: 100%;
- position: fixed;
- left: 0;
- top: 0;
- background-color: rgba(255,255,255,0.7);
- display: flex;
- justify-content:center;
- align-items:center;
- z-index: 99998;
- /* display: none */
- }
- #doc_loading img{
- width: 50px;
- height: 50px;
- z-index: 99999;
- }
- #doc_loading span{
- font-size: 24px
- }
- /* 左侧树 */
- .jry_box{
- display: flex;
- }
- .jry_box .title{
- height: 25px;
- line-height: 25px;
- font-size: 16px;
- }
- .jry_box .folder{
- border:1px rgb(185, 184, 184) solid;
- height: 535px;
- border-radius: 2px;
- margin-top: 6px
- }
- /* table栏 */
- .jry_box .jry_table{
- display: flex;
- height: 25px;
- border:1px #dddddd solid
- }
- .jry_box .jry_table div{
- height: 25px;
- line-height: 25px;
- text-align: center;
- width: 50%;
- font-size: 12px;
- color: #666666;
- cursor: pointer;
- }
- .jry_box .jry_table .tab_select{
- background-color: rgb(0,83,149);
- color: white
- }
- /* 操作三个按钮 */
- .jry_box .folder .operation{
- height: 35px;
- background-color: rgb(245,245,245)
- }
- .jry_box .folder .operation div{
- float: left;
- width: 33%;
- height: 35px;
- text-align: center;
- line-height: 35px;
- cursor: pointer;
- }
- .jry_box .folder .operation div:nth-child(2){
- border-left:1px rgb(230,230,230) solid;
- border-right:1px rgb(230,230,230) solid
- }
- .jry_box .folder .operation div:hover{
- color: rgb(62,125,175)
- }
- /* 搜索 */
- .jry_box .folder .search{
- height: 25px;
- margin: 0 auto;
- display: flex;
- justify-content:center;
- margin-top: 8px
- }
- .jry_box .folder .search input{
- border-radius: 4px 0 0 4px;
- height: 25px;
- width: 85%
- }
- .jry_box .folder .search input:focus{
- outline: none
- }
- .jry_box .folder .search input::-webkit-input-placeholder{
- font-size: 13px;
- color: rgb(180, 179, 179)
- }
- .jry_box .folder .search i{
- display: inline-block;
- height: 24.5px;
- width: 25px;
- line-height: 26px;
- text-align: center;
- border-radius: 0px 4px 4px 0px;
- font-size: 14px;
- color: rgb(192, 191, 191);
- border: 1px rgb(222, 222, 222) solid;
- margin-left: -1px;
- cursor: pointer;
- }
- /* 树 */
- .jry_box .folder .tree{
- height: 422px;
- overflow: hidden;
- margin-top: 8px;
- overflow-y: scroll;
- }
- .jry_box .folder .tree a{
- display: inline-block;
- width: 100%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis
- }
- .jry_box .folder .tree .left_search_datas{
- /* display: inline-block; */
- width: 100%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis
- }
- .jry_box .folder .tree::-webkit-scrollbar{
- display: none
- }
- .jry_box .folder .tree i{
- font-size: 14px
- }
- /* 背景蒙版 */
- .fix_back{
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background-color: rgba(0,0,0,0.5);
- z-index: 99999;
- }
- /* 新增弹框 */
- .fix_back .add_new_box{
- width: 340px;
- height: 325px;
- background-color: white;
- margin-left: -170px;
- margin-top: -162px;
- position: absolute;
- left: 50%;
- top: 50%;
- border-radius: 2px;
- display: none
- }
- /* 父类带出弹框 */
- .parent_bring_box{
- width: 150px;
- height: 26px;
- position: absolute;
- left: 37px;
- top: 222px;
- background-color: white;
- line-height: 26px;
- display: none
- }
- .parent_bring_box .parent_bring{
- padding: 2px 6px;
- border-radius: 2px;
- border:1px rgb(27,136,255) solid;
- overflow: hidden;
- position: relative
- }
- .parent_bring_box .parent_bring span{
- color: white;
- position: absolute;
- right: -1px;
- top: -1px;
- /* width: 10px; */
- border-top: 8px #1b88ff solid;
- border-bottom: 8px transparent solid;
- border-left: 8px transparent solid;
- border-right: 8px #1b88ff solid;
- text-align: center;
- line-height: 0px;
- display: inline-block;
- width: 5px;
- height: 5px;
- font-size: 6px;
- cursor: pointer;
- }
- /* .fix_back .add_new_box .fix_back .add_new_box .tree-control .tree-input{
- overflow: hidden;
- } */
- .fix_back .add_new_box .tree-control .tree-view{
- height: 230px;
- overflow: hidden;
- overflow-y: scroll
- }
- .fix_back .add_new_box .tree-control .tree-view::-webkit-scrollbar{
- display: none
- }
- .fix_back .add_new_box .head{
- height: 45px;
- line-height:45px;
- text-align: center;
- font-size: 17px;
- border-bottom: 2px rgb(245,245,245) solid;
- position: relative;
- }
- .fix_back .add_new_box .head span{
- display: inline-block;
- width: 14px;
- height: 14px;
- border-radius: 50%;
- border: 1px black solid;
- position: absolute;
- right: 14px;
- top: 15px;
- line-height: 11px;
- cursor: pointer;
- }
- .fix_back .add_new_box .body{
- width: 90%;
- height: 230px;
- border:1px rgb(240,240,240) solid;
- border-radius: 2px;
- margin: 0 auto;
- margin-top: 5px;
- background-color: #f3f3f3;
- }
- .fix_back .add_new_box .body .tit{
- height: 30px;
- line-height: 30px;
- font-size: 13px;
- }
- .fix_back .add_new_box .body .left{
- display: inline-block;
- width: 15px;
- text-align: center;
- color: red;
- }
- .fix_back .add_new_box .body .green{
- padding-left: 15px
- }
- .fix_back .add_new_box .foot{
- display: flex;
- justify-content:center;
- align-items:center;
- height: 45px;
- }
- .fix_back .add_new_box .foot button{
- width: 80px;
- height: 34px;
- border-radius: 2px;
- cursor: pointer;
- }
- .fix_back .add_new_box .foot input{
- width: 80px;
- height: 34px;
- border-radius: 2px;
- cursor: pointer;
- border:1px rgb(0,83,149) solid;
- background-color: rgb(0,83,149);
- color: white
- }
- /* .fix_back .add_new_box .foot button:nth-child(1){
- } */
- .fix_back .add_new_box .foot button:nth-child(2){
- border:1px rgb(230,230,230) solid;
- background-color: white;
- color: rgb(128, 123, 123);
- margin-left: 10px
- }
- .fix_back .add_new_box .file_name{
- width: 260px;
- height: 31px;
- }
- .fix_back .add_new_box .file_name::-webkit-input-placeholder{
- font-size: 13px;
- color: rgb(180,180,180)
- }
- .fix_back .add_new_box .tree-control .tree-input{
- margin-left: 15px;
- width: 90%;
- }
- .fix_back .add_new_box .tree-control .tree-view{
- min-width: 293px!important;
- margin-left: 14px;
- width: 293px
- }
- /* 修改弹框 */
- .fix_back .modify_box{
- width: 340px;
- height: 325px;
- margin-left: -170px;
- margin-top: -96px;
- position: absolute;
- left: 50%;
- top: 50%;
- background-color: white;
- border-radius: 2px;
- display: none
- }
- .fix_back .modify_box .head{
- height: 45px;
- line-height:45px;
- text-align: center;
- font-size: 17px;
- border-bottom: 2px rgb(245,245,245) solid;
- position: relative;
- }
- .fix_back .modify_box .head span{
- display: inline-block;
- width: 14px;
- height: 14px;
- border-radius: 50%;
- border: 1px black solid;
- position: absolute;
- right: 14px;
- top: 15px;
- line-height: 11px;
- cursor: pointer;
- }
- .fix_back .modify_box .body{
- width: 90%;
- height: 230px;
- border:1px rgb(240,240,240) solid;
- border-radius: 2px;
- margin: 0 auto;
- margin-top: 5px;
- background-color: #f3f3f3
- }
- .fix_back .modify_box .body .green{
- padding-left: 15px
- }
- .fix_back .modify_box .body .tit{
- height: 30px;
- line-height: 30px;
- font-size: 13px;
- }
- .fix_back .modify_box .body .left{
- display: inline-block;
- width: 15px;
- text-align: center;
- color: red;
- }
- .fix_back .modify_box .file_name{
- width: 260px;
- height: 31px;
- }
- .fix_back .modify_box .file_name::-webkit-input-placeholder{
- font-size: 13px;
- color: rgb(180,180,180)
- }
- .fix_back .modify_box .tree-control .tree-input{
- margin-left: 15px;
- width: 90%;
- }
- .fix_back .modify_box .tree-control .tree-view{
- min-width: 293px!important;
- margin-left: 14px;
- width: 293px
- }
- .fix_back .modify_box .foot{
- display: flex;
- justify-content:center;
- align-items:center;
- height: 45px;
- }
- .fix_back .modify_box .foot button{
- width: 80px;
- height: 34px;
- border-radius: 2px;
- cursor: pointer;
- }
- .fix_back .modify_box .foot button:nth-child(1){
- border:1px rgb(0,83,149) solid;
- background-color: rgb(0,83,149);
- color: white
- }
- .fix_back .modify_box .foot button:nth-child(2){
- border:1px rgb(230,230,230) solid;
- background-color: white;
- color: rgb(128, 123, 123);
- margin-left: 10px
- }
- /* 修改文件夹名称弹框 */
- .fix_back .modify_file_box{
- width: 340px;
- height: 192px;
- margin-left: -170px;
- margin-top: -96px;
- position: absolute;
- left: 50%;
- top: 50%;
- background-color: white;
- border-radius: 2px;
- display: none
- }
- .fix_back .modify_file_box .head{
- height: 45px;
- line-height:45px;
- text-align: center;
- font-size: 17px;
- border-bottom: 2px rgb(245,245,245) solid;
- position: relative;
- }
- .fix_back .modify_file_box .head span{
- display: inline-block;
- width: 14px;
- height: 14px;
- border-radius: 50%;
- border: 1px black solid;
- position: absolute;
- right: 14px;
- top: 15px;
- line-height: 11px;
- cursor: pointer;
- }
- .fix_back .modify_file_box .body{
- width: 90%;
- height: 100px;
- border:1px rgb(240,240,240) solid;
- border-radius: 2px;
- margin: 0 auto;
- margin-top: 5px;
- background-color: #f3f3f3
- }
- .fix_back .modify_file_box .body .tit{
- height: 30px;
- line-height: 30px;
- font-size: 13px;
- }
- .fix_back .modify_box .body .left{
- display: inline-block;
- width: 15px;
- text-align: center;
- color: red;
- }
- .fix_back .modify_file_box .file_name{
- width: 260px;
- height: 31px;
- }
- .fix_back .modify_file_box .foot{
- display: flex;
- justify-content:center;
- align-items:center;
- height: 45px;
- }
- .fix_back .modify_file_box .foot button{
- width: 80px;
- height: 34px;
- border-radius: 2px;
- cursor: pointer;
- }
- .fix_back .modify_file_box .foot button:nth-child(1){
- border:1px rgb(0,83,149) solid;
- background-color: rgb(0,83,149);
- color: white
- }
- .fix_back .modify_file_box .foot button:nth-child(2){
- border:1px rgb(230,230,230) solid;
- background-color: white;
- color: rgb(128, 123, 123);
- margin-left: 10px
- }
- /* 删除树弹框 */
- .fix_back .deleteTree_box{
- width: 350px;
- height: 219px;
- margin-left: -180px;
- margin-top: -150px;
- position: absolute;
- left: 50%;
- top: 50%;
- background-color: white;
- border-radius: 2px;
- display: none
- }
- .fix_back .deleteTree_box .head{
- height: 35px;
- line-height: 35px;
- font-size: 14px;
- border-bottom: 2px rgb(245,245,245) solid;
- position: relative;
- padding-left: 12px;
- color: rgb(74,218,714)
- }
- .fix_back .deleteTree_box .body{
- width: 90%;
- height: 130px;
- border: 1px rgb(240,240,240) solid;
- border-radius: 2px;
- margin: 0 auto;
- margin-top: 5px;
- /* line-height: 115px; */
- background-color: #f3f3f3;
- padding: 5px;
- overflow: hidden;
- /* white-space: nowrap; */
- text-overflow: ellipsis
- /* text-align: center; */
- }
- .fix_back .deleteTree_box .body i{
- font-size: 14px;
- color: red
- }
- .fix_back .deleteTree_box .body .titsc{
- color: rgb(74,218,714);
- width: 100%
- }
- .fix_back .deleteTree_box .body .titsc .file_name{
- /* color: black */
- }
- .fix_back .deleteTree_box .password{
- width: 300px;
- height: 31px;
- /* z-index: 999999; */
- margin-top: 5px;
- }
- .fix_back .deleteTree_box .foot{
- display: flex;
- justify-content:center;
- align-items:center;
- height: 45px;
- }
- .fix_back .deleteTree_box .foot button{
- width: 80px;
- height: 34px;
- border-radius: 2px;
- cursor: pointer;
- }
- .fix_back .deleteTree_box .foot button:nth-child(1){
- border:1px rgb(0,83,149) solid;
- background-color: rgb(0,83,149);
- color: white
- }
- .fix_back .deleteTree_box .foot button:nth-child(2){
- border:1px rgb(230,230,230) solid;
- background-color: white;
- color: rgb(128, 123, 123);
- margin-left: 10px
- }
- /* 删除文件弹框 */
- .fix_back .deleteDoc_box{
- width: 350px;
- height: 219px;
- margin-left: -180px;
- margin-top: -150px;
- position: absolute;
- left: 50%;
- top: 50%;
- background-color: white;
- border-radius: 2px;
- display: none
- }
- .fix_back .deleteDoc_box .head{
- height: 35px;
- line-height: 35px;
- font-size: 14px;
- border-bottom: 2px rgb(245,245,245) solid;
- position: relative;
- padding-left: 12px;
- color: rgb(74,218,714)
- }
- .fix_back .deleteDoc_box .body{
- width: 90%;
- height: 130px;
- border: 1px rgb(240,240,240) solid;
- border-radius: 2px;
- margin: 0 auto;
- margin-top: 5px;
- /* line-height: 115px; */
- background-color: #f3f3f3;
- padding: 5px;
- overflow: hidden;
- /* white-space: nowrap; */
- text-overflow: ellipsis
- /* text-align: center; */
- }
- .fix_back .deleteDoc_box .body i{
- font-size: 14px;
- color: red
- }
- .fix_back .deleteDoc_box .body .titsc{
- color: rgb(74,218,714);
- width: 100%
- }
- .fix_back .deleteDoc_box .body .titsc .file_name{
- /* color: black */
- }
- .fix_back .deleteDoc_box .password{
- width: 300px;
- height: 31px;
- /* z-index: 999999; */
- margin-top: 5px;
- }
- .fix_back .deleteDoc_box .foot{
- display: flex;
- justify-content:center;
- align-items:center;
- height: 45px;
- }
- .fix_back .deleteDoc_box .foot button{
- width: 80px;
- height: 34px;
- border-radius: 2px;
- cursor: pointer;
- }
- .fix_back .deleteDoc_box .foot button:nth-child(1){
- border:1px rgb(0,83,149) solid;
- background-color: rgb(0,83,149);
- color: white
- }
- .fix_back .deleteDoc_box .foot button:nth-child(2){
- border:1px rgb(230,230,230) solid;
- background-color: white;
- color: rgb(128, 123, 123);
- margin-left: 10px
- }
- /* 删除历史弹框 */
- .fix_back .deleteVersion_box{
- width: 350px;
- height: 219px;
- margin-left: -180px;
- margin-top: -150px;
- position: absolute;
- left: 50%;
- top: 50%;
- background-color: white;
- border-radius: 2px;
- display: none
- }
- .fix_back .deleteVersion_box .head{
- height: 35px;
- line-height: 35px;
- font-size: 14px;
- border-bottom: 2px rgb(245,245,245) solid;
- position: relative;
- padding-left: 12px;
- color: rgb(74,218,714)
- }
- .fix_back .deleteVersion_box .body{
- width: 90%;
- height: 130px;
- border: 1px rgb(240,240,240) solid;
- border-radius: 2px;
- margin: 0 auto;
- margin-top: 5px;
- /* line-height: 115px; */
- background-color: #f3f3f3;
- padding: 5px;
- overflow: hidden;
- /* white-space: nowrap; */
- text-overflow: ellipsis
- /* text-align: center; */
- }
- .fix_back .deleteVersion_box .body i{
- font-size: 14px;
- color: red
- }
- .fix_back .deleteVersion_box .body .titsc{
- color: rgb(74,218,714);
- width: 100%
- }
- .fix_back .deleteVersion_box .body .titsc .file_name{
- /* color: black */
- }
- .fix_back .deleteVersion_box .password{
- width: 300px;
- height: 31px;
- /* z-index: 999999; */
- margin-top: 5px;
- }
- .fix_back .deleteVersion_box .foot{
- display: flex;
- justify-content:center;
- align-items:center;
- height: 45px;
- }
- .fix_back .deleteVersion_box .foot button{
- width: 80px;
- height: 34px;
- border-radius: 2px;
- cursor: pointer;
- }
- .fix_back .deleteVersion_box .foot button:nth-child(1){
- border:1px rgb(0,83,149) solid;
- background-color: rgb(0,83,149);
- color: white
- }
- .fix_back .deleteVersion_box .foot button:nth-child(2){
- border:1px rgb(230,230,230) solid;
- background-color: white;
- color: rgb(128, 123, 123);
- margin-left: 10px
- }
- .left_search_datas{
- padding-left: 10px;
- cursor: pointer;
- height: 30px;
- line-height: 30px
- }
- /* 下拉搜索点击背景 */
- .cli_bg{
- background-color: rgb(233,249,248)
- }
- .left_search_datas:hover{
- background-color: rgb(238,238,238)
- }
- /* 右侧文件列表 */
- .jry_box .file{
- border:1px rgb(185, 184, 184) solid;
- height: 535px;
- border-radius: 2px;
- padding-bottom: 10px;
- margin-top: 6px
- }
- .jry_box .file .head{
- background-color: rgb(243,243,243);
- /* height: 40px; */
- /* line-height: 40px; */
- display: flex;
- flex-wrap:wrap;
- justify-content:space-between;
- padding: 0px 0px 10px 0px
- }
- .jry_box .file .body{
- padding: 0 15px
- }
- .jry_box .file .body .title{
- height: 40px;
- line-height: 40px
- }
- .jry_box .file .body .title span:nth-child(1){
- font-size: 14px;
- color: #000000;
- float: left;
- }
- .jry_box .file .body .title span:nth-child(2){
- font-size: 12px;
- color:black;
- float: left;
- margin-left: 10px
- }
- .jry_box .file .body .title button{
- width: 80px;
- height: 28px;
- line-height: 26px;
- color:#005395;
- border: 1px #005395 solid;
- background-color: rgb(230,238,244);
- float: right;
- margin-top: 6px;
- cursor: pointer;
- border-radius: 2px;
- margin-right: 10px
- }
- .jry_box .file .body .grid_height>div{
- height: 400px;
- }
- .jry_box .file .head .left{
- width: 82%;
- display: flex;
- flex-wrap:wrap
- }
- .jry_box .file .head .left .children{
- width: 250px;
- margin-top: 10px
- }
- .jry_box .file .head .right{
- width: 18%;
- display: flex;
- justify-content:flex-end
- }
- .jry_box .file .head .spa{
- display: inline-block;
- margin-left: 10px;
- font-size: 14px;
- color: #333333
- }
- .jry_box .file .head input:focus{
- outline: none
- }
- .jry_box .file .head .tab-mainDiv-body-content{
- width: 160px;
- display: inline-block
- }
- .jry_box .file .head .ipt{
- width: 150px;
- height: 30px;
- }
- .jry_box .file .head button{
- width: 60px;
- height: 28px;
- border-radius: 2px;
- cursor: pointer;
- margin-top: 10px
- }
- .jry_box .file .head .btn-default-focus{
- box-shadow:inset 0 1px 1px rgba(0,0,0,0),0 0 8px rgba(102,175,233,0);
- outline: none
- }
- .jry_box .file .head .ui-select-bootstrap>.ui-select-match>.btn{
- margin-bottom: 5px
- }
- .jry_box .file .head .search{
- border:1px rgb(0,83,149) solid;
- background-color: rgb(0,83,149);
- color: white;
- /* float: right; */
- }
- .jry_box .file .head .clean{
- border:1px rgb(230,230,230) solid;
- background-color: white;
- color: rgb(128, 123, 123);
- margin-left: 10px;
- margin-right: 10px;
- /* float: right; */
- }
- .sweet-alert button{
- margin-top: 16px
- }
- </style>
|