123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363 |
- .btn-add {
- background-image: url('../images/add.png')
- }
- .btn-delete {
- background-image: url('../images/delete.png')
- }
- .action-tree-delete {
- background-image: url('../images/deletetree.png')
- }
- .btn-edit {
- background-image: url('../images/edit.png')
- }
- .btn-help {
- background-image: url('../images/help.png')
- }
- .btn-refresh {
- background-image: url('../images/refresh.png')
- }
- .btn-get {
- background-image: url('../images/get.png')
- }
- .btn-save {
- background-image: url('../images/save.png')
- }
- .btn-cancel {
- background-image: url('../images/cancel.png')
- }
- .btn-copy {
- background-image: url('../images/copy.png')
- }
- .help-block .x-form-display-field {
- color: gray;
- padding-left: 17px;
- }
- .help-block .x-form-display-field:before {
- content: '-- '
- }
- .help-block {
- width: 100px;
- line-height: 25px;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- }
- .help-icon {
- background-image: url('../images/help_black.png')
- }
- .help-terms {
- text-decoration: none;
- padding-left: 5px;
- font-weight: bold;
- color: #FF0000 !important;
- font-size: '20px';
- }
- .x-spotlight {
- background-color: #ccc;
- z-index: 8999;
- position: absolute;
- top: 0;
- left: 0;
- -moz-opacity: 0.5;
- opacity: .50;
- filter: alpha(opacity = 50);
- width: 0;
- height: 0;
- zoom: 1;
- font-size: 0;
- }
- .x-grid-cell-renderer-cl {
- background: #FFFFFF !important;
- font-style: italic !important
- }
- /**进度*/
- .yearlist {
- height: 90px;
- }
- .start {
-
- }
- .year {
- float: left;
- width: 44px;
- }
- .space {
- float: left;
- position: relative;
- width: 30px;
- height: 1px;
- }
- .space .line {
- height: 1px;
- position: absolute;
- top: 8px;
- left: 0px;
- margin-left: 2px;
- margin-right: 2px;
- width: 100%;
- background: #dadada;
- }
- .top {
- height: 16px;
- width: 46px;
- }
- .bottom {
- width: 46px;
- height: 46px;
- cursor: pointer;
- }
- .start .bottom {
- background-image: url(../images/starticon.png);
- background-position: center center;
- background-repeat: no-repeat;
- }
- .start .top {
- background-image: url(../images/starttop.png);
- background-position: center center;
- background-repeat: no-repeat;
- color: #ffffff;
- text-align: center;
- font-size: 12px;
- line-height: 16px;
- }
- .normal .bottom {
- background-image: url(../images/year.png);
- background-position: center center;
- background-repeat: no-repeat;
- color: #dadada;
- font-size: 12px;
- line-height: 50px;
- text-align: center;
- }
- .normal .top {
- background-image: url(../images/p.png);
- background-position: center 5px;
- background-repeat: repeat-x;
- color: #ffffff;
- text-align: center;
- font-size: 12px;
- line-height: 16px;
- }
- .normal .topOver {
- background-image: url(../images/pOver.png) !important;
- }
- .normal .bottomOver {
- background-image: url(../images/yearOver.png) !important;
- color: #ffffff !important;
- }
- .now .bottom {
- background-image: url(../images/endicon.png);
- background-position: center -7px;
- background-repeat: no-repeat;
- color: #fe4e7c;
- font-size: 12px;
- line-height: 35px;
- text-align: center;
- }
- .now .bottomOver {
- color: #ffffff !important;
- background-image: url(/userdefined/cspage/images/2014Over.png);
- }
- .now .top {
- background-image: url(../images/endtop.png);
- background-position: center top;
- background-repeat: no-repeat;
- color: #ffffff;
- text-align: center;
- font-size: 12px;
- line-height: 16px;
- height: 23px;
- }
- .news {
- width: 454px;
- height: 66px;
- font-size: 12px;
- background: #f1f6f7;
- margin-left: 280px;
- margin-bottom: 5px;
- border-radius: 5px;
- display: none;
- }
- .news .title {
- text-align: center;
- height: 25px;
- line-height: 25px;
- color: #f0821c;
- margin-top: 10px;
- font-family: 微软雅黑;
- font-size: 12px;
- }
- .news .content {
- text-align: center;
- color: #848485;
- line-height: 20px;
- font-family: 微软雅黑;
- font-size: 12px;
- padding-left: 10px;
- padding-right: 10px;
- }
- /**
- *dataview
- */
- .ux-desktop-shortcut {
- cursor: pointer;
- text-align: center;
- padding: 8px;
- margin: 8px;
- width: 64px;
- }
- .ux-desktop-shortcut-icon {
- width: 48px;
- height: 48px;
- background-color: transparent;
- background-repeat: no-repeat;
- }
- .ux-desktop-shortcut-text {
- /* font: normal 10px tahoma, arial, verdana, sans-serif; */
- text-decoration: none;
- padding-top: 5px;
- color: #8B8682;
- }
- .x-view-over .ux-desktop-shortcut-text {
- text-decoration: underline;
- }
- .cpu-shortcut {
- background-image: url(../images/statusLarge.png);
- }
- .grid-shortcut {
- background-image: url(../images/grid48x48.png);
- }
- .notepad-shortcut {
- background-image: url(../images/notepadLarge.png);
- width: 46px;
- height: 46px;
- }
- /**
- *进度
- */
- .progress {
- height: 50px;
- padding: -10px 0px 0px 20px;
- margin:-10px 0px 0px 20px;
- clear: both;
- color: #888;
- font-size: 13px;
- text-align: center;
- }
- ul{
- direction: ltr;
- border:0;
- }
- ul, li {
- padding: 0;
- list-style: none;
- direction: ltr;
- }
- .progress>ul {
- display: block;
- height: 100%;
- }
- .progress>ul>li {
- display: inline-block;
- height: 100%;
- margin: 0px -4px;
- width: 100px;
- position: relative;
- background: none;
- border: 0;
- }
- .progress>ul>li.normal:after {
- position: absolute;
- content: '';
- z-index: 1;
- width: 100%;
- height: 4px;
- background: #D1D1D1;
- left: 0;
- top: 8px;
- margin-top: 0;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- border-radius: 2px;
- margin-left: -40%;
- }
- .progress>ul>li>span.steps {
- display: inline-block;
- height: 100%;
- margin: 0px -4px;
- width: 100px;
- position: relative;
- background: none;
- border: 0;
- }
- .progress>ul>li>span.font{
- display: block;
- height: 30px;
- line-height: 20px;
- text-align: center;
- padding-top: 5px;
- }
- .progress>ul>li>span.circle{
- z-index: 2;
- position: relative;
- height: 12px;
- width: 12px;
- -webkit-border-radius: 50em;
- -moz-border-radius: 50em;
- border-radius: 50em;
- font-size: 12px;
- border: 4px solid #D1D1D1;
- background: white;
- -webkit-box-sizing: content-box;
- -moz-box-sizing: content-box;
- box-sizing: content-box;
- padding: 0;
- display: block;
- margin: 0px auto;
- cursor: pointer;
- }
- .progress>ul>li.active>span.circle {
- border-color: #8BDB46;
- }
- .progress>ul>li.active:after {
- background-color: #8BDB46;
- }
|