123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269 |
- /**message缩写为msg**/
- .sp-msg-left {
- position: absolute;
- left: 10px;
- width: 200px;
- bottom: 10px;
- top: 40px;
- background-color: #fff;
- }
- .sp-msg-right {
- position: absolute;
- left: 210px;
- right: 5px;
- bottom: 10px;
- top: 40px;
- overflow-y: auto;
- }
- .sp-msg-left-top {
- float: left;
- width: 100%;
- line-height: 50px;
- font-size: 16px;
- background-color: #d9dee4;
- padding: 0 15px;
- }
- .sp-msg-left-bottom {
- float: left;
- width: 100%;
- }
- .sp-msg-left-lh {
- float: left;
- width: 100%;
- line-height: 20px;
- padding: 10px 0 10px 5px;
- cursor: pointer;
- box-sizing: border-box;
- text-align: left;
- }
- .sp-msg-left-lh i {
- font-size: 13px;
- padding-right: 6px;
- color: gray;
- }
- .sp-msg-left-lh .sp-col-20 {
- display: none;
- }
- .sp-msg-left-lh:hover {
- color: #0e39de;
- }
- .sp-msg-left-lh:hover i {
- color: #0e39de;
- }
- .sp-msg-left-lh:hover .sp-col-20 {
- display: block;
- }
- .sp-msg-left-active {
- background-color: #f0f3f4;
- color: #0e39de;
- border-radius: 5px;
- }
- .sp-msg-left-active i {
- color: #0e39de;
- }
- .sp-msg-left-lh i.fa-edit {
- align-items: right;
- }
- /*消息中心模块*/
- .sp-msg-types {
- float: left;
- background-color: #D9DEE4;
- width: 115px;
- height: 30px;
- line-height: 30px;
- margin-right: 5px;
- text-align: center;
- cursor: pointer;
- }
- .sp-msg-types-active {
- background-color: #546478 !important;
- color: #fff !important;
- }
- .sp-msg-left-lh .sp-col-10 {
- padding: 0;
- }
- .sp-msg-left-lh .sp-col-70 {
- padding: 0;
- padding-left: 5px !important;
- }
- .sp-msg-left-lh .sp-col-20 {
- padding: 0;
- }
- .flow-col-left {
- float: left;
- width: 120px;
- min-height: 120px;
- }
- .flow-col-right {
- float: left;
- width: calc(100% - 120px);
- min-height: 120px;
- border-left: 1px solid #efefef;
- box-sizing: border-box;
- }
- .flow-radius {
- width: 50px;
- margin: 0 auto;
- height: 50px;
- line-height: 50px;
- border-radius: 25px;
- background-color: #bdc7d4;
- color: #fff;
- text-align: center;
- font-size: 22px;
- }
- .flow-col-right .right-l {
- float: left;
- width: 80px;
- text-align: center;
- margin-top: 2px;
- }
- .flow-col-right .right-r {
- float: left;
- width: calc(100% - 80px);
- }
- .right-r span {
- margin: 5px 20px 5px 0;
- cursor: pointer;
- }
- .right-r span:hover {
- color: #0e39de;
- }
- .flow-col-right-up {
- float: left;
- width: 100%;
- min-height: 100px;
- }
- .flow-col-right-bottom {
- float: left;
- width: 100%;
- height: 20px;
- text-align: right;
- }
- .sp-detail-left {
- position: absolute;
- left: 10px;
- width: 220px;
- bottom: 10px;
- top: 10px;
- background-color: #fff;
- }
- .sp-detail-right {
- position: absolute;
- left: 230px;
- right: 5px;
- bottom: 10px;
- top: 10px;
- overflow-y: auto;
- }
- .viewBox{
- width: 100%;
- overflow: hidden;
- }
- .viewBoxItem {
- overflow: hidden;
- height: 25px;
- line-height: 25px;
- cursor: pointer;
- float: left;
- margin-right: 5px;
- }
- .viewBoxItem .viewName {
- float: left;
- }
- .viewBoxItem .viewName a{
- display: inline-block;
- padding: 0px 5px;
- width: 70px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .viewBoxItem .viewButton {
- float: right;
- }
- .viewBoxItem:hover .viewButton {
- display: block
- }
- #layer_viewColumn ::-webkit-scrollbar {
- display: none; /* Chrome Safari */
- }
- .actionBar {
- text-align: left;
- padding: 5px 15px;
- }
- .actionBar select {
- height: 26px;
- line-height: 26px;
- padding: 0px 5px;
- }
- .warningContent {
- width: 100%;
- height: 150px;
- font-size: 18px;
- color: #666;
- text-align: center;
- border-right: 1px solid #E1E6EB;
- border-left: 1px solid #E1E6EB;
- border-bottom: 1px solid #E1E6EB;
- line-height: 150px;
- }
- .warninfoBox {
- position: absolute;
- width: 220px;
- height: 26px;
- color: #ff0000;
- text-align: right;
- line-height: 28px;
- bottom: 20px;
- right: 10px;
- background-color: #ffffff;
- display: none;
- padding-left: 5px;
- box-sizing: border-box;
- }
|