| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263 |
- /*input {
- color: #fff;
- background-color: #555
- }
- .textbox {
- border: 0;
- background-color: #555
- }
- textarea {
- border: 0;
- background-color: #555
- }
- .validatebox-invalid {
- background-color: #561212
- }*/
- a {
- color: #0081c2;
- text-decoration: none;
- }
- a:hover {
- color: dodgerblue;
- text-decoration: underline;
- outline-color: #AA0000;
- }
- a:link {
- outline-color: #AA0000;
- }
- /*树,表格 选中光带颜色*/
- .tree-node-selected, .datagrid-row-selected {
- background-color: #AA0000;
- }
- /*按钮选中颜色*/
- .l-btn-plain-selected {
- background-color: #808080;
- }
- /*tree*/
- .tree-node {
- height:32px;
- padding-top: 3px;
- padding-bottom: 3px;
- }
- .tree-title {
- font-size: 14px;
- }
- /*tabs*/
- .tabs {
- height:35px !important;
- }
- .tabs-title {
- font-weight: normal;
- font-size: 14px;
- }
- .tabs-inner {
- height:35px !important;
- line-height:34px !important;
- }
- /*panel*/
- .panel-header {
- padding:5px;
- }
- .panel-title {
- font-weight:normal;
- height:26px;
- padding-top: 3px;
- padding-bottom: 3px;
- font-size: 14px;
- }
- .panel-body {
- font-size:14px;
- /*background-color:#333;*/
- }
- /*datagrid*/
- .datagrid-row, .datagrid-header-row {
- height: 36px;
- }
- .datagrid-cell-rownumber {
- font-size: 14px;
- }
- .datagrid-header .datagrid-cell span {
- font-size: 14px;
- }
- .datagrid-cell {
- font-size: 14px;
- }
- /*linkbutton*/
- .l-btn-text {
- line-height: 32px;
- font-size:14px;
- }
- /*textbox*/
- /*.textbox{
- width:100% !important;
- height:30px !important;
- line-height:30px !important;
- }*/
- .textbox-text {
- font-size:14px !important;
- }
- .textbox {
- /*background:#dddddd;*/
- }
- /*combobox*/
- .combobox-item {
- font-size:14px;
- line-height:150%;
- }
- /*switchbutton*/
- .switchbutton-on, .switchbutton-off, .switchbutton-handle {
- font-size: 14px;
- }
- /*messager*/
- .messager-body {
- line-height:150%;
- }
- /*icon.css*/
- .icon-logo {
- background: url('/img/logo16.png') no-repeat center center;
- }
- .icon-word {
- background: url('/img/word.png') no-repeat center center;
- }
- .icon-excel {
- background: url('/img/excel.png') no-repeat center center;
- }
- .icon-table {
- background: url('/img/table.png') no-repeat center center;
- }
- .icon-grid {
- background: url('/img/grid.png') no-repeat center center;
- }
- .icon-plan {
- background: url('/img/plan.png') no-repeat center center;
- }
- .icon-chart {
- background: url('/img/chart.png') no-repeat center center;
- }
- .icon-detail {
- background: url('/plugins/easyui/themes/icons/tip.png') no-repeat center center;
- }
- .icon-pass {
- background: url('/img/page.png') no-repeat center center;
- }
- .icon-wait {
- background: url('/img/page_delete.png') no-repeat center center;
- }
- /*=============================================================
- index.html页的工具条
- =============================================================*/
- .i-toolbar {
- padding: 6px;
- background-color:#555555;
- }
- /*=============================================================
- table方案 detail.html add.html edit.html search.html窗口使用
- =============================================================*/
- .w-table {
- width:100%;
- }
- .w-tr {
- height:42px;
- }
- .w-label {
- width: 100px;
- background-color: #F5F5F5;
- text-align: right;
- font-size:14px;
- }
- .w-text {
- font-size:14px;
- line-height:150%;
- }
- .w-textbox {
- width: 300px;
- height: 32px;
- }
- /*=============================================================
- div方案 detail.html add.html edit.html search.html窗口使用
- =============================================================*/
- .w-form {
- padding:0px 25px 25px 25px ;
- }
- .w-div {
- margin-bottom:10px;
- }
- /*detail.html add.html edit.html search.html中的输入字段的div*/
- .w-field {
- background-color:#555;
- margin-top:4px;
- margin-bottom:8px;
- }
- /*detail.html中的字段名*/
- .w-fieldname {
- font-size:14px;
- color:#eeeeee;
- }
- /*detail.html中的字段值*/
- .w-fieldvalue {
- border:1px dotted lightgray;
- border-radius:5px;
- padding:4px;
- line-height:150%;
- }
- .w-fieldbar {
- margin-top:20px;
- margin-bottom:20px;
- border:1px dotted lightgray;
- border-radius:5px;
- padding:4px;
- background-color:#AA0000;
- }
- /*所有文本框,目前版本无效,依赖于页面中的 style 相同定义*/
- .w-input {
-
- }
- /*=============================================================
- detail.html add.html edit.html search.html窗口工具条
- =============================================================*/
- .w-bar {
- height: 44px;
- padding: 4px;
- text-align: center;
- background-color: #555555;
- }
- /*滚动条样式*/
- ::-webkit-scrollbar {
- width: 16px;
- height: 16px;
- background-color: #555;
- }
- /*定义滚动条轨道 内阴影+圆角*/
- ::-webkit-scrollbar-track {
- -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
- border-radius: 6px;
- background-color: #777;
- }
- /*定义滑块 内阴影+圆角*/
- ::-webkit-scrollbar-thumb {
- border-radius: 6px;
- -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
- background-color: #444;
- }
- ::-webkit-scrollbar-corner {
- -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
- border-radius: 6px;
- background-color: #3d3d3d;
- }
|