123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510 |
- .active-tab {
- display: -webkit-box;
- width: 100%;
- background-color: #ffffff;
- height: 42px;
- box-sizing: border-box;
- }
- .active-tab .tab-item {
- display: -webkit-box;
- -webkit-box-flex: 1;
- height: 30px;
- margin-top: 6px;
- padding: 0px 5%;
- }
- .active-tab .tab-item div {
- display:-webkit-box;
- width: 100%;
- height: 100%;
- -webkit-box-pack: center;
- -webkit-box-align: center;
- font-size: 14px;
- }
- .active-tab .tab-item div.active {
- border-bottom: 2px solid #3da9f1;
- }
- .action-bar{
- display: -webkit-box;
- width: 100%;
- height: 40px;
- position: fixed;
- bottom: 0px;
- }
- .action-bar>div{
- display: -webkit-box;
- -webkit-box-flex: 1;
- height: 100%;
- -webkit-box-pack: center;
- -webkit-box-align: center;
- cursor: pointer;
- box-sizing: border-box;
- }
- .save-btn{
- background-color: #1E74D5;
- color: #ffffff;
- border: 1px solid #bbbbbb;
- }
- .send-btn2{
- background-color: #1E74D5;
- color: #ffffff;
- border: 1px solid #bbbbbb;
- }
- .send-btn{
- background-color: #ffffff;
- border-top: 1px solid #bbbbbb;
- border-bottom: 1px solid #bbbbbb;
- border-right: 1px solid #bbbbbb;
- }
- .content-box{
- position: absolute;
- top: 50px;
- bottom: 40px;
- left: 0px;
- right: 0px;
- overflow: auto;
- }
- .edit-box {
- display: -webkit-box;
- -webkit-box-orient: vertical;
- padding: 10px;
- font-size: 14px;
- background-color: #ffffff;
- margin-bottom: 10px;
- }
- .edit-box-item {
- display: -webkit-box;
- border-bottom: 1px solid #E7E7E7;
- margin-bottom: 5px;
- }
- .edit-name {
- display: -webkit-box;
- height: 35px;
- line-height: 35px;
- margin-right: 10px;
- text-indent: 2px;
- color: #aaaaaa;
- }
- .edit-box-item .edit-input-box {
- -webkit-box-flex: 1;
- margin-right: 8px;
- }
- .edit-box-item .text-input {
- width: 100%;
- height: 35px;
- font-size: 14px;
- line-height: 35px;
- color: #333333;
- text-align: right;
- }
- .edit-box-item .text-area {
- width: 100%;
- height: 70px;
- border: none;
- outline: none;
- line-height: 22px;
- padding: 6px 0px;
- font-size: 14px;
- font-family: Microsoft YaHei, SimSun, Arial, Helvetica, Verdana, sans-serif !important;
- color: #333333;
- text-align: right;
- }
- .router-list,
- .file-list
- {
- display: -webkit-box;
- -webkit-box-orient: vertical;
- padding: 10px 0px 10px 0px;
- }
- .time-line{
- display: -webkit-box;
- list-style: none;
- margin: 0px 30px 0px 30px;
- padding-left: 20px;
- border-left: 4px solid #eee9dc;
- -webkit-box-orient: vertical;
- -webkit-box-flex: 1;
- }
- .time-line li {
- display: -webkit-box;
- position: relative;
- border:1px solid #eee9dc;
- padding: 8px;
- -webkit-box-orient: vertical;
- -webkit-box-flex: 1;
- border-radius: 6px;
- }
- .time-line li:first-child{
- margin: 25px 0px 10px 0px;
- }
- .time-line li:last-child{
- margin: 10px 0px 25px 0px;
- }
- .time-line li{
- margin: 10px 0px 10px 0px;
- }
- .circle {
- margin-top: -10px;
- top: 12px;
- left: -33px;
- width: 10px;
- height: 10px;
- background: #1E74D5;
- border: 5px solid #eee9dc;
- border-radius: 50%;
- display: block;
- position: absolute;
- }
- .ul-content{
- display: -webkit-box;
- -webkit-box-orient: vertical;
- margin-top: 8px;
- }
- .item-content{
- display: -webkit-box;
- line-height: 22px;
- }
- .item-content:not(:last-of-type){
- margin-bottom: 6px;
- }
- .item-content-left{
- display: -webkit-box;
- width: 40px;
- }
- .item-content-right{
- display: -webkit-box;
- -webkit-box-flex: 1;
- }
- .item-name{
- display:-webkit-box;
- width:100%;
- line-height: 25px;
- }
- .ul-content{
- display: -webkit-box;
- }
- .start-node{
- width: 36px;
- height: 36px;
- background: #1E74D5;
- margin-left: 10px;
- margin-top: 10px;
- color: #ffffff;
- line-height: 36px;
- text-align: center;
- border: 5px solid #eee9dc;
- border-radius: 50%;
- }
- .end-node{
- width: 36px;
- height: 36px;
- background: #1E74D5;
- margin-left: 10px;
- margin-bottom: 10px;
- color: #ffffff;
- line-height: 36px;
- text-align: center;
- border: 5px solid #eee9dc;
- border-radius: 50%;
- }
- .now-node .circle{
- background: orange !important;
- }
- .now-node{
- border:1px solid orange !important;
- }
- .file-ul{
- width: 100%;
- height:100px;
- position: relative;
- user-select: none;
- }
- .file-ul-li{
- width: 100%;
- position: relative;
- user-select: none;
- height: 50px;
- border-bottom: 1px solid #E7E7E7;
- margin-bottom: 5px;
- }
- .item-file{
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- background:#ffffff;
- z-index: 100;
- transition: 0.3s;
- display: -webkit-box;
- padding: 3px 8px;
- box-sizing: border-box;
- }
- .item-action{
- position: absolute;
- width:120px;
- right: 0;
- top: 0;
- bottom: 0;
- color: #fff;
- text-align: center;
- line-height: 100%;
- }
- .item-action-blue{
- color: #ffffff;
- background-color: #1E74D5;
- width: 50%;
- height: 50px;
- line-height: 50px;
- float: left;
- }
- .item-action-red{
- color: #ffffff;
- background-color: #ff0000;
- width: 50%;
- height: 50px;
- line-height: 50px;
- float: left;
- }
- .file-icon{
- display: -webkit-box;
- width: 45px;
- height: 100%;
- background-image: url("../../../fawenbg/img/file.png");
- background-repeat: no-repeat;
- background-position: center center;
- background-size: 40px 40px;
- }
- .file-content{
- display: -webkit-box;
- -webkit-box-flex: 1;
- -webkit-box-orient: vertical;
- padding-left: 5px;
- }
- .file-name{
- height: 24px;
- line-height: 24px;
- text-overflow:ellipsis;
- overflow:hidden;
- width:100%;
- }
- .file-date{
- -webkit-box-flex: 1;
- height: 20px;
- line-height: 20px;
- font-size: 13px;
- color: #aaaaaa;
- }
- .edit-input-box .option-box{
- margin: 8px 0px 8px 10px;
- display: -webkit-box;
- -webkit-box-flex: 1;
- -webkit-box-orient: vertical;
- border: 1px solid #E7E7E7;
- padding:5px 0px;
- }
- .option-box-content{
- display: -webkit-box;
- line-height: 22px;
- -webkit-box-flex: 1;
- -webkit-box-pack: end;
- padding:0px 8px;
- margin-bottom: 5px;
- word-break: break-all;
- }
- .option-box-name,
- .option-box-date{
- display: -webkit-box;
- line-height: 25px;
- -webkit-box-flex: 1;
- -webkit-box-pack: end;
- padding:0px 8px;
- }
- .option-box-btn{
- display: -webkit-box;
- line-height: 25px;
- -webkit-box-flex: 1;
- -webkit-box-pack: end;
- padding:0px 8px;
- margin-top: 5px;
- }
- .option-box-btn-green{
- display: -webkit-box;
- width: 50px;
- height: 24px;
- background-color: #19be6b;
- color: #ffffff;
- -webkit-box-pack: center;
- -webkit-box-align: center;
- margin-right: 20px;
- border-radius: 4px;
- }
- .option-box-btn-red{
- display: -webkit-box;
- width: 50px;
- height: 24px;
- background-color: #ff2222;
- color: #ffffff;
- -webkit-box-pack: center;
- -webkit-box-align: center;
- border-radius: 4px;
- }
- .option-box-btn-blue{
- display: -webkit-box;
- width: 50px;
- height: 24px;
- background-color: #1E74D5;
- color: #ffffff;
- -webkit-box-pack: center;
- -webkit-box-align: center;
- border-radius: 4px;
- }
- .edit-input-box-btn{
- display: -webkit-box;
- -webkit-box-align: center;
- -webkit-box-pack: end;
- padding-right: 10px;
- margin-bottom: 8px;
- }
- .send-box{
- position: absolute;
- top: 45px;
- bottom: 40px;
- left: 0px;
- right: 0px;
- overflow: auto;
- }
- .weui-search-bar__btn {
- position: absolute;
- right: 0px;
- top: 1px;
- width: 50px;
- height: 26px;
- line-height: 26px;
- font-size: 14px;
- box-sizing: content-box;
- background: #1E74D5;
- color: #ffffff;
- text-align: center;
- border-radius: 4px;
- }
- .send-btn-box{
- width: 100%;
- overflow:hidden;
- padding:10px 8px 5px 8px;
- background-color: #ffffff;
- box-sizing: border-box;
- }
- .send-btn-item{
- float: left;
- padding: 4px 10px;
- background-color: #ffffff;
- border-radius: 6px;
- margin-right: 15px;
- margin-bottom: 10px;
- border: 1px solid #dddddd;
- }
- .send-btn-title{
- width: 100%;
- height: 30px;
- line-height: 30px;
- margin-bottom: 10px;
- text-indent: 8px;
- border-bottom: 1px solid #dddddd;
- }
- .send-btn-item.active{
- background-color: #1E74D5;
- color: #ffffff;
- border: 1px solid #1E74D5;
- }
- .send-user-box{
- width: 100%;
- overflow:hidden;
- padding:10px 8px 5px 8px;
- background-color: #ffffff;
- box-sizing: border-box;
- margin-top: 10px;
- }
- .send-user-title{
- width: 100%;
- height: 30px;
- line-height: 30px;
- text-indent: 8px;
- border-bottom: 1px solid #dddddd;
- }
- .send-user-name{
- font-size: 15px;
- }
- .send-user-depart{
- font-size: 14px;
- color: #666666;
- }
- .option-box-content img{
- width: 100%;
- }
|